Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-10 | ensure correct export size type in stream operation | Caolán McNamara | |
2011-10-10 | aEmptyByteStr unnecessary | Caolán McNamara | |
2011-10-10 | ByteString->rtl::OString | Caolán McNamara | |
2011-10-09 | Page Break: don't let the indicator being hidden due to the zoom level | Cédric Bosdonnat | |
2011-10-07 | Page Break: Fixed part of the Edit menu action cursors handling | Cédric Bosdonnat | |
Added an optional SwPaM argument to SID_PARA_DLG action to avoid changing the current cursor before showing the dialog. Set the focus to SwEditWin after the action to continue editing the document. | |||
2011-10-07 | WaE: win32 cleanup | Michael Meeks | |
2011-10-07 | this counter is not needed in sw/.. view.cxx, thanks cppcheck | Pierre-André Jacquod | |
2011-10-07 | cppcheck scope reduction in sw/..docredln.cxx | Pierre-André Jacquod | |
2011-10-07 | cppcheck scope reduction in sw/.. trvlfrm.cxx | Pierre-André Jacquod | |
2011-10-07 | WaE: truncation of constant value | Tor Lillqvist | |
Just use sal_Unicode as type for cLeader as it is being assigned to a sal_Unicode field anyway. | |||
2011-10-07 | WaE: unreachable code | Tor Lillqvist | |
2011-10-07 | WaE: reinterpret_cast used between related classes | Tor Lillqvist | |
static_cast is what we should need here, say the C++ experts. | |||
2011-10-07 | Trying to unbreak the build with older GCC | Fridrich Štrba | |
If I am completely wrong, feel free to revert and fix it the right way | |||
2011-10-07 | fdo#41187 - "Prind grid" possible only when "Display grid" checked | Takeshi Abe | |
2011-10-07 | Remove Declaration of WW8Bytes now not used | Maciej Rumianowski | |
2011-10-07 | 2nd part of Replace WW8Bytes with ww::bytes | Maciej Rumianowski | |
Use prefered methods from SwWW8Writer | |||
2011-10-07 | Remove unused Variables in WW8Export | Maciej Rumianowski | |
Variables were NULL or 0 saved and restored but nothing more. | |||
2011-10-07 | 1st part of Replace WW8Bytes with ww::bytes | Maciej Rumianowski | |
Change WW8Export::pO to ww::bytes and other related | |||
2011-10-07 | Add method data() to ww::bytes. | Jan Holesovsky | |
2011-10-06 | Page Break: implemented final paint of the indicator and its line length | Cédric Bosdonnat | |
2011-10-06 | Page Break: fixed the Edit dialog... wasn't using the correct selection | Cédric Bosdonnat | |
2011-10-06 | Remove code related to previously disabled HTML 3.2 export | Harri Pitkänen | |
2011-10-06 | Page Break: fixed crasher, the page frame can contain no children | Cédric Bosdonnat | |
2011-10-06 | Ensure msword lib has not yet been unloaded when aReaderWriter pReaders are ↵ | Stephan Bergmann | |
destroyed. ...as some may use code exported from msword lib. The newly introduced sw::Filters class can still be improved, bundling what is currently exported through various channels from fltini.cxx. Also, the code is still not thread safe. | |||
2011-10-05 | Page Break: implement the break before page case | Cédric Bosdonnat | |
2011-10-05 | test fix: use setUp and tearDown not constructors to init LibreOffice | Michael Meeks | |
It turns out the constructors are all run back-to-back one per filter, and we need to init and de-init in a sensible order to make multiple tests that otherwise share the ContentBroker work properly. | |||
2011-10-05 | Page Break: basic implementation of the popup menu actions | Cédric Bosdonnat | |
Open the paragraph properties dialog on Text Flow tab when clicking on the Edit item. Remove the page break (and add it to the undo stack) when clicking on the Delete item. | |||
2011-10-05 | fdo#35660: reenable sw.DocumentSettings::com::sun::star::text::PrintSettings ↵ | Bjoern Michaelsen | |
yet again as it seems to work now | |||
2011-10-05 | getStr for OSL_FAIL | Caolán McNamara | |
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 | |