Arnaud Versini
9b2e6d4536
Replace usage of rtl/memory.h in xmlsecurity their equivalent from string.h
...
Change-Id: Id4a088864ee28163160d6ac408592952fe6c797d
2012-08-04 17:46:59 +02:00
Bjoern Michaelsen
1af0e36fb6
kill va_args abuse for SfxItemSet
...
Change-Id: I200addfdf551f1b8437b704c481d397c53440dcd
2012-08-04 15:57:04 +02:00
Bjoern Michaelsen
14d0096300
kill last (ab)user of SetRanges()
...
Change-Id: I7f52d67d955896821f2c340fdd51e072b53fdd2f
2012-08-04 15:57:04 +02:00
Ivan Timofeev
8e9f9afbe6
calc input line: don't reset the scrollbar thumb on resize
...
Change-Id: I78d5bb455e8d175cf3813e24854a76407931a0e3
2012-08-04 17:29:06 +04:00
Ivan Timofeev
5081ea1a07
calc input line: don't leave an empty area at the bottom if possible
...
Change-Id: Iaaf82ee6b79d091c349a501f3a09e760c295546f
2012-08-04 17:26:59 +04:00
Matúš Kukan
769e2b59e6
tubes: stop collaborating when the account gets off-line
...
Change-Id: Ic6f1bc41bc212e0c36751168f1204c41ebe0ce61
2012-08-04 01:57:17 +02:00
Matúš Kukan
01839d6c7f
tubes: fix build of unit test; set include path for now
...
Later we would want to move headers if they are not used outside.
Change-Id: I863f6f00254b335af563598a195aea01595f6c99
2012-08-04 01:57:17 +02:00
Matúš Kukan
8aef9f4027
tubes: stop collaborating when the contact leaves
...
Change-Id: I779aededb95eac6cbfb2fec3e97d207704244e25
2012-08-04 01:57:16 +02:00
Matúš Kukan
374fb913a7
tubes: make ScDocShell* member of ScCollaboration
...
Change-Id: I8e9bab6d97e7fb4a3de3b3d3896a57c6496958bd
2012-08-04 01:57:15 +02:00
Matúš Kukan
56977dfaa5
tubes: fix leaking ScCollaboration; add it to ScDocShell
...
Change-Id: I43c951b5694ad38aa1a2e5da7cc99dfb52685349
2012-08-04 01:57:14 +02:00
Matúš Kukan
0c9aae91bc
tubes: use SAL_INFO SAL_WARN here
...
Change-Id: Iae41c7f3d6718c06092d41d9b3757a821dba87b5
2012-08-04 01:57:13 +02:00
Matúš Kukan
2965a1c3fc
tubes: we use less symbols after bc21b49a46
...
Change-Id: Ibf2e3d3f5de87848ba8efb669308fe790d6622d6
2012-08-04 01:57:13 +02:00
Matúš Kukan
b7e0777878
tubes: do not use boost::signal here; call function directly
...
Change-Id: Iaab997f3d56d76fe98d70f8cffdbb44a34500901
2012-08-04 01:57:12 +02:00
Matúš Kukan
4e648b8e7c
tubes: create contacts dialog instance for each document separately
...
This solves a crash when static dialog instance was destroyed on closing of
one document but then was used in another document.
Change-Id: I6ac9edb1de83f638bdf4ce7c0814fcbdf4b4b1e5
2012-08-04 01:57:11 +02:00
Matúš Kukan
f2c7d7aea4
tubes: remove pointless define
...
Change-Id: I5ef7f8a5a37d0a77a9dadc44e1e895581c2ebb50
2012-08-04 01:57:10 +02:00
Matúš Kukan
3ef03fbf80
tubes: make TeleManager::getConference() static
...
Change-Id: Ic7023a40eb2f09802b100d9317c0a6a66d901476
2012-08-04 01:57:10 +02:00
Rafael Dominguez
51802df732
Move PlaceEditDialog class and resources to svtools.
...
- Update fpicker files that include them.
- Separate Place class into its own header and move it to svtools.
Change-Id: I83a285d4c7fc21d6e76e4d7e47e347dac2bb4344
2012-08-03 18:31:33 -04:30
Rafael Dominguez
e433ab143c
Remove unneeded attribute.
...
Change-Id: I41fcd5e07fa799f483f0c9eb007e8e6d8788eda1
2012-08-03 18:31:33 -04:30
Rafael Dominguez
e93169a97b
Make local overlay fill all the window.
...
- Since we dont need to support drag and drop its better to just display
the full content of the folder as possible.
- Resize overlay when view gets resized.
Change-Id: I12909ae14b13dbaf5ec844f94268f8d86a84d91a
2012-08-03 18:31:32 -04:30
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