summaryrefslogtreecommitdiff
path: root/sw/source/core/layout
AgeCommit message (Expand)AuthorFilesLines
2012-10-02sw: implement page-relative size for drawing objects and import them from docxCédric Bosdonnat1-0/+23
2012-10-02n#777699: Clip the objects to the pagewe are paintingCédric Bosdonnat1-2/+2
2012-10-02n#775270: clip pictures instead of scaling they don't fitCédric Bosdonnat1-1/+3
2012-10-02n#772094: pictures was eaten by document default LR settingsCédric Bosdonnat1-0/+4
2012-09-28n#778133 sw: add BackgroundParaOverDrawings compat flagMiklos Vajna1-6/+12
2012-09-28n#775899 sw: add FloattableNomargins compat flagMiklos Vajna1-1/+38
2012-08-13fdo#53439 SwPageFrm::PaintBorderAndShadow fix painting at small zoomMiklos Vajna1-5/+16
2012-08-08n#773515 SwPageFrm::PaintBorderAndShadow fix shadow color on partial redrawMiklos Vajna1-4/+18
2012-07-24fdo#39812: Writer: fix collapsing merged table border painting:Michael Stahl1-13/+26
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl3-16/+30
2012-07-04rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-1/+1
2012-06-28fdo#39415: sw: fix vertical collapsing border painting:Michael Stahl1-20/+22
2012-06-28fdo#39415: sw: fix collapsing border painting more:Michael Stahl1-19/+27
2012-06-28fdo#39415: sw: fix collapsing border painting:Michael Stahl1-4/+9
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