summaryrefslogtreecommitdiff
path: root/svx/source/svdraw
AgeCommit message (Expand)Author
2014-11-04rename GetWinkPnt->GetAnglePntNoel Grandin
2014-11-04rename nEndWink->nEndAngleNoel Grandin
2014-11-04rename nStartWink->nStartAngleNoel Grandin
2014-11-04rename GetWinkStr->GetAngleStrNoel Grandin
2014-11-04rename SetDrehWink -> setRotationAngleNoel Grandin
2014-11-04SdrFormatter: remove unused attributeJuan Picca
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-29coverity#1242433 SdrMakeOutliner alway derefs pModCaolán McNamara
2014-10-28Move these headers from include to svx; they are not used outside svx.Kohei Yoshida
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin
2014-10-24loplugin: cstylecastNoel Grandin
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "just check if the fraction is < 0"Jan Holesovsky
2014-10-23Fraction: Revert "make sure the denominator is not 0"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-22Reduce scopes and add some whitespaces.Kohei Yoshida
2014-10-22SetObjectItemSet() eventually calls NbcAdjustTextFrameWidthAndHeight().Kohei Yoshida
2014-10-22AdoptTextMinSize() calls NbcAdjustTextFrameWidthAndHeight() at the end.Kohei Yoshida
2014-10-22Reduce scope level & Annotate the code a bit.Kohei Yoshida
2014-10-22Remove local variables that are no longer used.Kohei Yoshida
2014-10-21nShearWink -> nShearAngleMiklos Vajna
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-20coverity#735638 Division or modulo by float zeroCaolán McNamara
2014-10-19-Werror=shadowMiklos Vajna
2014-10-17Resolves: fdo#62682 crash on second export of svgCaolán McNamara
2014-10-17Consistency around SdrAngleItem in svx/sxciaitm.hxxStephan Bergmann
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-15loplugin: cstylecastNoel Grandin
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna
2014-10-14make sure the denominator is not 0David Tardon
2014-10-14just check if the fraction is < 0David Tardon
2014-10-14svx: fix another temp file leak, from SdrMediaObj's glTF modelsMichael Stahl
2014-10-13oox: refactor embedded media importMichael Stahl
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara
2014-10-02coverity#1242476 Dereference null return valueCaolán McNamara
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-26remove unnecessary casts'sNoel Grandin
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-19fdo#84061 Fix setting text style sheet listeners in SdrTextObjTobias Lippert
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-13coverity#704830 Dereference after null checkCaolán McNamara
2014-09-123D charts: Update the 3D charts when a value changes.Jan Holesovsky
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-07cppcheck: Logical disjunction always evaluates to trueJulien Nabet
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-09-03Remove (misleading) EditEngine::QuickRemoveCharAttribsMatúš Kukan