summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-06Actually no need to have it inline in the headerTor Lillqvist
Change-Id: I3891441fee41dd56ff183c833b17d926722b8f91
2013-04-06Move the SAL_INFO operator<< for ImplLayoutArgs to sallayout.hxx for re-useTor Lillqvist
Change-Id: I6497550e8f55f9ba08b0c4f20de0ea04be45d617
2013-04-06library path var on AIX is LIBPATHCaolán McNamara
Change-Id: I34529a56c6e6073fd5fa1e30d148fc3ec0d87617
2013-04-05[WaE] Fix signed/unsigned comparison.Rafael Dominguez
Change-Id: I79ee42e8e2480cb57f0d136bf96201e80fdf4f28
2013-04-05fdo#61390 - Thumbnail navigation by shift-click and shift-keyboard.Rafael Dominguez
Change-Id: Ia63b2a39df1c2aa76bb288e032b35d95bb0ff439
2013-04-05Avoid generating filter list several times.Rafael Dominguez
- Only generate the list after applying a new filter function. - Append item directly to the filtered list if its allowed when appending a new item to the thumbnailview. Change-Id: I804533e2a1751abb0cbc3082093aef2cb9093fb0
2013-04-05Dont show import action while in save mode.Rafael Dominguez
Change-Id: If6cca322203bf019a732ce6b0b5a9a20bd932557
2013-04-05use filelist install method for udkapi and offapiDavid Tardon
... so we can drop ZipUnoApi again. Change-Id: Id5925b8c101cd7cb70614a9a26f328dec92db8fa Reviewed-on: https://gerrit.libreoffice.org/3152 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-05move autocorr.zip to packageDavid Tardon
Change-Id: Ia032d3cb3c41a654ab42b9fe5b2d79bc7ca713f1 Reviewed-on: https://gerrit.libreoffice.org/3150 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-05allow to put files listed in file into installationDavid Tardon
With this in place, we can replace most of our Zips by Packages. Extensions and Dictionaries are on the radar as well. To move an installed file from zip to filelist, do: 1. Convert the Zip_foo.mk to Package_foo.mk : - change destination paths of all files to the same ones they have in the installation (you can find that in scp2) - use gb_Package_set_outdir to place the files under $INSTDIR, where they are expected. 2. Change the scp2 record: - change filename to <package-name>.filelist - replace ARCHIVE by FILELIST in Styles - change Dir to FILELIST_DIR. Change-Id: Ie17d0765406081b03dcd44a6a23cf517f2067dd3 Reviewed-on: https://gerrit.libreoffice.org/3149 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-05allow Package to install to other dir than $OUTDIRDavid Tardon
This is preparatory work for creating installation directly by gbuild. Change-Id: I1b11db37c76ff781731845650169f39cb78fe820 Reviewed-on: https://gerrit.libreoffice.org/3189 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-05move palettes.zip to packageDavid Tardon
Change-Id: Ide4e393ff2d735d9cdf01fcb489d65b7659acdbe Reviewed-on: https://gerrit.libreoffice.org/3151 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-05Fix issue i120716: The graphic's border size and spacing is not correctXisco Fauli
* source/filter/ww8/ww8graf2.cxx MS Word Binary compatibility Patch by: Fan Zheng,<zheng.easyfan@gmail.com> Found by: dongjun zong,<zongdj001@gmail.com> Review by: Jian Hong Cheng,<chengjh@apache.org>(cherry picked from commit d91933a4fddd16e2997f7bc945424a97a540a8d3) Change-Id: I63faa611317b554af3d34372ea0d4c8c2cbc4bfb
2013-04-05Fix issue #i119649: Hyperlink font size increased if saved to .doc fileJian Hong Cheng
* sw/source/filter/ww8/ww8atr.cxx MS Word Binary compatibility Patch by: Chen Peng,<chenpeng2006@gmail.com> Found by: Yan Ji,<yanji.yj@gmail.com> Review by: Jian Hong Cheng,<chengjh@apache.org>
2013-04-05somewhat blind wae fix ( doesn't happen for me )Noel Power
Change-Id: Ia9b260c8bf2dc948f155fb89f0b5d960f9aada6f
2013-04-05re-add i18npool to cross_toolsetEike Rathke
Change-Id: I8d82da2ff8ea24ffa5b68954946251e275ae5bdd
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