Radek Doulik
b342887856
regenerated custom shapes presets
2012-01-19 09:46:53 +01:00
Radek Doulik
76049db159
updated custom shapes presets generator to use new SubViewSize property
2012-01-19 09:46:52 +01:00
Radek Doulik
8447e7898d
use SubViewSize property for custom shape paths
2012-01-19 09:46:52 +01:00
Radek Doulik
4d51363986
implemented SubViewSize property for EnhancedCustomShapePath
2012-01-19 09:46:52 +01:00
Radek Doulik
c04678b6e7
added SubViewSize property to EnhancedCustomShapePath
...
- allow to specify view boxes for sub paths
2012-01-19 09:46:52 +01:00
Stephan Bergmann
8419668ea8
Remove obsolete autodoc C++ functionality.
2012-01-19 08:26:52 +01:00
Stephan Bergmann
18a7f72bc2
Remove clutter.
2012-01-19 08:26:52 +01:00
Stephan Bergmann
10d33da53b
Remove obsolete xml2cmp -ix.
2012-01-19 08:26:51 +01:00
Keith McRae
db7fb9cdf2
fdo#39428 Remove/audit SvStream operator>>/<<(long)
...
Replaced calls to operator>>(long) with operator>>(sal_Int32)
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32>
2012-01-18 22:56:14 -05:00
Keith McRae
33e318faea
fdo#39428 Remove/audit SvStream operator>>/<<(long)
...
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32>
Replaced calls to operator>>(long) with operator>>(sal_Int32)
2012-01-18 22:56:14 -05:00
Keith McRae
c6f2e3e46d
fdo#39428 Remove/audit SvStream operator>>/<<(long)
...
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32>
Replaced calls to operator>>(long) with operator>>(sal_Int32)
2012-01-18 22:56:13 -05:00
Keith McRae
987eae381d
fdo#39428 Remove/audit SvStream operator>>/<<(long)
...
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32>
Replaced calls to operator>>(long) with operator>>(sal_Int32)
2012-01-18 22:56:13 -05:00
Keith McRae
553b72ac78
fdo#39428 Remove/audit SvStream operator>>/<<(long)
...
Changed case SbxSALINT64: to use operator>>(sal_Int64)
2012-01-18 22:56:13 -05:00
Keith McRae
2adad6a4b3
fdo#39428 Remove/audit SvStream operator>>/<<(long)
...
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32>
Replaced calls to operator>>(long) to use sal_Int32
2012-01-18 22:56:13 -05:00
Keith McRae
7b2a0e5415
fdo#39428 Remove/audit SvStream operator>>/<<(long)
...
Removed declarations & definitions for operator<<(long),(int)&(short)
Removed declarations & definitions for operator>>(long),(int)&(short)
Added (where necessary) operator<< for sal_Int & sal_uInt types
Added (where necessary) operator>> for sal_Int & sal_uInt types
Added SwapInt64 function, basically a copy of SwapUInt64
2012-01-18 22:56:12 -05:00
Olivier Hallot
80fb2e397a
Fix for fdo43460 Part L getLength() to isEmpty()
...
Part L
Modules
ucb
2012-01-18 23:48:47 -02:00
Kohei Yoshida
3e04e08d37
This method is now unused.
2012-01-18 20:02:19 -05:00
Marc-André Laverdière-Papineau
05a8ecca55
removed some dead code
2012-01-18 20:02:19 -05:00
Andras Timar
2256477799
fdo#44896 accomodate localized text expansion
2012-01-18 23:49:34 +01:00
Thorsten Behrens
649457776f
Unify blitting in vcl.
...
vcl's DrawBitmap methods have a very nice optimisation, that reduce
the blit to exactly the area covered (i.e. taking into account clip,
scale etc.). This was hand-coded, now moved out to own AdjustTwoRect
method, and also used from DrawOutDev / CopyArea.
2012-01-18 23:14:05 +01:00
Kohei Yoshida
a0a04bb926
Make them private instead of protected.
...
No classes derived from this and they are not virtual methods.
2012-01-18 16:48:22 -05:00
Kohei Yoshida
b5a2242ff6
This aCropRect data member is no longer used.
2012-01-18 16:45:02 -05:00
Tor Lillqvist
2605a9b5c0
Surely we want --disable-vba for iOS
2012-01-18 23:18:29 +02:00
Tor Lillqvist
aaccb3dc49
Don't print fairly pointless and verbose warning message
2012-01-18 23:18:29 +02:00
Tor Lillqvist
fa83e46653
No need to unpack the .res files any more
2012-01-18 23:15:44 +02:00
Tor Lillqvist
e541105b45
Use osl API to access files in the SvFileStream code
...
In general it's good to have file opening in just one place. In
particular, this means SvFileStream can now open files located in the
app package (.apk Zip archive) on Android, we don't need to unpack
them into separate files.
2012-01-18 23:15:43 +02:00
Tor Lillqvist
a64db11b6c
Add some non-public API to be used by SvFileStream
...
Having SvFileStream call the file opening etc functions here, instead
of calling open() directly itself, means we won't have to duplicate
the Android .apk hooks there, too.
2012-01-18 23:15:42 +02:00
Thorsten Behrens
800806ba85
decompose() should return the original rotation angle and scales.
...
decompose() would return incorrect rotation angle and scales when the
angle was exactly 180 degrees, due to FPU rounding error. This commit
fixes it.
This problem would manifest itself when inserting an image into
Calc/Draw, cropping it, and flipping it vertically or rotating it
at exactly 180 degrees. Before the fix the image would simply disappear.
2012-01-18 14:57:04 -05:00
Thomas Arnhold
105546f7f1
remove unused code
2012-01-18 20:45:14 +01:00
Thomas Arnhold
051e60ff36
bin some unused code
2012-01-18 20:45:14 +01:00
Ivan Timofeev
bb921f1df6
svx: remove unused definitions in globlmn_tmpl.hrc
2012-01-18 23:33:51 +04:00
Andras Timar
ceb14e0143
fdo#37740 remove duplicate icons from soffice.bin/soffice.exe
2012-01-18 19:16:06 +01:00
Takeshi Abe
15e35093e8
removed unused header
2012-01-19 02:25:50 +09:00
Michael Meeks
3c9264558e
android: use config_host.mk for unit test goodness
2012-01-18 17:16:53 +00:00
Markus Mohrhard
e3e54d74d6
enable new datapilot api test
2012-01-18 18:12:12 +01:00
Markus Mohrhard
5f1acc9409
little clean-up in xspreadsheet2 test
2012-01-18 18:12:11 +01:00
Laurent Godard
51ed3a6324
sc test : refactor importSheet tests
2012-01-18 18:12:11 +01:00
Markus Mohrhard
206b748f88
it is not possible to start/terminate libreoffice twice in the same program
...
we have a static variable that prevents us from terminating libreoffice
in this case here
2012-01-18 18:12:11 +01:00
Markus Mohrhard
c0e1ef3bcb
terminate xcellrangesquery correctly
2012-01-18 18:12:11 +01:00
Markus Mohrhard
7fb6d62507
terminate xdatabaserange correctly
2012-01-18 18:12:11 +01:00
Markus Mohrhard
27553fa07e
correctly terminate cellproperties
2012-01-18 18:12:10 +01:00
Markus Mohrhard
55abb2c6bb
correctly terminate tableautoformatfield
2012-01-18 18:12:10 +01:00
Markus Mohrhard
d4273a37a5
these two variables don't need to be static
2012-01-18 18:12:10 +01:00
Michael Meeks
453339cc22
android: add --with-android-ndk= option to simplify configure.
2012-01-18 17:07:55 +00:00
Michael Meeks
347bb132e0
android: tweak headless, expand docs, and start custom android backend
2012-01-18 17:07:55 +00:00
Fridrich Štrba
d3f17ac97d
_MSC_VER is compiler define and cpp.lcc needs to be taught about it
2012-01-18 16:19:47 +01:00
Thorsten Behrens
152eaa2985
Add more unit test coverage for generic clipper
...
With the changes Julien brought in via
66fd9a610c
, thought it was a good idea
to cover those code paths as well - done now, via the
checkCrossoverSolver() tests.
2012-01-18 15:27:54 +01:00
Thorsten Behrens
13e1fe0561
Fix error in handling 'z' for svg:d string parsing
...
Previously 'z' did not update the current point to the start
point of the subpath, as required by
http://www.w3.org/TR/SVG/paths.html#PathDataClosePathCommand . Fixed
now, and adapted all the unit tests.
2012-01-18 15:27:54 +01:00
Thorsten Behrens
b13852edb7
Remove old-fashioned VERBOSE, use OSL_DEBUG_LEVEL instead.
2012-01-18 15:27:53 +01:00
Fridrich Štrba
7f1d77d9fe
If COM==_MSC, then OS==WNT and also GUI==WNT
2012-01-18 15:13:15 +01:00