summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp
AgeCommit message (Expand)AuthorFilesLines
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-2/+3
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin3-50/+46
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+10
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2-3/+6
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-1/+1
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann1-1/+1
2016-04-24Translate debug message (no automatic tools)Andrea Gelmini1-1/+1
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-33/+33
2016-04-18Avoid reserved identifiersStephan Bergmann1-34/+27
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin2-5/+3
2016-04-14Use const_iterator when possible (svx/dialog,engine3d,fmcomp,form)Julien Nabet1-1/+1
2016-04-11clang-tidy performance-unnecessary-value-param in svxNoel Grandin1-1/+1
2016-04-04loplugin:constantparam in svxNoel Grandin2-5/+4
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-6/+6
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-2/+3
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-4/+4
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin3-9/+9
2016-03-17loplugin:constantparam in svxNoel Grandin2-8/+8
2016-03-15loplugin:constantparamNoel Grandin1-3/+3
2016-03-12Remove some unused include stdio (svx)Julien Nabet1-1/+0
2016-03-09loplugin:constantparam in svxNoel Grandin1-1/+1
2016-03-07expand src templatesDavid Tardon1-2/+3
2016-02-19no need for two triggerColumnContextMenuCaolán McNamara1-1/+1
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock4-11/+0
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock2-4/+4
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-1/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-9/+9
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-2/+2
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-10Fix typosAndrea Gelmini2-4/+4
2015-12-17tdf#96482 Revert "Resolves: tdf#94069 call setVisible when setDesignMode is c...Lionel Elie Mamane1-2/+0
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann1-4/+3
2015-11-25loplugin:unusedfields in include/svxNoel Grandin1-1/+0
2015-11-11Resolves: tdf#95723 arrange GridControl buttons to be always visibleCaolán McNamara1-11/+71
2015-11-11Resolves: tdf#94069 call setVisible when setDesignMode is calledCaolán McNamara1-0/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-18/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-107/+107
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann3-5/+5
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin2-6/+5
2015-10-31com::sun::star->css in svxNoel Grandin4-280/+276
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann2-12/+12
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin2-3/+3
2015-10-16typo in commentLionel Elie Mamane1-1/+1