summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-12Header/Footer: small painting improvementsCédric Bosdonnat2-12/+6
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann3-7/+20
2011-09-12sb140: #i117698# no implementations of XIdlClassProvider remain, so code that...Stephan Bergmann1-2/+0
2011-09-12fs34b: #i117545# (patch provided by mathias.bauer@oracle.com)Stephan Bergmann1-0/+5
2011-09-12Revert "n#676858: added new menu entry for headers/footers edit mode"Cédric Bosdonnat9-60/+0
2011-09-12Header/Footer: added a timer to show the separatorCédric Bosdonnat8-5/+81
2011-09-12Resolves: fdo#40717 ensure required settings and styles exist in paste docCaolán McNamara1-2/+32
2011-09-12factor out code for copying compatability optionsCaolán McNamara2-31/+36
2011-09-12factor out code which sets the defaults for propertiesCaolán McNamara2-20/+29
2011-09-12SwDoc::ReplaceStyles can be constCaolán McNamara3-3/+3
2011-09-09Writer Page Breaks: don't print the marker, not for PDF export or printingCédric Bosdonnat1-61/+66
2011-09-09Header/Footer: adjusted popup menu textsCédric Bosdonnat4-3/+29
2011-09-09Header/Footer: don't show the separator action in readonly modeCédric Bosdonnat7-2/+35
2011-09-09map CTL_LANGUAGE<->RTF_ALANG the same as CTL_FONTSIZE<->RTF_AFSCaolán McNamara1-1/+1
2011-09-09Add cppunit test for SwScanner that would have caught fdo#40449Caolán McNamara3-47/+121
2011-09-08Resolves: fdo#40449 spellchecking tried to keep a reference to a temporaryCaolán McNamara2-15/+15
2011-09-08Fix the second and last duplicateBreakJulien Nabet1-1/+0
2011-09-08add chaff to encrypted documentsCaolán McNamara1-0/+4
2011-09-08Header/Footer: implement the edit menu itemCédric Bosdonnat9-18/+32
2011-09-08Header/Footer: added the popup menu of the separatorCédric Bosdonnat6-12/+78
2011-09-08Header/Footer: implement the header creation when clicking on +Cédric Bosdonnat2-1/+43
2011-09-08Header/Footer: just don't always drop and create SwHeaderFooterWinCédric Bosdonnat6-37/+99
2011-09-08Header/Footer: vertically center the text in the separator controlCédric Bosdonnat1-2/+5
2011-09-08Header/Footer: Use a Window with WB_DIALOGCONTROL to fix loads of bugsCédric Bosdonnat3-73/+51
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