summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-2712-61/+57
* revert the change of SwCntntNode bases, for nowLuboš Luňák2011-09-262-3/+3
* remove executable bitLuboš Luňák2011-09-261-0/+0
* remove executable bitLuboš Luňák2011-09-261-0/+0
* remove executable bit on source filesLuboš Luňák2011-09-262-0/+0
* move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power2011-09-267-16/+17
* disambiguate ctorCaolán McNamara2011-09-261-1/+2
* Fix compilation when SYSTEM_LIBXML headers are not in /usr/includeTor Lillqvist2011-09-252-0/+12
* Avoid ambiguous Locale type by specifying full path to sun::star... ; the oth...Tomas Chvatal2011-09-244-4/+4
* re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks2011-09-2412-46/+31
* I wonder if this fixes the libxml build error on tinderboxLuboš Luňák2011-09-231-0/+4
* Page Break: Changed the page break into a controlCédric Bosdonnat2011-09-2315-56/+431
* debug support for dumping writer nodes structureLuboš Luňák2011-09-237-4/+247
* make SwCntntNode* and SwNode* have the same valueLuboš Luňák2011-09-234-7/+9
* deugly HTMLOutFuncs::ConvertStringToHTMLCaolán McNamara2011-09-231-4/+3
* fdo#39510: comment addedBjoern Michaelsen2011-09-231-0/+10
* fdo#39510 lp#854626: crash on closing document with footnotesBjoern Michaelsen2011-09-221-0/+1
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-2221-10/+143
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-09-222-5/+7
* Fixed remaining ByteString::SearchAndReplace in dbg level > 1Cédric Bosdonnat2011-09-221-2/+1
* Some cppcheck cleaningJulien Nabet2011-09-211-2/+2
* Header/Footer: refactored the SwEditWin to extend it to page breaksCédric Bosdonnat2011-09-219-86/+241
* Header/Footer: Extracted a few common things to a SwFrameControl classCédric Bosdonnat2011-09-214-17/+73
* Page Break: Fix the line position in side-by-side pages displayCédric Bosdonnat2011-09-211-3/+1
* Page Break: decouple it from the text bounding lines paintingCédric Bosdonnat2011-09-212-5/+14
* removed redundant null ptr check in sw/source/ui/uni/unomailmarge.cxx l. 630Andreu Correa Casablanca2011-09-211-1/+1
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-215-27/+27
* bah, why did I change it away from sizeCaolán McNamara2011-09-201-1/+1
* Header/Footer: Fixed a few separators rendering problemsCédric Bosdonnat2011-09-201-3/+3
* Header/Footer: move the separator line painting to a Window controlCédric Bosdonnat2011-09-207-28/+198
* removed unsatisfiable equalities of conditionalsTakeshi Abe2011-09-201-19/+3
* Fix for fdo#35513: avoid crash while processing incorrect range of pagesIvan Timofeev2011-09-201-0/+3
* ByteString->rtl::OStringBufferCaolán McNamara2011-09-201-25/+23
* Remove some warningsFridrich Štrba2011-09-201-2/+3
* replaced some SvUShorts with std::vectorDaniel Di Marco2011-09-207-64/+50
* reduce duplicate code to one templateTakeshi Abe2011-09-202-93/+42
* removed an assignment in no useTakeshi Abe2011-09-201-1/+1
* Do not delete SwIndexReg::pEmptyIndexArray while SwXTextCursor instances can ...Stephan Bergmann2011-09-194-13/+9
* Page Break: draw a dashed line using the header/footer separator codeCédric Bosdonnat2011-09-191-41/+39
* Text Boundaries: draw small inner corners for the columns areasCédric Bosdonnat2011-09-196-154/+196
* Header/Footer: draw page breaks between the two pages and in all casesCédric Bosdonnat2011-09-192-8/+80
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-09-194-124/+140
* Explicitly state namespace to avoid ambiguous type clash with ICU.Tomas Chvatal2011-09-171-1/+1
* Header/Footer: Don't hide & show the separator windows all the timeCédric Bosdonnat2011-09-165-10/+11
* Header/Footer: mouse-over timer set down to 1s instead of 2s.Cédric Bosdonnat2011-09-161-1/+1
* Header/Footer: enable quickly hiding the separatorsCédric Bosdonnat2011-09-161-0/+24
* Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann2011-09-162-3/+0
* Some cppcheck cleaningJulien Nabet2011-09-151-3/+3
* Page Break: Fixed columns boundaries and breaks renderingCédric Bosdonnat2011-09-156-94/+116
* Header/Footer: don't show the separators if mouse isn't over SwEditWinCédric Bosdonnat2011-09-151-1/+1