summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/line
AgeCommit message (Expand)Author
2015-05-13refactor LineWidthControl to use RenderContextTomaž Vajngerl
2015-05-11refactor ValueSet to use RenderContextTomaž Vajngerl
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann
2015-05-07tdf#91051: fix typo Trancparency->TransparencyAndrea Gelmini
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-23loplugin:staticmethodsNoel Grandin
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-10Move OutputDevice members to VclPtr: starmath, svx.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: VclPtr conversion in svx.Noel Grandin
2015-03-22LinePropertyPanel - scoped_ptr -> unique_ptrTomaž Vajngerl
2015-03-22cleanup sidebar: LinePropertyPanelTomaž Vajngerl
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-01-27tdf#82524: Mismatch of ValueSet and metric field valuesKatarina Behrens
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
2014-10-26fdo#84844 Sidebar: Use SvxColorToolBoxControl for line colorMaxim Monastirsky
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-05resource files: remove unused definitionsThomas Arnhold
2014-09-03Related fdo#82088: removing another bunch of aliasStefan Weiberg
2014-08-18remove unused ControlThomas Arnhold
2014-06-28Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-16Sidebar: fix some typos in function naming.Pedro Giffuni
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-04convert document recovery dialog to .uiCaolán McNamara
2014-06-03fix spelling of field name mbColseByEdit->mbCloseByEditNoel Grandin
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin
2014-05-18fdo#46839 Convert line color picker to split buttonMaxim Monastirsky
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
2014-05-06remove some useless linesThomas Arnhold
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold
2014-04-24add missing modelines to hrc and src filesThomas Arnhold
2014-04-23huge hrc and src file cleanupThomas Arnhold
2014-04-16coverity#1027390 Logically dead codeCaolán McNamara