summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2011-10-05doesn't need to be a LINKCaolán McNamara
2011-10-05callcatcher: unused methodsCaolán McNamara
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-04adapt sw unittests to separate RdbTarget makefile requirementBjoern Michaelsen
2011-10-04move sw_test_filters => sw_filters_test for consistencyBjoern Michaelsen
2011-10-04removed isolated fileTakeshi Abe
2011-10-04Page Break: fixed crasher due to bad removal of frame controlsCédric Bosdonnat
2011-10-03WaE: control reaches end of non-void functionTor Lillqvist
2011-10-03definition of ALPHA is no longer available for DEC AlphaTakeshi Abe
proper ifdef for DEC Alpha should be covered with AXP
2011-09-30silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara
2011-09-30merge filters-test codeCaolán McNamara
2011-09-29Allow for lack of LIBXML_ATTR_FORMATTor Lillqvist
2011-09-29Solve more ambiguous issues with Locale from sun::star.. and icu::.Tomas Chvatal
2011-09-29add modelinesCaolán McNamara
2011-09-29ByteString->rtl::OStringCaolán McNamara
2011-09-28more unit test cut/paste reduxMichael Meeks
2011-09-28sw: switch filters-test to the new shared unit test codeMichael Meeks
2011-09-28ByteString->rtl::OStringBufferCaolán McNamara
2011-09-28removed dead codeTakeshi Abe
2011-09-28fix typo in messageTakeshi Abe
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-26revert the change of SwCntntNode bases, for nowLuboš Luňák
Smoketest fails because of this, presumably there is some old-style C cast that fails to adjust the pointer value in SwModify* -> SwCntntNode* casts because of missing the header file *sigh* , but I can't find it now.
2011-09-26remove executable bitLuboš Luňák
2011-09-26remove executable bitLuboš Luňák
2011-09-26remove executable bit on source filesLuboš Luňák
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power
2011-09-26disambiguate ctorCaolán McNamara
2011-09-25Fix compilation when SYSTEM_LIBXML headers are not in /usr/includeTor Lillqvist
Need to use LIBXML_CFLAGS, that's what it's for.
2011-09-24Avoid ambiguous Locale type by specifying full path to sun::star... ; the ↵Tomas Chvatal
other definition is from ICU.
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks
This cleans up a lot of lifecycle nasties and cleans up some serious cut/paste code duplication issues at the same time. Cleanup the naming of ColorTable -> ColorList to match the impl. too
2011-09-23I wonder if this fixes the libxml build error on tinderboxLuboš Luňák
2011-09-23Page Break: Changed the page break into a controlCédric Bosdonnat
Page break changes (no impact on column breaks): + Create a MenuButton control for the page break + Moved the line to a SwDashedLine
2011-09-23debug support for dumping writer nodes structureLuboš Luňák
Similarly to the layout debug support. F12 -> layout, Shift+F12 -> nodes.
2011-09-23make SwCntntNode* and SwNode* have the same valueLuboš Luňák
For debugging purposes, mainly. Fix also some casts that worked only with SwModify being the first base (there seems to be no real requirement for it being first).
2011-09-23deugly HTMLOutFuncs::ConvertStringToHTMLCaolán McNamara
2011-09-23fdo#39510: comment addedBjoern Michaelsen
2011-09-22fdo#39510 lp#854626: crash on closing document with footnotesBjoern Michaelsen
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-22ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-22Fixed remaining ByteString::SearchAndReplace in dbg level > 1Cédric Bosdonnat
2011-09-21Some cppcheck cleaningJulien Nabet
2011-09-21Header/Footer: refactored the SwEditWin to extend it to page breaksCédric Bosdonnat
2011-09-21Header/Footer: Extracted a few common things to a SwFrameControl classCédric Bosdonnat
2011-09-21Page Break: Fix the line position in side-by-side pages displayCédric Bosdonnat
2011-09-21Page Break: decouple it from the text bounding lines paintingCédric Bosdonnat
2011-09-21removed redundant null ptr check in sw/source/ui/uni/unomailmarge.cxx l. 630Andreu Correa Casablanca
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-20bah, why did I change it away from sizeCaolán McNamara
2011-09-20Header/Footer: Fixed a few separators rendering problemsCédric Bosdonnat
Bugs fixed: + Some of the separators weren't hidden (zooming out and then zooming in is an example) + The footer separator wasn't properly placed under footnotes containers if there was no footer.
2011-09-20Header/Footer: move the separator line painting to a Window controlCédric Bosdonnat
This avoids drawing control things on the document OutputDevice and helps keeping them properly refreshed without refreshing the whole document layout.