summaryrefslogtreecommitdiff
path: root/svx/source/svdraw
AgeCommit message (Expand)AuthorFilesLines
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin1-1/+0
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky2-3/+3
2013-01-01remove use of #pragma optimizeLuboš Luňák1-5/+0
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist1-1/+1
2012-12-24fdo#56980, fdo#58267 don't leave stale SdrObject refs aroundDavid Tardon1-0/+32
2012-12-19Some cppcheck cleaningJulien Nabet3-7/+6
2012-12-19fdo#56267, fdo#56980 propagate shape change to subclassesDavid Tardon1-1/+9
2012-12-19Revert "fdo#58399 - revert attempts to untangle and accelerate this mess."David Tardon1-11/+17
2012-12-18fix assertionDavid Tardon1-2/+2
2012-12-17fdo#58399 - revert attempts to untangle and accelerate this mess.Michael Meeks1-17/+11
2012-12-17fix problematic calc object selection after object create (at non 100% zoom)Noel Power1-0/+1
2012-12-17UniString::ToUpperAscii -> OUString::toAsciiUpperCaseCaolán McNamara1-3/+2
2012-12-17String aNam uppercased but otherwise unusedCaolán McNamara1-3/+0
2012-12-10Replacing '__LOADONCALLAPI' with 'SAL_CALL' definitionChristos Strubulis1-1/+1
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák1-8/+8
2012-12-03fdo#56980 drop cached shape engine on invalidationDavid Tardon1-0/+1
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin1-1/+0
2012-11-28Sync draw object to calc grid for better alignment when zoomingNoel Power7-8/+59
2012-11-27re-base on ALv2 code. Includes:Michael Meeks60-1408/+983
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-1/+1
2012-11-22AllSettings with LanguageTagEike Rathke3-3/+3
2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin1-5/+5
2012-11-08Resolves: fdo#56460 don't crash on close of files with custom shapesCaolán McNamara1-29/+11
2012-11-06fdo#55430 allow clicking objects in front of selected onesLennard1-2/+17
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks12-400/+678
2012-11-02Fix crash during polygon handle travelling.Thorsten Behrens1-3/+3
2012-10-23typo, wrong object was returnedIvan Timofeev1-4/+4
2012-10-23fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin1-9/+3
2012-10-23add cache to avoid excessive repeated UNO peer creation for customshapesMichael Meeks1-1/+24
2012-10-17XubString->OUStringCaolán McNamara1-4/+2
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák3-3/+3
2012-09-28convert GetRepeatComment to OUStringCaolán McNamara1-45/+32
2012-09-27sw: implement page-relative size for drawing objects and import them from docxCédric Bosdonnat4-8/+13
2012-09-25cope with thumbnailing both linked and embedded media correctly.Michael Meeks1-1/+14
2012-09-25Avoid a temporary.Thorsten Behrens1-1/+1
2012-09-25substantially accelerate slides with media on them.Michael Meeks1-11/+12
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud2-2/+1
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann4-26/+20
2012-09-13Hide dtor details behind SVX_DLLPUBLICStephan Bergmann1-0/+4
2012-09-11XubString->rtl::OUStringCaolán McNamara1-2/+2
2012-09-04fdo#53872: reportdesign: fix section drawpage crash:Michael Stahl1-1/+4
2012-09-04n#777699: Clip the objects to the pagewe are paintingCédric Bosdonnat1-2/+5
2012-08-31SdrModel: make sure undo/redo stacks are not emptyIvan Timofeev1-3/+13
2012-08-31remove SdrObjRefList, use vector directlyIvan Timofeev2-41/+13
2012-08-30fix buildCaolán McNamara1-1/+1
2012-08-30SdrMarkList: fix STL conversionIvan Timofeev1-0/+5
2012-08-29String::Expand -> string::padToLengthCaolán McNamara1-3/+4
2012-08-16svdotxat.cxx: MSVC needs set includedMichael Stahl1-0/+2
2012-08-16Convert local variable from Container to std::vector and std::setNoel Grandin1-18/+14
2012-08-16Convert maHandles field from Container to std::vectorNoel Grandin1-4/+4