summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-05remove unused code chart::ModifyListenerCallBack::startListeningNoel Grandin
Change-Id: I43de71815d13bf359926dc6c6d63eb5a933ca712
2014-03-05remove unused code in drawinglayerNoel Grandin
drawinglayer::attribute::SdrFillGraphicAttribute::getLogSize() Change-Id: Ib1d958e57598dd3db392de98c4d2e2df1bfc98de
2014-03-05remove unused code editeng::MisspellRange::MisspellRange()Noel Grandin
Change-Id: Id137b4789652ca54290106a33d2c230723834a52
2014-03-05remove unused code editeng::Section::Section()Noel Grandin
Change-Id: I1201ebf5f97f95690835d343be8d1b6f5382dbe6
2014-03-05remove unused code formula::FormulaDlg::CheckMatrix()Noel Grandin
Change-Id: If7b09d032d0155a38b5d5e8aa1832c86a8f7cec1
2014-03-05remove unused code in formula/FormulaTokenArrayNoel Grandin
formula::FormulaTokenArray::AddString(unsigned short const*) Change-Id: I6c014f6ada3b75398112e81f9c8e7de7dd776c7d
2014-03-05remove unused code in formula/vectortokenNoel Grandin
Remove these methods:. formula::DoubleVectorRefToken::GetRequestedArrayLength() formula::SingleVectorRefToken::GetRequestedArrayLength() formula::SingleVectorRefToken::SingleVectorRefToken( double const*, unsigned long, unsigned long) and optimise some accessor methods. Change-Id: I04f53593894a59dbefdd1cbc9505c6eb7cd8610b
2014-03-04fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida
Fix all sorts of incorrect double line handling in drawinglayer in order to draw thick-thin double line types correctly. Also change handling of border lines in writer tables. There are still some outstanding issues but it's much better than how it was before. Also realized that Word and Excel handle simple thin double lines differently; Word varies widths of all of the lines and the gap whereas Excel only has one fixed size for its double line. For this reason I decided to add a separate double line type (DOUBLE_THIN) to handle Excel's double line. Change-Id: Iaaa353b6e4f998b524262bea59260b4333e0cdb4
2014-03-04array initializers are problematic apparentlyNorbert Thiebaud
Change-Id: Id3e3787635996d90f7673748c17601963523ad8d
2014-03-04coverity#738705: Unitialized scalar fieldNorbert Thiebaud
Change-Id: I7a85167f1a2b54913ac8168a6b677a7012eb7aef
2014-03-04coverity#738706: Unitialized scalar fieldNorbert Thiebaud
Change-Id: I467a4201b33d3a7562c4fa896b3f9cb5cafeac54
2014-03-04coverity#738707: Unitialized scalar fieldNorbert Thiebaud
Change-Id: I02a9d6ee6151c6a8c3ee61c3c7dcf1dc432b453f
2014-03-04coverity#738708: Unitialized scalar fieldNorbert Thiebaud
Change-Id: I9c5c36a41131f55faf2b31b347b0df4eb5cc21e2
2014-03-04filter: sigh... fix the xslt test to run on WNT tooMichael Stahl
Change-Id: Iadd5034418e077bf051b23cda70f070c52840645
2014-03-04OLE: Turn an OSL_ENSURE() into a real condition.Jan Holesovsky
This is part of some STAMPIT workaround; no idea what it is, but for sure it causes problems with PowerPoint OLE in Writer - so let's avoid updating if it is not "STAMPIT". Change-Id: I266b419ba3461c547f7ee8e447ef64a47a8511e8
2014-03-04EMF+: Add info about logging.Jan Holesovsky
Change-Id: I72f2c7436df4f1189673d7ccce0d4ac47d338a31
2014-03-04OLE preview: Limit the GDI metafile size to 100000 actions.Jan Holesovsky
Excel can copy huge metafiles to the clipboard, with over 3 million of actions, which are 1) unusable, and 2) crash LibreOffice because of their size. So let's just limit the size of metafiles to be under 100000 actions, otherwise use the 'OLE' bitmap. Change-Id: I6a50471e6fe6ab9417592c011bf78cad6247236b
2014-03-04remove mfAlpha againMarkus Mohrhard
The concept with separate alpha will result in nasty alpha bugs. Change-Id: I9c18d2a850aeed2bf14f43d247029204013d3c93
2014-03-04add black bubble edge and modify transparencePeilin
Change-Id: If18e74c2cec00d29bddaffbbd21991749490493a
2014-03-04I imagine this should have a SAL_CALL decorationCaolán McNamara
Change-Id: I04d50eb44156e4b2476c237848491cda73b9ef0a
2014-03-04Related: #i123480# correct the previous made refactoringOliver-Rainer Wittmann
(cherry picked from commit aa46680dd96539848bf8bef0293e2a614172515d) Conflicts: sw/source/core/undo/undobj.cxx Change-Id: I4689d5fe02ab2c814e15a1c11ebd3ad11d6e56c8
2014-03-04Resolves: #i124338# assure sorted mark containers...Oliver-Rainer Wittmann
when updating <SwIndex> instances due to inserted characters (cherry picked from commit 770c0e6b910129710b4be5cb9e9bae39bfa6bd5a) Conflicts: sw/source/core/bastyp/index.cxx sw/source/core/crsr/bookmrk.cxx sw/source/core/doc/docbm.cxx sw/source/core/inc/bookmrk.hxx sw/source/core/inc/crossrefbookmark.hxx Change-Id: Ie4531c3b33aff0a7f3d139ee81a21c3823474f84
2014-03-04valgrind: remove unused mnOptionsCaolán McNamara
Change-Id: I0a86971d1750ea640db64cd3238f3e31b22d1223
2014-03-04better safe than sorryMarkus Mohrhard
Change-Id: I1e22f166381b3bc8122b3bbef7fc760705e402d1
2014-03-04filter: don't wait forever if the xslt test failsMichael Stahl
Change-Id: I38b5372b141629341d4b4285ff634679d657fbd2
2014-03-04in the old design all lists needed to be the same size, fdo75200Markus Mohrhard
We did not crash in the invalid memory access because the lists were continuous in memory and we would just pick the next id. However it crashed when trying to map some of the ids to non existant strings. This commit also removes the need for the earlier fix for this bug that just hit the problem behind some checks much later in the call chain. Change-Id: Ic6658987815c4e84ed2449934c310e30dcd0ed4c
2014-03-04Revert "fdo#75200:Libreoffice crash while opening the file"Markus Mohrhard
This reverts commit 0b6a1f2afa7954afcf1f27b066169455ed6cff7a.
2014-03-04FDO#75755: Change string "..." to "Servers..."Olivier Hallot
Change string "..." to "Servers..." in filepicker, to allow better understandng of the remote acess to file services. Change-Id: I8ffca698b40d23b1c876223ef98f9bcb181791a4 Reviewed-on: https://gerrit.libreoffice.org/8452 Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2014-03-04Silence bogus MSVC warningStephan Bergmann
Change-Id: If4e126e7993a1d3ca6162becf37b84b2de6c2dde
2014-03-04writerfilter: convert sprm:P{DxaRight,DxaLeft,DxaLeft1}Miklos Vajna
Change-Id: Iffb80e9844132aeeaf3e338c4817b44520e40f3a
2014-03-04filter: and we learn that BootstrapFixture requires boost headersMichael Stahl
Change-Id: I58d592a863ed96fee85e4c8838663791c76854da
2014-03-04use CPPUNIT_ASSERT_EQUAL to improve error messageMarkus Mohrhard
Change-Id: I946f4177bef82bbac8058640f216a294582c24a3
2014-03-04remove the inheritance to std::map in PropertyMapMarkus Mohrhard
Change-Id: Iaaf5b7ab47ffa151cd7c8ea376763d02c883f377
2014-03-04adapt the genrated files to use setPropertyMarkus Mohrhard
Next step on my way to remove the inheritance from std::map Change-Id: I96e8e4c05f1bd821a0c1c4de5c78af1706fe50e5
2014-03-04adapt script to use setProperty instead of <<=Markus Mohrhard
2014-03-04fix indentationMarkus Mohrhard
Change-Id: Ib4460d6ba59dbe22436fb710ee7a108804df0b86
2014-03-04adapt script to instdirMarkus Mohrhard
Change-Id: Ibf88802777c09786f05c6ffff20d985fbbe491af
2014-03-04remove whitespaceMarkus Mohrhard
Change-Id: I828e6556864de60443a07cc61294b964314c5901
2014-03-04filter: make LibXSLTTransformer init backward compatibleMichael Stahl
As reported by Fernand Vanrie, initializing the XSLT service can fail because the LibXSLTTransformer::initialize was changed to require the parameters as a nested Sequence; accept previous parameter convention as a fall-back. (regression from ca0ea73a4ab104031a16b5bac7a9bb6e57c77ba0) Change-Id: I136e6e6338f11ffecf9f856f0736d1d0e6b17c3f
2014-03-04Clarify autogen.sh messagesJan-Marek Glogowski
Actually warn the user, if we ignore provided configuration files. Also add an extended header to explain the expected behaviour. Change-Id: I630d858c2d24aa0341d04359b45029c7faa54675 Reviewed-on: https://gerrit.libreoffice.org/8446 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-03-04Updated coreDavid Tardon
Project: dictionaries 2f78ad29c9bdf6393cddde39716032bfdab7c9fb
2014-03-04Fix fdo#65585: Elements Dock: Operators have bad orderMarcos Paulo de Souza
Change-Id: Idf29f37032a851632760758d443d73f04bbbae69
2014-03-04warning C4310: cast truncates constant valueStephan Bergmann
Change-Id: Id5535ec71c47ad29283607d1d1b9f3a502e34fe1
2014-03-04add autoconf macro for Boost.IostreamsDavid Tardon
... fixing build with system boost Change-Id: I50eee3e349e99f751439893c577d66ebb46107c2
2014-03-04bnc#821208 DOC import: don't overwrite WW8Num* character stylesMiklos Vajna
In general we're overwriting styles on import in case we're not pasting. But these WW8Num* character styles are in general not from the document, they are created because Writer needs a character style for each numbering level to handle what's in the DOC file. So, in case there is a character style with the same name as our "character style for numbering" styles, prefer the later ones, as that's intended most likely. Change-Id: I675f867722360aca765bb96b0b43ea47deab9847
2014-03-04sw: include contents of char styles in doc model xml dumpMiklos Vajna
Change-Id: Ie62d808e9b498ef7125d603f20594ab1bb665a50
2014-03-04actively search for wizards dir in all internal templatesCaolán McNamara
Change-Id: I4ef6da4d9d1931917e0aaa6e110fd273bd917b26
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza
The last cases are non obvious, so it's pratically done Change-Id: Icae1da8e238f516eaed0f7fbdf96fff778eac547 Reviewed-on: https://gerrit.libreoffice.org/8445 Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2014-03-04coverity#706154 is about call to strcpy, not osl_ProfileGenerateExtensionStephan Bergmann
...and the call to strcpy isn't even necessary. This includes a revert of 430237b3fa16bda228ff82b93228f28894568671 "coverity#706154: Dest buffer too small." Change-Id: I51186da6e7d80438b01d49e24a1fa47877078516
2014-03-04Fix CppunitTest_sal_osl_profileStephan Bergmann
Change-Id: Ie66636881a2e4c754bd95f9d1d72e0b4fc2828df