summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2011-10-06Page Break: fixed crasher, the page frame can contain no childrenCédric Bosdonnat1-1/+1
2011-10-06Ensure msword lib has not yet been unloaded when aReaderWriter pReaders are d...Stephan Bergmann6-30/+80
2011-10-05Page Break: implement the break before page caseCédric Bosdonnat3-7/+31
2011-10-05test fix: use setUp and tearDown not constructors to init LibreOfficeMichael Meeks2-15/+9
2011-10-05Page Break: basic implementation of the popup menu actionsCédric Bosdonnat4-3/+48
2011-10-05fdo#35660: reenable sw.DocumentSettings::com::sun::star::text::PrintSettings ...Bjoern Michaelsen1-3/+0
2011-10-05getStr for OSL_FAILCaolán McNamara1-1/+1
2011-10-05doesn't need to be a LINKCaolán McNamara2-5/+4
2011-10-05callcatcher: unused methodsCaolán McNamara2-15/+0
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-10-04adapt sw unittests to separate RdbTarget makefile requirementBjoern Michaelsen5-38/+102
2011-10-04move sw_test_filters => sw_filters_test for consistencyBjoern Michaelsen2-1/+1
2011-10-04removed isolated fileTakeshi Abe1-29/+0
2011-10-04Page Break: fixed crasher due to bad removal of frame controlsCédric Bosdonnat2-5/+5
2011-10-03WaE: control reaches end of non-void functionTor Lillqvist1-4/+1
2011-10-03definition of ALPHA is no longer available for DEC AlphaTakeshi Abe3-22/+0
2011-09-30silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara22-0/+0
2011-09-30merge filters-test codeCaolán McNamara11-2328/+15
2011-09-29Allow for lack of LIBXML_ATTR_FORMATTor Lillqvist1-1/+5
2011-09-29Solve more ambiguous issues with Locale from sun::star.. and icu::.Tomas Chvatal5-9/+11
2011-09-29add modelinesCaolán McNamara21-0/+49
2011-09-29ByteString->rtl::OStringCaolán McNamara2-3/+3
2011-09-28more unit test cut/paste reduxMichael Meeks2-6/+0
2011-09-28sw: switch filters-test to the new shared unit test codeMichael Meeks4-135/+26
2011-09-28ByteString->rtl::OStringBufferCaolán McNamara3-32/+34
2011-09-28removed dead codeTakeshi Abe4-32/+0
2011-09-28fix typo in messageTakeshi Abe2-3/+3
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann12-61/+57
2011-09-26revert the change of SwCntntNode bases, for nowLuboš Luňák2-3/+3
2011-09-26remove executable bitLuboš Luňák1-0/+0
2011-09-26remove executable bitLuboš Luňák1-0/+0
2011-09-26remove executable bit on source filesLuboš Luňák2-0/+0
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power7-16/+17
2011-09-26disambiguate ctorCaolán McNamara1-1/+2
2011-09-25Fix compilation when SYSTEM_LIBXML headers are not in /usr/includeTor Lillqvist2-0/+12
2011-09-24Avoid ambiguous Locale type by specifying full path to sun::star... ; the oth...Tomas Chvatal4-4/+4
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks12-46/+31
2011-09-23I wonder if this fixes the libxml build error on tinderboxLuboš Luňák1-0/+4
2011-09-23Page Break: Changed the page break into a controlCédric Bosdonnat15-56/+431
2011-09-23debug support for dumping writer nodes structureLuboš Luňák7-4/+247
2011-09-23make SwCntntNode* and SwNode* have the same valueLuboš Luňák4-7/+9
2011-09-23deugly HTMLOutFuncs::ConvertStringToHTMLCaolán McNamara1-4/+3
2011-09-23fdo#39510: comment addedBjoern Michaelsen1-0/+10
2011-09-22fdo#39510 lp#854626: crash on closing document with footnotesBjoern Michaelsen1-0/+1
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara21-10/+143
2011-09-22ByteString->rtl::OString[Buffer]Caolán McNamara2-5/+7
2011-09-22Fixed remaining ByteString::SearchAndReplace in dbg level > 1Cédric Bosdonnat1-2/+1
2011-09-21Some cppcheck cleaningJulien Nabet1-2/+2
2011-09-21Header/Footer: refactored the SwEditWin to extend it to page breaksCédric Bosdonnat9-86/+241
2011-09-21Header/Footer: Extracted a few common things to a SwFrameControl classCédric Bosdonnat4-17/+73