f61e453f84
the DUMMY_CHART_FACTORY variable is not the only indicator for OpenGl charts
...
Change-Id: Idab33c8611526dc4749b4dbe4fe84e68138b4f73
2014-08-29 17:40:35 +02:00
5d622c55ef
cache the call to getenv
...
Change-Id: I13095b13694aa092e3d5f542b5be12e703eb4590
2014-08-29 17:40:35 +02:00
9991b50ccc
Make opengl chart window always active
...
Fortunately there is a special ole object group with
the MS_EMBED_ACTIVATEWHENVISIBLE flag which define this
behaviour.
Problem is that both Aspect and EmbedMisc are MS specific
enums so we can't use them directly for non-MS objects. But we
can handle opengl charts the same as this ole object group.
Change-Id: I49abeffce319cbb775709a72ba198a1f76b65374
2014-08-29 17:40:27 +02:00
6e4f6ec445
Add a method to check whether an XEmbeddedObject is a chart
...
Change-Id: I6f860b9f1bce200c5366df0a32650705cf429a80
2014-08-29 17:40:26 +02:00
69638beaba
Related: fdo#82259 possible solution to 'GB18030 Bitmap' detected as Japanese
...
Change-Id: Ibcf9c02c341aecc747b8b5a1ee347f7ded173e27
2014-08-26 17:00:23 +01:00
f6c0803e99
itemdel.[ch]xx is only used in sfx2
...
Change-Id: I240f15f87e27ba8a52bab244f8c784d527bff179
2014-08-26 13:34:04 +02:00
30ae83c268
fdo#82577: Handle KeyCode
...
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11
KeyCode typedef.
Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
2014-08-23 22:33:30 +03:00
d21d5a7261
drop unnecessary shl.hxx includes
...
Change-Id: Ieb984987c4a4f888a563377e0500444b12f43506
2014-08-18 12:59:49 +01:00
7b61f9f09d
use of STR_ARR_SVT_LANGUAGE_TABLE in wizards is gone
...
since
commit 65e104060b2bd46259f0307263aa3d8eba4c0ace
Author: Xisco Fauli <anistenis@gmail.com >
Date: Sun Oct 21 20:35:05 2012 +0200
pyletter: remove java letter wizard
Change-Id: I77065cd277233b78b90c23a6545854a83cd17b16
2014-08-15 09:09:34 +01:00
56dc7aecc3
Related: fdo#82259 not all STIX are symbol fonts
...
The new "STIX" and "STIX Math" are regular fonts, as well as the old
"STIXGeneral", so narrow the match a bit.
Change-Id: I82341c3e9e5dd4e0323bf76096cba8890a82f0c7
2014-08-12 19:29:43 +03:00
198a775ebc
Related: fdo#82259 Show same preview for both Symbol variants
...
Change-Id: Iafabbe5068a1817b5be717018536e0d31117c434
2014-08-12 15:53:21 +01:00
92f3e68cd1
Related: fdo#82259 esint10 can't render its name either
...
Change-Id: Idcb881613900001f237cf343e7bc485c170e4385
2014-08-12 15:53:20 +01:00
662af47c3c
Related: fdo#82259 OpenSymbol doesn't have 0x2706 or 0x2704 so no preview
...
Change-Id: I2164cb2c37c7b13759e47561002024fd2bb577f9
2014-08-12 14:57:14 +01:00
16076f1203
Resolves: fdo#82259 use same symbol strategy on all platforms
...
Change-Id: Ia4f0a36c8a95849b7c8551b930873e912b673537
2014-08-12 14:42:26 +01:00
b56bb5dce9
Related: fdo#82259 all the STIX fonts are really for symbols
...
Change-Id: Id032f1b643199a57c6fc08ccf580a54ff2370861
2014-08-12 14:40:48 +01:00
25e81910d1
Related: fdo#82259 list Apple Color Emoji as a symbol font.
...
Note that this is a blind fix, as I don’t have an OS X machine.
Change-Id: I43a98fbbee06117b914eae332d48b2793a266bce
Reviewed-on: https://gerrit.libreoffice.org/10812
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-08-12 08:35:33 -05:00
212f745c29
Related: fdo#82259 stmary can render its own name, but unreadably
...
Change-Id: Iedff28d1290efb38eb68f83757a0787d52e28859
2014-08-11 13:13:12 +01:00
94753833b9
Related: fdo#82259 add Armenian preview text
...
Change-Id: I3698b5cbf8c39e618faaae1321eaa4442f1b2827
2014-08-11 12:47:04 +01:00
d005acae3a
Resolves: #i125386# secured user request and changed some bools to bitfield
...
(cherry picked from commit 5e3cbe056c19bea5018dbf1fd4b2bc8f8b030ff3)
Conflicts:
comphelper/inc/comphelper/embeddedobjectcontainer.hxx
comphelper/source/container/embeddedobjectcontainer.cxx
sfx2/source/appl/linkmgr2.cxx
svtools/source/misc/embedhlp.cxx
Change-Id: I7e9b20a87ca6afe8cb91c577860a6c6b72368ee9
2014-08-09 14:13:08 +01:00
f2940a4bff
rename SfxItemDesruptor -> SfxItemDisruptor
...
Change-Id: I7cc9fa3ab6aebc541df4708e29b530f8021b14ba
2014-07-23 13:26:17 +02:00
6296c64fb0
Enable copy-paste of charts/ole as bitmaps.
...
Adds FORMAT_BITMAP to OLE Objects - to allow charts
to be pasted into non-LibreOffice applications.
Should be safe for all OLE Objects, though.
Change-Id: If18768b82d4bb4415b3a8e00828b2eb5c31eeb15
2014-07-22 22:08:16 +05:30
482f97926e
use SimpleReferenceObject in svtools module
...
to replace hand-rolled version
Change-Id: I7a1048ff1ea335c3934fe7e91a09489a4d7aeb96
2014-07-08 15:16:47 +02:00
c414389e87
Avoid possible memory leaks in case of exceptions
...
Change-Id: I46d49b515f5212a34612e80a82a3330a041b956c
2014-07-05 22:49:42 +09:00
1d38cb3655
fdo#71076, fdo#71767: Preserve number formats when charts are copied.
...
Change-Id: If5ae8852152012483237e7602e56a0c46ea8748a
2014-06-19 14:46:56 -04:00
54f52a53ae
coverity#1210044 Uncaught exception
...
Change-Id: I3837f316a4b73eb508bfd4fca97fa741080df8c0
2014-06-17 10:58:02 +01:00
30069114fe
loplugin:staticcall
...
Change-Id: If7b285a2214bc878e8464a986538d0445078fcb3
2014-06-13 17:54:34 +02:00
b247e5f77d
add LANGUAGE_USER_FRENCH_TOGO 0x8C0C [fr-TG] French (Togo), fdo#79353
...
Change-Id: Id1e127a3652d4bef280327c2a62d95c17c012656
2014-06-02 20:34:03 +02:00
4ffdd43ae4
add LANGUAGE_USER_FRENCH_NIGER 0x880C [fr-NE] French (Niger), fdo#79352
...
Change-Id: I6d793317bc1caef4a95275bad263a5b2feac12e4
2014-06-02 20:33:57 +02:00
469f5e51a9
add French (Senegal) [fr-SN] to language list, fdo#79350
...
Change-Id: I80e149700360eb9240c330e3e3d0c38c3785bfa4
2014-06-02 20:33:54 +02:00
3a14b9357f
add LANGUAGE_USER_FRENCH_BENIN 0x840C fr-BJ French (Benin), fdo#79351
...
Change-Id: Idc54b0fae9283d795b79231214cf14aae43adca2
2014-06-02 20:33:50 +02:00
1d6ef4f52d
add French (Mali) [fr-ML] to language list, fdo#79349
...
Change-Id: Ie37a547403d86906549babe87680be3c1658f603
2014-06-02 20:33:43 +02:00
aa52f96089
add French (Côte d'Ivoire) [fr-CI] to language list, fdo#79348
...
Change-Id: I4041fe39c1a1186e381526ae5f806efb7e56dce0
2014-06-02 20:33:36 +02:00
2a8eff589a
+bool SvtLanguageTable::HasLanguageType()
...
Change-Id: Id57eb51b69e50be78f85d19a7b3623c1acdf6509
2014-05-22 19:35:36 +02:00
213e429cfb
Revert "remove unused code -SvtLanguageTable::AddLanguageTag"
...
This reverts commit d812b784313ed85ae5085d54a3ae50aa064c053c.
I added that code in preparation of changes I'm doing.
2014-05-13 12:02:42 +02:00
d812b78431
remove unused code -SvtLanguageTable::AddLanguageTag
...
Change-Id: Ibb0dda4b48c711e72574c3f5aec9e3d1186d1526
2014-05-13 12:00:28 +02:00
86dcfe908f
whitespace cleanup
...
Change-Id: I511412f8b6d8ac2fcbac738d1ef5e6d5cd9928bb
2014-05-12 03:28:31 +02:00
a325ce63db
fix-includes.pl: svtools
...
Change-Id: I509299306ab6cd97c96e9a26d4674f983bbffbec
2014-05-11 01:55:40 +02:00
07481fd864
add on-the-fly language tags to the language table
...
Change-Id: I5ca9e212374821de425729863c82f7b4699487a7
2014-05-10 00:39:45 +02:00
1564b0fe7c
added SvtLanguageTable::AddLanguageTag()
...
Change-Id: Ic8be508bff3767f2f8ab1146447b3fe4bffff3b3
2014-05-10 00:39:44 +02:00
b7d30cb50e
svtools: sal_Bool->bool
...
Change-Id: Idd9a3ccf0eb6d14cec158daa17a6b2da625f7ffa
2014-05-08 11:48:13 +02:00
d80490e938
move ResArray into SvtLanguageTableImpl
...
Change-Id: I0921fcef306f1ca60196fc9dfa2652e91db63004
2014-05-06 19:58:07 +01:00
a9ff01648a
provide static GetLanguageEntryCount() and GetLanguageTypeAtIndex()
...
Change-Id: I89dc5d25b37169ebc1581ebf957d33dd7b0e204c
2014-05-06 14:22:13 +01:00
8a5dbd8c75
coverity#708324 Uninitialized m_refCount
...
Change-Id: I1a8e548605570eb18ed455282d8f329a3f026409
2014-04-22 11:39:21 +01:00
7b659719b0
coverity#708323 Uninitialized scalar field
...
Change-Id: Iea430ce93ac1add2be76222b8ee9ae6c0da53ff6
2014-04-22 11:39:21 +01:00
9d2977d0a3
remove some more bloat
...
Change-Id: I7b6c04d99c41360ff49be774afcb4447a829d31c
2014-04-21 09:39:35 +02:00
b1b11e3272
If it has been "not recommended currently" since 2007 it can go away
...
Change-Id: I03f2822f1bad8f5d4128c5b0bd7e26b7ab968815
2014-04-19 10:29:33 +03:00
c654ff4042
WaE: unused variable 's_pAccessibleFactoryFunc'
...
Change-Id: I7654c7d88b9d4a84368551972ab945be3508f0e3
2014-04-19 10:26:25 +03:00
a7ee8316f7
non-desktop: Avoid accessibility.
...
When using the tiled rendering, LibreOffice provides only the content, so no
need to instantiate accessibility.
Change-Id: Ibc0ff672aa960409fa660a750f8f02c9261041be
2014-04-18 22:51:07 +02:00
e84331b4fd
introduce second static GetLanguageString() with explicit bool parameter
...
Change-Id: Ief79b8871701cc2e39e421145370feb246ce5e20
2014-04-17 23:54:08 +02:00
a97c2268a5
introduce static SvtLanguageTable::GetLanguageType()
...
Change-Id: I096f8b5a08452df9b1731f2e764d7561dd3e5dd4
2014-04-17 23:45:54 +02:00