summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/text
AgeCommit message (Expand)Author
2016-05-05Hide text highlight color button for cellsMaxim Monastirsky
2016-05-04Underline should be a split buttonMaxim Monastirsky
2016-05-04loplugin:staticmethodsStephan Bergmann
2016-05-04underline popup control possible to use outside sidebarSzymon Kłos
2016-05-03cppcheck: noExplicitConstructorCaolán McNamara
2016-04-25tdf#89953 Character spacing: Apply changes to sidebar widget alsoSamuel Mehrbrodt
2016-04-20TextCharacterSpacingControl: Fix loplugin:vclwidgets warning.Jan Holesovsky
2016-04-20character spacing control possible to use outside sidebarSzymon Kłos
2016-04-12Typo: PopupPanal_Spacing -> PopupPanel_SpacingJulien Nabet
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-02-04svx: replace boost::bind with C++11 lambdaMichael Stahl
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-31com::sun::star->css in svxNoel Grandin
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin
2015-10-16convert Link<> to typedNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-09-18fixes memleak : release references to TextPropertyPanelDennis Francis
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-09-08convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-03svx: replace boost::function with std::functionMichael Stahl
2015-07-26remove excessive whitespaceMarkus Mohrhard
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin
2015-07-01tdf#86179 inc/dec font is missing in some shellsMaxim Monastirsky
2015-06-04coverity#1304135 Missing break in switchCaolán McNamara
2015-06-01tdf#88276: Add background colour toolbar and sidebar buttonsKatarina Behrens
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann
2015-05-11refactor ValueSet to use RenderContextTomaž Vajngerl
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-21Remove erroneous SAL_NO_ACQUIRE pieces introduced in error.Michael Meeks
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-15Unregister sidebar ControllerItems at the right time.Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13Re-work sidebar factory to use VclPtr.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: some VclPtr fixes found by the new plugin codeNoel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-03-06V801: Decreased performanceCaolán McNamara
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2014-10-20loplugin: cstylecastNoel Grandin