summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-11These method names should use singular 'Cell', not 'Cells'.Kohei Yoshida
Change-Id: I9faa2727eda05be041aff4347f921ec9cd9b49d2
2013-02-11Removal of more obsolete stuff...Kohei Yoshida
Change-Id: Idad9121270ae89c504577f4e8d70ca4c4ed2e64b
2013-02-11First cut on the re-work. Lots of things are still broken.Kohei Yoshida
Change-Id: Iec54d5f04cef1e17375d7414a71bec64431905d5
2013-02-11Bit of re-organization...Kohei Yoshida
Change-Id: I843d798007eaeb7175991210bd4f0d42078836d9
2013-02-12address cell protection text alignmentCaolán McNamara
tabpage code lives in sc, so .ui should live in sc Change-Id: Ia7cfe98291ef92d5f661ff4665000a433c14c75d
2013-02-12Widget for Calc protect cell tab pageOlivier Hallot
* Translated some German comments to English (thanks to David E. Jourdain) * Moved tab page .ui from sc/ to cui/ * Need to address text alignment on the right Change-Id: I332c263bce7c8f743c60bbe79e23641e9f037474 Reviewed-on: https://gerrit.libreoffice.org/2075 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-12Bump Impress Remote version.Thorsten Behrens
Change-Id: I94cae8873edb3efc449f9dfe8687e70a17d26a68
2013-02-12fdo#60703: MSDraw filter: fix import of flagsMichael Stahl
DffPropSet::IsHardAttribute needs to handle flag properties specially (regression from 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70) Change-Id: If5c6b9cfac58a787527cd132f7fc80d392b8e677
2013-02-11Bump Impress Remote version.Thorsten Behrens
Change-Id: Ife0d461fa7b1f4f0436a3470ceee18af46d090f2
2013-02-11Remove empty ant.propertiesThorsten Behrens
And ignore it henceforth - it will be usefull locally for release code signing. Change-Id: If870a39140541834bd97fb247967712f30acff63
2013-02-11Remove uncalled blockJulien Nabet
See http://nabble.documentfoundation.org/Cppcheck-quot-bEmbed-quot-always-false-gt-block-never-called-in-fillinfo-cxx-sc-module-td4036346.html Change-Id: I2fc95bf3ef8eb8d05c4f7d85ad45a72d54669eef
2013-02-11msvc needs instooofiltmsi tooPeter Foley
Change-Id: I343bedcfb588bfd3fbfea572e7ce24c77c0b8178
2013-02-11stdcall and declspec(dllexport) don't play nicely togetherPeter Foley
Change-Id: I56da76771790cb6824ac3d01072d9143cb580741
2013-02-11ups, don't delete thisXisco Fauli
Change-Id: I7a1ce167fcd388bc31a3f746ebaefd44949b5fb1
2013-02-11pywizards: simplify paths handlingXisco Fauli
Change-Id: I436ca81e180d595e018811823e8b77c8b675bef5
2013-02-11Make instsetoo_native build again on mingwDavid Ostrovsky
Change-Id: I62d8ae0da7e98d4c2196b4d41e06ffe0b3a046f8
2013-02-11do not codesign by default on Mac. only codsigne if explicitely askedNorbert Thiebaud
Change-Id: I0173599672755de30b0517291f3b64654988f7b8
2013-02-11Make setup_native build again for --enable-epm Linux/RPMStephan Bergmann
Change-Id: Idf526227c90fd2614650770b172bb69b432a76c6
2013-02-11Leftover store/inc/makefile.mkStephan Bergmann
Change-Id: I7237ebb7177df66a457fcf46e5d4a963a357c2bc
2013-02-11no g_list_free_full in RHEL-6 glibCaolán McNamara
Change-Id: I213bb62c2a9318d98f0736cc23431dca3dfd4708
2013-02-11WaE: strict-aliasing issuesCaolán McNamara
Change-Id: I394b61fac90e1c2c26b1a4f073b87a5d3ae3e666 Reviewed-on: https://gerrit.libreoffice.org/2105 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-02-11migrate also custom accelerators setting (fdo#57061)Petr Mladek
I was not sure how this can be triggered util the comment 46 in fdo#57061. I was not brave enough to enable this without testing. It seems to work, people complain about it, let's enable this migration as well. Change-Id: I79fa4b95828a55619ce098dc8fd357af317a1d47
2013-02-11add more missing adodb constantsNoel Power
Change-Id: Ia43e1c63aa3a1f72deaa20351f9fe59fcc021b62
2013-02-11migrate even more user setting (fdo#57061)Petr Mladek
- paths setting - recently opened files - recovery setting (enable/disable; time) - ODF import/export setting - font anti aliasing setting - windows and toolbars setting (visibility, position, docking) Change-Id: I01ee912a782f14ba0751659ad87863b749950793
2013-02-11Templates Manager: UI for renaming templates and folders, fdo#60579Cédric Bosdonnat
After thinking this was a feature regression, I finally discovered that the old template manager couldn't rename templates. This commit is bringing back some previously unused code dropped in an ealier commit. Even though this is a UI change, no new string is added by this commit.
2013-02-11Fixed SfxDocTplService_Impl::setTitleForURL to keep all streams.Cédric Bosdonnat
After commit 117fdb98, the setTitleForURL only wrote the meta.xml file to the odf container, dropping all the other streams. Use storeToStorage as in the old implementation to fix the problem. Even though marginal, this problem is important for templates renaming.
2013-02-11More quote escaping on translated strings.Thorsten Behrens
Also escape single quotes for ulf, escape both double and single quotes for stringex. Change-Id: I4c9b8ea88c0172e0d2fdbc79c68bce34668a64f7
2013-02-11Filter out three-letter locales - aapt breaks there.Thorsten Behrens
See http://stackoverflow.com/questions/10330893/android-resources-for-languages-with-only-3-letter-codes for some more background. Change-Id: Ib8c62d008239de3f0ba35ebe17f8f6974f28beb1
2013-02-11Ignore more in-tree build output on android.Thorsten Behrens
Change-Id: Icb6fb1ffab19f02d0af807d8f92201f1914ac08c
2013-02-11blind wae fix for PPUNIT_ASSERT_EQUALNoel Power
Change-Id: I0842e354fb766ebbbf2cff57a410a38fb8b8d3b1
2013-02-11advertised shotrcutsAndras Timar
The main goal of this patch was to simplify things. The LibreOffice version that goes to Intel AppUp use advertsied shourtcuts, because it is what Intel AppUp Center requires. We can reduce complexity a bit, if we use advertised shortcuts in normal builds, too. Change-Id: Ia35a753c83cb592137232428ab897a640e7ccc1f
2013-02-11Remove SDK >= 10.7 requirement for codesigning here, tooTor Lillqvist
Change-Id: I76498e121cf94142fbeedae1703fb49c0a9817ca
2013-02-11Resolves: rhbz#527719 #i105784# improve selection of fallback fontCaolán McNamara
Change-Id: Ib935ebd1609d4584d464e42fa418c2e91202e59b
2013-02-11fdo#59573 position after fieldmark and before annotation anchor is read-onlyMiklos Vajna
Also revert "SwTxtPaintInfo::_DrawBackBrush: draw dark border around comment highlight" (commit 57c8c34fcdc2d594d2da3593eb9d86d0daf4e18c), as it draws confusing vertical lines inside the comment when it has multiple runs. Change-Id: If0f60e4a28878c2b31327ae3c04ae11470bc1f52
2013-02-11fix basic access to nested uno structures fdo#60117Noel Power
Although basic might appear to correctly change nested struct elements fdo#60117 shows that basic can be fooled ( and even the watch(ed) variable in the debugger shows the expected values ). The problem stems from the fact that the uno object held by basic isn't infact modified when changed via the introspection uno service. Additionally pimp the existing tests to check the actual uno struct to see if the changes made are *really* reflected in the object Change-Id: Iff007e17df87148ea81e69d3567c8cf9857fdcaa
2013-02-11only wanted completion as tip by defaultCaolán McNamara
Change-Id: I5885f277051c2b8780e4813ce4713b0c9e8bd8ea
2013-02-11add unittest for fdo#59240Korrawit Pruegsanusak
Change-Id: Ic287228f578c9ecb0f69a47380c890e337203b31 Reviewed-on: https://gerrit.libreoffice.org/2078 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-11Remove limitation for codesigning to SDK >=10.7Thorsten Behrens
Change-Id: Iae2fbdc3ead54869d94d1e01c24a3384adb2a2b7
2013-02-11fdo#39370 - Fixed RTL/LTR and alignment buttons location on RTL interfaceIssa Alkurtass
Reversed the location of the RTL and LTR buttons as well as the align right and align left buttons on the RTL interface. It now matches the LTR interface. Done from toolboxdocumenthandler instead of modifying 20+ xml files. Change-Id: I6b3715e134bb45a7500b87a9e926d7940690a9af Reviewed-on: https://gerrit.libreoffice.org/2077 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-11add borders to simpletablecontainerCaolán McNamara
Change-Id: I9215516c21ce1330cf1fef07cbd647a1c318e241
2013-02-11Better default values for Word completion featureSamuel Mehrbrodt
http://nabble.documentfoundation.org/Libreoffice-ux-advise-Word-completion-default-value-td4031168.html Change-Id: Ifef07653c2155b3c26d65d41cae1164b44fbd04f Reviewed-on: https://gerrit.libreoffice.org/1937 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-11Fix floating point handlingStephan Bergmann
Change-Id: Ib29dfc71f8c2d0797ead2c32f77bedf7156a3393
2013-02-11import different first page header/footer from docLuke Deller
When a Word section has a different first page header/footer, this used to be imported into LO as a chain of two page styles. Now that LO supports a single page style with different first page header/footer we can import to that. This change also incidentally fixes fdo#57908. bnc#654230 had the same underlying problem, so the workaround committed for that (which includes comments expressing lack of understanding) has been removed. Change-Id: I6df7e9abc8f2a327a3b33e06322ca943f6f24605 Reviewed-on: https://gerrit.libreoffice.org/2065 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-11export different first page header/footer to doc/docxLuke Deller
Change-Id: Iba39bf12c2419bb480e91ccb45851ec869c40e01 Reviewed-on: https://gerrit.libreoffice.org/2062 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-11fdo#55430 switches off text mode when clicking an other object.Lennard Wasserthal
This patch complements 85ea03ae536831649b104694d08dced4d4c8663f (and 6fbba11da54b52554941f00b07e42cc5d7a1643c, which didn't work correctly before) This also fixes issues when clicking on another object to stop text editing. Switches off text mode, and instantaneously selects the other object. (Rotation doesn't belong into the ./sd/ text routine AT ALL, which also caused bug 37482, which is resolved differently from now on) (Creating text fields doesn't belong into the ./sc/ shape text routine either, and if this executed, it causes funny glitches) Known issues: text mode stays on when you use drag'n drop (the one WITH waiting, to move to other applications etc). Change-Id: I3c8cdedbfae58165ebeda5887c1b6573832eb495 Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net> Reviewed-on: https://gerrit.libreoffice.org/1344 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-11Fixed compilation error of Clang plugins on Ubuntu/MintMarc-André Laverdière
Change-Id: Ib08c5075034e0e16c5541f05425ef15d2cc3a6f6 Reviewed-on: https://gerrit.libreoffice.org/2045 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-02-11move paths option page .ui to cui and adapt codeCaolán McNamara
Change-Id: I60063a0d101ef47271194e45ee59f9ff622a4f1c
2013-02-11update outputsize on parent resize and recalculate boundsCaolán McNamara
Change-Id: I6180f55137126d50cd6a4b60702c789d4b72a953
2013-02-11Updated coreCaolán McNamara
Project: help f6142808eb98d363d48a0c661206f98571df0203
2013-02-11Poke hole in sandbox for the needs of apple_remoteTor Lillqvist
Change-Id: Ie13daf11928a3a15a112626887a4113eed18b5cd