Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-27 | drop UniString::CreateFromInt64 | Caolán McNamara | |
2012-02-27 | ditch archaic filter-tracer remnants | Caolán McNamara | |
2012-02-27 | use a non-leaky singleton | Caolán McNamara | |
2012-02-27 | Decouple disabling of scripting (BASIC &co) from OS being iOS | Tor Lillqvist | |
2012-02-26 | fdo#46144: "Distributy Columns Evenly" does not work with the selected columns | Ivan Timofeev | |
regression from f7303fcac779f99931bfba48e8bfcf9c081af67f: - SvUShorts aWish( nTmp, nTmp ), + std::vector<sal_uInt16> aWish( nTmp, nTmp ), aMins( nTmp, nTmp ); | |||
2012-02-26 | Avoid temporary rtl::OUString | Julien Nabet | |
2012-02-24 | Do not define PRUDUCT, we only use DBG_UTIL now | Matúš Kukan | |
2012-02-24 | -Werror=unused-parameter | Stephan 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-24 | Removed MSFilterTracer and all references to it | Szabolcs Dezsi | |
2012-02-23 | typo | Korrawit Pruegsanusak | |
2012-02-23 | WaE: aPosition is an unused parameter | Cédric Bosdonnat | |
2012-02-23 | fdo#45560: Fixed docx textbox borders style and width import | Cédric Bosdonnat | |
2012-02-23 | Make column breaks indicator independent of meta-char viewing | Cédric Bosdonnat | |
2012-02-23 | fdo#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-23 | fdo#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-22 | testcase for fdo#42465 | Miklos Vajna | |
2012-02-22 | fdo#33393 - tentative workaround for autosave image loss | Michael 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-22 | testcase for non-box paragraph borders | Miklos Vajna | |
2012-02-22 | revert slew of debug code committed in error | Michael Meeks | |
2012-02-22 | fdo#37210 - UI: Calc usability improvement: Merge cells on right mouse click | Greggory Hernandez | |
2012-02-22 | unusedcode.easy: remove some more | Thomas Arnhold | |
2012-02-21 | testcase for RTF import of drawing objects | Miklos Vajna | |
2012-02-21 | use a for loop | Ivan Timofeev | |
2012-02-21 | convert svxrtf.hxx in editeng module from table.hxx to std::map | Noel Grandin | |
2012-02-21 | flylay - add back ';' removed in error | Michael Meeks | |
2012-02-21 | Correct spelling and fix trailing whitespace | David Vogt | |
2012-02-21 | flylay: german comments translated | David Vogt | |
2012-02-21 | Translated german code comments to english | David Vogt | |
2012-02-21 | Correct some spelling errors and trailing whitespace | David Vogt | |
2012-02-21 | Translated german code comments to english | David Vogt | |
2012-02-21 | fdo#44611 writer: paragraph background color picker with split button | Winfried Donkers | |
2012-02-21 | Fix most of the build with --disable-database-connectivity | Riccardo Magliocchetti | |
2012-02-21 | More clever way to filter out component files for libs not built | Tor 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-21 | testcase for n#695479 | Miklos Vajna | |
2012-02-20 | remove now unused swunodef.hxx | Thomas Arnhold | |
2012-02-20 | expand and remove macro STAR_REFERENCE | Thomas Arnhold | |
2012-02-20 | expand and remove macro CLIP_NMSPC | Thomas Arnhold | |
2012-02-20 | expand and remove macro UNO_NMSPC | Thomas Arnhold | |
2012-02-20 | expand and remove macro STAR_NMSPC | Thomas Arnhold | |
2012-02-20 | unusedcode.easy: SwProtocol::GetVar | Thomas Arnhold | |
2012-02-20 | unusedcode.easy: Remove SwProtocol::Snapshot() | Thomas Arnhold | |
And all implementations. Also unused and removed: ImplCreateFromXImage() ImplGetFrameBitmap() | |||
2012-02-20 | fdo#44516 final fix for labels with gaps larger than page margin | Winfried Donkers | |
2012-02-21 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-20 | gb_JunitTest_JunitTest takes only one argument | Stephan Bergmann | |
2012-02-20 | fdo#46073: Implemented soft boundaries only w/o non-printing chars | Cédric Bosdonnat | |
2012-02-20 | WaE: add virtual dtor | Caolán McNamara | |
2012-02-20 | n#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-19 | Get rid of size() == 0 | Elton Chung | |
2012-02-18 | xmloff: use ::comphelper::UStringLess instead of less_functor | Thomas Arnhold | |
2012-02-18 | Fix typos in comments | Elton Chung | |