summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Collapse)AuthorAgeFilesLines
* Do not define PRUDUCT, we only use DBG_UTIL nowMatúš Kukan2012-02-241-1/+1
|
* -Werror=unused-parameterStephan Bergmann2012-02-244-47/+1
| | | | | Not sure if this rather radical shrinking of sw::log::Tracer is good, though (or if the class already has become obsolete anyway)?
* Removed MSFilterTracer and all references to itSzabolcs Dezsi2012-02-243-81/+1
|
* typoKorrawit Pruegsanusak2012-02-231-1/+1
|
* WaE: aPosition is an unused parameterCédric Bosdonnat2012-02-231-1/+1
|
* fdo#45560: Fixed docx textbox borders style and width importCédric Bosdonnat2012-02-234-4/+22
|
* Make column breaks indicator independent of meta-char viewingCédric Bosdonnat2012-02-231-2/+1
|
* fdo#46482: prevent duplication of frames:Michael Stahl2012-02-232-6/+3
| | | | | | | | SwDoc::MakeFlySection: abuse the SwDoc::mbRedlineMove flag, which (with the fix for fdo#40599) does exactly what is necessary to prevent the spurious copies. Also, remove the ugly hack to work around this problem from SwXText::convertToTextFrame.
* fdo#40599 i#112763: fix frame duplication:Michael Stahl2012-02-231-1/+1
| | | | | | | | SwDoc::CopyFlyInFlyImpl: When called from SwRedline::CopyToSection, do not copy frames that are anchored at the redline end node by checking IsRedlineMove(); these frames are not deleted by DelCopyOfSection and were thus duplicated on every Show/Hide redlines. (regression from 62ebbb006b4a11974e14dd61d3c453a98336f951 (CWS os131))
* testcase for fdo#42465Miklos Vajna2012-02-222-16/+35
|
* fdo#33393 - tentative workaround for autosave image lossMichael Meeks2012-02-221-1/+3
| | | | | cf. lengthy analysis in the bug, this appears to merit wider testing for 3.5.1 RC1 and wouldn't be sensible without that, so commit early.
* testcase for non-box paragraph bordersMiklos Vajna2012-02-222-0/+12
|
* revert slew of debug code committed in errorMichael Meeks2012-02-221-33/+0
|
* fdo#37210 - UI: Calc usability improvement: Merge cells on right mouse clickGreggory Hernandez2012-02-221-0/+33
|
* unusedcode.easy: remove some moreThomas Arnhold2012-02-222-85/+0
|
* testcase for RTF import of drawing objectsMiklos Vajna2012-02-212-7/+34
|
* use a for loopIvan Timofeev2012-02-211-5/+4
|
* convert svxrtf.hxx in editeng module from table.hxx to std::mapNoel Grandin2012-02-213-24/+38
|
* flylay - add back ';' removed in errorMichael Meeks2012-02-211-1/+1
|
* Correct spelling and fix trailing whitespaceDavid Vogt2012-02-211-26/+20
|
* flylay: german comments translatedDavid Vogt2012-02-211-62/+60
|
* Translated german code comments to englishDavid Vogt2012-02-211-21/+21
|
* Correct some spelling errors and trailing whitespaceDavid Vogt2012-02-211-2/+2
|
* Translated german code comments to englishDavid Vogt2012-02-211-29/+27
|
* fdo#44611 writer: paragraph background color picker with split buttonWinfried Donkers2012-02-213-7/+16
|
* Fix most of the build with --disable-database-connectivityRiccardo Magliocchetti2012-02-211-8/+13
|
* More clever way to filter out component files for libs not builtTor Lillqvist2012-02-212-2/+2
| | | | | | I.e. BASIC stuff for iOS and database connectivity stuff when using --disable-database-connectivity. All of this quite experimental so far, using the latter will break your build.
* testcase for n#695479Miklos Vajna2012-02-212-0/+45
|
* remove now unused swunodef.hxxThomas Arnhold2012-02-2018-52/+0
|
* expand and remove macro STAR_REFERENCEThomas Arnhold2012-02-2014-47/+47
|
* expand and remove macro CLIP_NMSPCThomas Arnhold2012-02-203-5/+3
|
* expand and remove macro UNO_NMSPCThomas Arnhold2012-02-205-29/+28
|
* expand and remove macro STAR_NMSPCThomas Arnhold2012-02-207-34/+33
|
* unusedcode.easy: SwProtocol::GetVarThomas Arnhold2012-02-202-11/+0
|
* unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold2012-02-202-46/+0
| | | | | | | And all implementations. Also unused and removed: ImplCreateFromXImage() ImplGetFrameBitmap()
* fdo#44516 final fix for labels with gaps larger than page marginWinfried Donkers2012-02-201-14/+9
|
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-213-3/+3
| | | | to equalsIgnoreAsciiCaseAscii("...")
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-202-2/+2
|
* fdo#46073: Implemented soft boundaries only w/o non-printing charsCédric Bosdonnat2012-02-201-3/+33
|
* WaE: add virtual dtorCaolán McNamara2012-02-201-0/+1
|
* n#695479 fix anchor handling in SwXText::convertToTextFrame()Miklos Vajna2012-02-201-0/+27
| | | | | | | | | | When two (or more) text frames was imported without a non-frame paragraph in between, the first frame was anchored to the second one, instead of a non-frame paragraph. The fix is modelled after what the old RTF import already did in SwRTFParser::Continue() in swparrtf.cxx:493 and SwRTFParser::SetFlysInDoc() in rtffly.cxx:481.
* Get rid of size() == 0Elton Chung2012-02-193-3/+3
|
* xmloff: use ::comphelper::UStringLess instead of less_functorThomas Arnhold2012-02-181-1/+0
|
* Fix typos in commentsElton Chung2012-02-183-3/+3
|
* Translated German comments to EnglishDavid Vogt2012-02-181-132/+124
|
* Translated German comments to EnglishStefan Heinemann2012-02-181-215/+206
|
* fdo#39510: fix yet more layout crashes in ~SwRootFrm:Michael Stahl2012-02-182-2/+2
| | | | | | | Call SwRootFrm::RemoveFtns with the proper boolean to also eliminate EndNotes, and fix a faulty while loop in RemoveFtns that's been preventing removal of footnotes in certain sections since the dawn of CVS history. (regression from CWS swlayoutrefactoring, crashes on bugdoc from i#101776)
* EasyHack 42790: get rid of PRODUCTLaurent Balland-Poirier2012-02-173-4/+4
| | | | Preprocessor constant PRODUCT is replaced by !DBG_UTIL
* Remove unnecessary header filesMatteo Casalin2012-02-171-2/+0
|
* sw: second round of doxygen commentsMiklos Vajna2012-02-174-9/+12
|