summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-05new module i18nlangtagEike Rathke
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-04-05use LanguageTagEike Rathke
This creates a circular dependency between modules i18npool and comphelper, but not between libraries. To be resolved by moving languagetag, isolang and mslangid stuff to a separate module. Change-Id: I669aa66010800632c5637b42c6136a7ca14e7e68
2013-04-05import RTF_LISTPICTURE and RTF_LEVELPICTUREMiklos Vajna
Change-Id: Iff8d07a53ddfc114eb4c3921273c007bb750be6b
2013-04-05fix Worksheet.Cells by not allowing TableSheet range to change from updatesNoel Power
ScTableSheetObj's own range gets updated via ScCellRangesObj::RefChanged, this must be wrong 'cause the range of a sheet is fixed right ? Change-Id: I19cd39ec58b778f4634258352676da7e04822b65
2013-04-05fix selection change event firingNoel Power
Change-Id: I64e8b684dd5462e1a742ba47b5480951b4e3a4c4
2013-04-05fix 'Visible' property for XControlShape(s) Foreach support for CommandBarsNoel Power
Seems now we need to additionally set 'Visible' property for XControlShapes to ensure correct visibility Also we need allow 'For Each' syntax to with with CommandBar collection. Note: the implementation of the CommandBar enumeration seems wrong, I would have thought that it should match ( and share ) implementation details with normal index access ( it doesn't ) Change-Id: Ia5306b4c976f6dc9a5f82e245ca5440f204f5bab
2013-04-05squash NoSuchElementExceptions when modifying keybindingsNoel Power
Change-Id: I37882845660929e0001a834b6685a4087dfb465f
2013-04-05Added and fixed various vba APINoel Power
Added OLEObject.LinkedCell Added ComboBox.LinkedCell Added Validation.Type Change-Id: I5ffc2212e689870d58ca99d1fbdfd7d101f8b50f
2013-04-05prepend Validation.Formula1 results with '=' for anything not a addressNoel Power
Change-Id: I6061378788b7299f8a8431d1e8d00a4e6ea3e8fb
2013-04-05fdo#62155 - band-aid crash from poor addin registration on upgradeMichael Meeks
For some sadly unknown reason we get an exception traversing the calc addins and crashing doesn't seem a great response to that. Change-Id: I8d1eda7c8bab384817f19a86607c7035e4c3a8ab
2013-04-05Get rid of copy&paste by moving code from WW8Export to MSWordExportBaseMiklos Vajna
Change-Id: I1a36fb3d20d1e67484668b7ba8feb1c96505af59
2013-04-05w:numPicBullet export testcaseMiklos Vajna
Change-Id: Ia8a32b6d9fcb53e3974940c173edb2fe4c9e1ab3
2013-04-05DOCX export of w:numPicBulletMiklos Vajna
Change-Id: Ib8bcfb6bc63a5f14fbc36edc39a907b4955628e9
2013-04-05resolved fdo#63161 out of bounds string accessEike Rathke
Introduced with c7709b460394283fd5b1d2779b6af3585f80a991 String to OUString where previous String::GetChar() handled this. Change-Id: I9253df1af7498e2d7a8ea8077ec6b369697ad44e
2013-04-05added the dreaded jolly jokerEike Rathke
Change-Id: I1bd840391496daab2cfe32af6ac00e98de3ed72e
2013-04-05revert that change and to it at custom shapes levelRadek Doulik
to allow primitive rectangles still be used Revert "disable round corners for rectangle shape. fixes fdo#39907" This reverts commit 0c7bbbe9da7602f5d72aecd481f6d26d9af217f0.
2013-04-05do not allow bEdgeRadiusAllowed to be set to trueRadek Doulik
- as it cannot be exported to ODF - fixes fdo#39907 Change-Id: Ic5d3f60d588698e48da600bd13df9e1e4fae17cd
2013-04-05Resolves: fdo#61940 unable to change shape fill colorsCaolán McNamara
The tab area page has a magic bit which is set when the page is activated that enables its properties to be applied on ok. If another page is activated that also affects area fill using an alternative set of properties, then the bit is unset. For layout we have to activate all pages that don't exist yet to get their optimal size. So we need to re-activate the original/current page after forcing the other pages to exist in order to make this trickery work. Change-Id: I90cac4624a12e6c29f6b226ce831f71c7cc49117
2013-04-05Initial Impress Remote protocol documentation.Andrzej J.R. Hunt
2013-04-05Resolves: fdo#62478 crash on tools->options->base->databasesCaolán McNamara
Change-Id: Ic24c5f14f66a4059ce653df34321352adb50496f
2013-04-05fdo#59071 Slideshow: allow automatic transitions with sub-secondCao Cuong Ngo
Enable slide transition each 0.25 second instead of whole second. Change-Id: I1907a1baf30cede91a0438d021e003204ea06651
2013-04-05Related: fdo#61948 data->validity crashes calcCaolán McNamara
There are two scenarios with the cell range thing here, data->validity->allow->cell range scenario a), click the shrink icon, dialog shrinks, click the expand icon, dialog expands again scenario b), click inside the edit box, now you can select cells in the spreadsheet, and the dialog autoshrinks, and autoexpands on mouse release in scenario a there is an expand button in the shrunked dialog, in scenario b the shrink/expand button is hidden Change-Id: I8efe76536feeae10ac70fb7b7e95c70c69b057b5
2013-04-05Missing dependencies on UNO_SERVICES/TYPES references in solver uno ini-fileStephan Bergmann
...resolved at runtime by cppuhelper library on which uno executable depends. Change-Id: Id654e240fe88268de3ae690b1746591a71ba5a1a
2013-04-05fdo#60834 Find and Replace dialog: fix replace box selection on clickCao Cuong Ngo
Change-Id: Ic5256ae05d9b4646651e897b7d4c00d9a84329bb Reviewed-on: https://gerrit.libreoffice.org/3202 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-04-05Missing word "if" in Deliver.mkChris Sherlock
Small change to comment - missing word "if" in Deliver.mk for gb_Deliver_CLEARONDELIVERY Change-Id: I9b98da880d6fc949d831343b76124aa7c8c7cc62 Reviewed-on: https://gerrit.libreoffice.org/3205 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-04-05Resolves: #i121503# fix resize/paint race in the backing windowHerbert Dürr
(cherry picked from commit 9d578cebcd9d1e1c16c04cbefc5de2ab511ea335) Conflicts: framework/source/services/backingwindow.cxx Change-Id: Ic5e590465e19b02b6a9b426072818cea5bb3f912
2013-04-05Replace `compareTo(...) == 0` with ==Ashish Banerjee
Proposed patch for the following issue: https://bugs.freedesktop.org/show_bug.cgi?id=62096 Change-Id: Ib83a9051ea12c53642f781e5427a6ca728049a7f Reviewed-on: https://gerrit.libreoffice.org/3198 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-05unotools: remove some unused itemsThomas Arnhold
Change-Id: I95bcac6a3ff8cf4644c9d1596c75cac2d9cd94fe Reviewed-on: https://gerrit.libreoffice.org/3191 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz> Notes: API CHANGE.
2013-04-05Resolves: #i119621# Outline level in sample file lostJürgen Schmidt
fix: - PropertyMap.hxx, add definition for outline level min value - DomainMapper.cxx, import outline level for paragraph property - DomainMapper_Impl.cxx, fix TOC import if no range is given Patch By: Yolanda Zhang Ying Reviewed By: jsc (cherry picked from commit 5b87b9b8bc679dfbb308646a6da7584d4b418337) Conflicts: writerfilter/source/dmapper/DomainMapper_Impl.cxx Change-Id: I2149a7338b128d0dd1c1317a259e537d2a1e1063
2013-04-05Remove SvtInternalOptionsThomas Arnhold
* only Get/SetCurrentTempURL were used, but only for compatibility reasons, to remove old temporary directories (before 2001). Those should be gone today. * MailUIEnabled was false in the xcu file. * SID_MAIL_SENDDOC* are handled some lines further. Change-Id: I482719b0de9df0a77c2fef0bf25ae1fb68926375 Reviewed-on: https://gerrit.libreoffice.org/3180 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz> Notes: API CHANGE.
2013-04-05Try again to use AllModulesButInstsetNative to unbreak tinderbox buildTor Lillqvist
Change-Id: Ib9da3de2cedf423a18819aa83fa55de77a288a72
2013-04-05We need the vbahelper headers especially when DISABLE_SCRIPTINGTor Lillqvist
Change-Id: I632c3f14e4babbdbe2c35810a17bb39d5a42baf6
2013-04-05Simpler and cleaner way to get rid of rulers and scrollbars for non-DESKTOPTor Lillqvist
Modify the IsView*() inline functions in the viewoprt.hxx header to always return sal_False for non-DESKTOP. No ifdefs in the source files. Presumably when optimizing the compiler will notice that the inlined function always returns false and not generate code for the unwanted case. Change-Id: I07a4bc57cd621f63839d8e8bf551d40250fd9078
2013-04-05List more libraries in an attempt to make tinderbox builds workTor Lillqvist
Change-Id: I21e6affaf08322f9e9cf1554e76f935f2c3e29b3
2013-04-05No need to setenv SAL_LOG in the code for iOSTor Lillqvist
One can set environment variables to be used when debugging an app in Xcode, which is when it is interesting to see SAL_INFO output anyway. (This is very different from Android, where one can't set environment variables "before" an app starts, as apps there aren't separate programs that would be exec'ed.) Change-Id: I3971d1b2d1a849deac2722a90271ef2458db1643
2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist
Just sprinkle #ifdef SOLAR_JAVA into the code instead. In the source for jvmaccess and jvmfwk such ifdefs can be removed as it isn't compiled unless SOLAR_JAVA. Change-Id: Ia8614f8bd6d833582d3b79b5fb75f9153fa79606
2013-04-04fdo#42781 WaE: C4101 unreferenced local variablePetr Kraus
fixed by OSL_FAIL -> SAL_WARN. Rewritten rest of the file to match this style. Change-Id: I7fdb5a1b0a16ee7cfe15f7aee4b2fb95b9072c3d Reviewed-on: https://gerrit.libreoffice.org/3204 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-04-04fdo#61514 clean obsolete tools/ filesystem abstractionAndras Timar
Change-Id: I7d1d5eca43d0b0f9a013e31383abc574a7b15f93
2013-04-04convert about dialog to .ui formatCaolán McNamara
Change-Id: I7a4636c212e19702b94f5c42491c9785f1eccc00
2013-04-04make border property of multiline edit optionalCaolán McNamara
Change-Id: Ideeda46baf3d96dd52a77b5d225df3c00153183e
2013-04-04map justification property to alignment bitsCaolán McNamara
Change-Id: I7d1494430cbc75cfb831dfe5500a0c3e6c9147fa
2013-04-04Not escape single quotes in src\hrc filesZolnai Tamás
Escaping them is not needed. Plus escaped quotes are taken into po files and make translater's work more uncomfortable. Change-Id: I2ea7218120bc3d9967bdf51091ef091acbf2b73c
2013-04-04w:numPicBullet import testcaseMiklos Vajna
Change-Id: I70ccfe4d927f404ce90d970e76fdbf0e2d7a5cf7
2013-04-04DOCX import of w:numPicBulletMiklos Vajna
Change-Id: Ifc827d5180ce1dc0e3db095c2b92023f4c2d72ec
2013-04-04fdo#37758: Really set the toolbar as hidden.Jan Holesovsky
Change-Id: If0cdf2fabb680f8dee811411f601b2954d29da58
2013-04-04remove useless commentsAndras Timar
Change-Id: I90757f0d6ccdded30a49a3c54cd6bbc2f65dc755
2013-04-04redland: no idea what those unused .def files are good forMichael Stahl
Change-Id: I851ad13b065dc07699f490dcca5c66958b4aa624
2013-04-04redland: reindent thatMichael Stahl
Change-Id: I185d6da34f9720dde258a1206fbc6d531c397eae
2013-04-04fdo#44994 write out tools' FileCopier classAndras Timar
Change-Id: Ie3d04f0b2ed35099d5682d165e17c10a6d736f99
2013-04-04Simplification by retrieving system encodingJulien Nabet
See http://nabble.documentfoundation.org/Cppcheck-redundantAssignment-about-encoding-in-CreatePasswordToModifyHash-docfile-cxx-sfx2-module-td4047586.html Change-Id: I845f4e4518901be8cba6e82a3199505d63efac62