summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Unused writerfilter::ooxml::OOXMLBooleanValue ctorMiklos Vajna2014-09-123-8/+0
| | | | Change-Id: I8cf92c38a41423e5bae2852b8affeea2164646f0
* vcl: The DecoToolBox has grown its own legs, it cannot be a button any more.Jan Holesovsky2014-09-121-12/+9
| | | | Change-Id: I44497df5a5506127247cdef0924e9f7b76ed7d9b
* vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky2014-09-1210-78/+74
| | | | | | | Clean up at least vcl + what depends on that, but unfortunately there are still some "Closer"'s left elsewhere... Change-Id: I019c863d07ee62d701ff01c8d871334012c105f1
* vcl: Make the Menu class really abstract.Jan Holesovsky2014-09-121-1/+3
| | | | Change-Id: I676b2673cbe32bfe7c6013588c19a557fdfc743d
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-12536-3563/+3563
| | | | | | | | | | | ...to gain further confidence in the claim "that none of the existing code tries to uses combinations of these enum values" (d92602c5b13d0a60439d86c5a033d124178726ca "more fixes for SfxItemState") Change-Id: I987922d945e8738e38adfde83b869adf3ff35b13 Reviewed-on: https://gerrit.libreoffice.org/11384 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
* vcl: fix typo in DeviceCoordinateNorbert Thiebaud2014-09-121-1/+1
| | | | Change-Id: I7e0ec3c276826105c89dae5471c484ec7ae999d2
* vcl: protect against out-of-bound access of empty OUStringNorbert Thiebaud2014-09-121-3/+9
| | | | Change-Id: If2671ba0547eb69fce7005f5427dcd175a5c29a2
* harden access to OUString[0]Norbert Thiebaud2014-09-122-4/+4
| | | | Change-Id: Ibc2997f9974b8f6d561db0632642060ab95b80f0
* svl: test lenght before accessNorbert Thiebaud2014-09-121-1/+1
| | | | Change-Id: Ia0f41da43f150cd664dd9d4b5adef4e387253bf8
* xmlscript: avoid accessing [0] of an emptry stringNorbert Thiebaud2014-09-121-1/+5
| | | | Change-Id: I2ad756b07418d3eb93f48374cd7de3bc3db9ce29
* ucb: prevent out of bound access in OUStringNorbert Thiebaud2014-09-121-1/+1
| | | | Change-Id: I451bf13cbf39ec13152d083a6a6728cd043f9fbd
* bug wrong order of test cause out of bound access.Norbert Thiebaud2014-09-121-2/+2
| | | | Change-Id: If9c497473bc163677175b0fda1f3a8975cceb3dd
* fix access to potentiellement empty stringNorbert Thiebaud2014-09-121-6/+14
| | | | Change-Id: I84fc6b7e5528b677411163ee3c9d05d4f2e6feb2
* coverity#703951 unchecked return valueNorbert Thiebaud2014-09-121-1/+1
| | | | Change-Id: Id9a3c639bd778552b176c19b7574a9d9786ffebc
* coverity#735600 Division by zeroNorbert Thiebaud2014-09-121-4/+7
| | | | Change-Id: Ia936814ae37ae802fab36f7bde56de09338eb617
* vcl: use DeviceCoordinate for GetCaretPositions in sallayoutNorbert Thiebaud2014-09-1211-48/+162
| | | | Change-Id: I5a959e1c3806da713e106c1b0fc8690a6578987b
* TypoTor Lillqvist2014-09-121-1/+1
|
* SAL_WARN_IFTomaž Vajngerl2014-09-111-12/+12
| | | | Change-Id: Ic2644f8a0f2f1479779aef2d6b0886604c139acb
* Use Any.get<T>(..) instead of Any.getValue(..) and ugly castTomaž Vajngerl2014-09-111-19/+29
| | | | Change-Id: I1c76ee7c7873e76fb1682475141c14dd658bff4a
* more consistent code style in drawingml exportTomaž Vajngerl2014-09-111-80/+210
| | | | Change-Id: Iba6670fbeb064ee1b1ee54a96267f660c86e18f2
* Make GetProperty more clearTomaž Vajngerl2014-09-111-21/+26
| | | | Change-Id: I23ba7950364fa402f1337e8557c3cf8cd9c810cc
* bnc#892610: OOXML import: Improve chart number formats.Matúš Kukan2014-09-118-27/+77
| | | | | | | | | | | | | | | If sourceLinked is used, do not set "PercentageNumberFormat" even if showPercent is true. The format string should be used for "NumberFormat". c8cc89ff802d86b1f3a69afe1b4835b7df7f70c7 unnecessarily disabled "LinkNumberFormatToSource". Use that for data labels but not for axis. Also, actually make attaching number format supplier work for Calc. Previously, non standard formats were added into wrong supplier, and they were thrown away later because it was attached too late. (See also ChartModel::attachNumberFormatsSupplier) Change-Id: Iaf9945abc3d82d0ac63d9f36b8888eb49f39ab57
* fdo#83315 Tango doesn't have notcertificate_16.pngMaxim Monastirsky2014-09-111-1/+0
| | | | Change-Id: I29da25f80a2044d267b879cee7e15b4eae6c3b6b
* LibreOffice4Android: Fix NullPointerExceptionJacobo Aragunde Pérez2014-09-111-10/+7
| | | | | | | | | The member fileNames was being correctly set in createUI() but it was being reset at openDirectory(). The only purpose of this member was sending the file name to open() method, but we can rewrite open() to accept File objects so fileNames became useless and was removed. Change-Id: I944be8ff13d221573a5a7accf0081c30872c62f0
* LibreOffice4Android: Remove dependency from actionbarsherlockJacobo Aragunde Pérez2014-09-113-24/+18
| | | | | | Replace with the native Android action bar since API 11. Change-Id: Ia332b51cfea084072e8d0362702a359b8f09adea
* LibreOffice4Android: Disable thumbnails so the application can runJacobo Aragunde Pérez2014-09-111-0/+2
| | | | | | | | | | Commented out the piece of code that invokes the creation of thumbnails, because it crashes after the call to native code. Once LibreOffice4Android is merged with the LOKit-based viewer, it will be the moment to fix the thumbnails properly. Change-Id: I6dd38c6f91008d41905d3c4a856899e9ec81bd6b
* WaE: Unreferenced function definitionTor Lillqvist2014-09-111-1/+0
| | | | Change-Id: I6f6560e2c2aaf4b71480fc2ffc7ef2f6e2474ab0
* reject invalid dbase files with 0 len db_slng right at the startCaolán McNamara2014-09-113-6/+11
| | | | Change-Id: If4aa5249391ea2d2e475fa3ebaccf4e9fc7442de
* ODbaseDatabaseMetaData::getColumns dies if throwInvalidDbaseFormat occursCaolán McNamara2014-09-111-55/+65
| | | | Change-Id: If649c1cb8f41e8a29afb5ad350664a573cd1102a
* ucb: sal_Bool -> boolStephan Bergmann2014-09-116-9/+9
| | | | Change-Id: I333ffa13159eac5cc53c9f3985dde5a33daf8067
* Move DomainMapper_Impl::substream() to DomainMapper_Impl.cxxMiklos Vajna2014-09-112-83/+83
| | | | Change-Id: Ic87ffe60def0346f28065d8c02e6022e237cee4d
* jvmfwk: print a warning if running java faMichael Stahl2014-09-111-0/+16
| | | | Change-Id: Ibfcd6678ed1503cfab0881f3ec67c4c158d798cb
* smoketest: run the extension test firstMichael Stahl2014-09-111-6/+9
| | | | | | | | | | | With clang 3.4 ASAN there is the problem that the smoketest fails if run in "make check" while trying to start the JVM, in getJavaProps() it forks a "java" process and that fails due to lack of memory. Avoid that problem by running the extension test first, when there is only one application loaded, so the process is using much less memory. Change-Id: I7e8bdc6ceea65b212f376943c7814ad1cf28675d
* shell: sal_Bool -> boolStephan Bergmann2014-09-112-2/+2
| | | | Change-Id: Ie4fedd95752aa1212481bff0cda7c0045956b361
* minor whitespace changeChris Sherlock2014-09-121-1/+2
| | | | Change-Id: I556a68a2da770080e475a4e6619722fd721101ca
* Resolves: fdo#82552 we only check pAlphaW on one branchCaolán McNamara2014-09-111-2/+2
| | | | Change-Id: Ib2c5a0d751050af77f267edbb7a5a0fe57494622
* (Rudimentary) C++11 support is a hard requirement nowStephan Bergmann2014-09-1111-151/+92
| | | | Change-Id: I43ed776d52336b822aa6152f0f2a29e39303bb75
* fdo#75757: remove inheritance to std::vectorTakeshi Abe2014-09-111-4/+24
| | | | | | | | | from LayeredDevice::LayerContainer. Change-Id: Icc4b16db92daadbd742e83e90c95477c0c465f5b Reviewed-on: https://gerrit.libreoffice.org/11397 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* server font dtor always calls ReleaseFaceFTCaolán McNamara2014-09-111-6/+5
| | | | | | | | | | | | therefore we must always call GetFaceFT in the ctor and not return early *before* calling GetFaceFT which could happen in case of inane font size requests, i.e. if( (mnWidth < 0) || (mfStretch > +64.0) || (mfStretch < -64.0) ) valgrind+bff Change-Id: If22f8f7ff6aaed3ffa9eec68630da8601dfd5cae
* For ASAN __cxa_throw interception to work, link python.bin to libstdc++Stephan Bergmann2014-09-111-0/+1
| | | | | | | | | | | | | | ...where the intercepted __cxa_throw is found, as otherwise PythonTest_sw_python fails with AddressSanitizer CHECK failed: projects/compiler-rt/lib/asan/asan_interceptors.cc:293 "((IndirectExternCall(__interception::real___cxa_throw))) != (0)" (0x0, 0x0) #0 in __asan::AsanCheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) projects/compiler-rt/lib/asan/asan_rtl.cc:70:3 #1 in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) projects/compiler-rt/lib/sanitizer_common/sanitizer_common.cc:76:5 #2 0x48c3ac in __cxa_throw projects/compiler-rt/lib/asan/asan_interceptors.cc:293:3 #3 0x7f67faec0ef5 in pyuno::createClass(rtl::OUString const&, pyuno::Runtime const&) pyuno/source/module/pyuno_except.cxx:92:9 ... Change-Id: I0cb364eacab49644b426fb62f49bf9d7c8b5090c
* add windows 1258 to charset listCaolán McNamara2014-09-111-0/+1
| | | | Change-Id: Ia12fff0bd25daf39a01f8faef9a152e23bbe7fcf
* fdo#82114 RTF import: fix handling of first page in non-first sectionMiklos Vajna2014-09-113-4/+32
| | | | Change-Id: If06c6bcdda97447e6014223d997c7ff8abd64b48
* Avoid ODR-violating name clashStephan Bergmann2014-09-112-0/+7
| | | | Change-Id: I69c3b11b01d520a485b07c8e5397a7f971210af2
* Avoid ODR-violating name clashStephan Bergmann2014-09-112-0/+8
| | | | Change-Id: I4911dcb5d902a5b92d4c175054acd220e449459d
* android: remove unneeded code pathsTomaž Vajngerl2014-09-112-31/+15
| | | | Change-Id: I5da4ca67caf2bc2e368c74cf719b080c63b6d47f
* get rid of QUERYINT macro in sdTomaž Vajngerl2014-09-113-38/+67
| | | | Change-Id: I058cf5bdd3d11fb28b3e497c1a13e4ffc7e4ed84
* Prevent erroneous pick up of unrelated css::i18n::MapingStephan Bergmann2014-09-115-11/+11
| | | | | | ...from include/i18nutil/casefolding.hxx Change-Id: I892a83b8e40dadcffc1b59eaa18bee2b782131f1
* Avoid name clash with generated C++ class corresponding to UNOIDL serviceStephan Bergmann2014-09-114-14/+14
| | | | Change-Id: Id8201bc91c8e398b972b7294b8916d4ac76c787d
* Avoid name clash with generated C++ class corresponding to UNOIDL serviceStephan Bergmann2014-09-112-10/+10
| | | | Change-Id: Ie76cab45f5fd609457b11cb3b9732cba2da3b023
* Avoid name clash with generated C++ class corresponding to UNOIDL serviceStephan Bergmann2014-09-115-17/+17
| | | | Change-Id: I96582bf05787a30479d324ff8deb7cea758bb2c2