Commit graph

310253 commits

Author SHA1 Message Date
Michael Stahl
8d35d24f79 gbuild: run JunitTests and CppunitTests with DISABLE_SAL_DBGBOX
DBGSV_ERROR_OUT=shell already disables GUI message boxes on assertions,
but it does not take effect during early startup and late shutdown,
when the tools redirection hooks are not installed; setting
DISABLE_SAL_DBGBOX disables these on Windows in osl_assertFailedLine.

Change-Id: Ibb62054741e85dc966a36cb20515c3af8e0d9c11
2012-08-03 23:27:13 +02:00
Michael Stahl
dae7245c1a sal: let DISABLE_SAL_DBGBOX only disable GUI message boxes
If DISABLE_SAL_DBGBOX is set, fall back to printing on stderr.

Change-Id: Id525b4012291b6b29cca7abcaad7483bc6bfba3b
2012-08-03 23:27:13 +02:00
Michael Stahl
9e74e9f3c0 fdo#38056: fix XMLTextImportPropertyMapper regression:
The invalidation introduced in 7f9928bfa5
is unfortunately in the wrong place; the pAllFoo actually point at
vector elements, and so they must not be dereferenced after new elements
are added to the vector, so move the invalidation up a bit.

Change-Id: I244d1d5cfd40469ff6d2c081e057355460d34cf4
2012-08-03 23:27:12 +02:00
Caolán McNamara
216e13dd4b callcatcher: update unused code post stlification
Change-Id: If2c76ad5796456fcc84cd9e07a631be1687aa632
2012-08-03 21:18:15 +01:00
Bertrand Lorentz
dde9fd99ac Translate German comments in sw/source/core/crsr/
Change-Id: Ib31c6c11162053a447112d76ed4580236fde92e8
Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
2012-08-03 22:06:24 +02:00
Alexander Wilms
72778119fd Translated German comments in starmath (fdo#39468)
Change-Id: If3be0db9213c405525f01c92aa4dd039e3aa6aad
Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
2012-08-03 21:49:31 +02:00
Ivan Timofeev
c6fdd2e4e5 fdo#36138: sd: fix undo in text objects
Change-Id: I44e9b5154939f3b150d3115085204361248e9b6d
2012-08-03 20:45:17 +04:00
Michael Meeks
e61e51ab96 android: share more common Makefile pieces between a couple of users
Try to start consolidating the complexity here.
generate Application.mk to specify the required ABI
fold common distro-config pieces out of README
2012-08-03 16:41:42 +01:00
Takeshi Abe
7b75535e28 Remove declared but not defined functions
Change-Id: I583dc4043b471f741711693b32b16348bb1c8360
2012-08-03 23:45:06 +09:00
David Tardon
3ce453d4c9 gbuildize ucpp
Change-Id: I1e7eda073906f5b289317d307358a63aca2c24dc
2012-08-03 16:30:27 +02:00
Miklos Vajna
d07e8fe18e SmDocShell::writeFormulaOoxml: don't use m_ prefix for non-member variable
Change-Id: I5a9d64db9b135396d8eab8a020bd4beec8a0f3dc
2012-08-03 15:55:54 +02:00
Noel Power
52dff37658 enable preview for 'special' '*' formats
Change-Id: I2f94c3d8d827ecabc6dd5e685bb40954fe2427c4
2012-08-03 14:25:47 +01:00
Noel Power
cc51389c07 support new xml number:fill-character elem for number-style namespace
Change-Id: I7d3ca1f121396dfc017bb1ee73651f9017e58ba3
2012-08-03 14:25:47 +01:00
Michael Meeks
42c1644f8b android: get rule sharing right; it seems we have to nest imports 2012-08-03 11:58:19 +01:00
Caolán McNamara
92236c0fc4 Related: fdo#46757 unsafe to pass expanded text to masking
So, use improved ModelToViewHelper to remove the hidden text right from the
start, which drops the need to mask out the hidden text and we can remove the
nNumOfMaskedChars hack

Change-Id: I3bd90598e496d4e82cd9cef4c8f9e61c180cb945
2012-08-03 10:55:43 +01:00
Caolán McNamara
27c2fe405c Related: fdo#46757 extend ModelToViewHelper for more cases
beef up ModelToViewHelper to be able to optionally expand fields, collapse
hidden text and collapse/expand redline deleted text

Change-Id: I6d4d0969102ad9699f7fafe091b2eff6a5707bc4
2012-08-03 10:55:43 +01:00
Michael Meeks
ab852cc0b6 android: share the clobbering of ant rules to not compress resources
Change-Id: Id2aa869f05b09dc22676d63390ec10bf575571ef
2012-08-03 10:50:21 +01:00
Tor Lillqvist
b18e6c7d2c Reduce confusion, this isn't "DocumentLoader"
Change-Id: I69683f93894ea696c3aab4033aea0ab9624f6cff
2012-08-03 12:09:33 +03:00
Tor Lillqvist
922c9d0edd Add the largeHeap and hardwareAccelerated attributes
Change-Id: Ie9f8e97314778f093dc7b4b3c133882fd06e894a
2012-08-03 12:09:33 +03:00
Tor Lillqvist
1e1b858482 Update for current SDK
Change-Id: I247075d5c8cef86a29a4c7fef03241396b2d76b7
2012-08-03 12:09:32 +03:00
Tor Lillqvist
f6dc6f1435 Start the LibreOfficeUIActivity with "make run"
Change-Id: I82aff7f40d8360c0306593b02200db205e52bbcc
2012-08-03 12:09:31 +03:00
Caolán McNamara
4ba4978183 split CalcHiddenRanges into hidden text and redline deletion handlers
Change-Id: I17f0a5e0a076af86a49070debe2c4990fcd95e21
2012-08-03 09:08:26 +01:00
Noel Power
00f1a3ed8e new fix for fdo#52998
Change-Id: Icc5e90ac40056430bfbe36d8da1aaad8716cfee9
2012-08-03 09:06:43 +01:00
Noel Power
f9a453fb01 Revert "fix fdo#52998 xls(x) comment export problems"
This reverts commit 6068f2f7cf.
2012-08-03 09:06:43 +01:00
Noel Power
a8bf0571b1 readd fix for fdo#47907 i.e "Revert "Revert "fix for fdo#47907""
This reverts commit f29c91f335.

Change-Id: I347a4e115cd1d85fa36242f89d2e8131de9cf57e
2012-08-03 09:06:43 +01:00
Noel Power
c4ef97e6be Revert "new fix for fdo#47907"
This reverts commit 285a5ae06c.
2012-08-03 09:06:43 +01:00
Caolán McNamara
4e1629ff79 additional const_iterator in const method
Change-Id: I8cad958e1b6ba5eec000244a31e1ee98e0b5d123
2012-08-03 08:32:03 +01:00
Tor Lillqvist
323f755ddd Do bypass form stuff for iOS too
Change-Id: I6238f88054f3d344fc616bc90e291a7367f16808
2012-08-03 09:43:36 +03:00
Tor Lillqvist
6e495b9b8a Build autodoc only for desktop OSes
Change-Id: I43ae61bd090139e53218608816253c15542b1ceb
2012-08-03 09:43:35 +03:00
Tor Lillqvist
f1e95bd6d9 Adapt r8b bits from ../DocumentLoader/Makefile
Change-Id: Idd60d2dd5cb32012de6027c2c161e2dbc3b2f404
2012-08-03 08:52:38 +03:00
Tor Lillqvist
2d757306e2 Adapt architecture-specific bits from ../LibreOffice4Android/Makefile
Change-Id: I06ecb06df4df61fccc53477b5789a171e62248ec
2012-08-03 08:52:38 +03:00
David Tardon
46305229cc WaE: enumeral and non-enumeral type in conditional expression
Change-Id: I6352836e28c8cb04ba3de40bfcb0095096ee1dd5
2012-08-03 07:02:46 +02:00
Rafael Dominguez
393e7add0b Display all templates in the overlay if we hide the search bar.
Change-Id: I4af95a758912e5d4c885f889fd2dedb48472f7b6
2012-08-02 22:24:32 -04:30
Rafael Dominguez
5918b4b180 Filter overlay templates by a search keyword.
Change-Id: I8bcb193d1400c32b6292fd109422d22dbf8b1eb9
2012-08-02 22:24:32 -04:30
Rafael Dominguez
3fa5a70375 Cache results for remote repositories.
- Only fetch template list when its the first time or when specified.

Change-Id: I922e97dfcbf67cebdd66a85bd7ff204896757e52
2012-08-02 22:24:31 -04:30
Rafael Dominguez
f36adaa38c Dont store repository information twice.
Change-Id: Iaf15cd383abec092932b2b024142d959794f0fdb
2012-08-02 22:24:31 -04:30
Kohei Yoshida
1e3d97dfe9 Use the internal API to set field item's properties.
This is 1000 times faster.

Change-Id: I09a75f70c8344898b2aea6bc5a8ca6b5fa9f1065
2012-08-02 22:41:39 -04:00
Takeshi Abe
621145a777 sal_Bool -> bool
Change-Id: I49749f327d6a9c3661ef9bd684647e0a45b9203a
2012-08-03 10:29:31 +09:00
Michael Stahl
ad99d4eeb6 SvXMLAutoStylePoolP_Impl: try to make MSVC happy
Change-Id: Ifecfa196923b7fdde51839d74bef46e840bae501
2012-08-02 23:49:21 +02:00
Michael Stahl
e38940a137 cntnrsrt.hxx: remove dead code
Change-Id: I004101e814ac3eb1de7a518c2dd9b1f14683eca8
2012-08-02 23:37:16 +02:00
Noel Grandin
d81c7f47c9 STL'ify DECLARE_CONTAINER_SORT_DEL(SvXMLAutoStylePoolParentsP_Impl)
Change-Id: I54f1595198b65058d3dd7f3304e0acb75cd55291
2012-08-02 23:34:02 +02:00
Noel Grandin
efe1a44e47 STL'ify DECLARE_CONTAINER_SORT(XMLTextListAutoStylePool_Impl)
Change-Id: Ib9aa0e619434acde5b4dd93b43b231ba23adb63e
2012-08-02 22:50:10 +02:00
Noel Grandin
0df18265ef STL'ify DECLARE_CONTAINER_SORT_DEL(XMLFontAutoStylePool_Impl)
Change-Id: Ic02f143a0e0f01a6cbc88c47d20e0c27dca17a74
2012-08-02 22:50:04 +02:00
Noel Grandin
d0f5ff7874 STL'ify DECLARE_CONTAINER_SORT(SwXMLTableColumnsSortByWidth_Impl)
Change-Id: Icd480f74dacb41d869fb511a0d2630d8b3711343
2012-08-02 22:49:30 +02:00
Michael Stahl
b4d5eebfdd filter-showIncludes: convert to AWK
Change-Id: Iedc315550f4eafdf1612bc390044a4b1b0c8e80b
2012-08-02 22:12:07 +02:00
Michael Stahl
ebd2bfa2e7 Revert "Revert "sorted_vector: turn Find parameter into template""
This reverts commit 8291d41667.

Un-revert that, with a tweak: with the bizarre name lookup semantics
in C++, the proper way to refer to a template (as opposed to a template
instance) is by prefixing the name with its namespace, which does seem
to work with MSVC2008 & GCC 4.7; thanks to Stephan Bergmann for the hint.

Change-Id: Id9cccbe68fb3ce2dd070c4b3dbd21782c92170ca
2012-08-02 22:12:07 +02:00
Noel Power
285a5ae06c new fix for fdo#47907
Change-Id: Icc5e90ac40056430bfbe36d8da1aaad8716cfee9
2012-08-02 19:24:41 +01:00
Noel Power
f29c91f335 Revert "fix for fdo#47907"
This reverts commit 8ba8aca1ac.
2012-08-02 19:24:41 +01:00
Ivan Timofeev
e995824285 fdo#51231 Revert "Slidesorter: Show the buttons on the opposite side..."
This reverts commit 4866b20ec6.
2012-08-02 21:53:58 +04:00
Ivan Timofeev
2cfe27125a gtk3: filch a fix for scrollbars w/o buttons from gtk2 code
that is b38ee8c8d5

Change-Id: Ib86d86616443cf48ba1d3ee0b6f96314b42dc972
2012-08-02 21:17:33 +04:00