summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-25remove unused member maHelpFile and its getter/settermhofmann
Change-Id: I97b53be0a6110c6ca736de657cba48baa0445a12 Reviewed-on: https://gerrit.libreoffice.org/2965 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-03-25fdo#47576: Hyperlinks work for SVG ExportsMoritz Kuett
For different objects (images, shapes...) hyperlinks are exported by Draw/Impress. An <a> Tag is wrapped around the object, if the object has a Property "Bookmark" which is not empty. Change-Id: I3e034effe6c4a5025c27bd6408fd162bf5cf4859 Reviewed-on: https://gerrit.libreoffice.org/2957 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-03-25Replace stdlib priority queue with own version.Thorsten Behrens
This is enough for our needs, and avoids the third license in one file. Change-Id: I5312ac9904406f013964a34d9167a32403fcb941
2013-03-25Fix exception in javascript (missing placeholder rect)Thorsten Behrens
svg animation export was not working - seems there's not always a rect attribute. Change-Id: I227519e5923652652a806807ac90e5dd9507d649
2013-03-25Editor file header and indent consolidation in preseng.jsThorsten Behrens
Change-Id: Ia30d7957b562e62535a8d3a3e328da8324072ca2
2013-03-25re-base preseng.js on ALv2 code.Thorsten Behrens
Change-Id: I0dde612f0e2e1dbe5e7a28444e19137b76e29036
2013-03-25Remove unused code from preseng.jsThorsten Behrens
Change-Id: Ia79bae4aab448a9c2e178ff5f7409cb91585e33a
2013-03-25Stick in obvious canonical radians conversion.Thorsten Behrens
Change-Id: I1b79844dd479de201ea30d0b1959303110efee34
2013-03-25#i119592# Fixed column widths.Andre Fischer
Reported by: xiao ting xiao Patch by: wujinlong@... Reviewed by: Andre Fischer
2013-03-25#119459# Corrected export of connectors to PPT format, Patch by: Sun Ying, ↵Armin Le Grand
Review by: alg
2013-03-25Fix issue #i119524#: [From Symphony]Can not open the sample ppt file which ↵Zhe Wang
contain vb controls in the slide master. * subversion/main/sd/source/ui/unoidl/unomodel.cxx []Before initializeDocument,should check whether it is in loading process Patch by: Yin Bing <steve.yin.aoo@gmail.com> Suggested by:Wang Zhe <kingwisemmx@gmail.com> Found by: Du Jing <jbjdujing@gmail.com> Review by: Wang Zhe <kingwisemmx@gmail.com>
2013-03-24add configure option to use clangPeter Foley
Change-Id: Ide63ef8bde7ed739b9bf29e936c01e156e8e3de4
2013-03-24fix breakiterator with Library_mergedPeter Foley
Change-Id: I78327067b977b522d34cc734c83c252e22d208b6
2013-03-24Does not compileStephan Bergmann
Change-Id: If7d24a6378a6645baf9d0c40e3c3cf0ae7d4f317
2013-03-24Remove RTL_CONSTASCII_(U)STRINGPARAM in ucb(ucp)Chr. Rossmanith
Change-Id: Iae4ea99e6eff6de8db3d40a6b86e5fd28ff857d0
2013-03-24Clean obsolete tools/filesystem abstractionTomas Turek
Change-Id: I74f99c48b822644b26486a66d2f15386991154d6 Reviewed-on: https://gerrit.libreoffice.org/2968 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-03-24coverity#704293 Logically dead codeJulien Nabet
Change-Id: I1e2ad99d19b647607805c7447f5f81f853d411a5
2013-03-24coverity#704289 Logically dead codeJulien Nabet
Change-Id: I84491fc5947364191c14efa57fd106c9a57bd0be
2013-03-24Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I43d4a66be4c63c5eed69a7af053cc605aeb0492f
2013-03-24basic: Remove non working AboutStarBasicThomas Arnhold
The content of this function was commented out since the first import. So as it does nothing remove it. Change-Id: Ia46674f7bdc12e80d61a8142697e875f5c58f482 Reviewed-on: https://gerrit.libreoffice.org/2899 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-24Add builder support for a few dbaui controlsMathias Hasselmann
This adds the needed methods and catalog definitions for dbaui::OGenericAdministrationPage, dbaui::OpenDocumentButton and dbaui::OpenDocumentListBox. Change-Id: I5b883c39f1cb9623c357e5ebec1632816547ff03 Reviewed-on: https://gerrit.libreoffice.org/2886 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-24make bridges work with clang on x64 linuxPeter Foley
Change-Id: Idf5c7586e375f0321c765d165f9698403b7a7daf
2013-03-24match gbuild rules that contain a slashPeter Foley
Change-Id: Id50d89114a7569a9c7429204ce73217cf7a4c131
2013-03-24fdo#62617 display groups on multiple layers correctlyDavid Tardon
It is possible to group objects from different layers, so it is an error to rely on layer ID when checking visibility of a group. This problem was partially obscured by the fact that SdrObjGroup::GetLayer() returns 0 if its subobjects are on different layers and 0 is a valid layer ID. Change-Id: I0ef75544a26817154642185864cafd4e6734fa38
2013-03-24avoid possible data inconsistencyDavid Tardon
GetLayer() is virtual, so it might not be always the same as mnLayerID. Change-Id: Idabf02505678a7150a94498be3bc4ffc20ac56af
2013-03-24drop nonsensical warningDavid Tardon
Change-Id: I3f63268535bf8ed13a4728ed3eb3528193712e6e
2013-03-24print typename of object, not pointerDavid Tardon
Change-Id: I6d364851173b53c541b80e0d7e77d431f218ce15
2013-03-24fix crash after conversion to STLDavid Tardon
Change-Id: I0a49ce4ddf53eede0f940b392aab20afb5dd2cbe
2013-03-24add missing test fileMarkus Mohrhard
Change-Id: I87e2bdf944a3fdf374f8b1f14e44ebc0fdd83d46
2013-03-24add chartcore to Library_mergedPeter Foley
Change-Id: I27c27556e25e2233eea0406e20afe0531ed638e7
2013-03-24add localedata to Library_mergedPeter Foley
Change-Id: If7896fc49c38f41b370d569a90b02148dcbcbfd6
2013-03-24add cui to Library_mergedPeter Foley
Change-Id: I485426c0a0792e17bae5ef125d69f52827b469b2
2013-03-24add writerfilter to Library_mergedPeter Foley
Change-Id: I1b5c4450bd83bfb8b04e7129bd512a5f897f5bf9
2013-03-24add scfilt to Library_mergedPeter Foley
Change-Id: Icebffb82b35ae383b97b0ef4b3419b1fe74ce858
2013-03-24fix liborcus on windowsPeter Foley
Change-Id: I852b4e159f818854fd2ac5bdcd14343b2a628134
2013-03-24add import test for stepped linesMarkus Mohrhard
Change-Id: I5a11bc65ca82719c0e8de94628ae4958afe57aa4
2013-03-24add since tag to XUnnamedDatabaseRanges.idlMarkus Mohrhard
Change-Id: Ic1638d1834be046941a620bc11a467a53bbdfb52
2013-03-24adapt API documentation for stepped lines featureMarkus Mohrhard
Change-Id: I6c9c20b7c9fa8fd0f1a47ae0f4c17f9d1951b7b0
2013-03-24close documents at the end of the testMarkus Mohrhard
Change-Id: Ic0b60a2420c82f431c5790483e922ed2164f09fb
2013-03-24remove unused variablesMarkus Mohrhard
Change-Id: I602169d65c77ae71e0d5dd4b3b95837db91fa7da
2013-03-24let us move this out of the conditionMarkus Mohrhard
restores the old behavior Change-Id: I096934b87ddf646587ccb230986e61f5da22de68
2013-03-24we can stop the loop as soon as we found somethingMarkus Mohrhard
Change-Id: I43e318e5aa112587775c0982d42e7780408a6b83
2013-03-24URM_INSDEL we need to update the src position, fdo#62206Markus Mohrhard
See ScFormulaCell::UpdateReference for a similar update Change-Id: I1f98d26adb5085e4bdab63cc23f97a81928d6b13
2013-03-24simplify the position update code in ScFormulaCell::UpdateReferenceMarkus Mohrhard
Change-Id: I2cf0fd0947df8e667f461aaf2c67095d2d42111d
2013-03-24sal_Bool -> bool in address.cxxMarkus Mohrhard
Change-Id: I77c688cb11438204acd37113cffc223ba0c08f0c
2013-03-24simplify the use of nMaxTab a bitMarkus Mohrhard
Change-Id: I8b21575f7a9e659e9b00f381c2fd7a1e117d67cb
2013-03-24it is enough to check at the end if pos changedMarkus Mohrhard
Change-Id: Id1e4957ab22eb2ff280271b5a332095df29c9ad6
2013-03-24use ASSERT_DOUBLES_EQUAL instead of CPPUNIT_ASSERT_DOUBLES_EQUAL in calcMarkus Mohrhard
Change-Id: I55979aec2ab0140190f58f96ed108e8dd1e3a051
2013-03-24qtz length changed, use this length dynamicallyZolnai Tamás
Change-Id: I2935ff0c1114f1b3e690fd6f86441a180566fd32
2013-03-24coverity#704288 Logically dead codeJulien Nabet
Change-Id: I46cebb9155440c6925df987f95ba46c1e54e8eec