Caolán McNamara
bfd2e82881
Resolves: fdo#82259 more fonts that lie or have no os/2 table
...
Seems to be that the default mac fonts are way messy than the MS or Linux ones
tend to me
Change-Id: Ia0ed6f9fcc650bea9466c4127f6faf7adba72d44
2014-09-13 14:20:23 +01:00
Jean-Pierre Ledure
bc5cdd2413
Access2Base - Introduction of CloseConnection method
...
The invocation of CloseConnection has next effects:
All the recordsets related to a database linked to the current document are closed.
The database object(s) is(are) released.
Change-Id: I845b27acb8469c4dea0dc3bc20b912ab123d06cf
2014-09-13 15:17:14 +02:00
Chris Sherlock
2c3844a175
vcl: SalFrame::Enable() is not used anywhere so removing
...
Change-Id: I851c414aa9e95c4d2c3ddb44deb5835656d16f87
2014-09-13 21:21:17 +10:00
Caolán McNamara
7a70bbb002
USCRIPT_LAO->USCRIPT_MALAYALAM
...
Change-Id: I5ae275532ccb3e77acd2422f1d6b90078fe95a9e
2014-09-13 12:03:52 +01:00
Caolán McNamara
6ceff3f7de
Related: fdo#82259 GungSeo has no OS/2 table
...
Change-Id: Idf2431927d8f501f87301d01a7bb884f1445125f
2014-09-13 10:19:05 +01:00
Caolán McNamara
aa9abb373e
do HardCodedScriptName before getting Font Capabilities
...
Change-Id: I3f3f14b3b24abbbdb40f8eb6655d42b12d920999
2014-09-13 10:19:05 +01:00
Chris Sherlock
deeeb88f37
vcl: tabify salvd.hxx
...
Change-Id: Ifb52f18f34f510b60292fc80e3e47b2ff45b841c
2014-09-13 10:43:46 +10:00
Chris Sherlock
4016f792c8
vcl: tabify salobj.hxx and fix initial comment
...
Change-Id: I89e60f743c5af8b5fa0f3df779f240945af40c07
2014-09-13 10:41:10 +10:00
Chris Sherlock
e7791a9f30
vcl: tabify salframe.hxx
...
Change-Id: I53ad4992c6901e3dceae453699c2da785feb21a5
2014-09-13 10:18:26 +10:00
Jan-Marek Glogowski
a65459eae5
MM: Don't adapt the view when saving dbg documents
...
DoSaveCompleted updates the SwViewShell and recent file lists after
the document was saved via DoSaveAs. So we can simply drop the
call and delete the SfxMedium to save a copy.
Change-Id: I04a0710949ca60e1ff4cab24c6b504deb130db63
Reviewed-on: https://gerrit.libreoffice.org/10983
Reviewed-by: Michael Stahl <mstahl@redhat.com >
Tested-by: Michael Stahl <mstahl@redhat.com >
2014-09-12 21:01:23 +00:00
Michael Meeks
80d6fd81dd
sc: enable threaded sheet loading un-conditionally.
...
Previous this was experimental only.
Change-Id: Ie5923e5342e7bace7492d561ce80ac86f69ec06c
2014-09-12 22:04:38 +01:00
Jan-Marek Glogowski
57d7802145
MM: refactor cancel handling for dbui dialogs
...
This simplifies the handling of CreateMonitor and PrintMonitor in
the combined mail merge function.
Change-Id: Iacf933ec1a6017949b29b3d5f62d5f55c4691053
Reviewed-on: https://gerrit.libreoffice.org/10984
Reviewed-by: Michael Stahl <mstahl@redhat.com >
Tested-by: Michael Stahl <mstahl@redhat.com >
2014-09-12 20:41:58 +00:00
Michael Stahl
3b11057b75
sw: rename SwDoc::Append to something unique
...
Change-Id: Ibb9db5ecdea6439df20fc1ee609267dcdd864405
2014-09-12 21:51:08 +02:00
Tor Lillqvist
af90ec3e77
Use $(LIBO_SHARE_FOLDER) instead of hardcoded 'share'
...
Change-Id: I073d44c0e3e8c6eff0e885f827fa661e3c8e5206
2014-09-12 20:26:54 +03:00
Norbert Thiebaud
91eb279ecd
Revert "vcl: use DeviceCoordinate for GetCaretPositions in sallayout"
...
This reverts commit 1b42acdaea
.
2014-09-12 19:10:10 +02:00
Michael Stahl
e660e1ed73
pyuno: remove obsolete NOOPT comment about GCC 3.2
...
Change-Id: Ie280325ddc45a79f3b73ae10f6e9cf952657091b
2014-09-12 18:42:11 +02:00
Michael Stahl
ed05120b23
well enabling optimizations with SunStudio is just asking for trouble...
...
Change-Id: I396b1f612432ffe5f77cae505f2a57ca0f2068a2
2014-09-12 18:38:38 +02:00
Michael Stahl
7ce8ba33f3
STL assert in connectivity::file::OPreparedStatement::checkAndResizeParameters
...
Change-Id: I48f4ceaf1d01d449eba169534f6512f9aadca886
2014-09-12 18:38:38 +02:00
Michael Stahl
787d98f3ff
xmloff: remove yet another SunStudio workaround
...
Change-Id: Ic9ec167d921c4c5f08914476bdbdd6a31a9391c1
2014-09-12 18:38:37 +02:00
Michael Stahl
ef7b63ba35
svl: remove misleading comment obsoleted by 18fa868f
...
Change-Id: Ib598a77cef98376089620b8f06fa34cfbf9a7a02
2014-09-12 18:38:37 +02:00
Michael Stahl
1f8710fd9b
sfx2: remove optimization disabling workaround for GCC 4.2 bug
...
i#116803 was filed against OOo Linux baseline (some GCC 4.2.x); let's
hope the current GCC versions that are required for C++11 work fine.
Change-Id: Ie95b52c801564519aec348ae3fd56b14e2408234
Reviewed-on: https://gerrit.libreoffice.org/11396
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org >
Reviewed-by: Michael Stahl <mstahl@redhat.com >
Tested-by: Michael Stahl <mstahl@redhat.com >
2014-09-12 16:23:45 +00:00
Michael Stahl
715bf79404
dbaccess: remove optimization disabling workaround for GCC 4.2 bug
...
i#102305 was filed against OOo Linux baseline (some GCC 4.2.x); let's
hope the current GCC versions that are required for C++11 work fine.
Change-Id: I0ff00a44bb8fbb48845756cebd4ad69e0ab0c7aa
Reviewed-on: https://gerrit.libreoffice.org/11395
Reviewed-by: Michael Stahl <mstahl@redhat.com >
Tested-by: Michael Stahl <mstahl@redhat.com >
2014-09-12 16:22:49 +00:00
Michael Stahl
e227d6141a
sc: remove optimization disabling workaround for GCC 4.5 bug
...
... since we need newer GCC for C++11 anyway.
Change-Id: I5408d9066b9f1efec234fe05551fed2d8fb583ed
Reviewed-on: https://gerrit.libreoffice.org/11394
Reviewed-by: Michael Stahl <mstahl@redhat.com >
Tested-by: Michael Stahl <mstahl@redhat.com >
2014-09-12 16:20:29 +00:00
Caolán McNamara
92f4c7418f
Related: fdo#82259 BiauKai makes some crazy claims
...
Change-Id: I002dd4834e0813b81548d6f275e261b37859f646
2014-09-12 17:06:06 +01:00
Caolán McNamara
0e076a0a57
Related: fdo#82259 we don't actually care about the ttf version here
...
Change-Id: I75253c8cc4ab6325447d29fcb30a1992d8eb83ec
2014-09-12 17:06:06 +01:00
Giuseppe Bilotta
75b982c4b6
vcl: avoid calling GetResolution() twice
...
Since we want both horizontal and vertical resolution, just get both
with the same call.
Change-Id: I7b08b94e792b069b86e334608d6d6dc3901ad181
Reviewed-on: https://gerrit.libreoffice.org/11423
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk >
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk >
2014-09-12 15:09:56 +00:00
Stephan Bergmann
aa2fbfc4fa
Found out that Mac OS X 10.9 has working threadsafe statics
...
Change-Id: Ia50181989dfacee342bfa025cbdf718edaa27832
2014-09-12 16:35:30 +02:00
Stephan Bergmann
b396ae62f7
dbaccess: sal_Bool -> bool
...
Change-Id: Ifad71823e72be71cbd9f9f58a51f4553ff54e4d4
2014-09-12 16:15:27 +02:00
Stephan Bergmann
6fb5bf5266
fpicker: sal_Bool -> bool
...
Change-Id: Iaf55e2106900be0319c96861b07abea24075bbbe
2014-09-12 15:57:45 +02:00
Stephan Bergmann
102c2413c1
cui: sal_Bool -> bool
...
Change-Id: Ib472f25eb1625dadca8c2078b3f9cdab98763c8d
2014-09-12 15:47:44 +02:00
Caolán McNamara
e0be487afd
Related: fdo#82259 various "* MN" fonts incorrectly claim to support TAMIL
...
Change-Id: Ie1f21052ff09fcf243a3cc0839cf7118efa09c68
2014-09-12 14:44:07 +01:00
Caolán McNamara
3202c44532
use Apple Language Id conversion for matching font names
...
Change-Id: Ic953c4ff0de6a90b0580bb22554750be08727349
2014-09-12 14:44:07 +01:00
Caolán McNamara
9a502e6b1d
map Apple LanguageId to LanguageTag
...
Change-Id: Ib203264ae89aef66f0e9b011ef9a34a8670500de
2014-09-12 14:44:06 +01:00
Michael Meeks
ea053226f6
fdo#66701 - don't double destroy the HASH when PDF signing.
...
Accidentally introduced in d73c039fa
it seems.
Change-Id: I846314ebca3a24520492887d4d9027f812cfb32f
2014-09-12 14:46:50 +01:00
Stephan Bergmann
2ff2e254f6
chart2: sal_Bool -> bool
...
Change-Id: I8d9802c58950ebe46202c4305b58682f6321531a
2014-09-12 15:41:27 +02:00
Jan Holesovsky
1eb4a0472a
3D charts: Call the 3D chart update from the lazy update, instead of always.
...
Change-Id: Ie3603695cbabe9ebc734b80d00ade553cf31d987
2014-09-12 15:30:00 +02:00
Stephan Bergmann
3d20965ee5
extensions: sal_Bool -> bool
...
Change-Id: I026056e093661d3beb7f7a231d6cf0e8c72e5b50
2014-09-12 15:23:48 +02:00
Stephan Bergmann
5490e0a880
Mark template member fns that are supposed to override as SAL_OVERRIDE
...
Change-Id: Ic81b4510aef3476a53c811b7c91ee1941068ce59
2014-09-12 14:57:06 +02:00
Stephan Bergmann
03d92f1ca3
svx: sal_Bool -> bool
...
Change-Id: I5b9b730d7060ec146ed0f54c7fe7eb0ca09f7d9c
2014-09-12 14:46:55 +02:00
Stephan Bergmann
e333adb1ff
loplugin:salbool: exclude sal_Bool vars passed to non-const ref
...
Change-Id: I45b323b326cc56cfc48e0abaa52d51fd86adbf79
2014-09-12 14:46:54 +02:00
Jennifer Liebel
86aed3ca6a
fdo#39468: Translated German to English
...
Change-Id: Ica935c641d3858ae875410efc7fe531835feadf8
Reviewed-on: https://gerrit.libreoffice.org/11373
Reviewed-by: Thomas Arnhold <thomas@arnhold.org >
Tested-by: Thomas Arnhold <thomas@arnhold.org >
2014-09-12 12:09:24 +00:00
Michael Jaumann
1ea8f156ac
fdo#39468 tranlation German to English
...
Change-Id: Icafab1c345a3a5291e4b19821710f439a1c70048
Reviewed-on: https://gerrit.libreoffice.org/11338
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com >
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com >
2014-09-12 12:09:05 +00:00
Jacobo Aragunde Pérez
0eaeb92707
LibreOffice4Android: Reorganize resources.
...
Removed several copies of repeated resources and moved one of each to
the "drawable" directory.
There is no need to place several identical resources in "drawable-*"
directories, it's enough placing one copy in "drawable".
Change-Id: I72a9cecab5db7cdb461fcd7f89c783817746385b
2014-09-12 14:00:33 +02:00
Stephan Bergmann
ed95e1c561
connectivity: sal_Bool -> bool
...
Change-Id: Id9458a3aa0928eedc87aec39f305b206e2638e67
2014-09-12 13:11:59 +02:00
Jan Holesovsky
aa32583329
3D charts: Update the 3D charts when a value changes.
...
Change-Id: I9c4052108446959ff6f5215d704b496e7a8e6aee
2014-09-12 13:03:52 +02:00
Stephan Bergmann
d41747cb42
editeng: sal_Bool -> bool
...
Change-Id: I27296a1a7fdf2ceb89db9e6674a45908fe7d0841
2014-09-12 11:56:43 +02:00
Stephan Bergmann
23248ed8a5
sfx2: sal_Bool -> bool
...
Change-Id: I2db25fa6f7b9fdc2096e622918b7e55228960a94
2014-09-12 11:53:16 +02:00
Stephan Bergmann
b53b5081a8
framework: sal_Bool -> bool
...
Change-Id: Ie56d3fe674af048d7aea32f141c5825e4c2aa98b
2014-09-12 11:48:34 +02:00
Stephan Bergmann
99690d31c7
svtools: sal_Bool -> bool
...
Change-Id: I3f1a110e95453599159d36a9d55f949351e03557
2014-09-12 11:43:57 +02:00
Stephan Bergmann
b9b8aa8232
desktop: sal_Bool -> bool
...
Change-Id: Ib9ca807c8fc27eda6d584a5b4696887dd044410c
2014-09-12 11:40:58 +02:00