summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2012-02-27drop UniString::CreateFromInt64Caolán McNamara
2012-02-27ditch archaic filter-tracer remnantsCaolán McNamara
2012-02-27use a non-leaky singletonCaolán McNamara
2012-02-27Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist
2012-02-26fdo#46144: "Distributy Columns Evenly" does not work with the selected columnsIvan Timofeev
regression from f7303fcac779f99931bfba48e8bfcf9c081af67f: - SvUShorts aWish( nTmp, nTmp ), + std::vector<sal_uInt16> aWish( nTmp, nTmp ), aMins( nTmp, nTmp );
2012-02-26Avoid temporary rtl::OUStringJulien Nabet
2012-02-24Do not define PRUDUCT, we only use DBG_UTIL nowMatúš Kukan
2012-02-24-Werror=unused-parameterStephan Bergmann
Not sure if this rather radical shrinking of sw::log::Tracer is good, though (or if the class already has become obsolete anyway)?
2012-02-24Removed MSFilterTracer and all references to itSzabolcs Dezsi
2012-02-23typoKorrawit Pruegsanusak
2012-02-23WaE: aPosition is an unused parameterCédric Bosdonnat
2012-02-23fdo#45560: Fixed docx textbox borders style and width importCédric Bosdonnat
2012-02-23Make column breaks indicator independent of meta-char viewingCédric Bosdonnat
2012-02-23fdo#46482: prevent duplication of frames:Michael Stahl
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.
2012-02-23fdo#40599 i#112763: fix frame duplication:Michael Stahl
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))
2012-02-22testcase for fdo#42465Miklos Vajna
2012-02-22fdo#33393 - tentative workaround for autosave image lossMichael Meeks
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.
2012-02-22testcase for non-box paragraph bordersMiklos Vajna
2012-02-22revert slew of debug code committed in errorMichael Meeks
2012-02-22fdo#37210 - UI: Calc usability improvement: Merge cells on right mouse clickGreggory Hernandez
2012-02-22unusedcode.easy: remove some moreThomas Arnhold
2012-02-21testcase for RTF import of drawing objectsMiklos Vajna
2012-02-21use a for loopIvan Timofeev
2012-02-21convert svxrtf.hxx in editeng module from table.hxx to std::mapNoel Grandin
2012-02-21flylay - add back ';' removed in errorMichael Meeks
2012-02-21Correct spelling and fix trailing whitespaceDavid Vogt
2012-02-21flylay: german comments translatedDavid Vogt
2012-02-21Translated german code comments to englishDavid Vogt
2012-02-21Correct some spelling errors and trailing whitespaceDavid Vogt
2012-02-21Translated german code comments to englishDavid Vogt
2012-02-21fdo#44611 writer: paragraph background color picker with split buttonWinfried Donkers
2012-02-21Fix most of the build with --disable-database-connectivityRiccardo Magliocchetti
2012-02-21More clever way to filter out component files for libs not builtTor Lillqvist
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.
2012-02-21testcase for n#695479Miklos Vajna
2012-02-20remove now unused swunodef.hxxThomas Arnhold
2012-02-20expand and remove macro STAR_REFERENCEThomas Arnhold
2012-02-20expand and remove macro CLIP_NMSPCThomas Arnhold
2012-02-20expand and remove macro UNO_NMSPCThomas Arnhold
2012-02-20expand and remove macro STAR_NMSPCThomas Arnhold
2012-02-20unusedcode.easy: SwProtocol::GetVarThomas Arnhold
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold
And all implementations. Also unused and removed: ImplCreateFromXImage() ImplGetFrameBitmap()
2012-02-20fdo#44516 final fix for labels with gaps larger than page marginWinfried Donkers
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
to equalsIgnoreAsciiCaseAscii("...")
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann
2012-02-20fdo#46073: Implemented soft boundaries only w/o non-printing charsCédric Bosdonnat
2012-02-20WaE: add virtual dtorCaolán McNamara
2012-02-20n#695479 fix anchor handling in SwXText::convertToTextFrame()Miklos Vajna
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.
2012-02-19Get rid of size() == 0Elton Chung
2012-02-18xmloff: use ::comphelper::UStringLess instead of less_functorThomas Arnhold
2012-02-18Fix typos in commentsElton Chung