summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2012-08-29String::Expand -> string::padToLengthCaolán McNamara1-3/+4
2012-08-28-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+1
2012-08-27fdo#46808, Use BreakIterator ::create methodNoel Grandin2-20/+12
2012-08-24fdo#53888: svx: do not link against dbtoolsMatúš Kukan1-1/+0
2012-08-22Some cleanup for better localizationZolnai Tamás1-1/+1
2012-08-22fdo#53888: svx: fix dependencies:Michael Stahl2-1/+1
2012-08-22Use typedef instead of trivial inheritanceStephan Bergmann2-3/+1
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan1-0/+4
2012-08-17bnc#741480: adjusted display of Bracket/BracePair in pptFelix Zhang1-5/+17
2012-08-17gbuild: register all jarsMichael Stahl1-5/+5
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
2012-08-16Convert aList in SdrObjRefList class from Container to std::vectorNoel Grandin1-8/+15
2012-08-16Convert pRedoStack in SdrModel class from Container to std::dequeNoel Grandin2-9/+12
2012-08-16Convert pUndoStack in SdrModel class from Container to std::dequeNoel Grandin2-14/+20
2012-08-16replace LIST_APPEND usage with CONTAINER_APPENDNoel Grandin1-1/+1
2012-08-16Convert aBuf in SdrUndoGroup class from Container to std::vectorNoel Grandin2-7/+6
2012-08-16Convert field from Container to std::vector in SdrPageGridFrameListNoel Grandin3-11/+28
2012-08-16Convert maPages field in SdrModel class from Container to std::vectorNoel Grandin2-19/+19
2012-08-16Convert maMaPag field in class SdrModel from Container to std::vectorNoel Grandin2-25/+39
2012-08-16Remove unused fieldNoel Grandin3-6/+3
2012-08-16SdrUShortCont: MSVC build can't link libsw if that is publicMichael Stahl1-2/+1
2012-08-16SdrMarkView::UndirtyMrkPnt: set::erase returns void in C++98Michael Stahl1-1/+1
2012-08-16Convert aLayer field in SdrLayerAdmin class from Container to std::vectorNoel Grandin2-22/+50
2012-08-16Convert aList field in SdrHelpLineList class from Container to std::vectorNoel Grandin2-10/+26
2012-08-16Convert aList in SdrGluePointList class from Container to std::vectorNoel Grandin3-9/+15
2012-08-16Remove unnecessary includeNoel Grandin1-2/+0
2012-08-16Remove unnecessary includeNoel Grandin1-1/+0
2012-08-16_SdrItemBrowserControl::SetAttributes: fix previous commit:Michael Stahl1-4/+4
2012-08-16Convert aList in class _SdrItemBrowserControl from Container to std::vectorNoel Grandin2-16/+15
2012-08-16Remove unused class ContainerSorterNoel Grandin2-53/+0
2012-08-16Convert aList in SdrHdlList class from Container to std::dequeNoel Grandin2-58/+47
2012-08-16Convert maList in SdrMarkList from Container to std::vectorNoel Grandin2-56/+44
2012-08-16Convert SdrUShortCont from Container to std::setNoel Grandin7-300/+102
2012-08-16Remove unused class ImpUShortContainerSorterNoel Grandin1-16/+0
2012-08-16Remove unused class UShortContNoel Grandin1-14/+0
2012-08-16Convert aList field in SdrLinkList class from Container to std::vectorNoel Grandin2-10/+14
2012-08-16Convert OLEObjCache class from Container to std::vectorNoel Grandin3-17/+21
2012-08-16Convert aPnts field in SdrDragStat class from Container to std::vectorNoel Grandin2-16/+14
2012-08-16fdo#53061: Work around boost::ptr_vector.insert(..., nullptr) problemStephan Bergmann1-1/+1
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann27-71/+11
2012-08-15make fontwork custom shapes as one path object created from polypolygonRadek Doulik1-3/+4
2012-08-14fdo#47434: Zero rect. size causing wrong line positions.Muthu Subramanian1-0/+4
2012-08-13Convert from tools/list.hxx to tools/contnr.hxxNoel Grandin1-1/+1
2012-08-10fdo#37791 Insert selected text to Findbar by Ctrl FZolnai Tamás2-19/+32
2012-08-10Remove misleading commentStephan Bergmann1-1/+0
2012-08-09gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks1-1/+1
2012-08-09Minor cleanup.Jan Holesovsky2-8/+8
2012-08-09fdo#49750 Search Toolbar keeps its historyZolnai Tamás2-0/+25