summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-06external/openssl: Work around -fsanitize=nullStephan Bergmann
Change-Id: Ic47a1b43323f84971aed9b3cdb2ec83f9e931d6a
2015-01-06-Werror,-Wmacro-redefined (under Clang -fsanitize=*)Stephan Bergmann
Change-Id: Ifd23373b1ac4919793d1b4251ed90cf2dd6f2bda
2015-01-06Work around loplugin:cstylecast under -fsanitize=*Stephan Bergmann
Change-Id: I467d032296607d22e850c95e56c452fe7e62cebe
2015-01-06Remove unnecessary include files declaring JNI functionsStephan Bergmann
Change-Id: Ie9e083a9dcdaebf9f481bae920eddef69e47c3bc
2015-01-06move nScanLineBufferComponents to where it is used [-Werror=clobbered]Eike Rathke
gcc (GCC) 4.9.2 20141101 (Red Hat 4.9.2-1) vcl/source/filter/jpeg/jpegc.cxx: In function ‘void ReadJPEG(JPEGReader*, void*, long int*, const Size&)’: vcl/source/filter/jpeg/jpegc.cxx:72:10: error: variable ‘nScanLineBufferComponents’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=clobbered] long nScanLineBufferComponents = 0; ^ Change-Id: I90a0d02977c49d2471069788a02fb1c7d28c039a
2015-01-06Replace JNIEXPORT -> SAL_JNI_EXPORTStephan Bergmann
cf. 9a745cbf549aa391be2b67f41c83056bd44db97a "Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORT" Change-Id: I81dcc8dfcb878d3e935d807f491b99927637c23c
2015-01-06how about scopeEike Rathke
Change-Id: I4c9e5f754974b6726fc86bc87775ba81832b3984
2015-01-06Fix o3tl::typed_flags to bool conversionsStephan Bergmann
Change-Id: Iaed915b3765a3d23aea7f771a7c912956d864c5b
2015-01-06workaround a weird gcc optimization werror bugEike Rathke
gcc (GCC) 4.9.2 20141101 (Red Hat 4.9.2-1) framework/source/fwe/classes/addonsoptions.cxx: In member function ‘void framework::AddonsOptions_Impl::ReadAndAssociateImages(const rtl::OUString&, const rtl::OUString&)’: framework/source/fwe/classes/addonsoptions.cxx:267:16: error: array subscript is above array bounds [-Werror=array-bounds] struct ImageEntry ^ The combination of aScaled[2]; aImage[2]; aURL[2] in sequence apparently lead to some overoptimization and/or alignment problem, already declaring aImage[3] helped (but not aScaled[3]), but that's not what we want. Change-Id: I82e28d4887ab8072a17d0a9341d322c1cf61aedc
2015-01-06fix build after enumification of ControlStateCaolán McNamara
Change-Id: If6ab3a27a958e83419f576f720ab891a9c36c684
2015-01-06Resolves: fdo#86911 add tooltip for Color Tolerance spinbuttonCaolán McNamara
Change-Id: I9a30d81124da4e4037834caaf41a8f78fd320290
2015-01-06typoStephan Bergmann
Change-Id: Icad2b01388d46aa2802f1abd9e61d4ce854cca3e
2015-01-06Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann
Change-Id: I0d21d9685cdc801f7d6975a752999788c1f132e4
2015-01-06spellingNoel Grandin
Change-Id: Iae4280c42a4820eb2ffd11695cd6ff5bf4ea2132
2015-01-06boost::math::nextafter->std::nextafterCaolán McNamara
Change-Id: I868b3fcf367e61c40e77e64bcc153b2a2feefa0b
2015-01-06Revert "boost::unordered_map->std::unordered_map"Caolán McNamara
as an experiment to see if that's somehow the cause of NEXT An uncaught exception of type com.sun.star.sdbc.SQLException NEXT - General error: java.lang.UnsatisfiedLinkError: com.sun.star.sdbcx.comp.hsqldb.StorageFileAccess.isStreamElement(Ljava/lang/String;Ljava/lang/String;)Z NEXT ##Failure Location unknown## : Error Test name: HSQLDBTest::testEmptyDBConnection NEXT An uncaught exception of type com.sun.star.sdbc.SQLException NEXT - General error: java.lang.UnsatisfiedLinkError: com.sun.star.sdbcx.comp.hsqldb.StorageFileAccess.isStreamElement(Ljava/lang/String;Ljava/lang/String;)Z under clang This reverts commit ce7f442bd0b600c0acc74d4757e894a2ba382c53. Change-Id: Ieed0be5721953b9644e4be411173e0ea73f33ed8
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
Change-Id: I1451180d258315a310a048b27510b4b58fa9145c
2015-01-06fdo#84938: convert SELENG_ #defines to 'enum class'Noel Grandin
Change-Id: I200fc00958984577ced6d2df87c8e9647b43c809
2015-01-06fdo#84938: convert SEF_EXPORT_ #defines to 'enum class'Noel Grandin
Change-Id: I7165d0f1b6b4af4de5e5b39a21f36d726a1b0e30
2015-01-06fdo#84938: convert ERROR_ #defines to 'enum class'Noel Grandin
Change-Id: Ie76bac6b91a9faa4f9ff7dbdf2b455ea9016cf72
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin
Change-Id: I2ed239fa073b5fa8fb56c1af9d4b0bac89acfacf
2015-01-06fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'Noel Grandin
Change-Id: I43d778e0eee19a56ea37898ec1c4309d3407775e
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin
Change-Id: Idaa8f07c62b3ba93c27ca5fe286720254baac10d
2015-01-06remove unused #definesNoel Grandin
Change-Id: Ia56012ec795da47a2b6c2482289b698793703918
2015-01-06fdo#84938: convert TEXT_PROP_MAP #defines to 'enum class'Noel Grandin
Change-Id: Ia8c5913c60e3d509a906965d813c8d1380396dc6
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin
Change-Id: I54f9019297913683605b5aea9f79b3defc1dcc13
2015-01-06vcl: fdo#39468 - translated ImplSVData comments (esp. around timer)Chris Sherlock
Change-Id: I424abbe3dba1e1cef7bfb93fe527263e20fe21de Reviewed-on: https://gerrit.libreoffice.org/13762 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-01-06fdo#50430: UOP import failed because of leading and trailing space in XSLT.Peter Jentsch
Change-Id: I5d802073505cec1800654e4413a161870506988e
2015-01-06Factor out XFillColorItem::dumpAsXml() from swMiklos Vajna
Change-Id: Idc4c3e00c748fa94f233f2fc5e7c7e9de3a31a22
2015-01-06Update email addressMiklos Vajna
Change-Id: Ie6a137d2aa9b2f27d8d2f04e7744e39d21e3c146
2015-01-05fdo#84228: Set rectangle props after setting shadow propsKatarina Behrens
It doesn't work the other way round, the preview then fails to be updated, the old shadow still sticks around. I don't know why. Those X different SfxItemSet pools just make my head spin :( Change-Id: I436a46f95299cf32f4bb43437cc5c23a655dbe9d
2015-01-05desktop: fix copypasta in officeloader.cxxMichael Stahl
Change-Id: I66736e0b1e72e27c02ea718c3f07547b83fd949f
2015-01-05fdo#88068 make the string 'Red Line' localizable in Letter WizardAndras Timar
Change-Id: If6a69eb384b7b7e6c71e96f126a27bcd45709ad4
2015-01-05fdo#88069 make the string 'Fax' localizable in Fax WizardAndras Timar
Change-Id: I5258b47cba25451b36645e9de3a6a43e3ea3af4c
2015-01-05Extend the Calc UNO API for the conditions whether to use OpenCL for a formulaTor Lillqvist
Setters/getters for the flag whether to restrict OpenCL to formulas that use a subset of opcodes, and the lower limit on number of cells a fomula should refer to in order for OpenCL to be considered. Change-Id: Ifeb11d4e4003f13e392fe03f1ce2f89147f46e38
2015-01-05Updated coreStanislav Horacek
Project: help bab9e3aa54942efff0b2d9b013ae700cab8611f3 fix heading level Change-Id: I639a9ff95e78ffa61d7610053655745446e84953 Reviewed-on: https://gerrit.libreoffice.org/13758 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-05Updated coreStanislav Horacek
Project: help 8632d6dca08c07b006b40b2c68f723b0f1c11406 correct label for recalculation option Change-Id: I49db5e09fd9af960ecbaaac0e19975572f74218e Reviewed-on: https://gerrit.libreoffice.org/13757 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-05Updated coreStanislav Horacek
Project: help b4cb9f06d6969aa1ccce515c13a97552ffadf1aa correct title for RANK.EQ function Change-Id: I6a438a909f082f16821b942ccdacdd5cc3374800 Reviewed-on: https://gerrit.libreoffice.org/13756 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-05sc-calcoptionsdlg.hxx: add definition guards (HAVE_FEATURE_OPENCL)Douglas Mencken
fixes "error: 'OpenCLConfig' does not name a type" when building without OpenCL support Change-Id: I21b05ca2ea5b197029af0de9b049a3a14b00f714 Reviewed-on: https://gerrit.libreoffice.org/13667 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-05export format of embedded font tooDavid Tardon
Change-Id: Ife7dbb298861a71987501f3847d3b931c7e83715
2015-01-05read embedded fonts from Flat ODFDavid Tardon
Change-Id: Ic94608f4afac9d8ac05ec3140d195b0526e9420a
2015-01-05I assume this class is not public due to an oversightDavid Tardon
Change-Id: If43e49dc05ad213cbbf6363dfa68a7a93959582f
2015-01-05upload libe-book 0.1.2David Tardon
Change-Id: I1dc1231661c8fed6021c10ed3c4676d2581ad1fc
2015-01-05upload libmwaw 0.3.4David Tardon
Change-Id: I0208d53522da4d3d32c4060b6d784d62a64bf0eb
2015-01-05Factor out XFillStyleItem::dumpAsXml() from swMiklos Vajna
Change-Id: I04aed56c1e32f98f8920530e3ba313765baa1bba
2015-01-05asan: cast is totally wrong hereCaolán McNamara
Change-Id: I7341813b706faad60888e374fa50542abeb6842d
2015-01-05Fix includeStephan Bergmann
Change-Id: Ie5253f9b32bb6ed1099eca75b442ba26528f2b32
2015-01-05These extern "C" functions are in the global namespaceStephan Bergmann
Change-Id: I75bdb9ac71a3d36eeaf0b846e25d22a0aa923895
2015-01-05Improve loplugin:revisibilityStephan Bergmann
(for non-Windows--only code, as MSVC would complain about such cases anyway) Change-Id: Id6daf61b79bd31529bdaeb7c6df4f354731ae7d7
2015-01-05No need for declarations in include fileStephan Bergmann
...of functions only accessed via dlopen Change-Id: I6b9998298fc6df68fb0d3003cef77a62ecef8976