summaryrefslogtreecommitdiff
path: root/sw/source/core
AgeCommit message (Expand)AuthorFilesLines
2011-09-21Page Break: Fix the line position in side-by-side pages displayCédric Bosdonnat1-3/+1
2011-09-21Page Break: decouple it from the text bounding lines paintingCédric Bosdonnat2-5/+14
2011-09-20bah, why did I change it away from sizeCaolán McNamara1-1/+1
2011-09-20Header/Footer: Fixed a few separators rendering problemsCédric Bosdonnat1-3/+3
2011-09-20Header/Footer: move the separator line painting to a Window controlCédric Bosdonnat1-22/+0
2011-09-20removed unsatisfiable equalities of conditionalsTakeshi Abe1-19/+3
2011-09-20Fix for fdo#35513: avoid crash while processing incorrect range of pagesIvan Timofeev1-0/+3
2011-09-20Remove some warningsFridrich Štrba1-2/+3
2011-09-20replaced some SvUShorts with std::vectorDaniel Di Marco6-53/+41
2011-09-20reduce duplicate code to one templateTakeshi Abe1-88/+0
2011-09-20removed an assignment in no useTakeshi Abe1-1/+1
2011-09-19Do not delete SwIndexReg::pEmptyIndexArray while SwXTextCursor instances can ...Stephan Bergmann3-7/+3
2011-09-19Page Break: draw a dashed line using the header/footer separator codeCédric Bosdonnat1-41/+39
2011-09-19Text Boundaries: draw small inner corners for the columns areasCédric Bosdonnat6-154/+196
2011-09-19Header/Footer: draw page breaks between the two pages and in all casesCédric Bosdonnat2-8/+80
2011-09-17Explicitly state namespace to avoid ambiguous type clash with ICU.Tomas Chvatal1-1/+1
2011-09-16Header/Footer: Don't hide & show the separator windows all the timeCédric Bosdonnat1-8/+0
2011-09-15Page Break: Fixed columns boundaries and breaks renderingCédric Bosdonnat6-94/+116
2011-09-15We can't #define _HAS_ITERATOR_DEBUGGING 0 in just some of the source filesTor Lillqvist3-12/+0
2011-09-14do not try to read from an iterator which we just deleted from the containerBjoern Michaelsen1-1/+1
2011-09-14Revert "Revert "i#118224: kill O(n^2) complexity of unique bookmark name crea...Bjoern Michaelsen2-4/+33
2011-09-14don't crashCaolán McNamara1-1/+2
2011-09-14Revert "i#118224: kill O(n^2) complexity of unique bookmark name creation"Fridrich Štrba2-33/+4
2011-09-13Page Break: show/hide them with the line breaksCédric Bosdonnat1-1/+1
2011-09-13Header/Footer: handle high contrast mode in Paint methodCédric Bosdonnat1-21/+33
2011-09-13Header/Footer: fixed the Ctrl+PgUp and Ctrl+PdDown behaviorsCédric Bosdonnat1-44/+7
2011-09-13Header/Footer: display improvementsCédric Bosdonnat1-7/+24
2011-09-13let's use scoped_ptr to avoid c++0x deprecated warningsCaolán McNamara1-2/+3
2011-09-12Header/Footer: forgot to remove a sequence reallocCédric Bosdonnat1-3/+0
2011-09-12Header/Footer: small painting improvementsCédric Bosdonnat1-11/+5
2011-09-12Header/Footer: added a timer to show the separatorCédric Bosdonnat5-2/+33
2011-09-12factor out code for copying compatability optionsCaolán McNamara1-31/+33
2011-09-12factor out code which sets the defaults for propertiesCaolán McNamara1-19/+25
2011-09-12SwDoc::ReplaceStyles can be constCaolán McNamara2-2/+2
2011-09-09Writer Page Breaks: don't print the marker, not for PDF export or printingCédric Bosdonnat1-61/+66
2011-09-09Add cppunit test for SwScanner that would have caught fdo#40449Caolán McNamara1-46/+1
2011-09-08Resolves: fdo#40449 spellchecking tried to keep a reference to a temporaryCaolán McNamara2-15/+15
2011-09-08add chaff to encrypted documentsCaolán McNamara1-0/+4
2011-09-08Header/Footer: just don't always drop and create SwHeaderFooterWinCédric Bosdonnat2-12/+17
2011-09-08Header/Footer: Use a Window with WB_DIALOGCONTROL to fix loads of bugsCédric Bosdonnat1-2/+0
2011-09-08Make moved bitfield flags from prev commit into true bools.Stephan Bergmann1-5/+5
2011-09-08Cleanup of SwFlowFrm flags.Stephan Bergmann7-53/+54
2011-09-07SwUndoTblNdsChg::pDelSects was used unitialized.Stephan Bergmann2-17/+11
2011-09-07Fixed build error about double conversionCédric Bosdonnat1-4/+4
2011-09-07Sw page break: added a text above the line to explain the visualizationCédric Bosdonnat3-2/+38
2011-09-07Resolves/Related: fdo#40449 uninitialized issymbol member variableCaolán McNamara1-0/+1
2011-09-06[cppchecker] deletion of not needed variablePierre-André Jacquod1-2/+1
2011-09-06i#118224: kill O(n^2) complexity of unique bookmark name creationChristoph Lutz2-4/+33
2011-09-06Header/Footer: added the menu button to the separator.Cédric Bosdonnat1-3/+2
2011-09-06Header/Footer: enhanced the document subsidiary linesCédric Bosdonnat6-16/+142