Caolán McNamara
58692c30e3
callcatcher: remove unused methods
2011-11-10 09:28:40 +00:00
Caolán McNamara
8c69b4db58
bNoLines is always false
2011-11-10 09:28:40 +00:00
Caolán McNamara
b3a9e9c728
callcatcher: remove some unused methods
2011-11-10 09:28:39 +00:00
Caolán McNamara
5dbd8286f4
ByteString->rtl::OString
2011-11-10 09:28:39 +00:00
Caolán McNamara
180dcdecac
Hey Joe, let's ditch the itembrowser
2011-11-10 09:28:39 +00:00
Tim Hardeck
ec4f69493b
removed Simple Handles option
...
Removed the unnecessary option "Simple Handles" with all related
functions and icons.
2011-11-08 16:39:14 +01:00
Radek Doulik
60e3570219
fix text frame rectangle for ooxml customshapes
2011-11-08 13:01:42 +01:00
Andras Timar
a2dacd9205
remove empty Text [ x-comment ] entries
2011-11-08 11:28:33 +01:00
Caolán McNamara
69a8f89cb9
refactor SetTwoLines a little
2011-11-08 10:01:43 +00:00
Caolán McNamara
c52fbc04a9
callcatcher: some unused methods
2011-11-08 10:01:43 +00:00
Emanuele Fia
3d223821a8
Removed unused code
2011-11-07 12:39:04 +00:00
Caolán McNamara
994a737a31
callcatcher: update list
2011-11-07 12:27:32 +00:00
Caolán McNamara
75871d9a8c
callcatcher: remove some unused methods
2011-11-07 12:27:31 +00:00
Radek Doulik
41ae924469
fixed remaining issues with ooxml custom shapes scaling
2011-11-07 12:08:28 +01:00
Radek Doulik
63570788fb
ooxml custom shapes wip
2011-11-07 12:08:27 +01:00
Radek Doulik
5c8ce0a6f5
fix ooxml custom shapes sizing
...
- ooxml custom shapes width and height are in actual (logic) coordinates space
and not in "virtual" 21600x21600 space
2011-11-07 12:08:26 +01:00
Ivan Timofeev
da5ec5d1e0
use boost::scoped_ptr
2011-11-07 09:18:52 +04:00
Ivan Timofeev
bc858110c2
cppcheck: drop redundant check
2011-11-07 09:18:52 +04:00
Ivan Timofeev
9b94d385f9
cppcheck: avoid possible null pointer dereferences
2011-11-04 23:01:17 +04:00
Tim Hardeck
8d47725cf8
Translated some comments in svx
...
Translated the comments of four files from German to English in the svx part.
2011-11-04 00:36:04 +01:00
Ivan Timofeev
2ab818f8e9
Fix i#89051: Move the point you've just inserted, not the previous one.
2011-11-02 15:58:38 +01:00
Michael Meeks
bc0ae51717
remove obsolete Sun internal bugzilla numbers
2011-11-01 16:08:37 +00:00
Michael Meeks
54c7480a6c
add real alpha to markers
2011-11-01 12:37:46 +00:00
Caolán McNamara
76e37b7f79
adapt naming scheme
2011-11-01 09:27:24 +00:00
Caolán McNamara
4847ef98f6
drop unused GetViewCenter
2011-11-01 09:27:23 +00:00
Caolán McNamara
6a73e43b71
MetaCommentAction now using rtl::OString
2011-11-01 09:27:22 +00:00
Caolán McNamara
9dc14818d5
callcatcher: various unused methods
2011-11-01 09:27:22 +00:00
Lionel Elie Mamane
3a183d773f
translate comments
2011-11-01 08:06:46 +01:00
Lionel Elie Mamane
65a697fdfd
typo in comment
2011-11-01 08:06:46 +01:00
Caolán McNamara
576d7aaada
drop some unused code
2011-10-28 10:22:59 +01:00
Regina Henschel
7661f0943d
Add UML line ends to palette standard.soe (AOOo #i10547#)
2011-10-28 10:24:01 +02:00
Takeshi Abe
87597b5d3d
removed dead code
2011-10-27 01:26:30 +09:00
Tor Lillqvist
aca52b3cf6
Revert "Build dbaccess and connectivity only for DESKTOP platforms for now"
...
Nah, breaks the build for non-DESKTOP platforms anyway, as headers
delivered there are needed elsewhere. So just keep building that stuff
even if it presumably will not be needed on either of the non-DESKTOP
platforms.
This reverts commit 9b4212f14b
.
2011-10-26 12:18:11 +03:00
Tor Lillqvist
9b4212f14b
Build dbaccess and connectivity only for DESKTOP platforms for now
2011-10-25 13:55:34 +03:00
Kristian Rietveld
6aaebef83f
Eliminate ambiguous conversion to cppu::OWeakObject
2011-10-24 17:29:35 +02:00
Caolán McNamara
7dca83c77c
callcatcher: remove some unused methods
2011-10-24 10:48:03 +01:00
Caolán McNamara
e84482a383
Use language/script specific CTL/CJK sample text in font preview
...
i.e. font names are often typically in English, so fairly useless
to take the English name to preview what effect the font will have
in a CTL/CJK script.
More languages and scripts need to be added, but this should be
sufficient to bootstrap this up
2011-10-21 11:27:39 +01:00
Caolán McNamara
c57ba94721
drop confusing and unused single font setters
2011-10-21 11:27:38 +01:00
Thorsten Behrens
f3c43171f8
Fix fdo#41995 fallout - recognize .svg in odf container
...
Seems the graphic load code is stupid and not using the path name /
file extension to guess file type, but only "magic byte" detection.
Giving filter framework the path now, so that .svg actually loads.
2011-10-21 12:06:17 +02:00
Thorsten Behrens
716c052a1c
Fix fdo#41995 - true embedding of svg images.
...
Previously, svg images were always wrapped as .svm metafiles with
a preview graphic. Sucks for interop - so now, we save true svgs
at least for bleeding edge extended odf1.2
2011-10-21 12:05:07 +02:00
Takeshi Abe
0cb79e7486
removed unused macro
2011-10-19 12:02:56 +09:00
Michael Stahl
d34a819233
fdo#41935: deadlock in ViewObjectContactOfUnoControl
...
Remove the mutex member of ViewObjectContactOfUnoControl_Impl and use
the SolarMutex instead, because the current usage of 2 mutexes is just
too prone to deadlock.
2011-10-18 17:39:10 +02:00
Cédric Bosdonnat
359d0fbd03
Removed list and numbering paragraph styles and related option page
2011-10-17 11:35:57 +02:00
Caolán McNamara
f5aa9247c7
increase the amount of text shown in the font preview
2011-10-17 09:27:43 +01:00
Caolán McNamara
f264a14985
show CTL preview if CTL is enabled
2011-10-17 09:27:42 +01:00
Caolán McNamara
62a37fd5f2
show CJK preview if CJK is enabled, not just if UI is CJK
2011-10-17 09:27:41 +01:00
Caolán McNamara
bf939922f0
these can be const
2011-10-17 09:27:41 +01:00
Julien Nabet
9895d3169f
Some callcatcher cleaning
2011-10-16 01:06:33 +02:00
Lior Kaplan
76259bb51d
rename kanxi to kangxi for correctness
2011-10-14 19:29:37 +01:00
Takeshi Abe
ff9da5a017
extract a common inline function into header
2011-10-12 21:47:31 +09:00