summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp
AgeCommit message (Expand)Author
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-07-05when disposing popup menus, don't leave dangling pointersNoel Grandin
2016-06-28loplugin:singlevalfields in svxNoel Grandin
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin
2016-06-16Resolves: tdf#82532 parent mutex dtored before child dtor uses itCaolán McNamara
2016-06-08remove "object is disposed" warning in OBroadcastHelperVar::removeListenerNoel Grandin
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin
2016-06-06remove some manual ref-countingNoel Grandin
2016-05-29tdf#100115: _nColId is sal_uInt16Julien Nabet
2016-05-27tdf#93403 check for changed DataSource on all Controls on form reloadLionel Elie Mamane
2016-05-24Revert "remove some manual ref-counting"Noel Grandin
2016-05-24remove some manual ref-countingNoel Grandin
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann
2016-04-24Translate debug message (no automatic tools)Andrea Gelmini
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18Avoid reserved identifiersStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-14Use const_iterator when possible (svx/dialog,engine3d,fmcomp,form)Julien Nabet
2016-04-11clang-tidy performance-unnecessary-value-param in svxNoel Grandin
2016-04-04loplugin:constantparam in svxNoel Grandin
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin
2016-03-17loplugin:constantparam in svxNoel Grandin
2016-03-15loplugin:constantparamNoel Grandin
2016-03-12Remove some unused include stdio (svx)Julien Nabet
2016-03-09loplugin:constantparam in svxNoel Grandin
2016-03-07expand src templatesDavid Tardon
2016-02-19no need for two triggerColumnContextMenuCaolán McNamara
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-12-17tdf#96482 Revert "Resolves: tdf#94069 call setVisible when setDesignMode is c...Lionel Elie Mamane
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann