summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/paintfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-10-02n#777699: Clip the objects to the pagewe are paintingCédric Bosdonnat1-2/+2
2012-09-28n#778133 sw: add BackgroundParaOverDrawings compat flagMiklos Vajna1-6/+12
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 Stahl1-9/+19
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-01Bin MA_FASTCALL nonsenseTor Lillqvist1-13/+13
2012-05-11fdo#44010: fix vertical text frame borders:Michael Stahl1-72/+87
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-1/+1
2012-04-27argh i am so stupidMichael Stahl1-5/+2
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ňák1-1/+0
2012-04-05fdo#45562: paint borders in SwFlyFrm::Paint:Michael Stahl1-2/+18
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-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-22Conver SV VARARR to std::deque for sw module.Bartosz Kosiorek1-78/+65
2012-03-16fdo#42750: delay painting borders until after subsidiary linesMichael Stahl1-11/+33
2012-03-07sw: tweak comment translationsMichael Stahl1-26/+26
2012-02-27Fix build (few missing {'s in the translations).Jan Holesovsky1-0/+1
2012-02-27translate german commentsNicolas Christener1-161/+153
2012-02-23Make column breaks indicator independent of meta-char viewingCédric Bosdonnat1-2/+1
2012-02-20fdo#46073: Implemented soft boundaries only w/o non-printing charsCédric Bosdonnat1-3/+33
2012-02-13Header/Footer: don't show in web layout modeIvan Timofeev1-0/+1
2012-02-13Header/Footer, Page Break: don't show them in RO mode (fdo#45548)Cédric Bosdonnat1-0/+3
2012-01-31fdo#44836: Hide all the page breaks of the pages before the first visible oneCédric Bosdonnat1-0/+16
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-4/+4
2012-01-08sw: drop exec bit of cxx filesMiklos Vajna1-0/+0
2012-01-04Page Break: fix remaining indicator in some casesCédric Bosdonnat1-7/+8
2011-12-29Header/Footer: When editing, show only the appropriate conrol.Jan Holesovsky1-20/+27
2011-12-21Header/Footer,Page Break: fix bad test for printing mode (fdo#43962)Cédric Bosdonnat1-3/+3
2011-12-16fdo#43790: RTL PopupMenu position fixesCédric Bosdonnat1-0/+4
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-11-24sw: enable more debug code:Michael Stahl1-2/+2
2011-11-07callcatcher: remove some unused methodsCaolán McNamara1-24/+0
2011-10-21Fix for bug fdo#41997, cleanup vcl enumerationOlivier Hallot1-1/+1
2011-10-06Page Break: fixed crasher, the page frame can contain no childrenCédric Bosdonnat1-1/+1
2011-10-05Page Break: implement the break before page caseCédric Bosdonnat1-2/+9
2011-09-23Page Break: Changed the page break into a controlCédric Bosdonnat1-45/+8