summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp/fmgridif.cxx
AgeCommit message (Expand)Author
2016-08-16new loplugin to check for static OUStringsNoel Grandin
2016-05-27tdf#93403 check for changed DataSource on all Controls on form reloadLionel Elie Mamane
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin
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-11-25loplugin:unusedfields in include/svxNoel Grandin
2015-11-11Resolves: tdf#94069 call setVisible when setDesignMode is calledCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-31com::sun::star->css in svxNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-08convert Link<> to typedNoel Grandin
2015-08-19Remove two silly typedefsStephan Bergmann
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara
2015-05-14convert KERNING_ constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28Fix Boolean expressionStephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-22convert EBBF_ constants to scoped enumNoel Grandin
2015-04-21Use cppu::ImplInheritanceHelperStephan Bergmann
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-10basctl, forms, svx: cleanup for new VclPtr API.Michael Meeks
2015-04-10cleanup Printer VclRef pieces.Michael Meeks
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn
2014-12-19Fix build.Jan Holesovsky