summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-18WaE: control might reach end of non-void function ... being inlinedChristian Lohmaier
The warning is bogus, but the change is minimal Change-Id: I2bc6ec57d271e14e5abe8f152338626771458fb5 Reviewed-on: https://gerrit.libreoffice.org/2803 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-18Don't do any own auto-cleanup of aurorelease pools on iOS when a thread endsTor Lillqvist
According to documentation, the system does it automatically. Testing seemed to confirm that, with the code still in I got mysterious crashes. Not sure if the corresponding code is unnecessary or wrong on OS X, too. Change-Id: I14e9f5bcc0376e9235f8d36b484b38c1e44932c4
2013-03-18Only copy the project.pbxprojTor Lillqvist
Change-Id: I8848ccaf893072d9c8653d9142004fef708be7f3
2013-03-18Use autorelease blockTor Lillqvist
Change-Id: I7c3c8fcc81297ca97474b2b9482d40b47688febd
2013-03-18Factor out the CoreText source filesTor Lillqvist
Change-Id: I5c91058af2f6da287bff050a358f446b653c800a
2013-03-18Bypass X11-specific code if not on X11Tor Lillqvist
Change-Id: I6452191b11b197b0f90ae6638019d3bc6db67ad7
2013-03-18SalData::drainThreadAutoreleasePool() is unusedTor Lillqvist
Change-Id: Idbb98b32ffc5970e236c9d319e0e8791b855e283
2013-03-18we need to register data sequences during import, fdo#52159Markus Mohrhard
Change-Id: I203be719a6ee19c87ed232218f7700d875c2871f
2013-03-18error bar range is also part of chart range, related fdo#52159Markus Mohrhard
Change-Id: I344448db559de8435dcc26e2be4597c385724a7b
2013-03-18for internal data providers this makes no senseMarkus Mohrhard
Change-Id: Ic2651defd0ec8846dc0b0a81faee5dd6743310fb
2013-03-18use the right range representation, fdo#52159Markus Mohrhard
Change-Id: I36ede89ccb8836708a4f87c4815bbe2fb6d6f3cf
2013-03-18reorganize the menu a little bitMarkus Mohrhard
Change-Id: I956abc2cfa680f18df5712a131a7930610f57931
2013-03-18better wording for the menu entryMarkus Mohrhard
Change-Id: I7ddb4e3b4fc39b542e2ab54a188d0953a2b7ce8d
2013-03-17Clean up indentationStephan Bergmann
Change-Id: I8c4be3a69544ff579f054ec455512f2bddc11944
2013-03-17fdo#62384 Turkish lira sign shall precede the numerical figure without a spaceAndras Timar
Change-Id: I5919fbb272f82deeb951906f5b82dc196e856a48
2013-03-17AndroidSalInstance::RedrawWindows() is called from only one placeTor Lillqvist
No need to take a parameter for which NULL is always passed, and related simplifications. Change-Id: I89bab2904fdae3520987d0f67e55b2649bf225d3
2013-03-17onAppCmd() and onInputEvent() don't exist any moreTor Lillqvist
They were used in the NativeActivity-based coding. Change-Id: Id393026783c989f05d90ad79cc4e8f5e8cd0174e
2013-03-17let LibreOffice find html.stwAndras Timar
1b0f7ee1 ruined the search path. SvtPathOptions::SearchFile() does not search recursively. 178b73da introduced OUStrings, but SvtPathOptions::SearchFile() modifies its String argument, I had to revert 178b73da partially. Change-Id: I350084f91d15f83a21fd1b8d7270765093269da4
2013-03-17Fix fdo#62399 Border incorrect for RTLFaisal M. Al-Otaibi
this patch will fix the incorrect border when you use the cell format dialog. Change-Id: Ieeeae4060a15e96e0de0f335f3c460df86f7dbf9 Reviewed-on: https://gerrit.libreoffice.org/2781 Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa> Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
2013-03-17coverity#705115 Using invalid iteratorJulien Nabet
Change-Id: Ia8b5a0654ded07d939e8be93a2dea2a6f84165b3 Reviewed-on: https://gerrit.libreoffice.org/2785 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-03-17fix breakage introduced by String->OUString migrationLionel Elie Mamane
Change-Id: Ia509d23306e71b978247705daa9c9559adbae195
2013-03-17WaE uninitialized pointerDavid Ostrovsky
Change-Id: Ifa10c48f6bbb1e69e83b2f2fe10ac58a225a3b06
2013-03-17fix about logo not stretching to fit dialog widthCaolán McNamara
A regression since a1a0830d1ac3ffabbe35bd8a0264b64f1f7a9d67 where fFactor100th_mmToInch changed. This looks super fragile and presumably isn't exactly the right way we should be doing it. Change-Id: I7c34eefd2331e4fec4b7e6893c68a989f2f5fd62
2013-03-17fix after String->rtl::OUString conversionDavid Tardon
Change-Id: I8e9658cd4c3ea95658e3f3b214a51b381c3170b7
2013-03-16coverity#982854 Assign instead of compareJulien Nabet
Change-Id: I9ac6a537da3a945cc48be84559f9ce253a93cd47
2013-03-16coverity#982853 Assign instead of compareJulien Nabet
Change-Id: I51df1f766314ea801ae33d6843b5ce6fc49445ac
2013-03-16"show logo" in slideshow settings doesn't do anythingCaolán McNamara
This wants to load about.png which doesn't exist anymore. "about.svg" does, but is a rather abstract background image for the about dialog these days, so use "flat_logo.svg" instead. Which requires moving the svg loader out of cui into sfx2 for re-use. Change-Id: I8654f0f93766556ef4ed4b87eff35b45d8189761
2013-03-16i53749 - Show Pause logo according to presentation settingsAriel Constenla-Haile
Original author: Tsutomu Uchino <hanya.runo at gmail.com>
2013-03-16use SAL_N_ELEMENTSCaolán McNamara
Change-Id: I6610f8e888389d09b673504f1eb9387dd38fb6c1
2013-03-16Fix Python problem in pyAltFCFGMerge at least on OS XTor Lillqvist
AttributeError: 'NoneType' object has no attribute 'write' when trying to print to stdout and sys.stdout has been set to None. Change-Id: Icb571b9e910d4ec393dc1fd246f867c02d5ac8e5
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist
Suggested Easy Hack: Replace all instances of // -------- comments including surrounding newlines with a single newline. Another Easy Hack, slightly harder to automate: Remove all the pointless comments that just tell the class name right before the declaration of that class. Change-Id: Ia890ed613b53c5d719988697e20a983d62334123
2013-03-16cleanup postprocess outputPeter Foley
Change-Id: I4287adbe97e8abc65b4bb36be8c9ec44799767d8
2013-03-16auto-load the gdb helpers for cppunit test debuggingPeter Foley
Change-Id: I75e08fa1de5affdb3b42d169bb5ccac50c8c736e
2013-03-16perl defined is deprecatedPeter Foley
Change-Id: Ibe63cf7c70dc12ae76a6d21ef8c05c58c684eb82
2013-03-16quiet FCFGMergePeter Foley
Change-Id: I17a2f2fd51a06195af3b5b7325b3bad1129c01d2
2013-03-16suppress warnings for clucene c files tooPeter Foley
Change-Id: Ib83a140035637820cab34efc8e94cdd75c499b82
2013-03-16Bin some pointless comments and ASCII graphicsTor Lillqvist
Change-Id: Ib7b176eb1889ebd94d4b628899011de9ebbb3dbd
2013-03-16Get rid of a few pointless commentsTor Lillqvist
No need to refer to some source files in a few random places in headers, using ancient UPPER-CASE file names even. Change-Id: Ia0827be34046f25fd769466c41dab017b4935a37
2013-03-16CONTAINER_APPEND is SAL_ULONG, an unsigned longTor Lillqvist
Fix WaE: implicit conversion from 'unsigned long' to 'sal_uInt32' (aka 'unsigned int') changes value from 18446744073709551615 to 4294967295, which definitely sounds like an actual bug-inducing error to me, not "just a warning". So don't try to use it as default value for a parameter of type sal_uInt32. Changing the parameter to sal_uLong. Change-Id: I8ebc7195ba1bf94f4f2d6df7cd7863f779ba3fa6
2013-03-16mnSystemVersion not usedTor Lillqvist
Change-Id: Ief800f1228bca327fd8d77a78fa332639f5d5f69
2013-03-16move libwpd to gcc-wrapperPeter Foley
Change-Id: I4ebe006d0e8850d7229de7a59e424fa819ca7700
2013-03-16add support for more options to gcc-wrapperPeter Foley
Change-Id: If43721642f2453671e74ccda9572f873360ca65a
2013-03-16move liborcus to gcc-wrapperPeter Foley
Change-Id: I9d3ba7b142ec230d11af59f9eb21d203b0473dc8
2013-03-16No external definition of non-static inline local_thr_alarmStephan Bergmann
Change-Id: I0ae90e8a46ea314fa0f8650b61d6ee7410a785ca
2013-03-16Remove RTL_CONSTASCII_(U)STRINGPARAM (toolkit)Chr. Rossmanith
Change-Id: I558a97be9ed883242455e6fd29267aed5d0a550c Reviewed-on: https://gerrit.libreoffice.org/2772 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-16Replace String with OUString in toolkit(vclxprinter.cxx)Chr. Rossmanith
Change-Id: I265b413923837aaba47abf242803fae7359f8ea8 Reviewed-on: https://gerrit.libreoffice.org/2771 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-16Remove RTL_CONSTASCII_(U)STRING in toolkitChr. Rossmanith
Change-Id: I62c89716d93c4dfb51a38b78f795a532e2b1d0b7 Reviewed-on: https://gerrit.libreoffice.org/2770 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-16Remove RTL_CONSTASCII_(U)STRINGPARAM in toolsChr. Rossmanith
Change-Id: Id97070321ad6b20f349896d3b4e1ae51cc82ece7 Reviewed-on: https://gerrit.libreoffice.org/2769 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-16Remove STRINGPARAM in tools (qa)Chr. Rossmanith
Change-Id: I1bff00d261c24e37f9ed41322c49c670850a940f Reviewed-on: https://gerrit.libreoffice.org/2768 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-16Updated coreAndras Timar
Project: help d9090a218a9ef58253a695bdb1369c48f4607409