summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/text
AgeCommit message (Expand)AuthorFilesLines
2015-07-26remove excessive whitespaceMarkus Mohrhard5-8/+2
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin2-2/+2
2015-07-01tdf#86179 inc/dec font is missing in some shellsMaxim Monastirsky1-1/+0
2015-06-04coverity#1304135 Missing break in switchCaolán McNamara1-1/+0
2015-06-01tdf#88276: Add background colour toolbar and sidebar buttonsKatarina Behrens2-5/+15
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann2-2/+2
2015-05-11refactor ValueSet to use RenderContextTomaž Vajngerl1-4/+8
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-2/+2
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2-10/+6
2015-04-30Gradually typed LinkStephan Bergmann3-5/+5
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks8-230/+275
2015-04-21Remove erroneous SAL_NO_ACQUIRE pieces introduced in error.Michael Meeks1-5/+2
2015-04-17svx: convert new to ::Create.Noel Grandin4-16/+16
2015-04-15Unregister sidebar ControllerItems at the right time.Michael Meeks1-0/+5
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin6-14/+14
2015-04-13Re-work sidebar factory to use VclPtr.Michael Meeks4-15/+17
2015-04-10vclwidget: only call dispose() onceNoel Grandin3-3/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2-5/+23
2015-04-09vcl: some VclPtr fixes found by the new plugin codeNoel Grandin2-0/+14
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin6-207/+216
2015-03-06V801: Decreased performanceCaolán McNamara2-4/+4
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara2-15/+3
2014-10-20loplugin: cstylecastNoel Grandin2-14/+14
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin2-9/+9
2014-09-23fdo#82577: Handle WindowNoel Grandin10-12/+12
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-4/+4
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-1/+1
2014-09-03Related fdo#82088: removing another bunch of aliasStefan Weiberg2-5/+5
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-10/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-10/+2
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-3/+0
2014-04-25Use the show method directlyMaxim Monastirsky1-5/+1
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold10-0/+25
2014-04-24add missing modelines to hrc and src filesThomas Arnhold2-0/+6
2014-04-09unused includeMaxim Monastirsky1-1/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-3/+3
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2-0/+2
2014-02-07sidebar: even more cleanup of text panelMaxim Monastirsky6-506/+25
2014-02-04sidebar: more cleanup of text panelMaxim Monastirsky7-80/+0
2014-01-30svx: fix presumed C++11ismMichael Stahl1-1/+1
2014-01-30Sidebar Text panel cleanupMaxim Monastirsky7-623/+42
2014-01-20Resolves: #i56998# add a space separater between value and unit...Tsutomu Uchino2-6/+6
2014-01-18Window::PreNotify should return boolStephan Bergmann2-2/+2
2014-01-17Window::Notify should return boolStephan Bergmann2-5/+5
2014-01-16Related: fdo#73414 use frame::XDispatch::dispatch directlyCaolán McNamara1-40/+3
2014-01-16fdo#73414 Remove Increase Font limits for WriterMaxim Monastirsky1-66/+10