summaryrefslogtreecommitdiff
path: root/sw/source/core/layout
AgeCommit message (Expand)AuthorFilesLines
2012-06-20Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vectorNoel Grandin1-2/+2
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin6-35/+34
2012-06-17writer:crash(i118878) when adding columns and chang. properties in a frameNorbert Thiebaud1-19/+27
2012-06-12nuke dead codeTakeshi Abe2-26/+0
2012-06-09Remove superfluous empty lines on topThomas Arnhold6-13/+0
2012-06-05Revert "fdo#39006: Fixed layout loop"Michael Stahl1-16/+27
2012-06-01Bin MA_FASTCALL nonsenseTor Lillqvist9-46/+46
2012-05-25rhbz#810644: CalcClipRect: add band-aidMichael Stahl1-0/+6
2012-05-25Inline SV_DECL_PTRARR_DEL(SwCacheObjArr) into a std::vectorNoel Grandin1-1/+1
2012-05-25Convert SV_DECL_PTRARR_DEL(SwPageDescs) to std::vectorNoel Grandin1-0/+6
2012-05-25Convert SV_DECL_PTRARR_SORT_VISIBILITY(SwPosFlyFrms) to std::setNoel Grandin1-2/+0
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin1-3/+3
2012-05-11fdo#44010: fix vertical text frame borders:Michael Stahl1-72/+87
2012-05-09Convert SV_DECL_PTRARR_DEL(SwPageFlyCache) to boost::ptr_vectorNoel Grandin2-7/+4
2012-05-08Remove unused (SwTabFrm::GetLeaf)Julien Nabet1-21/+0
2012-05-05Resolves: fdo#49342 crash merging cells, revert conversion to std::mapCaolán McNamara1-1/+1
2012-05-03fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad Haggag1-0/+27
2012-04-30make ResId::toString a non-static memberCaolán McNamara2-2/+2
2012-04-27argh i am so stupidMichael Stahl1-5/+2
2012-04-25Convert SV_DECL_PTRARR_DEL(SwColumns) to boost::ptr_vectorNoel Grandin2-39/+37
2012-04-25Convert SV_DECL_PTRARR_DEL(SwSelUnions) to boost::ptr_vectorNoel Grandin1-2/+2
2012-04-24DBG_UTIL vs OSL_DEBUG_LEVEL confusionStephan Bergmann2-10/+10
2012-04-20fix STL conversion e94c4ab5523c7dcbee2f1b7fd47685529498e774 harderMichael Stahl1-7/+15
2012-04-17fdo#38635: sw: fix border corner gaps:Michael Stahl1-4/+16
2012-04-16fdo#38215: forgot idiotic C++ syntax (fix 0868a0155a)Michael Stahl1-2/+2
2012-04-16fdo#38635: fix border printing:Michael Stahl1-67/+0
2012-04-16fdo#38215: merge consecutive border lines:Michael Stahl1-12/+132
2012-04-16sw: create horizontal border lines with start left and end rightMichael Stahl1-10/+10
2012-04-13remove unused variablesLuboš Luňák2-2/+0
2012-04-05fdo#45562: paint borders in SwFlyFrm::Paint:Michael Stahl1-2/+18
2012-04-04flowfrm.cxx: tweak comment translationMichael Stahl1-25/+24
2012-04-04Translated source comments from germanDavid Vogt1-230/+225
2012-03-28use a vector instead of a deque when deque extras unneeded, they're fasterCaolán McNamara1-2/+2
2012-03-27Resolves: fdo#47865 insertions into deque invalidate nLastCountCaolán McNamara1-10/+12
2012-03-26Rename WEIT_WECH to FAR_AWAYNicolas Christener6-22/+22
2012-03-26Fix recent paintfrm.cxx regressionsStephan Bergmann1-20/+14
2012-03-23fdo#42750 fdo#45562 fdo#47717: border paint ordering:Michael Stahl1-10/+17
2012-03-23fixed crash due to use of STL deque for SwLineRectsCédric Bosdonnat1-3/+13
2012-03-22n#750258: removed strange non-wrapping conditionCédric Bosdonnat2-54/+0
2012-03-22n#751054 fix VML import of absolutely positioned picturesMiklos Vajna1-2/+5
2012-03-22Conver SV VARARR to std::deque for sw module.Bartosz Kosiorek1-78/+65
2012-03-21SwFmtVertOrient: warn if passed relation type is wrong, don't just ignore itMiklos Vajna1-1/+2
2012-03-16fdo#42750: delay painting borders until after subsidiary linesMichael Stahl1-11/+33
2012-03-16add indentation to sw's layout dumperMarkus Mohrhard1-0/+1
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+4
2012-03-13another missing open braceKorrawit Pruegsanusak1-0/+1
2012-03-13missing open braceKorrawit Pruegsanusak1-0/+1
2012-03-13trailing whitespace cleanupMichael Meeks1-3/+3
2012-03-13translate german commentsNicolas Christener1-169/+153
2012-03-12SwFlowFrm::CalcUpperSpace: fix crash with null pPrevFrm in framework_unoapiMichael Stahl1-1/+4