summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-20fastparser: avoid excessive alloc/frees for int / bool / double parsingMichael Meeks
Change-Id: I596bbc723558f04588d9e767d64732164524e57a
2013-11-20Highlight fade in SwCommentRulerRodolfo Ribeiro Gomes
It was not implemented, though designed. No delay was used before start fading. I don't think it flickers. https://wiki.documentfoundation.org/Design/Whiteboards/Comments_Ruler_Control#Behavior Change-Id: I419220aac0a9cbfae328874cf6015d9530b93784 Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/6706 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin
Convert code like: defaultValue.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "nextval(" ) ); to: defaultValue.startsWith( "nextval(" ); Change-Id: I77bdcbf46bec6ded3c16a8248634b1424a1eb4f0
2013-11-20fix spelling in commentNoel Grandin
Change-Id: Icae96e2b64709b2a9aaf6a5576c29d9d5c8a9868
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::matchL callsNoel Grandin
Convert code like: if (aValue.matchL(RTL_CONSTASCII_STRINGPARAM("BOOL="))) to: if (aValue.startsWith("BOOL=")) Change-Id: I385d10fd486d6a3e5f81f4a28088d913fc2f0d26
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin
Convert code like: if (aByteStr.equalsL(RTL_CONSTASCII_STRINGPARAM("rem"))) to: if (aByteStr.startsWith("rem")) Change-Id: I09e40b3fdc87d59a8176c2a5f39cc6aa5cf5a576
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin
Convert code like: OStringBuffer aKeyName(RTL_CONSTASCII_STRINGPARAM("NDX")); to: OStringBuffer aKeyName("NDX"); which compiles down to the same code Change-Id: If9c96a290bc18cc8285fb733f27be58c6958b63c
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin
Convert code like: OString aKeyName(RTL_CONSTASCII_STRINGPARAM("NDX")); to: OString aKeyName("NDX"); which compiles down to the same code Change-Id: I1780264cae4484fc78f0586b0750c09f2dce135f
2013-11-20Remove now useless RTL code-comment on SwCommentRulerRodolfo Ribeiro Gomes
RTL work was done by someone else. Change-Id: I8b8b923ff3e336427a2dadeccab7c7176d51b2fe Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/6716 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-20Updated coreStanislav Horacek
Project: help cc73985d9544cadf9a28e85f22efdab87987b36e fdo#71595 use F9 for recalculation of RAND function Ctrl+Shift+F9 recalculates all formulas which is not necessary Change-Id: Id87738fbed8d0079b2ece2dbb779fa134d34ac89 Reviewed-on: https://gerrit.libreoffice.org/6703 Tested-by: Thorsten Behrens <thb@documentfoundation.org> Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
2013-11-20fdo#65355 Ruler Comment control doesn't disappearsRodolfo Ribeiro Gomes
ImplDraw() should not be directly called because it avoids overriden Paint() method. Change-Id: I0f0f6b4af231c1ea50a23fb96f3c9018b5ce2d31 Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/6707 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-20DOCX: Enhacing unit test para auto spacingNikhil Walvekar
Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Change-Id: I589b76d0229a3dc4b5822e14399f7dbd9e7a31f8 Reviewed-on: https://gerrit.libreoffice.org/6718 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-11-20fdo#59427 next step template menu: change string New Document.. to ManageCor Nouws
TODO: uno:NewDoc sh/could be changed to, but lets fit that in future improvements/changes in this area Change-Id: I5e926afbd8cb714962091a973167c928adf0225a Reviewed-on: https://gerrit.libreoffice.org/6659 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-11-20fdo#67742 Avoid autocorr of "--" before "-"Laurent Balland-Poirier
LibO 4.1 now uses '-' as word separator for AutoCorrection Then the sequence "---" is detected as word "--" and autocorrect as "–". This avoids autocorrection of "---", as word or as border This commit detects the sequence "---" and report autocorrection. Change-Id: I1342c2ff83dd42683e683b3bb27280d61179b9a2 Reviewed-on: https://gerrit.libreoffice.org/6727 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-20both help ids end up in the same helpCaolán McNamara
Change-Id: Ia08494cd48a510be53006d6beda14e4b5affbdc2
2013-11-20Updated coreCaolán McNamara
Project: help 6b38d34d66708e0323eafac99e827122086a4b41
2013-11-20Convert chart axis scale tab page to widget UI.Olivier Hallot
Obs: -Several widget positioning methods turned useless and were deleted -Corner case related to axis origin untested (couldn't find where it is used) Change-Id: I6a563c89ddcfbff62494ce7726f3e7d6089e6b57 Reviewed-on: https://gerrit.libreoffice.org/6730 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-20convert delete gradient/color queryboxes to .uiManal Alhassoun
Conflicts: cui/UIConfig_cui.mk Change-Id: Ie45c1c0d549fc879043d7f108f33e67adc4721fd Reviewed-on: https://gerrit.libreoffice.org/6729 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-20convert delete bitmap querybox to .uiManal Alhassoun
Change-Id: Ie789954555012f766e48f9605f84e0ca5b2bca6d Reviewed-on: https://gerrit.libreoffice.org/6717 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-20Fix incorrect passing of a char pointer which gets converted to boolTor Lillqvist
Revealed by a warning from our Clang plug-in: "pointer 'const char *' implicitly converted to bool [loplugin]" I love --enable-werror and loplugin. Change-Id: Iece0bda4325cd1e5d1333affffef12396e5dfb7d
2013-11-20convert delete hatch querybox to .uiManal Alhassoun
Change-Id: If550ac8ad58ea7ff05650692d1a506c5088d05e2 Reviewed-on: https://gerrit.libreoffice.org/6708 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-20Updated coreStanislav Horacek
Project: help b6b1a6c7e1ccd857414ba11a126129c5cd390ec6 fdo#69025 remove country option from Letter Wizard Change-Id: Idba96d20b146c6e6ab05157cb4afdc6f1c7eeffd Reviewed-on: https://gerrit.libreoffice.org/6731 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2013-11-20add some new mimetypesDavid Tardon
Change-Id: Ia349d73eb30cf73a9bfbf70c95005bf74d70143c
2013-11-20fix mime type for PalmDocDavid Tardon
Change-Id: I3d1b24edd0165068efb31a34817ed9631fc05ec5
2013-11-20download fb2 files tooDavid Tardon
Change-Id: I0a18ad70620cfd4263ffd3bc1423e00205e98f9b
2013-11-20fix FictionBook2 mime typeDavid Tardon
Change-Id: I921f33c2c712da5b542a40bfe4db1fba0f034e3f
2013-11-20cppcheck: Variable is reassigned a value before the old one has been usedCaolán McNamara
Change-Id: Ifc16473c426bca2235e84b0d71291756074712bb
2013-11-20Drop processYield return type.Jan-Marek Glogowski
The virtual Yield function has no return type, and the result of processYield is actually never used => drop it. Change-Id: I3da7bc99fd8f56301da37ca196b03b34cdc84a40 Reviewed-on: https://gerrit.libreoffice.org/6684 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-20sal_Bool to bool in VCL Timer and minor cleanupsRodolfo Ribeiro Gomes
Change-Id: I72e3987af4509239b2e989483b7396512c17e48b Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/6695 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-20Resolves: fdo#71527 don't crash in presenter consoleCaolán McNamara
but we're now dropping slides in there for some reason so this is just a don't crash band-aid and not the fix for the deeper problem Change-Id: I2f70471d03979ffb86b6289e7a432f4505c1b556
2013-11-20sal_Bool to bool in ImpEditEngineRodolfo Ribeiro Gomes
Change-Id: I76dc0343fd735104827b4803c5440570afe86174 Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/6693 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-20Writer : Fix fdo#71694 by clearing old anchor frame before setting newArnaud Versini
Needed as otherwise AnchoredObjects can be in more than one SwLayoutFrm. See also 7eae50f9ff5877ef880be9a85d3f7e52b1fec49f ( Access by AnchoredObject of a deleted SwLayoutFrm ). Change-Id: I54582d6f9fb8b6f853352af27706faabe610874b Reviewed-on: https://gerrit.libreoffice.org/6720 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-20fdo#71736 add missing Avery labels to label wizardWinfried Donkers
Added some labels that were missing and added a note of some labels that cannot be added because of unusual layout. Change-Id: I182908156f07c4e2ebc45670d79759f617690045 Reviewed-on: https://gerrit.libreoffice.org/6725 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2013-11-20String clean-upStephan Bergmann
Change-Id: I56c397d4cd0ad6c328d660f50189ab5f4b5cfca6
2013-11-20Only throw exceptions that match specificationStephan Bergmann
Change-Id: I3f9c692173fea9496bdda7772a8371e6a5427d3a
2013-11-20CppunitTest_sw_ooxmlexport: disable failing testLineSpacingexport on MacMiklos Vajna
Change-Id: Ia074b68283e518365c473d6624a84315de8c7683
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin
Convert code like: aOStringBuf.append( RTL_CONSTASCII_STRINGPARAM( " is missing )") ); to: aOStringBuf.append( " is missing )" ); which compiles down to the same code. Change-Id: I3d8ed0cbf96a881686524a167412d5f303c06b71
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
Convert code like: aStrBuf.appendAscii( RTL_CONSTASCII_STRINGPARAM( "ln(x)" )); to: aStrBuf.append( "ln(x)" ); which compiles down to the same code. Change-Id: I24c7cb45ceb32fd7cd6ec7ed203c2a5d746f1c5c
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
Convert code like: aStr.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ActiveConnection" ) ) to aStr.startsWith( "ActiveConnection" ) which compiles down to the same machine code. Change-Id: Id4b0c5e0f9afe716a468d3afc70374699848dc33
2013-11-20fdo#71645 remove footnote numbers in cross-referencesLászló Németh
Change-Id: Ic3780e4389e450d8c7a69d2f0f2a6a7f81b8906e
2013-11-20sax: -Werror=sign-compareMiklos Vajna
Change-Id: I2e7d482b29fc5859c32fa1731a5f1fd551509e88
2013-11-19GPU Calc: optimize average() handlingI-Jui (Ray) Sung
Change-Id: I2f9a813e15068867f218631e9ebadd3ea2c38c95
2013-11-19GPU Calc: Fix COUNT() regressionI-Jui (Ray) Sung
Change-Id: I1b313d7f5f144f1884abe60c816db1fd6a643489
2013-11-19GPU Calc: support reductions without uniform window sizesI-Jui (Ray) Sung
Change-Id: Iddd7a1bbc51f02b6b950c34afd9cbe95ec09bbf9
2013-11-19GPU Calc: parallel reduction version of COUNTI-Jui (Ray) Sung
Change-Id: Ia90b5aaf044379b5bfc55ec525f9be2f6fda6028
2013-11-20winaccessibility: XMSAAService could only work on 32-bitMichael Stahl
... so replace all long with hyper to fit in 64-bit pointers. Change-Id: Ia5c044e8d7cc8c4e55f1ef8c0fb0f91bb9a69e1c
2013-11-20winaccessibility: replace mysterious and inexplicable locking strategyMichael Stahl
Do the conservative thing and lock the SolarMutex at every UNO API entry point. Change-Id: I51afffada975df7ee3435784aa050a2c19cd0ac8
2013-11-20winaccessibility: remove some pointless overridesMichael Stahl
Change-Id: I9a215d71bfeec9feed9d7f27fb1a47d36c827ef0
2013-11-20winaccessibility: make listener methods a bit more obviousMichael Stahl
- disambiguate overloading - only use SAL_CALL for UNO methods, and non-UNO methods start uppercase - use SAL_OVERRIDE Change-Id: Ib57adad65b2b8e8246b103ff77ce162b0b540422
2013-11-20winaccessibility: remove IsXPOrLaterMichael Stahl
XP is the baseline already so no need to check for it. Change-Id: I5737213d647d1aea9b9fa918d87b712d3a920156