Caolán McNamara
dd0f6c737b
Resolves: fdo#66700 don't crash on querying zoom state with no SfxObjectShell
...
Change-Id: Id2943c92ce6deaae3e4d507a35c08466db21cece
2013-08-30 16:07:20 +01:00
Stephan Bergmann
0f3895a78e
Decouple setting -std=gnu++11/c++11 from setting -stdlib=libc++
...
Forcing -stdlib=c++11 into CXX upon --enable-libc++ instead of only into
CXXFLAGS_CXX11 as done normally caused external projects to unexpectedly pick it
up, causing build failures in firebird.
Change-Id: I588d75ccbde6b9fd4f38e10a0c67c2f6086f8977
2013-08-30 17:02:26 +02:00
Andrzej J.R. Hunt
819b72bb03
Set path and not url for FIREBIRD_[TMP|LOCK]. (firebird-sdbc)
...
Otherwise firbird fails to load databases since it can't access a url.
Change-Id: I1bebc6fa18c2d1920291dcf5a7300009ede4452a
2013-08-30 15:29:27 +01:00
Tor Lillqvist
ff050190aa
The except.cxx for gcc3_macosx_x86-64 can be the same as for gcc3_macosx_intel
...
Change-Id: I567a20dc70b2b9e13965550333f4ed89205c4333
2013-08-30 17:31:08 +03:00
Eike Rathke
012f52c06f
originally was convertIsoNamesToLanguage(), use makeFallback()
...
Change-Id: I4e49778a7519e8e4e1e1fce115b1b0ad30040f72
2013-08-30 16:23:53 +02:00
Eike Rathke
6c3d74e8b7
take a shortcut for unknown "x-..." or "i-..."
...
Change-Id: I4996fd68ba6bd62bd7126924418242fde78fe713
2013-08-30 16:23:52 +02:00
Siqi LIU
756b6040ca
remove old WalkthroughControl image
...
Change-Id: Id5680fde392a731da15889d3869e234fbf072068
2013-08-30 16:16:51 +02:00
Siqi LIU
8cce70a5fa
control guide image for ipad
...
Change-Id: I987e427bbc98b1e4f838bd95ae13c53e604aed65
2013-08-30 16:15:42 +02:00
Siqi LIU
53ee8666e0
iPad control how-to page updated
...
Change-Id: I422b864f0c2d78e9328faf401fe862fb57e0cd6a
2013-08-30 16:11:47 +02:00
Armin Le Grand
5dce602d31
Resolves: #i123129# Corrected LineWidth for text comments in SW
...
(cherry picked from commit 7ed3f859004e0763598a7d6edc7e4dec2b69813c)
Change-Id: Ife132b66a13208193d897e98cdaea17bce33c310
2013-08-30 14:21:36 +01:00
Caolán McNamara
fe1cbda3b7
Resolves: fdo#68396 Yield allowed layout timer to run during init layout
...
There are multiple pages getting generated in the styles dialog because the
dropcaps preview window calls "Yield" sometimes and sometimes the layout timer
gets a chance to activate *during* the creation of the dialog so there ends up
with two consecutive activations of some tabpages which has wonderful eventual
know on effects resulting in that crash later on.
Easiest thing is to disable the layout timer during the initial size
calculation
Change-Id: I7fb0a7ff89aa2c6013c5d8014deface107610000
2013-08-30 14:20:45 +01:00
Eike Rathke
7113e2310b
eliminated yet another language-country parser
...
Change-Id: I2aebe058a6d60431b7073aca641910dc365ead09
2013-08-30 14:42:39 +02:00
Fridrich Štrba
21ee132af1
Revert some random work-in-progress that is most probably bitrotten
...
Revert "EMF+: aBaseTransform is a hardcoded identity matrix, don't bother with it"
This reverts commit 2b700a710e
.
Revert "Pass also the bounding box in device units to the EMF+ part"
This reverts commit f387c5da5a
.
2013-08-30 14:37:27 +02:00
Krisztian Pinter
f8426f5053
startcenter: Add toggle to view templates in Start Center
...
Change-Id: I17aa3bfbb7f4b0eca525dd15d6866c6951d5d20f
Reviewed-on: https://gerrit.libreoffice.org/5543
Reviewed-by: Jan Holesovsky <kendy@suse.cz>
Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-08-30 12:35:12 +00:00
Eike Rathke
40ff64b93f
and another one for fdo#68740
...
Change-Id: If07cffd30fe5fdfbe8fcb749b7682d1b8a3dcbb8
2013-08-30 13:54:48 +02:00
Eike Rathke
9f1d47f824
attempt to roughly fix fdo#68740
...
Actually that map wants a resolved fallback locale, not just a language
to ID mapping, which light fallback was a side effect of
MsLangId::convertIsoNamesToLanguage() and eliminated with the latest
changes to LanguageTag conversion.
Change-Id: I32f632c6b198383dd3eda8538ccb801c9275baca
2013-08-30 13:30:00 +02:00
Caolán McNamara
74929bba73
Related: fdo#38838 remove UniString::ToUpperAscii
...
things got a little out of hand and I ended up
converting quite a bit of calc to OUString
Change-Id: I056326d37ffefa8c120cb2e564d166dd9f20f216
2013-08-30 11:39:01 +01:00
Andrzej J.R. Hunt
fc7e7b6831
Improve TIMESTAMP display. (firebird-sdbc)
...
Change-Id: Ief7ec180e3787a3354e2034693052ebf05a30e81
2013-08-30 11:33:12 +01:00
Andrzej J.R. Hunt
026fe9c53b
Implement setTimeStamp. (firebird-sdbc)
...
Change-Id: I58907d42ec9e1b4098e2947fdb89b1ab264358a6
2013-08-30 11:33:12 +01:00
Andrzej J.R. Hunt
437dd0369a
Cast pointer before dereferencing. (firebird-sdbc)
...
We have a char* pointing to arbitrary data hence we need to cast
to the right type, othwerwise we retrieve the first byte only.
Change-Id: I6d3d08d15105a506c140044008c5255a8a8e4c39
2013-08-30 11:33:12 +01:00
Andrzej J.R. Hunt
3f56234ecb
Implement set[Date|Time]. (firebird-sdbc)
...
Change-Id: Ibf3bc34f316c0a299afc2e015ff4c49ad57099a5
2013-08-30 11:33:12 +01:00
Andrzej J.R. Hunt
73720f9a83
Implement malloc'ing of date/time/timestamp (firebird-sdbc)
...
Change-Id: I22abb334a337ae2e25188ae43696789d37ecd7d4
2013-08-30 11:33:11 +01:00
Andrzej J.R. Hunt
84fe40e369
Implement set[Date|Time]. (firebird-sdbc)
...
Change-Id: Ia519b2ec9c6be94f6f21bbd2951a295da8079479
2013-08-30 11:33:11 +01:00
Eike Rathke
93e9f05c26
microoptimization
...
Change-Id: I773262f018519f5816c029df3da92a9903e53165
2013-08-30 12:02:53 +02:00
Tor Lillqvist
3a8f350425
Er, I meant gb_CXXFLAGS
...
Change-Id: Ia68105056fb483b30a985da3b53f85c8a0b5d869
2013-08-30 12:13:47 +03:00
Tor Lillqvist
16a4b7ad73
WaE: C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits
...
1UL is not a portable way to get a size_t -sized one.
Change-Id: I8fac16b7e1f1b8bbccb4bd11eacc9449fc3f8c33
2013-08-30 12:13:46 +03:00
Tor Lillqvist
fb30ed471e
Ignore C4267: possible loss of data, there are too many of them
...
Change-Id: I4b01c9398c9c697cff63226269e7c7a3f5a5c9dd
2013-08-30 12:13:45 +03:00
Tor Lillqvist
9c1be36c41
WaE: possible loss of data
...
Change-Id: I2a1d47cc3eca40ddd7e9502ffe71337ab2268858
2013-08-30 12:13:45 +03:00
Tor Lillqvist
760bba09f0
WaE: possible loss of data
...
Change-Id: Ib442a7cae9f4c9bc5e32c20f1e1844a191f5b057
2013-08-30 12:13:44 +03:00
Siqi LIU
b41ab20a17
.DS_Store
...
Change-Id: I5cde715de10ceb723f63d99c39835b51e056d012
2013-08-30 10:59:43 +02:00
Siqi LIU
ebdff2da7e
minor style updates
...
Change-Id: I77982c87d5001fe60f8270cd4d82745e9ef1b293
2013-08-30 10:59:43 +02:00
Siqi LIU
35e243307a
localization
...
Change-Id: If0dce65d358811f67ed663161b23605fb954035a
2013-08-30 10:59:42 +02:00
Siqi LIU
20df12b152
pageControl dot coloring to global tint color
...
Change-Id: I1fad942b5ff7e9a131610952113934e45f40f834
2013-08-30 10:59:04 +02:00
Siqi LIU
be64394f9c
how-to in-app guide for iPad
...
Change-Id: I11d7edca18fdb4762a4db4df2668caeabbbc8173
2013-08-30 10:58:39 +02:00
Siqi LIU
bf0b6e438f
minor layout change
...
Change-Id: I3c9392ba7b35fff8fa7e4fa95d86ba7703714fb9
2013-08-30 10:58:39 +02:00
Siqi LIU
e6d0366e1f
roll back to server list page when connection lost for iPhone
...
Change-Id: I3d7a5ff0918ef63b3455e3acd5c447aa333e76ec
2013-08-30 10:58:38 +02:00
Siqi LIU
492d96c549
layout autoSize adapted for iPhone WT pages
...
Change-Id: I9375a262952b3223b80e9b9b86fce7e8232230b5
2013-08-30 10:58:38 +02:00
Siqi LIU
10d65699b3
minor ajustments
2013-08-30 10:58:38 +02:00
Siqi LIU
63946e5313
make the screen narrower so that it gets wider when stretched
2013-08-30 10:58:37 +02:00
Siqi LIU
e7c12b8501
shadowing
2013-08-30 10:58:37 +02:00
Siqi LIU
1a77fc15dd
change appearance proxy for pageControl
2013-08-30 10:58:37 +02:00
Andrzej J.R. Hunt
295759c053
Set FIREBIRD_TMP and FIREBIRD_LOCK with sane values. (firebird-sdbc)
...
Currently firebird uses /tmp and C://temp/ as default temporary directories,
both of which can be incorrect. Instead we now pass the correct temp
directories to firebird.
Change-Id: I807a47475e76600365e7a2ccfa78d755621dedb7
Reviewed-on: https://gerrit.libreoffice.org/5678
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2013-08-30 08:34:10 +00:00
Tor Lillqvist
52d35df0e6
WaE: size/t/DWORD/int: possible loss of data
...
Change-Id: I4fa005a8ddb3efd3dc624110215b938ee20a67a6
2013-08-30 11:29:46 +03:00
Tor Lillqvist
a0d3aa1f50
WaE: size_t/sal_Int32: possible loss of data
...
Change-Id: I96849e94196291bd387737aae537139ff4fefeb3
2013-08-30 11:10:49 +03:00
Tor Lillqvist
803b669ec4
WaE: size_t/unsigned int: possible loss of data
...
With MSVC, the third parameter to read() is unsigned int.
Change-Id: I607089fb2a9e6bf794293187be48e910ac40158f
2013-08-30 10:30:04 +03:00
Miklos Vajna
13ac0631d3
udkapi: fix warnings in beans::PropertyState
...
These are links without the leading hashmark in the output anyway, and
that avoids the warning.
Change-Id: Ie94d65b5bd2e869a9b5ad12b5d545fe32c834eec
2013-08-30 09:27:26 +02:00
Tor Lillqvist
b5fd1341cd
WaE: size_t to int conversion: possible loss of data
...
Change-Id: Ica626a5ebe8e3c022e5398b50253904d269ba0ce
2013-08-30 10:19:01 +03:00
Tor Lillqvist
bfb0b2ae4e
Find also a 64-bit JDK on Windows
...
Change-Id: I2364d4e4e2b2d032bdf03316ee9523cb085112c8
2013-08-30 10:13:36 +03:00
Norbert Thiebaud
1376af9a72
ENABLE_NPAPI_* Harmonize ENABLE_* variable to TRUE/<nothing>
...
Change-Id: Ia7575f0f51bc3ba355ec01d937bd155adb287572
Reviewed-on: https://gerrit.libreoffice.org/5684
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-08-30 07:08:28 +00:00
Norbert Thiebaud
e57a14a6da
ENABLE_CORETEXT: Harmonize ENABLE_* variable to TRUE/<nothing>
...
Change-Id: I39153ee042b171f7cd1ffa6b50c490d2c9fa33cb
Reviewed-on: https://gerrit.libreoffice.org/5685
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-08-30 07:08:00 +00:00