summaryrefslogtreecommitdiff
path: root/svx/source/sdr
AgeCommit message (Expand)AuthorFilesLines
2014-12-12fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-4/+4
2014-12-11fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-7/+7
2014-12-09changed inherited timer to idleTobias Madl3-5/+5
2014-12-09fixed timer, idle bugTobias Madl1-1/+1
2014-12-04HAVE_FEATURE_DESKTOP is always defined, it is 0 or 1Tor Lillqvist1-1/+1
2014-12-04Don't use this quick hack on Android.Andrzej Hunt1-1/+1
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan5-10/+10
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2-0/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-08Unindent.Kohei Yoshida10-1181/+1095
2014-11-07Make SdrGrafObj swapping methods private.Zolnai Tamás1-11/+2
2014-11-05overlayermanagerbuffered: timer to idleLászló Németh1-5/+5
2014-11-05markup with event type not checker typeCaolán McNamara1-2/+0
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+1
2014-11-04Unindent.Kohei Yoshida2-394/+386
2014-11-04Unindent.Kohei Yoshida2-413/+406
2014-11-04Build fix after merging my changes from perfwork4.Kohei Yoshida1-1/+1
2014-11-04Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida4-12/+67
2014-11-04Remove debug code. This wasn't meant to be checked in.Kohei Yoshida1-43/+0
2014-11-04Apply pimpl to SdrPageWindow.Kohei Yoshida1-0/+43
2014-11-04Make this member private. Nobody accesses it directly.Kohei Yoshida1-0/+10
2014-11-04CreateObjectSpecificItemSet to return a pointer, not a reference.Kohei Yoshida13-39/+39
2014-11-04rename GetEndWink->GetEndAngleNoel Grandin1-2/+2
2014-11-04rename GetStartWink->GetStartAngleNoel Grandin1-2/+2
2014-11-01Unindent.Kohei Yoshida1-109/+105
2014-11-01Unindent.Kohei Yoshida1-101/+96
2014-10-31Unindent.Kohei Yoshida1-331/+328
2014-10-31Remove repetitive namespace close / re-open & unindent.Kohei Yoshida1-530/+444
2014-10-31We don't need this repetitive namespace open / close thingie...Kohei Yoshida1-552/+470
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-2/+2
2014-10-29coverity#1242433 SdrMakeOutliner alway derefs pModCaolán McNamara1-1/+1
2014-10-28Move these headers from include to svx; they are not used outside svx.Kohei Yoshida6-6/+6
2014-10-24fdo#83664: svx: don't try to paint on empty OutputDeviceMichael Stahl1-2/+9
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky5-11/+16
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky5-5/+5
2014-10-21nShearWink -> nShearAngleMiklos Vajna7-12/+12
2014-10-20loplugin: cstylecastNoel Grandin18-81/+83
2014-10-17Consistency around SdrAngleItem in svx/sxciaitm.hxxStephan Bergmann2-4/+4
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon5-5/+5
2014-10-15loplugin: cstylecastNoel Grandin26-157/+163
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna7-14/+14
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca5-16/+11
2014-10-06loplugin: cstylecastNoel Grandin1-1/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin4-12/+12
2014-09-23fdo#82577: Handle WindowNoel Grandin8-31/+31
2014-09-123D charts: Call the 3D chart update from the lazy update, instead of always.Jan Holesovsky1-8/+8
2014-09-123D charts: Update the 3D charts when a value changes.Jan Holesovsky1-3/+13
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann8-14/+14
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin3-5/+5