summaryrefslogtreecommitdiffstats
path: root/svx/source/svdraw
Commit message (Expand)AuthorAgeFilesLines
* some i18n wrappers with LanguageTagEike Rathke2012-11-231-1/+1
* AllSettings with LanguageTagEike Rathke2012-11-223-3/+3
* Enforce use of accessors on gen.hxx structuresMatteo Casalin2012-11-201-5/+5
* Resolves: fdo#56460 don't crash on close of files with custom shapesCaolán McNamara2012-11-081-29/+11
* fdo#55430 allow clicking objects in front of selected onesLennard2012-11-061-2/+17
* re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2012-11-0612-400/+678
* Fix crash during polygon handle travelling.Thorsten Behrens2012-11-021-3/+3
* typo, wrong object was returnedIvan Timofeev2012-10-231-4/+4
* fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin2012-10-231-9/+3
* add cache to avoid excessive repeated UNO peer creation for customshapesMichael Meeks2012-10-231-1/+24
* XubString->OUStringCaolán McNamara2012-10-171-4/+2
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-123-3/+3
* convert GetRepeatComment to OUStringCaolán McNamara2012-09-281-45/+32
* sw: implement page-relative size for drawing objects and import them from docxCédric Bosdonnat2012-09-274-8/+13
* cope with thumbnailing both linked and embedded media correctly.Michael Meeks2012-09-251-1/+14
* Avoid a temporary.Thorsten Behrens2012-09-251-1/+1
* substantially accelerate slides with media on them.Michael Meeks2012-09-251-11/+12
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-182-2/+1
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-144-26/+20
* Hide dtor details behind SVX_DLLPUBLICStephan Bergmann2012-09-131-0/+4
* XubString->rtl::OUStringCaolán McNamara2012-09-111-2/+2
* fdo#53872: reportdesign: fix section drawpage crash:Michael Stahl2012-09-041-1/+4
* n#777699: Clip the objects to the pagewe are paintingCédric Bosdonnat2012-09-041-2/+5
* SdrModel: make sure undo/redo stacks are not emptyIvan Timofeev2012-08-311-3/+13
* remove SdrObjRefList, use vector directlyIvan Timofeev2012-08-312-41/+13
* fix buildCaolán McNamara2012-08-301-1/+1
* SdrMarkList: fix STL conversionIvan Timofeev2012-08-301-0/+5
* String::Expand -> string::padToLengthCaolán McNamara2012-08-291-3/+4
* svdotxat.cxx: MSVC needs set includedMichael Stahl2012-08-161-0/+2
* Convert local variable from Container to std::vector and std::setNoel Grandin2012-08-161-18/+14
* Convert maHandles field from Container to std::vectorNoel Grandin2012-08-161-4/+4
* Convert aList in SdrObjRefList class from Container to std::vectorNoel Grandin2012-08-161-8/+15
* Convert pRedoStack in SdrModel class from Container to std::dequeNoel Grandin2012-08-161-6/+9
* Convert pUndoStack in SdrModel class from Container to std::dequeNoel Grandin2012-08-161-11/+16
* Convert aBuf in SdrUndoGroup class from Container to std::vectorNoel Grandin2012-08-161-3/+3
* Convert field from Container to std::vector in SdrPageGridFrameListNoel Grandin2012-08-161-1/+1
* Convert maPages field in SdrModel class from Container to std::vectorNoel Grandin2012-08-161-17/+18
* Convert maMaPag field in class SdrModel from Container to std::vectorNoel Grandin2012-08-161-24/+38
* Remove unused fieldNoel Grandin2012-08-161-4/+2
* SdrMarkView::UndirtyMrkPnt: set::erase returns void in C++98Michael Stahl2012-08-161-1/+1
* Convert aLayer field in SdrLayerAdmin class from Container to std::vectorNoel Grandin2012-08-161-16/+21
* Convert aList field in SdrHelpLineList class from Container to std::vectorNoel Grandin2012-08-161-1/+1
* Convert aList in SdrGluePointList class from Container to std::vectorNoel Grandin2012-08-162-2/+3
* _SdrItemBrowserControl::SetAttributes: fix previous commit:Michael Stahl2012-08-161-4/+4
* Convert aList in class _SdrItemBrowserControl from Container to std::vectorNoel Grandin2012-08-161-13/+13
* Remove unused class ContainerSorterNoel Grandin2012-08-161-33/+0
* Convert aList in SdrHdlList class from Container to std::dequeNoel Grandin2012-08-161-52/+42
* Convert maList in SdrMarkList from Container to std::vectorNoel Grandin2012-08-161-50/+39
* Convert SdrUShortCont from Container to std::setNoel Grandin2012-08-166-198/+98
* Remove unused class ImpUShortContainerSorterNoel Grandin2012-08-161-16/+0