summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-11oox: roundtrip-test for w14 elements in groupshapesTomaž Vajngerl
Change-Id: I51152c016d6a9e9604fd93c115577020373d964c
2014-03-11oox: change w14 CharGrabBag so it is recognised by exportTomaž Vajngerl
Change-Id: I7b6f4e5ff9d6e1161b3d05c594498d7f0cb7d8a3
2014-03-11oox export: associate editeng CharInteropGrabBag with sw via SIDTomaž Vajngerl
Change-Id: If25356aa88f435e53b6014773e23d18723507053
2014-03-11i#124106 testcaseMiklos Vajna
Change-Id: I732b4f8d758aac30e039d30e059aad0597307081
2014-03-11No need for GetElementByMetadataReference to be SAL_CALLStephan Bergmann
Change-Id: I34615c87238d4e96b6c1e81e57fb0822c876b929
2014-03-11"overflow" is one wordTor Lillqvist
Change-Id: Ib36c2c5d55f86aff27081a0da554f6e8a81474ee
2014-03-11"underflow" is one wordTor Lillqvist
Change-Id: I31db021b916b64e9fc0c02f62bdfe7e7f6aa7b9e
2014-03-11Bin noise "SMARTTAG" comments from 2006Tor Lillqvist
Change-Id: I43e948fc7895e4dbd5ea4e3e5aeefd298ee40007
2014-03-11svl: fix bogus visibility annotation on IndexedStyleSheetsMichael Stahl
Change-Id: I01cd75d01cb28a3bcef330ebabdd02e2c4458275
2014-03-11fdo#76030: Use the table boundaries view option to toggle border drawing.Kohei Yoshida
Unless I'm missing something, fixing the problem reported in fdo#75118 this way is more reliable, and certainly avoids the problem reported in fdo#76030. Change-Id: Ife524d9db12e9fa4528c2232e619bfacde367659
2014-03-11No need for implGetBounds to be SAL_CALLStephan Bergmann
Change-Id: I4eb1f998de57a4ceeb7990c6e4a964ce0d07ea88
2014-03-11fdo#39468 Translate German commentsTobias Lippert
Change-Id: I051092f2ffb76a6ef400acd51514189ff20dad7d Reviewed-on: https://gerrit.libreoffice.org/8486 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-11fdo#30770 - Speed up xslx importTobias Lippert
Conflicts: include/svl/style.hxx Change-Id: Ie3d855923c651b6e05c0054c8e30155218279045 Reviewed-on: https://gerrit.libreoffice.org/8485 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-11Leftover SAL_CALLStephan Bergmann
Change-Id: I895b2132ee752f191f30d6adc0af35cad005afe5
2014-03-11coverity#704236 Logically dead codeCaolán McNamara
the nStartPos > 0 check is inside a nStartPos == 0 block so it can't happen so we'll return immediately, and so there's no point changing numberOfChange in that case either there Change-Id: Id6d7fc31033de5c6f3bb0a9ed03234b58c0d509e
2014-03-11coverity#704232 Logically dead codeCaolán McNamara
these conditions are already handled in the switch above Change-Id: I1a2bfe4cc536f2d1292fd39b86afc53ac5463308
2014-03-11coverity#441225 Dereference null return valueCaolán McNamara
Change-Id: I9ff48e869cd03847d5338c5f8fb6acceee522e34
2014-03-11coverity#441017 Dereference before null checkCaolán McNamara
Change-Id: I3df33251d72266afb43532bee07058e691a6cf66
2014-03-11coverity#440865 Logically dead codeCaolán McNamara
seeing as we return early if eChild == SFX_CHILDWIN_OBJECTBAR then the reset of the code that depends on that cannot happen Change-Id: I1566ad9d5ef428e3c9e248df08b65d56bb83553e
2014-03-11de-indent, given the early returnCaolán McNamara
Change-Id: I7f52cad90ce17813ba7d7c6ce382d58a8fa44916
2014-03-11Typos in commentStephan Bergmann
Change-Id: I6204090cb95213e31c11d33c5e822f8abee10963
2014-03-11No need for NotifyAccessibleEvent to be virtualStephan Bergmann
Change-Id: Id21324f756b835fd501868175a5a2a77cb2997a7
2014-03-11hardcoded sprmCFELayoutMiklos Vajna
Change-Id: I911c1cdf503c46ace38afc80ec63bb0696d1c84b
2014-03-11-Werror,-Wunused-variableStephan Bergmann
Change-Id: I3b499a17985b55fbfb62a441afb9d137f7bd8593
2014-03-11We do seem to need the "resize timer" after all in tiled renderingTor Lillqvist
Otherwise even a trivial test document renders extremely badly, just the top row of text in tiles here and there. Go figure. Maybe the code thinks the document "window" is of some ridiculous 1x1 size or something if the resize timer isn't used? Also, the resize timer handler calls paint functionality. I wonder how we can be sure that the resize timer happens to fire during the rendering a tile, though? Surely if the tile rendering call returns before the timer fires, whatever essential thing it is that the timer needs to do, doesn't happen. Maybe this then explains the blank tiles I occasionally see? On the other hand, when I see them, they don't appear randomly, but it's always the same tile that shows up blank. Change-Id: If5e6854d8846fb0b7bea15547a326bd77f23987b
2014-03-11No need for fillAggregatePropertyInfoByHandle to be virtualStephan Bergmann
Change-Id: If002dede857ecff300f57b73b26234d737ba98c9
2014-03-11convert load template dialog to .uiCaolán McNamara
and merge the expander and the "show preview" checkbox to be the same thing, i.e. expanded is showing, and not expanded is not showing Change-Id: I10e43bc36a0e2e5d1286a4dbad793ee3a700c97c
2014-03-11Updated coreCaolán McNamara
Project: help 9685555185360c4b6b71289c6ea9ad6fbddf06ed
2014-03-11Return early, and kill 1 indentation level by that.Jan Holesovsky
Change-Id: Ia67669e45b78c5fe5059f76b940e85a02781c4c2
2014-03-11Remove newly unused getUnoTunnelImplementationId functionsStephan Bergmann
...after recent clean-up of getImplementationId implementations. Change-Id: I2a11f6ddf03dc7852b7e8e50dc6284a7215a0113
2014-03-11OPropertyStateHelper::getTypes isn't an override of XTypeProvider::getTypesStephan Bergmann
Change-Id: I633c711aabbd2ec7d1385d106b512f14672393f1
2014-03-11normalize values of WITH_MOZAB4WINMichael Stahl
Change-Id: Iad5aa66635a34a4dfceb0bd6145f2d9bd197cc17
2014-03-11normalize values of DO_FETCH_TARBALLSMichael Stahl
This one has additional value "ALL". Change-Id: Id804172eee899b443a6f8ae6bce8781136096dc7
2014-03-11normalize values of WITH_GALLERY_BUILDMichael Stahl
... and remove the unimplemented "package" option. Change-Id: I2b0cfcdc040b653fe0c4cd061ae4e0d7f745068c
2014-03-11normalize values of MINGW_SHARED_GCCLIB/MINGW_SHARED_GXXLIBMichael Stahl
Change-Id: I4f4cecd95f87b9d37fa1b1a270cf554d7707aaa2
2014-03-11normalize values of HAVE_GNUMAKE_FILE_FUNC/WITH_MYSPELL_DICTSMichael Stahl
Change-Id: Ie8e6858194f4081e080f67a9af88108f10e1c503
2014-03-11normalize values of USE_LIBRARY_BIN_TARMichael Stahl
Change-Id: I1101b87d3f34169f985924f8b867511e68ed5b66
2014-03-11normalize values of BUILD_UNOWINREGMichael Stahl
Change-Id: Iedbab675ffd10c6d353c44d99ddb4d32133d0717
2014-03-11normalize values of BUNDLE_MARIADBMichael Stahl
Change-Id: I993640f5d4042a75f64fbdd9a6f1e4157a72f909
2014-03-11normalize values of HSQLDB_USE_JDBC_4_1Michael Stahl
Change-Id: Ifdbd07db813fd5c8dc02ebd04aea8086ff333411
2014-03-11normalize values of WITH_GSSAPI/WITH_KRB5Michael Stahl
Change-Id: I72c67d5a4987f25ddfa21d93a89b0ceae40c9e81
2014-03-11normalize values of BUILD_POSTGRESQL_SDBCMichael Stahl
Change-Id: Iab7ef9ef27ea970aded726a8c8d2c46267454a64
2014-03-11Resolves: #i123622# [ia2] Calc: No focus event fired on cell...Steve Yin
when new spreadsheet is created (cherry picked from commit 572001d5865e4d11523e72a506e9a6eca7f23786) Change-Id: I10212bf9ddeb9eb06c1d9105951a5eb9d8578029
2014-03-11fdo#35324: Text and picture water are not imported and not preserved in RT.Ravindra Vidhate
Problem : Open docx file which has Text/Picture as water mark. 1. The text is not imported properly also picture water mark is also considered as shape. 2. It writes the watermarks in Document.xml, while it should write in only Header.xml. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/8457 Change-Id: Ic988858da25a4cba3ae16e614d920e2e16053a5f
2014-03-11Don't do anything in status indicators on non-desktop for nowTor Lillqvist
Probably it should depend on whether doing tiled rendering or not. Unclear whether that then can be a compile-time constant, or a run-time global state, or need to be even more fine-grained. Change-Id: I8b2f8889e82ecc647ddce915e35eceec121613bd
2014-03-11Updated coreStanislav Horacek
Project: help 2438ff53e1730c4af182568294b129de3ea0b28a fdo#75609 make Calc drag-and-drop help more detailed Change-Id: I13c66772623c4749e48ae2d4746894a06e388ecb Reviewed-on: https://gerrit.libreoffice.org/8524 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-11Related: #i124397# - [API] Add since tag to Wizard API IDL filesAriel Constenla-Haile
(cherry picked from commit f72b30998429ded67cdea0d002b9d0227f4438f6) Conflicts: offapi/com/sun/star/ui/dialogs/WizardButton.idl offapi/com/sun/star/ui/dialogs/WizardTravelType.idl offapi/com/sun/star/ui/dialogs/XWizardController.idl offapi/com/sun/star/ui/dialogs/XWizardPage.idl Change-Id: If651451b86829c7f066272e9362e3943f56cbf34
2014-03-11Updated coreCaolán McNamara
Project: help 3635fef59b1d3dfe275558b5922ed23cbf8958f2
2014-03-11Updated coreStanislav Horacek
Project: help 6ad558ea943ecca88da88c0f9895042546182995 fdo#75924 update button labels of spellcheck dialog Change-Id: I1009c08fbf32a49a54bea97551883dd140fc1515 Reviewed-on: https://gerrit.libreoffice.org/8522 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-11callcatcher: update unused codeCaolán McNamara
Change-Id: Ie7acb237728af27df27d87c3f46a3eaa9cd14654