summaryrefslogtreecommitdiff
path: root/svx/source
AgeCommit message (Expand)AuthorFilesLines
2015-08-11Related: tdf#78111 Try to guard against too wide panel layoutsMaxim Monastirsky1-1/+10
2015-08-10cppcheck: badBitmaskCheckCaolán McNamara1-2/+2
2015-08-09tdf#93290 Limit the size request of the styles comboboxMaxim Monastirsky1-1/+11
2015-08-07cppcheck:noExplicitConstructorNoel Grandin1-1/+1
2015-08-06fix typo: rectange --> rectangleDennis Roczek1-1/+1
2015-08-05remove unused SfxFilterFlags valuesNoel Grandin1-1/+1
2015-08-05loplugin:unusedmethodsNoel Grandin1-11/+0
2015-08-04svx,starmath: inline some use-once typedefsNoel Grandin7-49/+26
2015-08-03svx: replace boost::function with std::functionMichael Stahl8-17/+20
2015-08-03Removed some whole page invalidations in impressMihai Varga1-2/+4
2015-08-03remove some unused typedefsNoel Grandin1-1/+0
2015-08-03tdf#91112: replace o3tl::compose1 with lambdas in sd and svxJorenz Paragas1-6/+4
2015-08-03new loplugin: refcountingNoel Grandin3-12/+12
2015-08-02Typo: XItentifierReplaces->XIdentifierReplaceJulien Nabet1-1/+1
2015-07-31svx: replace boost::function with std::functionMichael Stahl4-5/+5
2015-07-30also handle line width correctlyMarkus Mohrhard2-2/+6
2015-07-30provide structure for chart line panelMarkus Mohrhard6-228/+6
2015-07-30split the line width panel into two piecesMarkus Mohrhard6-876/+1164
2015-07-29svx: remove duplicate "Kuerzen" functionMichael Stahl3-36/+3
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-27loplugin:staticmethodsNoel Grandin1-1/+1
2015-07-27Add missing SAL_OVERRIDE..Tomaž Vajngerl1-7/+7
2015-07-26fix some small regressions in no-chart area panelMarkus Mohrhard1-7/+8
2015-07-26we should not disable items because they are set twiceMarkus Mohrhard1-3/+3
2015-07-26avoid crash with color listbox for nowMarkus Mohrhard1-1/+1
2015-07-26extract some code for reuse by chart2 sidebarMarkus Mohrhard1-191/+213
2015-07-26these two are exclusiveMarkus Mohrhard1-2/+1
2015-07-26better way to handle unused argumentMarkus Mohrhard1-2/+1
2015-07-26fix the widget nameMarkus Mohrhard1-1/+1
2015-07-26move header file to public include dirMarkus Mohrhard6-217/+5
2015-07-26split area property sidebar panel into two partsMarkus Mohrhard6-1218/+1415
2015-07-26remove excessive whitespaceMarkus Mohrhard10-55/+2
2015-07-26remove unused propertyMarkus Mohrhard10-123/+3
2015-07-24Move spinbox limit definition to .ui fileKatarina Behrens1-1/+0
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann6-24/+1
2015-07-24svx: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-11/+9
2015-07-24convert WindowAlign to scoped enumNoel Grandin1-1/+1
2015-07-24convert GA_ constants to enum classNoel Grandin2-32/+35
2015-07-22tdf#92600 fix missing font preview in character set widgetLászló Németh1-0/+4
2015-07-22ListBox in grid: properly set selection on change from modelLionel Elie Mamane1-1/+3
2015-07-22tdf#92725 FormattedField: when model value is NULL, force empty display stringLionel Elie Mamane1-1/+1
2015-07-21Listen to error only while operating on controller.Lionel Elie Mamane1-5/+7
2015-07-21janitorialLionel Elie Mamane1-1/+1
2015-07-21form document view activation: prioritise activation of already active formLionel Elie Mamane1-17/+79
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl4-15/+24
2015-07-19Fix typosAndrea Gelmini3-3/+3