summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2011-09-09map CTL_LANGUAGE<->RTF_ALANG the same as CTL_FONTSIZE<->RTF_AFSCaolán McNamara
2011-09-09Add cppunit test for SwScanner that would have caught fdo#40449Caolán McNamara
Move SwScanner so it can be tested easily and add a unit test that would have detected fdo#40449 in advance
2011-09-08Resolves: fdo#40449 spellchecking tried to keep a reference to a temporaryCaolán McNamara
2011-09-08Fix the second and last duplicateBreakJulien Nabet
2011-09-08add chaff to encrypted documentsCaolán McNamara
2011-09-08Header/Footer: implement the edit menu itemCédric Bosdonnat
Opens the page style at the header or footer tab.
2011-09-08Header/Footer: added the popup menu of the separatorCédric Bosdonnat
Removing the header/footer is working, but the edition still needs to be implemented
2011-09-08Header/Footer: implement the header creation when clicking on +Cédric Bosdonnat
Remaining UI bug: the cursor should be placed in the newly created footer when creating a footer. It's currently set to the header.
2011-09-08Header/Footer: just don't always drop and create SwHeaderFooterWinCédric Bosdonnat
This minimizes the number of creation / deletion of SwHeaderFooterWin objects and simply updates the existing ones.
2011-09-08Header/Footer: vertically center the text in the separator controlCédric Bosdonnat
2011-09-08Header/Footer: Use a Window with WB_DIALOGCONTROL to fix loads of bugsCédric Bosdonnat
Bugs fixed by this change: * The Header/footer window is now moving with the parent window * The Window rectangle is adapted to the parent area and doesn't go over the scrollbar * The windows are shown properly in all cases
2011-09-08Make moved bitfield flags from prev commit into true bools.Stephan Bergmann
As discussed on IRC, no apparent reason to have them as bitfileds in the first place.
2011-09-08Cleanup of SwFlowFrm flags.Stephan Bergmann
bUndersized was used uninitialized in derived SwFlowFrm, as valgrinding sw/qa/unoapi revealed.
2011-09-07SwUndoTblNdsChg::pDelSects was used unitialized.Stephan Bergmann
sw/qa/unoapi checks failed because of this. Changed both pDelSects and pNewSttNds to auto_ptrs to clean up resource handling here; explicitly made SwUndoTblNdsChg noncopyable to avoid auto_ptr-stealing.
2011-09-07Fixed build error about double conversionCédric Bosdonnat
2011-09-07Sw page break: added a text above the line to explain the visualizationCédric Bosdonnat
2011-09-07Resolves/Related: fdo#40449 uninitialized issymbol member variableCaolán McNamara
2011-09-07probably want a SfxBoolItem of false hereCaolán McNamara
2011-09-06[cppchecker] deleting unread variablePierre-André Jacquod
2011-09-06[cppchecker] deletion of not needed variablePierre-André Jacquod
2011-09-06i#118224: kill O(n^2) complexity of unique bookmark name creationChristoph Lutz
2011-09-06Header/Footer: added the menu button to the separator.Cédric Bosdonnat
Show either a SPIN_DOWN arrow if there is a header or a plus is there is none.
2011-09-06make sure we can detect if vba code was importedNoel Power
2011-09-06SID_DOC_MODIFIED should (probably) be a SfxBoolItemCaolán McNamara
2011-09-06one of those vexing parsesCaolán McNamara
2011-09-06Header/Footer: enhanced the document subsidiary linesCédric Bosdonnat
+ Implemented http://wiki.services.openoffice.org/wiki/DocumentBorder#Option_3 + Show the text boundaries for the currently edited area, e.g. don't show the header and footer boundaries when editing the main body + Included the footnote boundaries into the main body ones as it's the same editing area + Reimplemented the painting of the manual page breaks. These are hidden when editing headers/footers and are be toggled with the non-printing characters instead of the document boundaries.
2011-09-06Header/Footer: revert objects ghosting to keep writer WYSIWYGCédric Bosdonnat
This reverts commits: * 7d700ecf81c00981df9780da07408192dfa4a4b3 * 523ff0444022c9f435c93140c7c89fa2c657bb50 * f7da7938c53f0ce185760e01e7de91cdf5268078 * 28d1c25092ddefdf90d0554532b7611698b2d18e
2011-09-06Header/Footers: SwPageDesc as a member of SwHeaderFooterWinCédric Bosdonnat
2011-09-06Header/Footer: moved the SwHeaderFooterWin to separate {h,c}xx filesCédric Bosdonnat
2011-09-05stick these behind OSL_DEBUG_LEVEL > 1Caolán McNamara
2011-09-05provide a fallback for this for icu < 4.4Caolán McNamara
2011-09-05Reverted WW8TableNodeInfo::toString() for dbglevel>1Cédric Bosdonnat
2011-09-05WaE: unused variableCaolán McNamara
2011-09-05disentangle WW8Read_xstz variantsCaolán McNamara
2011-09-05callcatcher: drop some Impl methods, regenerate listCaolán McNamara
2011-09-05move template down and tweakCaolán McNamara
2011-09-05disentangle 16bit pascal-strings and zero terminated pstrings, etc.Caolán McNamara
one method to read pascal strings, zero-terminated pascal strings and non-zero terminated non-pascal strings is a disaster when length of 0 toggle into pascal-string mode, shudder!
2011-09-05rework TestBestAndBraces in terms of new apisCaolán McNamara
2011-09-05disentangle WW8ReadPString to pascal-string and null terminated pstringCaolán McNamara
and find that one of them was using 0 as encoding, rather than indicating normal-pascal string, sigh.
2011-09-05rework WW8ReadPString in terms of read_uInt8s_AsOStringCaolán McNamara
2011-09-05fix blindingly wrong commentCaolán McNamara
2011-09-05rework WW8Read_xstz using read_LEuInt16s_AsOUStringCaolán McNamara
2011-09-05add a fairly efficient read_LEuInt16s_AsOUString, merge similar thingsCaolán McNamara
2011-09-05access oox vbaproject import directlyNoel Power
2011-09-05Header/Footer: Moved line thickness magic numbers to a defineCédric Bosdonnat
2011-09-05Header/Footers: fixed separator line position with footnotesCédric Bosdonnat
2011-09-05sw: added some class doxygen documentationCédric Bosdonnat
2011-09-05Header/Footer: Implemented the separator label as a WindowCédric Bosdonnat
Had quite a hard time drawing the new windows at the correct position and find the proper VCL attributes. This new Window child class is using the WB_MOVEABLE and WB_OWNERDRAWDECORATION to workaround bugs in VCL.
2011-09-05#define _HAS_ITERATOR_DEBUGGING 0 to fix --enable-dbgutil MSVC compilationTor Lillqvist
2011-09-04Drop unused partsJulien Nabet