summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-13fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFONoel Grandin
this is a continuation of the above bug, removing SAL_INFO's that only mark function entry. Change-Id: Idb0f72481415594e3f8b7a11ad6e4b8835f6fca0 Reviewed-on: https://gerrit.libreoffice.org/9343 Tested-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-13fdo#78471: Don't forget to record the ID of the last record for BIFF5.Kohei Yoshida
Shared formula import code depends on this. Change-Id: Iecb009252c56673df33e0d681de825911154903a
2014-05-13fdo#78471: Write test for import of shared formulas from BIFF5.Kohei Yoshida
Change-Id: I77fee109adf1c0decc6eb96cf2292f89fde1aceb
2014-05-13loplugin:unreffunMatúš Kukan
Change-Id: Ifd544db272652e1e9c45093291ab7f8ae3dd53a0
2014-05-13loplugin:literaltoboolconversionMatúš Kukan
Change-Id: I7457e47866bd327cfc32a0b2d43ebd04c3c68dbc
2014-05-13Consolidate CreateTempName_Impl and lcl_createNameStephan Bergmann
Change-Id: I4dbb917a6d9343f797859a2f24fa1d92b26a51eb
2014-05-13Remove nonsensical codeStephan Bergmann
...introduced with 2d8c990f8790be43cf4dda4bc871a917b9dcc974 "INTEGRATION: CWS reportdesign01: #i79214# new method to allow to start not with zero." Change-Id: Id141b2913ceb47c0c54f4449bdcdf5130c6f355b
2014-05-13Elide utl::TempFile_ImplStephan Bergmann
Change-Id: I8f14cd351c17abaa9d48144cdf8325afc250787b
2014-05-13utl::TempFile::CreateTempName pParent is unusedStephan Bergmann
Change-Id: Ide12ea21104af678dc541ed0e83970e7a2f5e694
2014-05-13fdo#78402: Adjust references of validity entries as appropriate.Kohei Yoshida
Change-Id: I7fd62153c7267a3d606b86d74bebecf6b8d75250
2014-05-13fdo#78402: Write test for this.Kohei Yoshida
Also discovered that when the "precision as shown" option is set, the validity list would only show the first item from the list. Turn that option on in the test. Change-Id: I9aaeeb3358709d965f51e406668c72cb94541cdb
2014-05-13upgrade to libpng-1.5.18Thomas Arnhold
Change-Id: I500645d655fc7e7c850b09e47bece26e74197eb7 Reviewed-on: https://gerrit.libreoffice.org/9344 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-13add externals for libmerged tooMatúš Kukan
Change-Id: I6801745e25d31e951ed9d0dcf1e2d93aa55905e4
2014-05-13update libxmlsec config.* to support ppc64leDavid Tardon
Change-Id: I4b31729481b7fd538483db5b6e39e1d80e03b3b6
2014-05-13Use collada2gltf to open .dae files and convert them to .json.Matúš Kukan
Change-Id: Idb70da1db2516eeb6d518b39eb732a7e7d0a14ab
2014-05-13Introduce Collada2gltf external libraryZolnai Tamás
Change-Id: I157f175ee6ea719e98ba45133f53cb4d2c3045bb
2014-05-13Introduce OpenCollada external libraryZolnai Tamás
Change-Id: I08a806b9319f7cb55be3b38a3bb9370799f6752b
2014-05-13fdo#78657 writerfilter: tokenize a:hlinkClickMiklos Vajna
This is just the tokenizer part, though all the heavy-lifing in model.xml should be now done. Change-Id: I42a13637a29411d4ee8925d7f06336584d69f25a
2014-05-13BrowseBoxCheckInvariants appears to be unused [loplugin:unreffun]Matúš Kukan
Change-Id: Ie6c546ee085b20bd3eb39cdfb7b38394c0a35b67
2014-05-13sal_Int32 ComboBox::InsertEntryWithImage()Eike Rathke
Change-Id: Iaa1ddc931b71fcdf08d571c7e3573a936d378709
2014-05-13convert copy table page to .uiCaolán McNamara
Change-Id: Id537486dcaf0d3c6ab850a9fb50cef3d995ad51f
2014-05-13Updated coreCaolán McNamara
Project: help 43d91a4743d30b2e4c194d991c865b7c4be7616c
2014-05-13Related fdo#60338: Create missing temp file dir with user's original umaskStephan Bergmann
For one, that is consistent with how ensuredir (in the same .cxx) has always worked, and for another saves us from trouble with umask, cf. 034d4c111976f337877e5954c6cc95ed9f90a343 "Related fdo#60338: Setting umask for osl::Directory::open is useless." Change-Id: Ic3fb5bb29ca3031d257067a514cb9f5bccfbfe4f
2014-05-13Related fdo#60338: Setting umask for osl::Directory::open is uselessStephan Bergmann
Maybe 39c58e416252571a04b8ebbb56c9fa012b117993 "INTEGRATION: CWS olefix: #i46469# use correct umask on unix" had intended to put it around the osl::Directory::create call instead, but given the trouble of calling umask(3) in a MT program at all, it is probably better to keep creating any missing directories with the user's original umask anyway. Change-Id: Idfddfdab05373a3c395daba635fddcc054f3f215
2014-05-13Access2Base new release - V1.1.0Jean-Pierre Ledure
Access2Base library can be run to access a database defined in any form stored in any AOO/LibO document. Now CurrentDb method may be associated with a form object, not only with the root class.The OpenDatabase method allows any AOO/LibO document to get access to tables stored in any database. RunSQL, OpenSQL, database functions have been extended to be run from a database object, not only as a command. The CopyObject (new) action copies query definitions and/or table definitions and data. Creation of table and fields without SQL with the CreateTableDef, CreateField and Append methods. The Description property of a TableDef is writable. New GetHiddenAttribute and SetHiddenAttribute actions hide or show any AOO/LibO or Base object. SelectObject scope has been extended accordingly. Addition of the SelStart, SelLength and SelText properties for text controls. Change-Id: I163f3bcb0f63dc346e1bd23729356ebe556c6592 Reviewed-on: https://gerrit.libreoffice.org/9303 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-05-13Related fdo#60338: Restrictive open mode flags for tempfile w/o calling umaskStephan Bergmann
Change-Id: Ia83cbe4c9352eb2a2cf317dd1fc5771ddc12c993
2014-05-13vcl: clipping functions moved from window.cxx to clipping.cxxChris Sherlock
Change-Id: Iaaabbe2002b14540bdf4a51269909b44bf5d8880
2014-05-13vcl: move window order and stack functions into stacking.cxxChris Sherlock
Change-Id: I96eabf2507f2d365d589a436a30087adb9738f90
2014-05-13Work around another seeminly random mis-optimization by Apple's Clang with -OzTor Lillqvist
If it wasn't for the desperate need to minimize code size for LO-based iOS apps, I definitely wouldn't use -Oz in gb_COMPILERDEFAULTOPTFLAGS (in solenv/gbuild/platform/IOS_ARM_GCC.mk). Change-Id: Icb231b5f30b32afe1c0f3b43e5744bf0e41e96df
2014-05-13i#64348 basic: fix CDec() crash if string is emptyThomas Arnhold
This time without memory leak. Change-Id: If4474004124b7497b8451030a13db36887ead737
2014-05-13Revert "i#64348 basic: fix CDec() crash if string is empty"Thomas Arnhold
This reverts commit 375b01bf747bb206c3fd6bad0acbd38271a8fb86.
2014-05-13Convert sal/osl/unx/tempfile.c to C++Stephan Bergmann
...for easier future maintenance Change-Id: I501076882daa7f36f414f9fa62f790eb85ac3259
2014-05-13Related fdo#60338: do not call umask(3) in a MT programStephan Bergmann
...and it is unclear what this call was supposed to help for; if a user deliberately sets its umask too strong, then better live with the consequences than to silently "fix" it. Change-Id: I0d84a7d1bd6f007794a65e1f7cc4ea09ebd9d4af
2014-05-13elated fdo#60338: #error on umask(3) calls in currently unused codeStephan Bergmann
(as dnssd_clientstub.c is only used on Windows), should we ever want to use it. Change-Id: I5d9082ae69c505e4d60bbe8e60fdeaaf963a4614
2014-05-13remove SvtLanguageTable::AddLanguageTag from this listEike Rathke
... I'm about to use. Change-Id: I4f665e14d0d2161085760a6b31f642e0a8a8345b
2014-05-13Revert "remove unused code -SvtLanguageTable::AddLanguageTag"Eike Rathke
This reverts commit d812b784313ed85ae5085d54a3ae50aa064c053c. I added that code in preparation of changes I'm doing.
2014-05-13remove unused code -SvtLanguageTable::AddLanguageTagNoel Grandin
Change-Id: Ibb0dda4b48c711e72574c3f5aec9e3d1186d1526
2014-05-13remove dead code in SWNoel Grandin
Change-Id: Ifda459ea8863d923b211ca3022355b5941a74bfe
2014-05-13remove dead code SwAccessibleFieldNoel Grandin
which seems to be dead since the IA2 integration Change-Id: I3a6c70f27ef0cb2ac23776ad00394a73a99bb7e8
2014-05-13remove dead codeNoel Grandin
Change-Id: Ic4fb478921714429af138ca212bd7f67f408d434
2014-05-13include sal/log.hxx hereMatúš Kukan
Change-Id: Iefcae15eb9f456cde933d49e1c118185883cd27c
2014-05-13Related fdo#60338: Do not use umask(3) in a MT programStephan Bergmann
Change-Id: Ie515201e44ad58faf623a04981e891c0b3f4a19d
2014-05-13no lcms2d.dll nowadays, there is only lcms2.dllMatúš Kukan
Change-Id: I0d6537da5d605a011bd9b4491c472b0b58fcd668
2014-05-13Revert "CID#705985 ensure umask for mkstemp"Stephan Bergmann
This reverts commit 5f5a981dd6df406b7bbddd88fa0b701b5a8d2246. Coverity warning about mkstemp without umask appears to be bogus (cf. <https://communities.coverity.com/message/6516> "Why are uses of mkstemp 'without securely setting umask first' being flagged?) and calling umask is not MT-safe, see fdo#60338 "FILESAVE: Saved files have incorrect permissions on linux."
2014-05-13Revert "CID#705982 ensure umask for mkstemp"Stephan Bergmann
This reverts commit 9ab99483808bad973363f1f27bb548c8628ace1d. Coverity warning about mkstemp without umask appears to be bogus (cf. <https://communities.coverity.com/message/6516> "Why are uses of mkstemp 'without securely setting umask first' being flagged?) and calling umask is not MT-safe, see fdo#60338 "FILESAVE: Saved files have incorrect permissions on linux."
2014-05-13osl_openFilePath is internal sal/osl/unx functionalityStephan Bergmann
Change-Id: I14e4d08f209e3d6a444d6c09f9ffb9c178d8731d
2014-05-13oox: Use references to prevent unnecessary object copiesJacobo Aragunde Pérez
Change-Id: I5113bc581a8ac98b97c6598a5355e050c7ad7860
2014-05-13ooxml: Preserve shape 3d effects: extrusion and contour colorsJacobo Aragunde Pérez
Shapes 3D effects can specify colors for extrusion and contours like in the following example: <a:sp3d extrusionH="25400" prstMaterial="metal"> <a:extrusionClr> <a:schemeClr val="accent5"> <a:lumMod val="40000"/> <a:lumOff val="60000"/> </a:schemeClr> </a:extrusionClr> <a:contourClr> <a:srgbClr val="3333FF"/> </a:contourClr> </a:sp3d> Colors can be theme-defined or set in RGB and can contain transformations. This patch preserves all the color information using the shape grab bag and modifies an existing unit test to add this check. Change-Id: Ida168affd4ca2135d0bd8f97135dc1cd1e74165a
2014-05-13ooxml: Preserve shape 3d effects: materialJacobo Aragunde Pérez
Shapes 3D effects can specify a material like in the following example: <a:sp3d prstMaterial="metal" z="488950" /> This patch preserves the prstMaterial attribute in the sp3d tag using the shape grab bag and modifies an existing unit test to add this check. Change-Id: I7be2dbbcc7e599d5f0fb8fa53ec1d180c18d8ebd
2014-05-13DocxAttributeOutput: ClearGraphicCache() -> ClearRelIdCache()Miklos Vajna
Because rel ids are used not only for graphics. Change-Id: I9d0fd7196a1b8e0494d850197cb50fc8098eff82