summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg/scuitphfedit.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-03-17sc: remove unused member variableJochen Nitschke1-22/+0
2016-02-28tdf#97963: Impose size limit on all 3 edit windowsKatarina Behrens1-4/+8
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist1-2/+0
2015-11-13sc: loplugin:badstatics: remove pActiveEdWnd global variableMichael Stahl1-16/+20
2015-11-13sc: loplugin:badstatics: _one_ global pActiveEdWnd is enoughMichael Stahl1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-12convert Link<> to typedNoel Grandin1-3/+2
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-4/+4
2015-09-23convert Link<> to typedNoel Grandin1-21/+17
2015-09-23convert Link<> to typedNoel Grandin1-3/+1
2015-09-18boost->stdCaolán McNamara1-6/+6
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-6/+6
2015-09-17boost->stdCaolán McNamara1-6/+6
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-5/+4
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-4/+2
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-4/+12
2015-05-19Typo: SetCharAttriutes->SetCharAttributesJulien Nabet1-1/+1
2015-05-13wrap some static fields in VclPtrNoel Grandin1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+1
2015-05-08tdf#90257: Prevent dialog from growing out of the screenKatarina Behrens1-0/+6
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-8/+8
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+26
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-23TyposJulien Nabet1-1/+1
2015-03-13Presumably this is what was intendedStephan Bergmann1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-11/+11
2014-06-25remove whitespaceMarkus Mohrhard1-15/+0
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-9/+9
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-2/+2
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-2/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-16/+0
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-03Remove visual noise from scAlexander Wilms1-10/+10
2014-02-24Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-12/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-10/+10
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+2
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-5/+5
2013-12-02Integrate branch of IAccessible2Steve Yin1-0/+10
2013-12-02ditch _TPHFEDIT_CXX fooCaolán McNamara1-3/+0
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-12/+12
2013-05-14convert army of header/footer dialogs to .ui formatCaolán McNamara1-1/+0
2013-05-13reenable left/right area swap in .ui layout termsCaolán McNamara1-12/+17
2013-05-13Convert Calc page header/footer content to Widget UIOlivier Hallot1-313/+274
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-03-28coverity#704709 Dereference after null checkJulien Nabet1-1/+1
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-2/+0
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14