summaryrefslogtreecommitdiff
path: root/sw/source/core
AgeCommit message (Expand)AuthorFilesLines
2011-09-06Header/Footer: revert objects ghosting to keep writer WYSIWYGCédric Bosdonnat6-139/+25
2011-09-06Header/Footers: SwPageDesc as a member of SwHeaderFooterWinCédric Bosdonnat1-10/+3
2011-09-05provide a fallback for this for icu < 4.4Caolán McNamara1-0/+4
2011-09-05Header/Footer: Moved line thickness magic numbers to a defineCédric Bosdonnat1-2/+5
2011-09-05Header/Footers: fixed separator line position with footnotesCédric Bosdonnat1-6/+9
2011-09-05Header/Footer: Implemented the separator label as a WindowCédric Bosdonnat1-148/+88
2011-09-05#define _HAS_ITERATOR_DEBUGGING 0 to fix --enable-dbgutil MSVC compilationTor Lillqvist3-1/+12
2011-09-04removed dead codeTakeshi Abe4-16/+0
2011-09-04fix typos in commentsTakeshi Abe1-1/+1
2011-09-01fdo#40344: reverted commit 6f7bd9Cédric Bosdonnat1-19/+1
2011-09-01Header/Footer: separator drawing changesCédric Bosdonnat1-28/+74
2011-09-01Don't hard code joining type of Arabic charactersKhaled Hosny1-104/+21
2011-08-30WaE: dbglevel=2Caolán McNamara1-3/+0
2011-08-29Rename class XColorTable to XColorListJoseph Powers1-3/+3
2011-08-29tweak for changeCaolán McNamara1-2/+2
2011-08-26Remove unused parameter.Jan Holesovsky1-2/+2
2011-08-26Header/Footer: changed GetCrsrOfst to be able to pick up background objectsCédric Bosdonnat1-14/+55
2011-08-26Fixed SwFlowFrm constructor to initialize pPrecede to NULLCédric Bosdonnat1-1/+2
2011-08-26catch by const refCaolán McNamara1-1/+1
2011-08-24Resolves: fdo#40345 don't crash loading temp document to get frame stylesCaolán McNamara1-2/+3
2011-08-23Remove unecessary parameter to IDocumentStatistics::UpdateDocStatArnaud Versini3-28/+43
2011-08-19pointless temp objects, stray debugging code ?Caolán McNamara1-3/+0
2011-08-18Header/Footer: moved the decorator color to the optionsCédric Bosdonnat1-1/+1
2011-08-18Headers/Footers: set only the main color and play with luminance for the otherCédric Bosdonnat1-1/+4
2011-08-17Header/Footer: Update the whole page when SwFooterFrm is invalidCédric Bosdonnat1-22/+35
2011-08-16Keep the container and object separate methods.Kohei Yoshida1-2/+8
2011-08-16Slightly changed the API.Kohei Yoshida1-1/+2
2011-08-16Header/Footer: ghost footnote and columns linesCédric Bosdonnat2-24/+66
2011-08-16catch by const referenceCaolán McNamara1-13/+13
2011-08-16fixed class name in diagnosing messageTakeshi Abe1-3/+3
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara1-2/+3
2011-08-13Some cppcheck cleaningJulien Nabet1-2/+1
2011-08-10Translated a few german comments in paintfrm.cxxCédric Bosdonnat1-138/+98
2011-08-10Resolves: fdo#39159 don't restore original view settings on temp documentsCaolán McNamara1-2/+2
2011-08-10fdo#33960, Implement new rule for xref to numbered paragraphsTroy Rollo1-4/+52
2011-08-10Number formatter sal_Bool -> bool clean-up and cosmeticsEike Rathke1-1/+1
2011-08-08Print current page in the Print dialog, fdo#34697.Ta Duc Tung1-1/+2
2011-08-04state *what* format is problematic in the OSL_FAILCaolán McNamara1-1/+4
2011-08-02catch by const referenceCaolán McNamara1-4/+4
2011-08-02SwCache: fix build with dbglevel=2Miklos Vajna1-1/+2
2011-07-29Get rid of these non-printable charsThomas Arnhold12-15/+0
2011-07-29Fixed valgrind errorMarc-Andre Laverdiere1-6/+7
2011-07-29Fixed invalid pointer dereferenceMarc-Andre Laverdiere1-3/+3
2011-07-28Resolves: fdo#37693 it really is a LineBorder not a LineBorder2Caolán McNamara1-13/+8
2011-07-28use DrawUndoGuard to turn off undo for draw layer for duration of its scopeCaolán McNamara1-5/+5
2011-07-27ByteString->rtl::OStringBufferCaolán McNamara1-29/+57
2011-07-27Resolves: fdo#36631 don't crash on undo of ole2 insertCaolán McNamara1-0/+5
2011-07-25Replace SvUShorts with vector in redline.hxx and docredln.cxxNigel Hawkins1-7/+9
2011-07-25Replace SvUShorts with vector in layhelp.hxx and laycache.cxxNigel Hawkins2-4/+3
2011-07-24Merge branch 'master' into feature/gnumake4Bjoern Michaelsen11-75/+58