summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-19constants via #define must be integer if used in #if statementChristian Lohmaier
breaks windows build otherwise (fatal erro C1017) Change-Id: Idae78c621bfb8f989eb33220f015e17a7b7fb92f
2014-12-19convert RID_SVXFLOAT_FONTWORK_CHARSPACING to simple stringsCaolán McNamara
Change-Id: I54a1a714cb80f2d41a922416a0b9d94f1e329b57
2014-12-19convert RID_SVXFLOAT_EXTRUSION_SURFACE resource to just strings and imagesCaolán McNamara
Change-Id: I3cbd554daa74d2c0d9371cb6f07718edea7b24a0
2014-12-19put back the images, they were visible in some configurationsCaolán McNamara
I forgot that images in menus are automatically shown/hidden depending on platform. So put these back again Change-Id: I617fae15dbb9bd8cdfb04e2ae45fb83b4a7666fb
2014-12-19Extrusion depth is just a simple menuCaolán McNamara
where 6 of the strings are already just string resources, doing a full docking window res to .ui conversion for the two remaining strings seems overkill Change-Id: I6d3224f8bb84edcdb784901aa93351c042684a3e
2014-12-19these images never appear in the extrusion depth menu, drop themCaolán McNamara
Change-Id: If038dcd198bd9ef8c7057a549b6bf4776c28843d
2014-12-19provide a route to load ToolbarMenu things via .uiCaolán McNamara
Change-Id: Ic2175faf247d7c05717d397b8afdb9d90087f1d3
2014-12-19fdo#87471 update locale data for French Burkina Faso [fr-BF]Eike Rathke
Change-Id: I7f6311c541db507236f6c6ab999aee5db8683f33
2014-12-19fdo#59886 unit tests for DOCX fixed date field import/export.Eilidh McAdam
Checks fixed date fields are exported to docx and imported from docx with correct initial value. Change-Id: Ia6b6180b59806e624b03dc81a903ab1ac6d33307 Reviewed-on: https://gerrit.libreoffice.org/13432 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-12-19Support for docx import of fixed date and time fields.Eilidh McAdam
If a field is fixed, mark it as such and parse value to seed it. This is the other half of the docx filter improvement for fdo#59886. Reviewed on: https://gerrit.libreoffice.org/13431 Change-Id: Id00c454921cd386589e04b9572f4040898625a6f
2014-12-19Small fix for docx date field format import.Eilidh McAdam
The standard allows for arbitrary amounts of whitespace between tokens. MSO outputs with a space between \@ and ", LO doesn't. To account for this, any whitespace between these tokens is stripped and parsing assumes a command looks like: DATE \@"some format". Change-Id: I2620780da3ee873af6f35e236c7c34a073aebe73 Reviewed-on: https://gerrit.libreoffice.org/13430 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-12-19fdo#59886 export fixed date and time fields to docx.Eilidh McAdam
Fixed date and time fields are supported in OOXML by adding the attribute fldLock="true" to the fldChar element. This applies only to the first instance of fldChar in a field (i.e. when fldCharType is "begin"). Change-Id: Ibb84503b942ca20b53fe476e5006d64b2f3112e5 Reviewed-on: https://gerrit.libreoffice.org/13429 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-12-19Make icu4c-android.patch apply againTor Lillqvist
Change-Id: I98d9fecb0f44b0b4354029bab1a5d675e98edd1f
2014-12-19fdo#87466 update locale data for Moore Burkina Faso [mos-BF]Eike Rathke
Change-Id: I66109a89a7aced1a4595825ee587a1844b6864e8
2014-12-19The value of the nRefs field is not used anywhereTor Lillqvist
Change-Id: I9116611d04846af7f00cb366e9174fd99e741d5c
2014-12-19DOCX filter: handle decimal number format with no level text correctlyMiklos Vajna
The first problem was that no level text means no list text in Word, but Writer only does that for the "none" numbering format. Also, when the numbering format is "none", then Writer doesn't show the follow character (typically a tab), either, but Word does: add a zero width space as a suffix to mimic the Word behavior on DOCX import. Adapt CppunitTest_sw_rtfimport accordingly, that effectively tested that LabelFollowedBy is lost on import. Change-Id: I7d5c7e62ba3d02da4a750ba5afad07e68b0b8c38
2014-12-19writerfilter: unused includeMiklos Vajna
Change-Id: Ibde8c193c9558b297e7afe71cd87390143b6f25b
2014-12-19unoidl: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I6ff256e091770d67f98b1b6b8d447a22fd720d4e
2014-12-19Assert ASCII precond of rtl_uString_newFromAscii/LiteralStephan Bergmann
...and there is no reason for such a precond for rtl_string_newFromLiteral Change-Id: I27f7217c8db17cef860c37886d0f7e561dc852f8
2014-12-19IMPL_RTL_INTERN -> IMPL_RTL_IS_USTRINGStephan Bergmann
Change-Id: I9793f697f14118340bc6db89540fe50ad0b8ccbd
2014-12-19add more date formats for [pt-PT]Eike Rathke
Apparently commonly used, as suggested by Sérgio Marques Change-Id: I6cdbcd96034ec7bb04f364ec5747b069e32ec379
2014-12-19fdo#39440 sal: reduce scope of local variablesMichael Weghorn
This addresses some cppcheck warnings. Change-Id: Id5f90757571e76a2c05a4cbd37020e1f6a6b2033 Reviewed-on: https://gerrit.libreoffice.org/13544 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-19fdo#39440 rsc: reduce scope of local variablesMichael Weghorn
This addresses some cppcheck warnings. Change-Id: I69454a75c8ce4aecf9e68f5887f38f8bf6fe6dca Reviewed-on: https://gerrit.libreoffice.org/13543 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-19solenv: fix bashism in unittest-failed.shRiccardo Magliocchetti
Change-Id: If030cd711cbb04fd622a4fd5723b6c66aac28a98 Reviewed-on: https://gerrit.libreoffice.org/13546 Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> Tested-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
2014-12-19sc: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: Iefc8dcb25dd32acbc435bbf2aaa63572915d6753
2014-12-19Make O[U]StringLiteral ctor explicitStephan Bergmann
Change-Id: Ide8b167d544447dd6844f5249fe6831ef4d2b4eb
2014-12-19This is not java.lang.StringBufferStephan Bergmann
Change-Id: Iea1ebb8ec79647b279fde359aa4d617d9c360e56
2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann
Change-Id: I5514898f588b21bafceefca95e3276826cb9a882
2014-12-19No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann
Change-Id: Iaa65658aed6bb4abb20a4d95dc9c6caf7c1c764b
2014-12-19upgrade to icu 54Caolán McNamara
Change-Id: I4d32ac386ff8b69bee4319e673769917045d9450 Reviewed-on: https://gerrit.libreoffice.org/13547 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-19WaE: variable 'nBofType' set but not usedTor Lillqvist
Change-Id: I4f0db469beb7ed3ca4b32f3d44f22f34a4d7a54b
2014-12-19changes sidebar: Use smaller 'clock' icons.Jan Holesovsky
Change-Id: I3bcfa2b942ab0a8dbbc2997dffb0b9d18d345099
2014-12-19changes sidebar: Better look of the buttons.Jan Holesovsky
Change-Id: I68fd844b3dbc3731c45c99fc7db4c3990e3073bc
2014-12-19vcl: The <items> can come after pCurrentChild has been already created.Jan Holesovsky
So consolidate their filling-in at one place, after we are sure we have the pCurrentChild created (whatever way). Change-Id: Ia98a927e1158041836b173e1c2f9529d70295855
2014-12-19changes sidebar: Make the changes tabs narrower (when possible).Jan Holesovsky
Change-Id: I2c76472baf8e5f91dee4ce5f753ca223b24e76e8
2014-12-19changes sidebar: Make the filter tabpage more vertical to fit better.Jan Holesovsky
Change-Id: I6b982567eab7ed993f23df7ee246fc53c1fd90f0
2014-12-19changes sidebar: Limit it to Writer only for now.Jan Holesovsky
Change-Id: Id8cc814853b820b2c148d8ab88b4709b0994f7c4
2014-12-19changes sidebar: Manage Changes (Redlining) panel instead of the dialog box.Jan Holesovsky
Change-Id: I4fd415845e2732ee8ef0567b8c58b878bb52fac8
2014-12-19Fix build.Jan Holesovsky
Change-Id: I27b602e829041f0ce7294e4debcc6669712912f7
2014-12-19Kill pointless formulagroupcl_public.hxx, inline in only place where includedTor Lillqvist
Change-Id: I344322736604c5cf5f471eed1abd1205a4c5d96a
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn
This addresses some cppcheck warnings. Change-Id: Idcedd908c653d5a5700884f233ad134dde8be018 Reviewed-on: https://gerrit.libreoffice.org/13540 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-19icu#11451 bidi, the gift that keeps on givingCaolán McNamara
Change-Id: I3bd37f8468c95a29ab3385dbc3ae825b76d8d3df
2014-12-19WaE: variable 'nModuleCount' set but not usedTor Lillqvist
Change-Id: If7893fcfbac978710c664cfd013910ece77cda59
2014-12-19WaE: -Werror=unused-but-set-variableCaolán McNamara
Change-Id: I885ff40b554774d47fbbda89e4ddaaa0ca2fda4d
2014-12-19WaE: -Werror=unused-but-set-variableCaolán McNamara
Change-Id: I2c1dd24fa2215300255ae4e7d50b6cf990b6e843
2014-12-19can move the decls to first use nowCaolán McNamara
Change-Id: If501dfd0a2bebac45d13110af739e1f22444b823
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin
found by UCDetector Change-Id: I0a0a00d1fae1fed2e6aef198b7a1482d7e7e29f0
2014-12-19Resolves: fdo#86552 undo want to take ownership of nodes, but can'tCaolán McNamara
Revert "fdo#75757 remove inheritance from std::vector" This reverts commit 63d8977f9fb0618d36dc8e0ee2f8068b1af92fe6. Change-Id: Idc9902a77ee2c1cb21b9e3b477b2d960772a022e
2014-12-19defining a macro for two lines of code introduces more noiseNoel Grandin
.. than it solve Change-Id: Ic60021aa428289fffb26bc349425e9b8be520d0a
2014-12-19Remove unused */qa/checkapi/Stephan Bergmann
...superseded by CppunitTest_odk_checkapi Change-Id: I5df89a1a12f496984deab153f0ba2734323c1293