summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* always explicitly handle empty string of rangesIvan Timofeev2011-10-241-2/+4
* execute filters-test in headless modeMarkus Mohrhard2011-10-221-0/+1
* Fix for bug fdo#41997, cleanup vcl enumerationOlivier Hallot2011-10-213-3/+3
* Added a scanbutton to the scan-dialogRob Snelders2011-10-205-13/+15
* SvUShorts -> std::vectorDaniel Di Marco2011-10-204-39/+39
* Sw styles cleanup: removed now unused methodsCédric Bosdonnat2011-10-204-40/+0
* Resolves: fdo#41556 restore original CTL font after forcing fontCaolán McNamara2011-10-201-0/+8
* WaE: NULL used in arithmeticTor Lillqvist2011-10-201-1/+1
* char can be unsigned, use sal_Int8Tor Lillqvist2011-10-201-1/+1
* migrate to StringRangeEnumerator in pdfexportIvan Timofeev2011-10-192-58/+168
* Removed some -Weffc++ warnings from the Header/Footer workCédric Bosdonnat2011-10-183-2/+33
* Styles cleanup: forgot to remove some bitsCédric Bosdonnat2011-10-171-18/+0
* Removed list and numbering paragraph styles and related option pageCédric Bosdonnat2011-10-1713-1326/+0
* split bootstrapfixture and move test-filters class for sot testCaolán McNamara2011-10-152-5/+9
* Fix build problem with the 'attribute' namespace.Fridrich Štrba2011-10-131-3/+3
* Header/Footer: Implemented fade in/outCédric Bosdonnat2011-10-123-5/+53
* Page Break: Make the line control thicker to ease fade in/outCédric Bosdonnat2011-10-121-2/+2
* Header/Footer: using the drawinglayer to paint the indicatorCédric Bosdonnat2011-10-122-85/+169
* #i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl2011-10-118-41/+67
* #i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl2011-10-111-1/+1
* #i108468#: clean up xmluconv code duplication, part 1:Michael Stahl2011-10-118-36/+74
* Page Break: fade in / fade out the button when mouse if over the lineCédric Bosdonnat2011-10-102-16/+123
* Page Break: Fix page break deletion when changing page styleCédric Bosdonnat2011-10-101-3/+12
* Page Break: show the button on the right for book mode viewCédric Bosdonnat2011-10-102-21/+88
* WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist2011-10-101-1/+1
* ensure correct export size type in stream operationCaolán McNamara2011-10-101-1/+1
* aEmptyByteStr unnecessaryCaolán McNamara2011-10-102-2/+0
* ByteString->rtl::OStringCaolán McNamara2011-10-101-1/+1
* Page Break: don't let the indicator being hidden due to the zoom levelCédric Bosdonnat2011-10-091-3/+6
* Page Break: Fixed part of the Edit menu action cursors handlingCédric Bosdonnat2011-10-0712-80/+167
* WaE: win32 cleanupMichael Meeks2011-10-071-3/+1
* this counter is not needed in sw/.. view.cxx, thanks cppcheckPierre-André Jacquod2011-10-071-2/+0
* cppcheck scope reduction in sw/..docredln.cxxPierre-André Jacquod2011-10-071-2/+1
* cppcheck scope reduction in sw/.. trvlfrm.cxxPierre-André Jacquod2011-10-071-1/+2
* WaE: truncation of constant valueTor Lillqvist2011-10-071-2/+2
* WaE: unreachable codeTor Lillqvist2011-10-074-7/+10
* WaE: reinterpret_cast used between related classesTor Lillqvist2011-10-071-5/+5
* Trying to unbreak the build with older GCCFridrich Štrba2011-10-071-1/+1
* fdo#41187 - "Prind grid" possible only when "Display grid" checkedTakeshi Abe2011-10-071-1/+3
* Remove Declaration of WW8Bytes now not usedMaciej Rumianowski2011-10-072-5/+0
* 2nd part of Replace WW8Bytes with ww::bytesMaciej Rumianowski2011-10-077-92/+37
* Remove unused Variables in WW8ExportMaciej Rumianowski2011-10-072-19/+0
* 1st part of Replace WW8Bytes with ww::bytesMaciej Rumianowski2011-10-078-301/+283
* Add method data() to ww::bytes.Jan Holesovsky2011-10-072-2/+6
* Page Break: implemented final paint of the indicator and its line lengthCédric Bosdonnat2011-10-061-34/+35
* Page Break: fixed the Edit dialog... wasn't using the correct selectionCédric Bosdonnat2011-10-061-0/+13
* Remove code related to previously disabled HTML 3.2 exportHarri Pitkänen2011-10-062-9/+3
* Page Break: fixed crasher, the page frame can contain no childrenCédric Bosdonnat2011-10-061-1/+1
* Ensure msword lib has not yet been unloaded when aReaderWriter pReaders are d...Stephan Bergmann2011-10-066-30/+80
* Page Break: implement the break before page caseCédric Bosdonnat2011-10-053-7/+31