summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-01Resolves: tdf#91420 "Jan1, 2015" is a valid dateEike Rathke
Regression introduced with 43624d9370c4384f71c6b13fed900eaec222cf64 that fixed tdf#34724 Change-Id: I44b5eac6e4ce5a38855148efecea5f2a987ed213
2015-06-01sw: SwTxtNode::CutImpl(): destination must be different nodeMichael Stahl
Remove more dead code.: Change-Id: I9572228be0e5393351a7d22eb23e1f188423a219
2015-06-01sw: SwTxtNode::CutImpl(): destination must be in same SwDocMichael Stahl
Change-Id: I541dad26125bcd98e9c74016ecd03cd7f8bc71e6
2015-06-01sw: SwTxtNode::CutText() requires a destinationMichael Stahl
Remove dead code. Change-Id: Ib6a75718d411effe87d59d30420e2e9d7f15984e
2015-06-01Avoid temporary OUStringsMatteo Casalin
Change-Id: If82d849f15e4218d8848a6fcdd507f0ef50d3edc
2015-06-01Prefix data membersMatteo Casalin
Change-Id: I8b0fa3e95a5e3ed357bd5daa290e2309e86272e6
2015-06-01This member can be constMatteo Casalin
Change-Id: I53c63bd5734635540ff9c4edfb698c16ac4fca17
2015-06-01Use initialization listMatteo Casalin
Change-Id: Ibaddbd1dfc11382ead2f5ad4ed369bb0cc750fd7
2015-06-01remove unused BASEBMP_NO_NESTED_TEMPLATE_PARAMETERNoel Grandin
Change-Id: I631b5fa984f5a59619aef62e38a503239989b253
2015-06-01gbuild: document what CFLAGS/CXXFLAGS etc. *actually* doMichael Stahl
Looks like following GNU build system standards isn't necessarily the best idea, if even the documentation gets it wrong. Also document the ENVCFLAGS/ENVCFLAGSCXX variables. see also: i#116959 and: http://www.gnu.org/software/autoconf/manual/standards.html#Command-Variables Change-Id: I56d8623cbbc800ef80da1610f6fd104ac29beaf9
2015-06-01Fix typos in commentsMatteo Casalin
Change-Id: I2b8c08ee1a1e45347158f77ff25bee6adbaace94
2015-06-01sal_uInt16 to sal_Int32, and use -1 as a special caseMatteo Casalin
Change-Id: Iaf90f96665781d3aa43f1f71802538f54409bd4a
2015-06-01Translate German messageMatteo Casalin
Change-Id: Idbb72bc894cb8053e329a2713916cf896337351f
2015-06-01SwDBManager: embed data source definition if possibleMiklos Vajna
In the past SwDBManager (used by the MM wizard) created a smaller .odb file in the home directory by default in case the data source was something external (.ods file, etc). If the document is saved already (and experimental mode is enabled, as this is still a work in progress), then stop saving these small .odb files to the home directory, instead embed the data source definition into the currently active .odt file. Previously created such separate .odb files are still fully supported, of course. Change-Id: I7c1776e5ed57cdde05c0adfc5f7d1dc485363f03
2015-06-01dbaccess: add support for storing ODatabaseDocument to a sub-storageMiklos Vajna
When Writer creates an embedded data source definition, it should be stored on the storage of the Writer document, so Writer sets the TargetStorage and StreamRelPath parameters of the storeAsURL() call. Let ODatabaseDocument::impl_storeAs_throw() and ODatabaseDocument::impl_writeStorage_throw() respect these, so the save actually succeeds. Change-Id: I4568ef96204a219b813142d7b5eebe9f1ec5e22e
2015-06-01loplugin:loopvartoosmallNoel Grandin
Change-Id: Iafe55d4aa65a380d8d338edd54338f53a3e920dc
2015-06-01Add translation support for short names of Emoji and other symbolsLászló Németh
See also https://wiki.documentfoundation.org/Emoji Change-Id: Ifd534bca1cd0dce017b9e5a9335f4ee52df1c8da
2015-06-01Do not lose AssertionError from sub-threadsStephan Bergmann
Change-Id: I8ca7194be6d22b72b73e76e5067273090b087b96
2015-06-01Remove unused icgm filter VirtualDevice member.Michael Meeks
Change-Id: I899e6cbc2fe9453ba048cd2dd147a2a29b166f22
2015-06-01tdf#91782 - fix VirtualDevice allocation crasher in eps filter.Julien Nabet
Change-Id: I59cc13cebf9a15e873cd0b7f8fccffa37a6a8f39
2015-06-01fix Windows buildNoel Grandin
after my commit 55bc128636596032c23ee855904822ad813986fc "loplugin:loopvartoosmall" Change-Id: I1d43447df24d7bf5c8737801389447980bb69d26
2015-06-01Remove B1IRange, it's not used anywhereZsolt Bölöny
Change-Id: I2eeded849b9b36611407e8ecc545d7801939e4c9 Reviewed-on: https://gerrit.libreoffice.org/15815 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-06-01Remove B1IBox, it's not used anywhereZsolt Bölöny
Change-Id: Ifff5fc008552f80fcbb705013c1f578f5f825b24 Reviewed-on: https://gerrit.libreoffice.org/15814 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-06-01loplugin:loopvartoosmallNoel Grandin
Change-Id: I86ff38a90018a2ddfb2db3babf67168b0e6257a5
2015-06-01getCaretPosition() returns a signed int, not an unsigned oneJustin Luth
Making all references to getCaretPosition() consistent in this file, since I had to change it elsewhere. Change-Id: I2046370e9ca7a89e3dc4fa446311bc1575292422 Reviewed-on: https://gerrit.libreoffice.org/15991 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-06-01tdf#91053 cleanup bogus member ...Takeshi Abe
This replaces pAccessible/xAccesible with a rtl::Reference<<SmEditAccessible>. Change-Id: I7d00acd75fc9598cb7a5ad57357de36877275ad6 Reviewed-on: https://gerrit.libreoffice.org/15987 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-06-01disable JunitTest_dbaccess_complex part RowSetMiklos Vajna
Fails locally + on Jenkins_Linux_Dbg, and commit 9b06d36571bbfa2d722f36610375e7cd24be81a7 (reenable JunitTest_dbaccess_complex part RowSet, 2015-05-30) just enabled it recently, so disable it again for now. Change-Id: Ie746eac0bdc613e2ffc6c2a1450db637d134a5c1
2015-06-01Use o3tl::make_unique<>Miklos Vajna
Change-Id: I9be8542d5ea99694af54121d3fe659bb4ed8ebb6
2015-06-01svx: nObjAnz -> nObjCountMiklos Vajna
Change-Id: I1ae00035c5ae9ac620f01982d6e4fff593f7c054
2015-06-01tdf#79639 DOCX import: don't delay text frame conversion of in-header tablesMiklos Vajna
Floating tables may or may not be converted to table-in-textframes during import, depending on if we guess that it'll be a multi-page table with minimal wrapping or a real wrapped table. If the floating table is in a header or footer, then it won't be a multi-page one, so can do the conversion right away. Change-Id: I8d5ff8c5fe00037d5cef92dea6b54de6806214bc
2015-06-01fdo#39468 Translate German Comments - last bits of sc/source/core/data/Christian M. Heller
Change-Id: Icbd625ae96b372812f3dd94526fcc9fc8e3e0a76 Reviewed-on: https://gerrit.libreoffice.org/16001 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-06-01Allow unsetting underline attributeAndrzej Hunt
Change-Id: Ib11f6e76a52c0b8c943d46b9f14b3b00642879d1 Reviewed-on: https://gerrit.libreoffice.org/16004 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-06-01invalidate entry instead of everything in TreeListViewTomaž Vajngerl
Change-Id: I4f28267194a7b0053df25b7e9be993c7838eca32
2015-06-01WaE - Fix C4389: ´==´ : signed/unsigned mismatchMatteo Casalin
Change-Id: I049ca27a0b69887d7ab82312dd30311ddb2bed63
2015-06-01Use auto or more proper integer types, avoid temporariesMatteo Casalin
Change-Id: Iae81c30d23aa61e92b8dfd79c326c554b4164987
2015-05-31TANGO: Fix a number of icons taken from tango testingYousuf Philips
Change-Id: I5e6ae63ec9e9cc746e8d7546a6a4c9c3aaf7ad84 Reviewed-on: https://gerrit.libreoffice.org/16011 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-05-31tdf#91781 Reorganize writer's menu barYousuf Philips
Change-Id: I28fcfb7511df137f8995dd4d1271d8dfdf112be8 Reviewed-on: https://gerrit.libreoffice.org/16006 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-05-31Use more proper integer types and range-based for loopsMatteo Casalin
Change-Id: Ie91ab1fad1b2f16380071b8c8fbb928151f85d4b
2015-05-31Use more proper integer types and range-based for loopsMatteo Casalin
Change-Id: I04a53b2e6f48e597b5d2de79587458a9f7f61f4d
2015-05-31Use size_t and range-based fo loopsMatteo Casalin
Change-Id: I41a30326a2507b1a21b7f9ed17edb21e373ab526
2015-05-31More proper tipes, avoid cast to wrong typeMatteo Casalin
Change-Id: Ia323ed625b51bdb9dac3f3e2826b0dfec2141165
2015-05-31Unuseful check, unless nLoop is signed (as returned by GetSNumber)Matteo Casalin
Change-Id: If3a24832251de6be9c4428bfedb6a2a612d6a375
2015-05-31Use auto, intMatteo Casalin
Change-Id: I39a7f83684d044602dd95e4523c43920d3caeac8
2015-05-31Use size_t, auto and range-based for loopsMatteo Casalin
Change-Id: I7f3672928b3d1ee937c7c6c2684b1396425b9fe6
2015-05-31Use auto and range-based for loopsMatteo Casalin
Change-Id: Idbef553cf734eb9eb194912e60f7811d35ce6c84
2015-05-31Use more proper integer types and range-based for loopsMatteo Casalin
Change-Id: Ie02ebb5337bb902b33685feba95d1265be084450
2015-05-31Use more proper integer types and range-based for loopsMatteo Casalin
Change-Id: I59dc93687063e1df082d5c96c691dd364cc78ddb
2015-05-31Use std::find instead of custom codeMatteo Casalin
Change-Id: I5841fa214b53e5b65b4c1251b4c033bb2e55dadc
2015-05-31Use more explicative namesMatteo Casalin
Change-Id: Ie42b204b8cc81552b0fb18b8f4ef938787fa5c4d
2015-05-31Simplify and optimize (no need to count footnotes/endnotes)Matteo Casalin
Change-Id: I4b539ec929e62a3d65c8a3fa2e9eb7794abf2a37