summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-18Add some extension and mimetype for Works for MacFridrich Štrba
Change-Id: I3e43a176260cacdf931074536ebf1dfeebbcb574
2013-03-18swui, too, sigh this is so ad-hocTor Lillqvist
Change-Id: I4738660ab8136073cc3d5de492e4b566b7071b5a
2013-03-18Use MacWrite II pattern for MacWrite tooFridrich Štrba
Change-Id: If39b002aa8b18fda1bc2d6723187336e1259d0d5
2013-03-18Uncle Google speaks about this extension tooFridrich Štrba
Change-Id: Ib757ea180fe570277d0cbe8a5ff4d6e30cce7cdb
2013-03-18TypoTor Lillqvist
Change-Id: I3d1daea328d65f3b6ab9bb544dfb87133ab5dc2e
2013-03-18Comment cleanup and several indentation fixesJoren De Cuyper
Change-Id: Ib3e51969b2d2624e69a2270c5446b7ac1095a2b5 Reviewed-on: https://gerrit.libreoffice.org/2789 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-03-18Add extension and mimetype for MacWriteII and MacWrite ProFridrich Štrba
Change-Id: I3aa14d26589e425078860ad59ed8a81659b83a61
2013-03-18comment cleanupsMatthias Freund
hope this is helpful Change-Id: Ib887329de1e5788b1a39139725dca0b3de25e81c Reviewed-on: https://gerrit.libreoffice.org/2776 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-03-18Add extension and mimetype for ClarisWorksFridrich Štrba
Change-Id: I39829f443dae6f8e62a79c5d29d97ee8ef9542c1
2013-03-18Cleanup bridges modulePeter Foley
Reduce excessive copy-pasting Remove bridges for C50 and C52 compilers which aren't in configure any more Prevent LTO from being used in the bridges module because it causes crashes Change-Id: I7ff85c2e8d6ff89c5acd48aea415e0960b3ef812 Reviewed-on: https://gerrit.libreoffice.org/2765 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-03-18coverity#736014 Using invalid iteratorJulien Nabet
Change-Id: I53c9079aa78a28f50e91474b8347c4830583a6f1 Reviewed-on: https://gerrit.libreoffice.org/2787 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-18coverity#705135 Missing break in switchJulien Nabet
Change-Id: Ie610b3b10b5d83b772ad96e455d59360368086a4 Reviewed-on: https://gerrit.libreoffice.org/2779 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-18Some edits to improve match with current realityTor Lillqvist
Change-Id: Ieb2839a3416b1ff7d8f8b5f557f98116115eb1ce
2013-03-18String::AppendAscii cleanupRicardo Montania
Change-Id: I33d7a6b704cbb9a5a410b99237643c05a9c1cb9c Reviewed-on: https://gerrit.libreoffice.org/2755 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-03-18resolve fdo#57905 - Autocorrect Options can not be closed using 'Close-X'Joren De Cuyper
Change-Id: I0421253d363fbe82a833011d22eb86e61d3ad264 Reviewed-on: https://gerrit.libreoffice.org/2809 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-18fix makeAny callsChristian Lohmaier
checks failed on Mac/PPC - setValue expects sal_Bool, not plain bool for bool there's assignment operator. Similar for unsigned short - there's dedicated operator to assign sal_uInt16 - no need to cast to signed sal_Int23 that then fails to convert properly. Change-Id: I6c67a3741cf2d7910fc543c9c71db1c6e816bea6 Reviewed-on: https://gerrit.libreoffice.org/2805 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-18allow openssl in the check-for-broken-make check als sha1sum variantChristian Lohmaier
Mac OS X 10.5 doesn't come with a dedicated sha1sum, but has make 3.81. Allow openssl as alternative for the makefile, after all it isn't sha1 that matters. (also XCode's make is not affected by that specific bug) Change-Id: Id212fca588980f7e151120cdfe281f7b5d8ac5a4 Reviewed-on: https://gerrit.libreoffice.org/2804 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-18Fix fdo#37464 - Cell Border works backwards on Right-to-Left sheetFaisal M. Al-Otaibi
Change-Id: Idb73d3029880b66602f163b2ab03c2b37c2306db Reviewed-on: https://gerrit.libreoffice.org/2782 Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa> Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
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