summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Collapse)AuthorAgeFilesLines
* doesn't need to be a LINKCaolán McNamara2011-10-052-5/+4
|
* callcatcher: unused methodsCaolán McNamara2011-10-052-15/+0
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* adapt sw unittests to separate RdbTarget makefile requirementBjoern Michaelsen2011-10-045-38/+102
|
* move sw_test_filters => sw_filters_test for consistencyBjoern Michaelsen2011-10-042-1/+1
|
* removed isolated fileTakeshi Abe2011-10-041-29/+0
|
* Page Break: fixed crasher due to bad removal of frame controlsCédric Bosdonnat2011-10-042-5/+5
|
* WaE: control reaches end of non-void functionTor Lillqvist2011-10-031-4/+1
|
* definition of ALPHA is no longer available for DEC AlphaTakeshi Abe2011-10-033-22/+0
| | | | proper ifdef for DEC Alpha should be covered with AXP
* silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara2011-09-3022-0/+0
|
* merge filters-test codeCaolán McNamara2011-09-3011-2328/+15
|
* Allow for lack of LIBXML_ATTR_FORMATTor Lillqvist2011-09-291-1/+5
|
* Solve more ambiguous issues with Locale from sun::star.. and icu::.Tomas Chvatal2011-09-295-9/+11
|
* add modelinesCaolán McNamara2011-09-2921-0/+49
|
* ByteString->rtl::OStringCaolán McNamara2011-09-292-3/+3
|
* more unit test cut/paste reduxMichael Meeks2011-09-282-6/+0
|
* sw: switch filters-test to the new shared unit test codeMichael Meeks2011-09-284-135/+26
|
* ByteString->rtl::OStringBufferCaolán McNamara2011-09-283-32/+34
|
* removed dead codeTakeshi Abe2011-09-284-32/+0
|
* fix typo in messageTakeshi Abe2011-09-282-3/+3
|
* 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
| | | | | | | 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.
* 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
| | | | Need to use LIBXML_CFLAGS, that's what it's for.
* Avoid ambiguous Locale type by specifying full path to sun::star... ; the ↵Tomas Chvatal2011-09-244-4/+4
| | | | other definition is from ICU.
* re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks2011-09-2412-46/+31
| | | | | | 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
* 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
| | | | | | Page break changes (no impact on column breaks): + Create a MenuButton control for the page break + Moved the line to a SwDashedLine
* debug support for dumping writer nodes structureLuboš Luňák2011-09-237-4/+247
| | | | Similarly to the layout debug support. F12 -> layout, Shift+F12 -> nodes.
* make SwCntntNode* and SwNode* have the same valueLuboš Luňák2011-09-234-7/+9
| | | | | | 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).
* 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
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* 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
| | | | | | | | 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.
* Header/Footer: move the separator line painting to a Window controlCédric Bosdonnat2011-09-207-28/+198
| | | | | | This avoids drawing control things on the document OutputDevice and helps keeping them properly refreshed without refreshing the whole document layout.