summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/line
AgeCommit message (Expand)AuthorFilesLines
2015-07-30split the line width panel into two piecesMarkus Mohrhard6-876/+1164
2015-07-28mpLBColor and mpFTColor are actually unused nowMaxim Monastirsky2-7/+0
2015-07-28svx: fix crash in JunitTest_svx_unoapiMichael Stahl1-1/+2
2015-07-28Newly introduced widgets must be clear()-edKatarina Behrens1-0/+3
2015-07-28Simplify: group widgets and enable them all at onceKatarina Behrens2-32/+9
2015-07-28Line Controls are disabled when none entry is checkedRishabh Kumar2-1/+48
2015-07-26remove excessive whitespaceMarkus Mohrhard3-27/+0
2015-07-26remove unused propertyMarkus Mohrhard2-14/+0
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin1-1/+1
2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin1-1/+0
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-05-26Resolves: tdf#91542 crash on pressing return in sidebar line popupCaolán McNamara1-0/+1
2015-05-26Related: tdf#91542 line box width cannot be changedCaolán McNamara1-2/+2
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-1/+1
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-2/+2
2015-05-18cleanup LineWidthControlTomaž Vajngerl1-27/+14
2015-05-13refactor LineWidthControl to use RenderContextTomaž Vajngerl2-34/+37
2015-05-11refactor ValueSet to use RenderContextTomaž Vajngerl1-3/+6
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann1-5/+5
2015-05-07tdf#91051: fix typo Trancparency->TransparencyAndrea Gelmini2-6/+6
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-1/+1
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2-6/+5
2015-04-30Gradually typed LinkStephan Bergmann2-2/+2
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks6-109/+154
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-21Remove erroneous SAL_NO_ACQUIRE pieces introduced in error.Michael Meeks1-3/+1
2015-04-17svx: convert new to ::Create.Noel Grandin3-11/+11
2015-04-15Unregister sidebar ControllerItems at the right time.Michael Meeks1-0/+12
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin8-13/+13
2015-04-13Re-work sidebar factory to use VclPtr.Michael Meeks2-6/+8
2015-04-10Move OutputDevice members to VclPtr: starmath, svx.Michael Meeks2-5/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin3-3/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2-13/+39
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin6-84/+97
2015-03-22LinePropertyPanel - scoped_ptr -> unique_ptrTomaž Vajngerl2-11/+10
2015-03-22cleanup sidebar: LinePropertyPanelTomaž Vajngerl2-208/+147
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin2-3/+3
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-11/+2
2015-01-27tdf#82524: Mismatch of ValueSet and metric field valuesKatarina Behrens1-0/+1
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-9/+9
2014-10-26fdo#84844 Sidebar: Use SvxColorToolBoxControl for line colorMaxim Monastirsky4-147/+2
2014-10-20loplugin: cstylecastNoel Grandin2-15/+15
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-2/+2
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin2-13/+13
2014-09-23fdo#82577: Handle WindowNoel Grandin8-10/+10
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-9/+9