Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-05 | doesn't need to be a LINK | Caolán McNamara | |
2011-10-05 | callcatcher: unused methods | Caolán McNamara | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-04 | adapt sw unittests to separate RdbTarget makefile requirement | Bjoern Michaelsen | |
2011-10-04 | move sw_test_filters => sw_filters_test for consistency | Bjoern Michaelsen | |
2011-10-04 | removed isolated file | Takeshi Abe | |
2011-10-04 | Page Break: fixed crasher due to bad removal of frame controls | Cédric Bosdonnat | |
2011-10-03 | WaE: control reaches end of non-void function | Tor Lillqvist | |
2011-10-03 | definition of ALPHA is no longer available for DEC Alpha | Takeshi Abe | |
proper ifdef for DEC Alpha should be covered with AXP | |||
2011-09-30 | silence tedious malware checkers, arcfour, key 0x435645 | Caolán McNamara | |
2011-09-30 | merge filters-test code | Caolán McNamara | |
2011-09-29 | Allow for lack of LIBXML_ATTR_FORMAT | Tor Lillqvist | |
2011-09-29 | Solve more ambiguous issues with Locale from sun::star.. and icu::. | Tomas Chvatal | |
2011-09-29 | add modelines | Caolán McNamara | |
2011-09-29 | ByteString->rtl::OString | Caolán McNamara | |
2011-09-28 | more unit test cut/paste redux | Michael Meeks | |
2011-09-28 | sw: switch filters-test to the new shared unit test code | Michael Meeks | |
2011-09-28 | ByteString->rtl::OStringBuffer | Caolán McNamara | |
2011-09-28 | removed dead code | Takeshi Abe | |
2011-09-28 | fix typo in message | Takeshi Abe | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-26 | revert the change of SwCntntNode bases, for now | Luboš 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-26 | remove executable bit | Luboš Luňák | |
2011-09-26 | remove executable bit | Luboš Luňák | |
2011-09-26 | remove executable bit on source files | Luboš Luňák | |
2011-09-26 | move OCX_Control ( and subclasses ) and OCX control export to oox | Noel Power | |
2011-09-26 | disambiguate ctor | Caolán McNamara | |
2011-09-25 | Fix compilation when SYSTEM_LIBXML headers are not in /usr/include | Tor Lillqvist | |
Need to use LIBXML_CFLAGS, that's what it's for. | |||
2011-09-24 | Avoid ambiguous Locale type by specifying full path to sun::star... ; the ↵ | Tomas Chvatal | |
other definition is from ICU. | |||
2011-09-24 | re-factor XPropertyList derivatives to use a rtl::Reference | Michael 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-23 | I wonder if this fixes the libxml build error on tinderbox | Luboš Luňák | |
2011-09-23 | Page Break: Changed the page break into a control | Cé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-23 | debug support for dumping writer nodes structure | Luboš Luňák | |
Similarly to the layout debug support. F12 -> layout, Shift+F12 -> nodes. | |||
2011-09-23 | make SwCntntNode* and SwNode* have the same value | Luboš 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-23 | deugly HTMLOutFuncs::ConvertStringToHTML | Caolán McNamara | |
2011-09-23 | fdo#39510: comment added | Bjoern Michaelsen | |
2011-09-22 | fdo#39510 lp#854626: crash on closing document with footnotes | Bjoern Michaelsen | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-22 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-09-22 | Fixed remaining ByteString::SearchAndReplace in dbg level > 1 | Cédric Bosdonnat | |
2011-09-21 | Some cppcheck cleaning | Julien Nabet | |
2011-09-21 | Header/Footer: refactored the SwEditWin to extend it to page breaks | Cédric Bosdonnat | |
2011-09-21 | Header/Footer: Extracted a few common things to a SwFrameControl class | Cédric Bosdonnat | |
2011-09-21 | Page Break: Fix the line position in side-by-side pages display | Cédric Bosdonnat | |
2011-09-21 | Page Break: decouple it from the text bounding lines painting | Cédric Bosdonnat | |
2011-09-21 | removed redundant null ptr check in sw/source/ui/uni/unomailmarge.cxx l. 630 | Andreu Correa Casablanca | |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas 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-20 | bah, why did I change it away from size | Caolán McNamara | |
2011-09-20 | Header/Footer: Fixed a few separators rendering problems | Cé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-20 | Header/Footer: move the separator line painting to a Window control | Cédric Bosdonnat | |
This avoids drawing control things on the document OutputDevice and helps keeping them properly refreshed without refreshing the whole document layout. |