summaryrefslogtreecommitdiff
path: root/sw/source/core/view
AgeCommit message (Expand)AuthorFilesLines
2012-12-17sal_Bool to boolTakeshi Abe2-12/+12
2012-11-30re-base on ALv2 code. Includes:Michael Meeks8-185/+123
2012-11-26sal_Bool to boolTakeshi Abe1-1/+1
2012-10-15postfix operator++ -> prefix operator++Luboš Luňák2-2/+2
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák4-9/+9
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara1-86/+78
2012-09-26rhbz#827695: sw: prevent crashes after incomplete print:Michael Stahl1-0/+5
2012-09-11fdo#43210 Corrected page preview direction for RTL interfaceIssa Alkurtass1-6/+23
2012-09-04n#777699: Clip the objects to the pagewe are paintingCédric Bosdonnat1-2/+2
2012-08-09Bin ViewShell::getIDocumentFieldsAccess()Julien Nabet1-1/+0
2012-07-26Convert SV_DECL_VARARR(SwRects) to std::vectorNoel Grandin1-13/+13
2012-06-27Remove commented out code (includes)Thomas Arnhold1-3/+0
2012-06-25Cleanup SwDoc::GetPageDesc(sal_uInt16) const-ness issuesNoel Grandin1-4/+3
2012-06-22.cxx files don't need executable bitsMichael Stahl1-0/+0
2012-06-22Remove commented code, superfluous comments and translate GermanSebastian Spaeth1-298/+50
2012-06-21reduce scope and replace some String::CreateFromAsciiCaolán McNamara1-1/+1
2012-06-21Remove commented out codeSebastian Spaeth1-109/+21
2012-06-15move zoomitem from svx to sfx2Tim Hardeck1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold4-8/+0
2012-05-31targetted revert of comment cleanupMichael Meeks8-128/+1033
2012-04-14optimize: traverse children with WINDOW_FIRSTCHILD/WINDOW_NEXTCaolán McNamara1-14/+18
2012-03-06silence SolarMutex not locked spewCaolán McNamara1-0/+2
2012-01-08sw: drop exec bit of cxx filesMiklos Vajna1-0/+0
2011-12-29Header/Footer: When editing, show only the appropriate conrol.Jan Holesovsky2-6/+19
2011-12-29Header/Footer: Show / hide the control immediately.Jan Holesovsky1-3/+6
2011-12-21sw: fdo#39159 fdo#40482: temp selection print doc:Michael Stahl1-2/+12
2011-12-05Remove Large Handles optionStefan Knorr (astron)2-5/+4
2011-11-28typos fixingKorrawit Pruegsanusak2-3/+3
2011-11-27remove include of pch header from swNorbert Thiebaud8-16/+0
2011-11-24sw: remove some debugging cruftMichael Stahl1-4/+0
2011-11-24sw: enable more debug code:Michael Stahl3-7/+1
2011-11-24sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl1-1/+1
2011-11-10callcatcher: remove unused methodsCaolán McNamara1-7/+0
2011-11-08removed Simple Handles optionTim Hardeck2-4/+0
2011-10-28SwRenderData: fix regression:Michael Stahl1-5/+3
2011-10-28SwRenderData: more cleanupMichael Stahl1-17/+11
2011-10-28SwRenderData: fix assertion:Michael Stahl2-15/+9
2011-10-28rhbz#680365: SwRenderData: do not store SwPageFrm*Michael Stahl2-28/+35
2011-10-21Fix for bug fdo#41997, cleanup vcl enumerationOlivier Hallot1-1/+1
2011-09-12Header/Footer: added a timer to show the separatorCédric Bosdonnat2-0/+2
2011-09-06Header/Footer: revert objects ghosting to keep writer WYSIWYGCédric Bosdonnat1-1/+0
2011-08-10Resolves: fdo#39159 don't restore original view settings on temp documentsCaolán McNamara1-2/+2
2011-08-08Print current page in the Print dialog, fdo#34697.Ta Duc Tung1-1/+2
2011-07-12In the print dialog, always default to "All pages".Jan Holesovsky1-1/+1
2011-06-30n#676858: header, footer edition mode: updated paint methodsCédric Bosdonnat1-0/+7
2011-06-30n#676858: implement header / footer edition modeCédric Bosdonnat1-0/+2
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky3-29/+16
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-2/+3
2011-05-18Remove #include <tools/debug.hxx> in writer/swJacek Wolszczak2-2/+0
2011-05-17Replace #ifdef DEBUG with #if OSL_DEBUG_LEVEL > 1Jacek Wolszczak1-1/+1