summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold24-43/+43
Change-Id: I01f503ea5268245cc4f98524931730cfa063d57e
2013-03-09lm files missing from fingerprint.zip againCaolán McNamara1-1/+1
Change-Id: I4edb3adb39674d612f302e1f95f05905cd33bcde
2013-03-09Resolves: #i120667#, pBound member obj in TextRanger is not freedJian Fang Zhang1-0/+1
Found by: zhangjf Patch by: zhangjf Change-Id: Ifa4c49cd3f7f576c9c86e0269fe9e7ae69a9b325
2013-03-09const-correctnessIvan Timofeev6-7/+7
Change-Id: I15033051cfa4baafde4736abf366ca8c03778b88
2013-03-09coverity#705676: fix memory leakMarkus Mohrhard1-4/+7
Change-Id: Ibae1a0d073249ecfbfee0f73473d66bbf2602aff
2013-03-09coverity#705655: fix memory leakMarkus Mohrhard1-2/+2
Change-Id: Icf514d2f7cf678cb347c2e114f01ae8f56e2e999
2013-03-09simplify code a bitMarkus Mohrhard1-7/+6
Change-Id: Id965dd79ab8401a2ba7eb8266bba642f80cbe0d3
2013-03-09coverity#705627: fix memory leakMarkus Mohrhard1-0/+1
Change-Id: I4f73f77b27d2ed28a9f97757105c8a6cc5521b33
2013-03-09coverity#705627: fix memory leakMarkus Mohrhard1-2/+2
Change-Id: Id076550116de23aae982b15c5bf5e0b35bd9f04d
2013-03-09coverity#705689: fix memory leakMarkus Mohrhard1-3/+1
Change-Id: Icdedeb1cfa50c11a640b08b930723bcbe018ebc2
2013-03-09regex: don't loop 10000 identical matches to find a single $ anchorEike Rathke1-0/+5
Change-Id: Ic130ecc4b0b6d58ba7ef063040bd9a11a90db425
2013-03-09regex: handle zero-length matches, fdo#60259 relatedEike Rathke2-5/+28
Also in backward search ignore all zero-length matches except the text end single $ anchor search. The anchor search is a valid match, treat it as such in Writer. This still doesn't solve the backward $ backward search, the convoluted Writer code in that place apparently never worked, someone more familiar with those internals should straighten out the mess. Change-Id: I2bc83cdcfe6425f9bebf06e23e879bc79b82daa9
2013-03-09fdo#60259 prevent crash when searching backward for $ anchor regexEike Rathke1-18/+38
Old code wasn't prepared that searching for $ may actually return a result set pointing behind the search string which it does with the ICU regex engine. Change-Id: I95612f676008cf6758a5ade3d674f38168944a4d
2013-03-09group undo action when hiding/showing sheetsLaurent Godard8-77/+109
- the test if there are enough tabs before hiding is now in HideTabs - a vector is passed to Undo - modification of the displayed text - minor optimization on looping over sheets (exit when condition is fullfilled) Change-Id: I86196c6bb0f5fd6ba5b44c69efadc16b119a7f11 Reviewed-on: https://gerrit.libreoffice.org/2579 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-03-09SwEditWin: rename member variables missing their prefixMiklos Vajna5-638/+638
Change-Id: I8e35a4c5df9bcca2b3cefd1044053185d3133353
2013-03-09related to fdo#47018: fix DBG_ASSERT in EditEngine::QuickMarkInvalidIvan Timofeev1-3/+6
regression from 2a6abe21ca8723123c5957369c0c518db37ad02e Change-Id: I007c54d5b6d28bfbf0bf21c4b85d408181731fd2
2013-03-09use direct calls for column width import from ooxmlMarkus Mohrhard1-4/+15
Change-Id: Ibaeaee66c5fc763320a75a638b221a7c0a30456b
2013-03-09scaddins: remove STRING macroThomas Arnhold7-190/+188
Change-Id: Ib8af7b4a84c96bbf1b7a0665ba05b83e5c023805
2013-03-09use direct calls to set row height, fdo#61721Markus Mohrhard1-6/+9
Change-Id: I3c19e00b8ad2bc649b8e499cc869e3a4c488c343
2013-03-09Use simpler keyid with 5 digitsZolnai Tamás1-7/+7
Change-Id: Iac743d4f298b43067fe5db9199eb39c3301f827e
2013-03-09Work around Clang -Werror,Wvexing-parseStephan Bergmann1-2/+2
Change-Id: If4a22d594ff012a7b9801bf1e42c98ed453c05fc
2013-03-09Remove unused functions (callcatcher)Julien Nabet5-33/+0
ThumbnailView::deselectItem(unsigned short) XclExpPivotCache::GetFieldAcc(rtl::OUString const&) Change-Id: I88d79c7c1eede9544a4232e467a54629e4976798
2013-03-09Revert "WIP: Experimental new binary type.rdb format"Stephan Bergmann17-1027/+2372
This reverts commit 892ef8b0565c7f5f343d71e3b61c41655f80267b, Windows-only cli_ure needs to be adapted first.
2013-03-09Work around GCC 4.8 -Werror=virtual-move-assignStephan Bergmann1-1/+2
...complaining that "defaulted move assignment for ‘cppcanvas::SpriteCanvas’ calls a non-trivial move assignment operator for virtual base ‘cppcanvas::BitmapCanvas’." Change-Id: I4dc92176dbec62f0ae4fa7d2842073077ecb8fc3
2013-03-09-Werror=unused-local-typedefs (GCC 4.8)Stephan Bergmann1-0/+202
Change-Id: I873813e30e44712d6793bad91938eb847b55a7bb
2013-03-09Work around -Werror=unused-local-typedefs from comphelper/stl_types.hxxStephan Bergmann9-37/+48
Change-Id: Id9f588e551b40a64bc86cae7c6d50f99659f94ab
2013-03-09-Werror=unused-local-typedefs (GCC 4.8)Stephan Bergmann3-4/+0
Change-Id: Ib1dedbe8e273463fa47573486d67dc9d509953db
2013-03-09Work around GCC 4.8 -Werror=format= in python3Stephan Bergmann2-0/+16
...complainging that "‘PyArg_ParseTuple’ is an unrecognized format function type." Change-Id: I125af6669010c4c9c1a18cc7c1a4895acc89338b
2013-03-09Work around GCC 4.8 -Werror=unused-local-typedefs in boostStephan Bergmann2-0/+26
Change-Id: Ib137c5c5764333d7a878c5e996e6983a277d3856
2013-03-09not stop localize, just ignore invalid po entriesZolnai Tamás1-1/+0
Change-Id: I8bd987ec0f2bd4a886a14d38d7b7ba354abd2f06
2013-03-09Use BOOST_STATIC_ASSERTStephan Bergmann7-25/+29
Change-Id: Ib9dc2541c3bf72ddd6094331297a91352138e5af
2013-03-09Delete PoHeader constructor used by renewpoZolnai Tamás2-37/+0
Change-Id: I360a9c96eacf9b7b8bd80214a3fc4c9faa01e631
2013-03-09Make allow to step on from LimitBox with tabZolnai Tamás1-0/+5
Change-Id: I5f2994459cbb7786e6c9d83b0894cb581f4560fd
2013-03-09WIP: Experimental new binary type.rdb formatStephan Bergmann17-2372/+1027
Implement theTypeDescriptionManager directly on top of unoidl::Manager and unoidl::Provider in cppuhelper instead of on top of css.reflection UNO interfaces in stoc. Adapt desktop/source/deployment/ accordingly. There is no longer a com.sun.star.reflection.TypeDescriptionManager service implementation now, only a com.sun.star.reflection.theTypeDescriptionManager singleton one, which appears to not cause problems in practice. Change-Id: I179501272f0712353b7d50d3eba2ec2bb79db373
2013-03-09LimitBox.cxx: Delete useless comment blockZolnai Tamás1-5/+0
Change-Id: I3a75c7de783913385188680119f2baf8a726676d
2013-03-09fdo#61794 Allow greater value in LimitBoxZolnai Tamás3-5/+6
Increase the width of LimitBox *on toolbar: 6 digits *in dialog: 10 digits Set maximum value of LimitBox to the max value of Int32 Change-Id: I6fcf0270b474eb46a29ff98ade9cd7ee8ba637f5
2013-03-09coverity#989728: uninitialized scalarMarc-André Laverdière1-0/+1
Change-Id: Ic8e248eff6db54f407ec894cab28a27957c6fd0f Reviewed-on: https://gerrit.libreoffice.org/2609 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-03-09coverity#989730 and coverity#989729: Uninitialized scalar fieldMarc-André Laverdière1-2/+2
Change-Id: Iaecfa720b898746d457de731734b332226d3e9c2 Reviewed-on: https://gerrit.libreoffice.org/2607 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-03-09sal_Bool to boolTakeshi Abe6-50/+50
Change-Id: I76139eb5878deebefcf20efaa3be78e800a85c01
2013-03-09Related to fdo#60724: Fix grammar.Benjamin Drung1-1/+1
Change-Id: I6094a7c3ee2ed4e30d955024ef81811bca572dcd Reviewed-on: https://gerrit.libreoffice.org/2611 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-03-09Fix typo in libreoffice man page.Benjamin Drung1-1/+1
Change-Id: Ieb3e74630e48feaf69f5d58e9b7eb57779033356 Reviewed-on: https://gerrit.libreoffice.org/2610 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-03-09fdo#61797 ESCape abort changes and grab focusZolnai Tamás3-23/+20
Handling of hitting enter or escape are only usefull for toolbar element. In a dialog these keys have other meanings (close the dialog with/without saving) Change-Id: Ifbe5d36daab9c0702b888a58403dc170082fc32d
2013-03-09Remove unused EditTextObjectImpl::RemoveParaAttribsJulien Nabet3-32/+0
Change-Id: I3849cbac0e3d08686004775fbe7f749af0bfad62
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim1167-9/+3200
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-08AndroidSalInstance::Wakeup() is unusedTor Lillqvist2-7/+0
The Wakeup() in the base class, SvpSalInstance, is not virtual. So this Wakeup() does not override the Wakeup() in the base class, as the author maybe thought. I don't see in git history that it would have ever been called explicitly on any AndroidSalInstance objects either. Or am I missing something? Change-Id: I932398e7c0a37a3048c5d372996fe6ac6f209887
2013-03-08Don't crash the other experimental appsTor Lillqvist2-16/+21
Don't try to find the class org.libreoffice.experimental.desktop.Desktop in the AndroidSalInstance constructor. It won't exist anyway except in that specific app. Look up the class in the damaged() method where it is needed. And actually, of course we should not hardcode the name of the app class like that, but the app should pass its class down to the native code. Change-Id: Ic15d5cc2c8d53be558711ca7a145d5489e34d298
2013-03-08SwTableBox::IsValidNumTxtNd: Allow trivial formattingMiklos Vajna1-4/+1
Not allowing flys or footnotes during string -> number conversion is fine, but I don't see what's the reason for rejecting simple formatting (like bold) completely. Change-Id: I8f54aebeb6ea35d099a88570d3f7d365c7325dc0
2013-03-08SwTxtNode::GetRedlineTxt: fix string conversionMiklos Vajna1-1/+1
As I understand it, String allowed the length parameter to be longer than the remaining string, in which case it simply returned the substring till the end of the string. In case of OUString, "!!br0ken!!" is returned instead, so make sure the length is never longer then the remaining string. Change-Id: I69499d74f1d9ba8ed6d9ba1a18d10b45ce319bf5
2013-03-08remove duplicate file loading from basic_coverage ( now in MacroSnippet )Noel Power1-32/+5
Change-Id: I1b19fec59419575fcf09d79986b6bac73ea51c9a
2013-03-08avoid signedness issue in bounds check.Michael Meeks1-3/+4
Change-Id: Iae4b489486be95072859b13a4bd5ae1260e3c024