summaryrefslogtreecommitdiff
path: root/sw
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-21removed redundant null ptr check in sw/source/ui/uni/unomailmarge.cxx l. 630Andreu Correa Casablanca1-1/+1
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold5-27/+27
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 Bosdonnat7-28/+198
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-20ByteString->rtl::OStringBufferCaolán McNamara1-25/+23
2011-09-20Remove some warningsFridrich Štrba1-2/+3
2011-09-20replaced some SvUShorts with std::vectorDaniel Di Marco7-64/+50
2011-09-20reduce duplicate code to one templateTakeshi Abe2-93/+42
2011-09-20removed an assignment in no useTakeshi Abe1-1/+1
2011-09-19Do not delete SwIndexReg::pEmptyIndexArray while SwXTextCursor instances can ...Stephan Bergmann4-13/+9
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-19ByteString->rtl::OString[Buffer]Caolán McNamara4-124/+140
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 Bosdonnat5-10/+11
2011-09-16Header/Footer: mouse-over timer set down to 1s instead of 2s.Cédric Bosdonnat1-1/+1
2011-09-16Header/Footer: enable quickly hiding the separatorsCédric Bosdonnat1-0/+24
2011-09-16Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann2-3/+0
2011-09-15Some cppcheck cleaningJulien Nabet1-3/+3
2011-09-15Page Break: Fixed columns boundaries and breaks renderingCédric Bosdonnat6-94/+116
2011-09-15Header/Footer: don't show the separators if mouse isn't over SwEditWinCédric Bosdonnat1-1/+1
2011-09-15We can't #define _HAS_ITERATOR_DEBUGGING 0 in just some of the source filesTor Lillqvist4-16/+0
2011-09-15Header/Footer: add the Border and Background... menu itemCédric Bosdonnat4-0/+56
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-14Related: fdo#40599 add a initial basic test for deleting graphicsCaolán McNamara2-2/+63
2011-09-14Revert "i#118224: kill O(n^2) complexity of unique bookmark name creation"Fridrich Štrba2-33/+4
2011-09-14ByteString->rtl::OStringBufferCaolán McNamara4-81/+89
2011-09-14use read_uInt8s_AsOString hereCaolán McNamara1-6/+8
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 Bosdonnat2-36/+63
2011-09-13Header/Footer: use a plus symbol instead of the add iconCédric Bosdonnat1-29/+18
2011-09-13Header/Footer: fixed the Ctrl+PgUp and Ctrl+PdDown behaviorsCédric Bosdonnat5-50/+23
2011-09-13Header/Footer: shared code for the insertion/removalCédric Bosdonnat7-119/+95
2011-09-13Header/Footer: display improvementsCédric Bosdonnat2-9/+46
2011-09-13not sure if this is copyableCaolán McNamara1-1/+1
2011-09-13ByteString->rtl::OStringBufferCaolán McNamara4-93/+101
2011-09-13let's use scoped_ptr to avoid c++0x deprecated warningsCaolán McNamara1-2/+3
2011-09-13I believe the src charset pragma is archaic and unusedCaolán McNamara12-13/+1
2011-09-13fdo#40819# Disabled failing complex.writer.CheckBookmarks test for now.Stephan Bergmann1-6/+12
2011-09-13fdo#33960#, fdo#35690#: Disabled failing checkCrossReferences tests for now.Stephan Bergmann1-17/+27
2011-09-12Header/Footer: the whole separator tab is now a menu buttonCédric Bosdonnat2-122/+75
2011-09-12Header/Footer: forgot to remove a sequence reallocCédric Bosdonnat1-3/+0