summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2012-02-13Header/Footer: don't show in web layout modeIvan Timofeev
2012-02-13Fix typos in commentsElton Chung
2012-02-13always use the *real* visibility of the SwScrollbarIvan Timofeev
2012-02-13sw: add rtf slowcheck test that checks the resulting document modelMiklos Vajna
Having it as a subsequent test in wrifterfilter would be less useful; having it as a unit test in writerfilter is not possible, since writerfilter does not depend on sw.
2012-02-13Header/Footer, Page Break: don't show them in RO mode (fdo#45548)Cédric Bosdonnat
2012-02-13WaE: type name first seen using 'class' now seen using 'struct'Tor Lillqvist
2012-02-13fdo#41712: sw: remove superfluous flag:Michael Stahl
This removes SwFlowFrm::bIsFollow, which is pointless duplication of m_pPrecede; this fixes lots of assertions (probably some real problem as well).
2012-02-13fdo#41712: sw: fix crash in layout frame linked lists:Michael Stahl
The pPrecede member is not maintained properly when setting the corresponding pFollow member. The change in SwTxtFrm::JoinFrm() fixes the crash, the other changes are perhaps fixes for other crashes... (regression from cc3d0d182cafef9649e45f4657233ac2221fdd0a)
2012-02-13fdo#41712: rename members to track down assignmentsMichael Stahl
2012-02-13sw: make LoadSaveTest runnable againMichael Stahl
2012-02-13sw: filters-test.cxx: failed attempt to layout loaded documentsMichael Stahl
2012-02-13sw: ww8: ~SwIndexReg assertion:Michael Stahl
Remove pointless SwPosition that triggers the assertion when loading bugdoc from fdo#39006 from wwExtraneousParas::delete_all_from_doc.
2012-02-12Fix call delete twice on the same variableJulien Nabet
2012-02-11bThumbEnabled is always trueIvan Timofeev
2012-02-10fdo#45908: Cleaning up the tabs too early can cause loopsCédric Bosdonnat
2012-02-10fdo#39491 more of unnecessary include pathsMatúš Kukan
2012-02-10fdo#39491 remove nonexistent include pathsMatúš Kukan
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2012-02-10Remove unused codeElton Chung
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe
2012-02-08fdo#39006: Fixed layout loopCédric Bosdonnat
OD's comment was right: forcing a restart of the layout may cause loops... and we falled into that case. As this seems to be useless, removed the whole thing.
2012-02-09Replaced String by rtl::OUString in SvxMacroTakeshi Abe
2012-02-08n#203704 fix RTF export table output for subtablesMiklos Vajna
Older ODT files containing <table:table table:is-sub-table="true"> confused the RTF exporter. Add a few sanity checks to make sure the output is still valid.
2012-02-08fdo#35669: Update the references even if nothing uses them hereCédric Bosdonnat
Merge the references with the other document even if there is no field using them as this may break the sequence and references in other parts of a master document.
2012-02-07Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida
To make it clear that the second argument is optional.
2012-02-07SwXText::convertToTextFrame: pSartTableNode -> pStartTableNodeMiklos Vajna
2012-02-07RtfAttributeOutput: use the new SfxItemSet::HasItem()Miklos Vajna
2012-02-07sw: undobj.cxx: deploy some assertsMichael Stahl
2012-02-07fdo#38745: fix hilariously stupid stack guards:Michael Stahl
The UndoRedoRedlineGuards that SwUndo::{Un,Re}doWithContext wants to put on the stack aren't actually variables, so the destructor gets invoked before the function call that the guard is supposed to protect. Regression from CWS undoapi.
2012-02-06RtfSdrExport::StartShape: replace "75"Michael Stahl
2012-02-06fdo#45045 fox context sensitive help for Word Count dialogAndras Timar
2012-02-06typoAndras Timar
2012-02-06Attempt to disable database connectivity for iOS for nowTor Lillqvist
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-02-05fdo#42656 fix RTF export of picture frame shape typeMiklos Vajna
2012-02-05Related: fdo#42656 implement RTF export of fillType shape propertyMiklos Vajna
2012-02-04add missing README to animation, sc, sd, slideshow, starmath, swJosh Heidenreich
2012-02-03fdo#45115: SwXTextTable: fix setting bordersMichael Stahl
This plus e549f52f16c4a519ed3eddb9c66c19bacc247590 fixes the problem.
2012-02-03Fix iterator erase management (thank you Stephan)Julien Nabet
2012-02-03Replaced String by rtl::OUStringTakeshi Abe
2012-02-02fdo#37024: SwView::SwView: fix BROWSE_MODE setting:Michael Stahl
Apparently there is a check in SwDoc::SetAllUniqueFlyNames so that when frames with certain anchor types are in a document, then SetLoaded() is never called. Checking this flag via IsLoaded() here seems unnecessary. This problem was introduced with ebc5777548dea42ed966a16c66d879b1485bbfb4, from CWS swlayoutrefactoring.
2012-02-01Some cppcheck cleaningJulien Nabet
2012-01-31Get the whole thing to build after the method sig change in SdrObject.Kohei Yoshida
2012-01-31add explicit empty SwTblBoxFormula destructor to fix armel build...Rene Engelhard
2012-01-31SWAPLONG->OSL_BIGENDIANCaolán McNamara
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann
2012-01-31fdo#44836: Hide all the page breaks of the pages before the first visible oneCédric Bosdonnat
2012-01-31only call ClrContour for contour wrapped drawing objectsAndreas Schierl
2012-01-31ClrContourCache for SwAnchoredDrawObjectsAndreas Schierl
2012-01-30Don't need a break after a throwJulien Nabet