summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2011-10-10ensure correct export size type in stream operationCaolán McNamara
2011-10-10aEmptyByteStr unnecessaryCaolán McNamara
2011-10-10ByteString->rtl::OStringCaolán McNamara
2011-10-09Page Break: don't let the indicator being hidden due to the zoom levelCédric Bosdonnat
2011-10-07Page Break: Fixed part of the Edit menu action cursors handlingCé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-07WaE: win32 cleanupMichael Meeks
2011-10-07this counter is not needed in sw/.. view.cxx, thanks cppcheckPierre-André Jacquod
2011-10-07cppcheck scope reduction in sw/..docredln.cxxPierre-André Jacquod
2011-10-07cppcheck scope reduction in sw/.. trvlfrm.cxxPierre-André Jacquod
2011-10-07WaE: truncation of constant valueTor Lillqvist
Just use sal_Unicode as type for cLeader as it is being assigned to a sal_Unicode field anyway.
2011-10-07WaE: unreachable codeTor Lillqvist
2011-10-07WaE: reinterpret_cast used between related classesTor Lillqvist
static_cast is what we should need here, say the C++ experts.
2011-10-07Trying to unbreak the build with older GCCFridrich Štrba
If I am completely wrong, feel free to revert and fix it the right way
2011-10-07fdo#41187 - "Prind grid" possible only when "Display grid" checkedTakeshi Abe
2011-10-07Remove Declaration of WW8Bytes now not usedMaciej Rumianowski
2011-10-072nd part of Replace WW8Bytes with ww::bytesMaciej Rumianowski
Use prefered methods from SwWW8Writer
2011-10-07Remove unused Variables in WW8ExportMaciej Rumianowski
Variables were NULL or 0 saved and restored but nothing more.
2011-10-071st part of Replace WW8Bytes with ww::bytesMaciej Rumianowski
Change WW8Export::pO to ww::bytes and other related
2011-10-07Add method data() to ww::bytes.Jan Holesovsky
2011-10-06Page Break: implemented final paint of the indicator and its line lengthCédric Bosdonnat
2011-10-06Page Break: fixed the Edit dialog... wasn't using the correct selectionCédric Bosdonnat
2011-10-06Remove code related to previously disabled HTML 3.2 exportHarri Pitkänen
2011-10-06Page Break: fixed crasher, the page frame can contain no childrenCédric Bosdonnat
2011-10-06Ensure 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-05Page Break: implement the break before page caseCédric Bosdonnat
2011-10-05test fix: use setUp and tearDown not constructors to init LibreOfficeMichael 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-05Page Break: basic implementation of the popup menu actionsCé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-05fdo#35660: reenable sw.DocumentSettings::com::sun::star::text::PrintSettings ↵Bjoern Michaelsen
yet again as it seems to work now
2011-10-05getStr for OSL_FAILCaolán McNamara
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