summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/numpages.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann1-2/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-21/+133
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-12/+12
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-18/+18
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-2/+2
2015-04-10wrap some more OutputDevice in VclPtrNoel Grandin1-1/+1
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-6/+6
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+60
2015-04-09prophylactic double dispose audit.Michael Meeks1-1/+18
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+36
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-2/+2
2015-03-26convert SvxNumRuleType to enum classNoel Grandin1-1/+1
2015-03-26convert NUM_ constants to enum clasNoel Grandin1-16/+16
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin1-1/+1
2014-10-23loplugin: cstylecastNoel Grandin1-39/+39
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-1/+1
2014-09-25fdo#78783: fixed init position to 1 and using cssStefan Weiberg1-13/+28
2014-09-23fdo#82577: Handle WindowNoel Grandin1-14/+14
2014-09-18fdo#82577: Handle FontNoel Grandin1-12/+12
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-43/+43
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-07-30Avoid possible memory leaks in case of exceptionsTakeshi Abe1-9/+7
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-18/+18
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-31/+31
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-26/+26
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard1-1/+1
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-4/+4
2014-05-06WaE: unused variable 'aRect'Tor Lillqvist1-1/+0
2014-05-06fdo#78321 Bullets and Numbering: SvxNumberingPreview looks uglyThomas Arnhold1-1/+0
2014-04-16cui: sal_Bool->boolNoel Grandin1-93/+93
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-8/+7
2014-04-03svl: sal_Bool->boolNoel Grandin1-6/+6
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-7/+7
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-13coverity#705796 Dereference before null checkCaolán McNamara1-1/+1
2014-03-13coverity#705797 Dereference before null checkCaolán McNamara1-1/+1
2014-03-12coverity#705795 Dereference before null checkCaolán McNamara1-1/+1
2014-03-12coverity#705794 Dereference before null checkCaolán McNamara1-1/+1
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-47/+47
2014-02-26Remove visual noise from cuiAlexander Wilms1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-24/+24
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-31/+31
2014-01-28bool improvementsStephan Bergmann1-10/+10
2014-01-23bool improvementsStephan Bergmann1-1/+1