summaryrefslogtreecommitdiff
path: root/svx/source/sdr
AgeCommit message (Expand)Author
2014-01-23Resolves: #i123950# unified and redefined CropPrimitive2D::get2DDecompositionArmin Le Grand
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-18Unify ctor functions for component implementations.Matúš Kukan
2014-01-17bool improvementsStephan Bergmann
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan
2014-01-09Resolves: #i124002# use own logical size for graphics...Armin Le Grand
2013-12-31svx: Use constructor feature for PrimitiveFactory2D.Matúš Kukan
2013-12-20Revert "svx: split into direct implementation getFactories"Matúš Kukan
2013-12-20svx: split into direct implementation getFactoriesMatúš Kukan
2013-11-08remove unnecessary use of OUString constructor in SVX moduleNoel Grandin
2013-11-06Resolves: #i123500# redefined ColorModifiers and ColorModifierStack...Armin Le Grand
2013-10-28fixincludeguards.sh: svxThomas Arnhold
2013-10-02-Werror,-Wunused-variableStephan Bergmann
2013-10-01convert remnants of String in SVX to StringNoel Grandin
2013-09-05convert svx/source/mnucrtls/*.cxx from String to OUStringNoel Grandin
2013-09-04Remove more unused methodsMarcos Paulo de Souza
2013-09-01XubString->OUStringCaolán McNamara
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-25fix text position for custom shapes with zoom != 100% fdo#59862Noel Power
2013-06-24fdo#58029: replace quadratic child window loop with linearMichael Stahl
2013-06-24fdo#60444: Revert "fdo#58029 - substantially accelerate re-rendering..."Michael Stahl
2013-06-20Don't display the "broken OLE link" icon except on WindowsTor Lillqvist
2013-06-17Related: #i121532# unified processor2d usages from other modulesArmin Le Grand
2013-06-16Resolves: #i121532# enhanced visualisation of text edit&selectionArmin Le Grand
2013-06-15Resolves: #i122216# Ensure FormControls get printed/PDFedArmin Le Grand
2013-06-14Resolves: #i121534# Reintegrating changes for rotated bitmap supportArmin Le Grand
2013-06-13cppcheck: fix several Prefer prefix ++/-- operatorsJulien Nabet
2013-06-13Resolves: #i121534# Adapted rotated bitmap paints to use own transformer...Armin Le Grand
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand
2013-06-12Resolves: #i121237# Rework/Cleanup of Region code...Armin Le Grand
2013-06-11Resolves: #i121194# Better support for graphic fill styles...Armin Le Grand
2013-06-06use a transparent graphic for the OLE2 image, and spell 'Empty' correctly.Michael Meeks
2013-05-20drawinglayer: Fix typo Primitrive -> Primitive.Jan Holesovsky
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-05-02Resolves: #i120230# Adapt hatch processing for a more pleasant visualisationArmin Le Grand
2013-04-30Clang cleanup, unused mutex variablesNoel Grandin
2013-04-23fdo#46808, convert to XComponentContextNoel Grandin
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-11Resolves: #i119287# exchanged hard attributes for OLE and GraphicObjectArmin Le Grand
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-01remove boilerplate commentsThomas Arnhold
2013-03-31#119750# corrected opacity import for SC comment shapes and their shadow visu...Armin Le Grand
2013-03-29Oups ++aIter had to be removed hereJulien Nabet
2013-03-29Use const_iterator and use them in loop onlyJulien Nabet
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-26sal_Bool to boolTakeshi Abe