summaryrefslogtreecommitdiff
path: root/vcl/source/window/builder.cxx
AgeCommit message (Expand)AuthorFilesLines
2 daystdf#130857 Pass child type to WidgetBuilder::insertObjectMichael Weghorn1-2/+3
2024-11-11tdf#130857 VclBuilder: Complete moving XML parsing to base classesMichael Weghorn1-84/+3
2024-11-11tdf#130857 Move VclBuilder::handleMenu{,Child} to WidgetBuilderMichael Weghorn1-78/+1
2024-11-11tdf#130857 Add WidgetBuilder::createMenu, use to abstract from VCL-specificsMichael Weghorn1-2/+8
2024-11-11tdf#130857 VclBuilder: Make MenuAndId a templateMichael Weghorn1-16/+0
2024-11-11VClBuilder: Avoid casting by using PopupMenu directlyMichael Weghorn1-4/+4
2024-11-11tdf#130857 VclBuilder: Drop unused "GtkMenuBar" supportMichael Weghorn1-14/+2
2024-11-10tdf#130857 VclBuilder: Split XML parsing + applying tab child propsMichael Weghorn1-75/+12
2024-11-10tdf#130857 VclBuilder: Abstract tab control check from VCL detailsMichael Weghorn1-4/+7
2024-11-10com::sun::star -> cssMike Kaganski1-1/+1
2024-11-06loplugin:passstuffbyref in vclNoel Grandin1-2/+2
2024-10-29tdf#130857 VclBuilder: Move extractResizable to BuilderBaseMichael Weghorn1-13/+13
2024-10-29tdf#130857 VclBuilder: Move extractTooltipText to BuilderBaseMichael Weghorn1-14/+14
2024-10-29tdf#130857 Move loadThemeImage from FixedImage to BuilderBaseMichael Weghorn1-3/+9
2024-10-29tdf#130857 VclBuilder: Move extractIconName to BuilderBaseMichael Weghorn1-26/+27
2024-10-25tdf#130857 VclBuilder: Move extractActive to BuilderBaseMichael Weghorn1-13/+13
2024-10-24tdf#130857 VclBuilder: Make extractEntry a static helperMichael Weghorn1-13/+11
2024-10-12tdf#130857 VclBuilder: Move internal child visible logic to baseMichael Weghorn1-5/+0
2024-10-12tdf#130857 VclBuilder: Make extractVisible a static helperMichael Weghorn1-12/+14
2024-10-05tdf#130857 VclBuilder: Extract setMnemonicWidget helper + call from baseMichael Weghorn1-11/+11
2024-10-05tdf#130857 VclBuilder: Move mnemonic-widget bookkeeping to base classMichael Weghorn1-3/+8
2024-09-30cid#1608502 Overflowed constantCaolán McNamara1-2/+2
2024-09-26Fix build: move CrashReporter code to vcl/source/window/builder.cxxMike Kaganski1-0/+8
2024-09-25tdf#130857: Move .ui -> VCL respone code mapping to handleActionWidgetMichael Weghorn1-26/+28
2024-09-25tdf#130857 VclBuilder: Use existing VclBuilder::getMichael Weghorn1-14/+6
2024-09-25tdf#130857 Use std::u16string_view for VclBuilder::get paramMichael Weghorn1-1/+1
2024-09-25tdf#130857 VclBuilder: Extract helper to start parsing UI fileMichael Weghorn1-15/+1
2024-09-25tdf#130857 VclBuilder: Pass UI dir/root to BuilderBaseMichael Weghorn1-5/+6
2024-09-25tdf#130857 Move VclBuilder::handleObject to WidgetBuilder baseMichael Weghorn1-130/+0
2024-09-25tdf#130857 refactor VclBuilder: Extract template base classOmkarAcharekar1-73/+1
2024-09-23vcl builder : no need to use OUString hereArnaud VERSINI1-13/+13
2024-09-21tdf#130857 VclBuilder: Extract helpers to insert combo/list box itemsMichael Weghorn1-5/+9
2024-09-21tdf#130857 VclBuilder: Extract helpers to set prio/EnumContextMichael Weghorn1-12/+17
2024-09-21tdf#130857 VclBuilder: Avoid using vcl WindowType to detect toolbarMichael Weghorn1-7/+7
2024-09-21tdf#130857 VclBuilder: Move handleActionWidget to base classMichael Weghorn1-1/+1
2024-09-21tdf#130857 VclBuilder: Move "packing" parsing to base classMichael Weghorn1-3/+4
2024-09-21tdf#130857 Refactor VclBuilder::handlePacking/applyPackingPropertiesMichael Weghorn1-76/+65
2024-09-21tdf#130857 VclBuilder: Reduce var scopeMichael Weghorn1-3/+3
2024-09-21tdf#130857 VclBuilder: Use existing toBool helperMichael Weghorn1-3/+2
2024-09-21tdf#130857 VclBuilder: Use OUString instead of OStringMichael Weghorn1-18/+13
2024-09-21vcl: Move UTF-16 toBool helper to it's local non-UTF16 equivalentMichael Weghorn1-0/+5
2024-09-18tdf#130857 VclBuilder: Move m_sHelpRoot member to base classMichael Weghorn1-15/+14
2024-09-18tdf#130857 VclBuilder: Move TextBuffer bookkeeping to base classMichael Weghorn1-4/+9
2024-09-18tdf#130857 VclBuilder: Move Adjustment bookkeeping to base classMichael Weghorn1-4/+9
2024-09-18tdf#130857 VclBuilder: Move class/id/custom prop extraction to helperMichael Weghorn1-10/+17
2024-09-17tdf#130857 VclBuilder: Turn extractOrientation into static helperMichael Weghorn1-20/+20
2024-08-13tdf#130857 VclBuilder: Move handleAtkObject to base classMichael Weghorn1-1/+1
2024-08-13tdf#130857 VclBuilder: Move handleItems to base classMichael Weghorn1-1/+1
2024-08-13tdf#130857 VclBuilder: Move size group parsing to base classMichael Weghorn1-4/+10
2024-08-13tdf#130857 VclBuilder: Move list store handling to base classMichael Weghorn1-6/+6