summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/page.cxx
AgeCommit message (Expand)Author
2015-03-23loplugin:constantfunction: cuiNoel Grandin
2015-03-19tdf#86787: Page style margin limited to 99.99mmRishabh Kumar
2015-02-17Typo: with->widthJulien Nabet
2015-01-20Some more loplugin:cstylecast: cuiStephan Bergmann
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-10-23loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-07-31Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-07-01loplugin:literaltoboolconversionStephan Bergmann
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-05-24cppcheck: redundantAssignmentThomas Arnhold
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-17Resolves: #i53447# update example view for Draw...Tsutomu Uchino
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
2014-04-27constLuboš Luňák
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-16cui: sal_Bool->boolNoel Grandin
2014-04-03svl: sal_Bool->boolNoel Grandin
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-26Remove visual noise from cuiAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-01convert CUI module from String to OUStringNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist
2013-04-20fdo#62699 Remove pass-through headersMichael Dunphy
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-03-08Small improvement in page widget uiOlivier Hallot
2013-02-28Remove unused variableOlivier Hallot
2013-02-28Fix page format UI labels witht mirror pagesOlivier Hallot
2013-02-27Convert page format tab page to new widget UIOlivier Hallot
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2013-01-24Change GetSavedValue() to return OUStringChr. Rossmanith
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2012-12-01OUString::valueOf ambiguous overloadsMarkus Mohrhard
2012-11-30fdo#38838 UniString -> OUString in cuiRicardo Montania
2012-11-25German comment translationsMarkus Maier
2012-10-04re-base on ALv2 code. Includes:Michael Meeks