summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-19cid#736797 dereference before null checkNoel Grandin
Change-Id: Ib279f66fcc349c75d7b3d26ba80356eea1697295
2014-02-19cid#736794 dereference before null checkNoel Grandin
Change-Id: Ic7838b753757fd86fc2316475d38cbd3b4529de5
2014-02-19cid#736793 dereference before null checkNoel Grandin
Change-Id: I389b758cb2ec0ab71706e165d0d382dd08396c3b
2014-02-19cid#736791 dereference before null checkNoel Grandin
Change-Id: Ied773c6d4feaf75c04a4e1f2abda14b4cba38e2c
2014-02-19cid#736790 dereference before null checkNoel Grandin
Change-Id: Ic35477fdccd33199dbb826caa21ada8e9b934c37
2014-02-19Typo: Internaly -> Internally, Externaly -> ExternallyJulien Nabet
Change-Id: I22a81d18f8bb333b3a89c96dccbf91dc864302f1
2014-02-18fdo#72491: Always set input as text when that's requested.Kohei Yoshida
Even when the text begins with '='. Change-Id: I6e0a995f3042240b9f78068b5d0b9b758eb253ed
2014-02-18fdo#72491: Add test for this.Kohei Yoshida
Change-Id: Ic37402cb950783b080e5f185b98b19aea62efa7e
2014-02-19don't generate broken XML files, related #i116460#Markus Mohrhard
Change-Id: I5d7f487b787295af6189425601c5d7e829a3db52
2014-02-18fdo#74857: Update the incrementer when skipping over hidden regions.Kohei Yoshida
Otherwise it would over-shoot. Change-Id: I1f9741345dfe353e0b035ff3bead736ab3fccbef
2014-02-18coverity#738736 Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I389ae4a01dc9ee2005488b0127f2ebfc76f564f9
2014-02-18coverity#738735 Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I639c30b26302784a5130e063bd0f691d3cb9e0b6
2014-02-18coverity#738734 Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I78c489596fc8a51fa8d9b6c5bad545558830f474
2014-02-18coverity#738733 Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I45b38f9568a20d4717474b98392bdd07fedf8f4a
2014-02-18coverity#738732 Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I3920d694fc667b2d0fc5c07d53d606a42002ce16
2014-02-18coverity#738731 Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I7d93953403b89236a713e7df786252cc7a42e931
2014-02-18coverity#738730 Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I701eb9ba462b5a49bf49ba6a5319b633e5b771f3
2014-02-18coverity#738729 Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I2490d47ecc184e5a75693bbb53c86d4a2ad849d6
2014-02-18coverity#738728 Uninitialized scalar fieldNorbert Thiebaud
Change-Id: Iba30fd20ef4ca34b5c015522d7e870cf3b4982e4
2014-02-19avoid calling glew repeatedlyMarkus Mohrhard
This saves us about 10% of the rendering time. Change-Id: I3ea7f1849500b025830b44c5175d79ad04aff362
2014-02-18vcl: CUPS printing: notify user if spooling failedMichael Stahl
CUPS does not accept jobs for a printer that has been stopped; pop up an error message in this case instead of silently ignoring failure. Change-Id: I1bc9120c9c9f438e350c964ed7ef29924a72ce78
2014-02-18padmin: make Printer Properties Device tab usable againMichael Stahl
The code of the "Font Replacement" tab was removed in 6230cdd2d8971147dcb629c8bd61daa1fefcb7c7 but the tab was not removed from printerpropertiesdialog.ui; for some reason this orphan tab causes it to actually be visible in the UI and also enormous delays when painting the preceding Device tab's content. Change-Id: I95e1b29403307b86aea48518bbadea62aaba3b56
2014-02-18fdo#41524: CUPS printing: use "collate" option when PDF is availableMichael Stahl
Assume that the CUPS printer is able to handle collating by itself, don't send multiple print jobs (except if user clicks on "Create single print jobs for collated output" of course...). To enable collating with PDF based printers, add the "collate" option; legacy PS based printers still get the weird stuff read from the PPD (not sure what the risks of changing that are). Change-Id: Ia12dc69f9083bba94f2ed633ecbd153aac7e40ab
2014-02-18padmin: fix assert on opening Properties of "Generic Printer"Michael Stahl
The default printer is special and allowed to be entirely sitting on the PDF/PS fence. Change-Id: I32a18cd0e4ed4c338c0be30928bedf26888a99cd
2014-02-18gbuild: "make debugrun" starting instdir/program/soffice with ...Michael Stahl
... UserInstallation in test-install/ does not make sense. It already has this: instdir/program/bootstraprc:UserInstallation=$ORIGIN/.. Change-Id: I0d5e952876b80661375cc5ca6f8fbf44539bc83f
2014-02-18vcl: convert some printfs to SAL_INFOMichael Stahl
Change-Id: I0c0ec5242160333a47a4a459c7be5c0a25079f44
2014-02-18chmod spadmin script executableMichael Stahl
Change-Id: I008be78b41a20924c1dabe291157ef9633282fe6
2014-02-18This test now passes. Re-enable it.Kohei Yoshida
Change-Id: I04a499666d1704277c24524f9e7cb827600a47db
2014-02-18fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida
The conditional formatting part is still not working. But other bits appear to be working now. Change-Id: Ia8a2cbe57cd2fa9ca9ad46635a91a1d8b99b0e7d
2014-02-18Remove hopefully now unneeded workaround for --enable-lto build.Matúš Kukan
Change-Id: Iaffcc0825415e6aee62029fbc380954449b8bcbf
2014-02-18Tweak lto flags for gcc.Matúš Kukan
Change-Id: I490029f0727e060fdfdfc6e9adccd058b24e6b86
2014-02-18There is no gb_Library_LTOFLAGS.Matúš Kukan
Change-Id: I3b6b18e45aaf88d1cc6038226f6984090163bdee
2014-02-18Remove lto bits from solaris makefile.Matúš Kukan
Change-Id: I5ff79fddce0140791e367fb44afffe3250574efa
2014-02-18writerfilter: sprm:P{Shd,FNoAutoHyph} -> CT_PrBase_{shd,suppressAutoHyphens}Miklos Vajna
Change-Id: I3ca8805428469cebf67737fd9fce9a74641e88ce
2014-02-18Translated German comments - find-german-comments cleanLuc Castermans
Change-Id: I2521bb87dbd0d4f896b99865c741cc4900b4d31c Reviewed-on: https://gerrit.libreoffice.org/8113 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-18Remove from option-dialog the CurrentPage-option (fdo#71601)Rob Snelders
Change-Id: I28a75468b1f43e0219fa0f03fe89601a77d3cd4d Reviewed-on: https://gerrit.libreoffice.org/7842 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-18Removes bogus UNO command AcceptChange and RejectChangeRodolfo Ribeiro Gomes
These are not real commands. The real ones are: - AcceptTracedChange - RejectTracedChange Change-Id: I352cea4a5ffec73947932264783b61ae044f25cf Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/8000 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-18fdo#37246 PDF Import: Color to string conversion fixVort
Change-Id: I5ec9f0246f6c2d1b12a389906d04133b2f5a6f9f Reviewed-on: https://gerrit.libreoffice.org/8106 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-18corrected translation, thanks to Philipp WeissenbacherLuc Castermans
Change-Id: I7b2f9c6ed95d07c2004ece64f5ff24b9a8a003d4 Reviewed-on: https://gerrit.libreoffice.org/8112 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-18tests belong to check targetBjoern Michaelsen
- the CustomTarget seems to be a test, not a build target - worse, it is .PHONY - ... and eats 30% of the top-level build-nocheck time alone - so hopefully, we can we at least make it a check target Change-Id: I113777cbd849aab9e8d0a77184e31194bc07232e Reviewed-on: https://gerrit.libreoffice.org/8111 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-02-18Typo (a/A)dditionaly -> (a/A)dditionallyJulien Nabet
Change-Id: Ic4451b45b86f14bb2fab507503a6fa1e8f515b66
2014-02-18writerfilter: convert sprm:PF{PageBreakBefore,NoLineNumb}Miklos Vajna
Change-Id: I1dd89236e81a7f62bb7abef5503f7520387772a0
2014-02-18DOCX OLE import: inherit anchor type from replacement graphicMiklos Vajna
Change-Id: Ic8b6f423acae5cc7e3799cf20e672b56a9cc8c0c
2014-02-18Clean up DomainMapper_Impl::PushShapeContext()Miklos Vajna
It doesn't make sense to set anchor type here: either the VML import already set it, or it should be set when the anchor/inline token arrives. Additionally, this basically ensured that non-inline pictures are either inline or at-page anchored, and both of those values are incorrect. Change-Id: Ic71aeca9da333665a2749bb0aabbb9b63cee0c00
2014-02-18GCC 4.9, LTO: libvcl uses GZCodec but it is not linked with the implementationJan Hubicka
This is not valid C++ and GCC now resolves the virtual calls and inlines destructor that leads to undefined symbols. Change-Id: I841d25bc6f994f0e73665b174994f9471597131e
2014-02-18fix SIGBUS on mac due to Font Attribute not always availableNorbert Thiebaud
Change-Id: I95c574e6386cacc473cad232100a224ff6a08dbb
2014-02-18coverity#738749 Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I3a75f31e9a7775e3685f168f418a333f40312d78
2014-02-18Any: consistently use explicit specialization instead of overloadingStephan Bergmann
Should be transparent to client code. Change-Id: I5632fba87242ff9cb9a6b3481a179fa3e92c618b
2014-02-18ooxml unit tests: merge two testsZolnai Tamás
Change-Id: Ie37ec829ddeeaeb8882c1a566cc80419edcfa170
2014-02-18drawingML import: fix position of cildren in shape groupsZolnai Tamás
Translate component of parent shapes' transformation have to be applied to children when there is no explicit child transformation. Note. Export also use this concept. Change-Id: I51bd3325fb53ee250402326ee361c8f07038ed07