summaryrefslogtreecommitdiff
path: root/svx/inc
AgeCommit message (Expand)AuthorFilesLines
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-8/+8
2015-04-07Change "blink times" to be of type sal_uInt64Stephan Bergmann1-1/+1
2015-04-07Remove unused getBlinkTime functionsStephan Bergmann1-3/+0
2015-03-27Experimental: draw handles instead of getting them from bitmapTomaž Vajngerl2-0/+78
2015-03-19loplugin:constantfunction: svxNoel Grandin1-1/+0
2015-03-09Add sdr::overlay::OverlayManager::getModel()Miklos Vajna1-0/+2
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl1-1/+1
2015-03-06Idle and Timer are now completely independentTobias Madl1-0/+1
2015-03-06idle includes and enum useJennifer Liebel2-1/+3
2015-02-19loplugin:externandnotdefinedStephan Bergmann1-0/+35
2015-02-07loplugin:deletedspecialStephan Bergmann2-9/+6
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-2/+1
2015-02-05Updated all precompiled headers.Ashod Nakashian2-8/+22
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-4/+4
2015-01-20Some more loplugin:cstylecast: svxStephan Bergmann1-1/+1
2015-01-16make OverlayTriangle public, allow to change each pointTomaž Vajngerl1-62/+0
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl7-9/+9
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin2-9/+0
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara2-2/+2
2014-12-31convert docking window RID_SVXDLG_FONTWORK to .uiCaolán McNamara1-15/+0
2014-12-27de-resource RID_SVXDLG_GALLERYBROWSERCaolán McNamara2-10/+2
2014-12-22convert RID_SVXFLOAT_FONTWORK_ALIGNMENT resource to strings and imagesCaolán McNamara2-46/+0
2014-12-22convert RID_SVXFLOAT_EXTRUSION_LIGHTING resource to strings and imagesCaolán McNamara1-1/+0
2014-12-22convert RID_SVXFLOAT_EXTRUSION_DIRECTION to strings and imagesCaolán McNamara1-2/+0
2014-12-19convert RID_SVXFLOAT_FONTWORK_CHARSPACING to simple stringsCaolán McNamara1-1/+0
2014-12-19convert RID_SVXFLOAT_EXTRUSION_SURFACE resource to just strings and imagesCaolán McNamara1-1/+0
2014-12-19Extrusion depth is just a simple menuCaolán McNamara1-1/+0
2014-12-18drop unused helpidsCaolán McNamara1-2/+0
2014-12-11fdo#39468: Translated some german commentsDaniel Sikeler1-5/+4
2014-12-09changed inherited timer to idleTobias Madl1-1/+1
2014-12-09changed timers to idlesJennifer Liebel1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-06Bin unused include files, thanks to Andrea GelminiTor Lillqvist1-71/+0
2014-11-05overlayermanagerbuffered: timer to idleLászló Németh1-1/+1
2014-11-05changed some timer to idleJennifer Liebel1-1/+1
2014-11-04Unindent.Kohei Yoshida1-49/+42
2014-11-04Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida1-0/+2
2014-11-04CreateObjectSpecificItemSet to return a pointer, not a reference.Kohei Yoshida12-12/+12
2014-11-01Unindent.Kohei Yoshida1-19/+11
2014-10-31Add class description.Kohei Yoshida1-0/+7
2014-10-31Remove repetitive namespace close / open / close etc & unindent.Kohei Yoshida1-226/+136
2014-10-28Move these headers from include to svx; they are not used outside svx.Kohei Yoshida18-16/+490
2014-10-27fdo#84844 Sidebar: Use SvxColorToolBoxControl for fill colorMaxim Monastirsky1-1/+0
2014-10-26fdo#84844 Sidebar: Use SvxColorToolBoxControl for line colorMaxim Monastirsky1-1/+0
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky6-14/+14
2014-10-23Fraction: Revert "do not forward-declare templates"Jan Holesovsky1-3/+4
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky5-12/+12
2014-10-22fdo#84844 Sidebar: Use SvxColorToolBoxControl for paragraph colorMaxim Monastirsky1-1/+0
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon5-12/+12
2014-10-15loplugin: cstylecastNoel Grandin11-65/+35