309216 Commits

Author SHA1 Message Date
Fridrich Štrba
aad94ec02c Fixing build with internal openldap
Change-Id: I365c5252a48b6ba4e8409534c75d34c4d07b2475
2012-07-16 17:22:49 +02:00
Fridrich Štrba
336c956262 First attempt at removing mozilla ldap at all (please help to fix)
Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
2012-07-16 17:22:49 +02:00
Stephan Bergmann
069c1efa39 Fix typo
deliver had always ignored the missing "3" in the target anyway, delivering any
libfreebl3.* from the source dir to the exact same name in the target dir.  (And
scp2/source/ooo/file_library_ooo.scp indeed expects the file to be named freebl3
with the "3").  This appears to be a harmless typo introduced with
09bc28fb7b998f56b481fb07eb576f00ce72c26f "jl144: #i106132# nss does not build on
MacOS 10.6 because of libsqlite3."

Change-Id: I251834c2157acf0936bde9b7daaad16693822acb
2012-07-16 16:45:02 +02:00
Lionel Elie Mamane
a201316b83 reuse computed curFieldName
Change-Id: I4ca9942b3abd343b75336e68bfe669ce5d3a38de
2012-07-16 16:09:20 +02:00
Luboš Luňák
268492ede6 rtl::O(U)String -> O(U)String
Change-Id: I45f5a8407b57c06a7cb0dad25c7ac5879711488d
2012-07-16 16:03:03 +02:00
Luboš Luňák
6080259862 allow using rtl::OUString etc. simply as OUString, without rtl::
http://lists.freedesktop.org/archives/libreoffice/2012-April/029940.html

The RTL_USING #define (set by gbuild for anything that's not public
API) allows to use such classes simply by their name, without having
to use the namespace or do explicit using rtl::OUString (which half
of the sources do anyway).

Change-Id: I7edaf12cd278489cdc1d5ff782f0a86361c13c0a
2012-07-16 16:03:03 +02:00
Markus Mohrhard
ab9b5639b2 correct but ugly fix for i#118877
This fix is better than the AOO patch and does not require direct ref
count manipulation but still feels dirty.

Change-Id: I1f37bc4c72f668fec229b874cfa1ea5e9ab9153e
2012-07-16 15:22:31 +02:00
Michael Meeks
d2b711ecb4 fdo#521512 - fix presenter console display switching
The new, clearer names for external displays need to be in-sync.

Change-Id: Id78d359b08f956579e9226d00515cd959d81a17f
2012-07-16 14:18:36 +01:00
Caolán McNamara
6d6198393e Resolves: fdo#42454 'imported' gallery format doesn't appear to exist
AFAICS an "imported" gallery can only be written if you already have an
imported gallery in the first place, i.e. its something coming from an earlier
version. All the way back to 2000, so I suspect its an earlier pre-OOo feature,
which can't arise in practice with no migration from staroffice configs to
OpenOffice.org or LibreOffice.

Change-Id: I9f248baadb20633da129d3bcacce3d7f92ef7510
2012-07-16 14:16:47 +01:00
Caolán McNamara
995b97632e make gtk-print stuff build on gtk+2 2.12.0
Change-Id: Ifad0e87522397bace62ac8203202a3f40031b5f7
2012-07-16 14:16:47 +01:00
Stephan Bergmann
45c8db7ec8 Unused include
Change-Id: I445499755dc92103b3777229f22db0bc6ec1a80e
2012-07-16 15:12:44 +02:00
Andras Timar
34ebc821d9 fdo#52143 use Unicode functions for QuickStarter tooltip
Change-Id: Ic9c7ed84925ea5b4ce324a98a1089102dcda24b8
2012-07-16 15:03:46 +02:00
Jan Holesovsky
8722e6f55b About dialog: Forgot to Show() the image when present.
Change-Id: I6a1901e3a47e6e46e84da955872a97e016ce0694
2012-07-16 14:32:45 +02:00
Fridrich Štrba
72a9ff067d Download openldap tarball
Change-Id: I8be128fc81c604e5a7daf49486be74a0af2359af
2012-07-16 14:13:21 +02:00
Fridrich Štrba
5b09ee6c0b openldap module to build for unix only (still unused)
Change-Id: I9a3004634108fb4d1a990eaf528059cc7dfbe27e
2012-07-16 14:10:11 +02:00
Fridrich Štrba
a42dba8723 define CONST_PCHAR_CAST for openldap case too
Change-Id: Iecf6c142a52007eb5dff731a0f7b1ab3460f2b30
2012-07-16 12:49:07 +02:00
Jesso Clarence Murugan
8a768fe2d7 Replaced all calls to deprecated function ImplDelData::IsDelete()
Deleted the function ImplDelData::IsDelete() and replaced all calls
to it with calls to ImplDelData::IsDead() directly. IsDelete () function
itself was only a simple wrapper to IsDead () (and mentioned as deprecated)

Change-Id: I71baf68801219cfbe2d2dc41d6bd5e419b9b4a87
2012-07-16 11:44:42 +01:00
Fridrich Štrba
1d1e7313ab Cast from const sal_Char* to const PCHAR on Windows
Change-Id: If77916c59c3752f166482e0b8929fda859fac2f4
2012-07-16 12:44:48 +02:00
Fridrich Štrba
589f09363b Don't load ldap library dynamically, link it!
Change-Id: I5e9aeb3ebda0c30da364df0d7a1c0f245a33431c
2012-07-16 12:42:56 +02:00
Christophe JAILLET
df645a2bd8 There is not need to allocate memory just for getting the 'indexOf'
a literal within a OUString.

Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
2012-07-16 11:33:05 +01:00
Michael Meeks
0dde6d4a2d fix 32bit build wrt. int vs. sal_Int32 comparison
Change-Id: I7ae0014c2b8e14dabab0d64cb498abb820b3968d
2012-07-16 11:19:34 +01:00
Michael Meeks
098be920e0 remove obsolete hooks for proprietary Sun single-sign-on config page
Change-Id: Ia6c0fbd33a4293ba863b4179f03f78ded413040a
2012-07-16 10:21:36 +01:00
Stephan Bergmann
4ad006fc76 Confusing behavior of cmopareToAscii overloads
Change-Id: If432b67cebdb9a009a015ddf046ed1ce15920e57
2012-07-16 10:37:33 +02:00
Michael Stahl
e35246c71f warning C4928: illegal copy-initialization:
more than one user-defined conversion has been implicitly applied.

Change-Id: I5a6b4b9aacdc6cc38119185da6bc94334a809c0b
2012-07-16 10:29:11 +02:00
Michael Stahl
0c803b1cdd warning C4701: potentially uninitialized local variable used
Change-Id: I8e8dec18e1bec67154304b8c96ff034d6ab5d791
2012-07-16 10:23:46 +02:00
Miklos Vajna
c2a73a4780 xmloff: implement import/export of SwPostItField::aInitials
Change-Id: Ie28e8e4c2e80d9234cf1ec2ca43dd200cf1d56cb
2012-07-16 09:52:05 +02:00
Miklos Vajna
6b919e0388 implement docx import/export of SwPostItField::aInitials
Change-Id: I919f5f0c4f6a1f6b1ea6261d9703da7a6c1046d3
2012-07-16 09:52:05 +02:00
Miklos Vajna
36270776a6 SwPostItField: added aInitials member
Change-Id: I9cc8dcd2c8e1d9074b58195d37289a9b4cfe43cf
2012-07-16 09:52:04 +02:00
Ruslan Kabatsayev
720e290692 Revert "Make bottom tabbar items follow native theme"
This reverts commit 17ea32a1a36d81a0a12df12adbe15e8eaf1c7c62.
2012-07-16 09:29:03 +02:00
Stefan Knorr (astron)
8b8e611e9e fdo#51890: Display themed progress meter instead of the native one
Change-Id: Ia72f46763de40205b1a8a9bb94839bb420933443
2012-07-16 08:36:48 +02:00
Stefan Knorr (astron)
151400ef49 Bring community branding in line with actual community logo
Change-Id: Ib1e1d1ff7f20f51f991c7a14a6e5dc1510d8c1fd
2012-07-16 08:36:47 +02:00
Stefan Knorr (astron)
4eb1376755 Fix typo in template name: "VIntage" to "Vintage"
Verify via File – Properties ... – Description or via the
Template Chooser

Change-Id: I6a635ef4d08af72cd2563fc722e80d7f48a8a2b3
2012-07-16 08:36:46 +02:00
Matúš Kukan
e9e3bd0659 do not hide .patch files
to hide more, try git config --global core.excludesfile

Change-Id: I1da4131b943a962797a1f389554139e87fe074bc
2012-07-16 07:28:32 +02:00
Matúš Kukan
31b05fe9ff unusedcode: drop CellBlock and one small method
Change-Id: I7cad80ea59b4527193a35ea1b7cfdd56e07a0efe
2012-07-16 07:28:31 +02:00
Matúš Kukan
a5ae5d95f4 PRECOMPILED_HEADERS not defined
Change-Id: I9292f45585243ef0244b75df030421111e1ca0ae
2012-07-16 07:28:31 +02:00
Markus Mohrhard
b85a2af72e disable edit field for min and max type, fdo#51834
Change-Id: Id77c58f333bfab5446cf96d24cd9ccfc18802862
2012-07-16 04:23:35 +02:00
Markus Mohrhard
e11c88d999 use correct value to check for min and max, fdo#51831
Change-Id: I8a5412bc9c22048dd8f6618b38e5a522b7ea02c2
2012-07-16 04:23:35 +02:00
Caolán McNamara
afdb802056 WaE: unused variables and misordered initialization list
Change-Id: I2f49383d5c9e097edf52776818db4e89497aca5c
2012-07-15 22:50:52 +01:00
Caolán McNamara
bfcaa777c4 callcatcher: update unused code list
Change-Id: I045ac2928d4b8cf99f9f76c20a9e489adc34ed66
2012-07-15 22:36:52 +01:00
Stephan Bergmann
5e21857cd4 -Werror,-Wunused-function
Change-Id: Ie0e37aae9be1c6fcf3f8c0b8d571dc3786f38205
2012-07-15 23:31:18 +02:00
Stephan Bergmann
27b1aa88c0 #include "tools/helpers.hxx" for FRound 2012-07-15 23:31:17 +02:00
Michael Stahl
81af84c04f gbuild: let JunitTests run with MSVC:
Apparently the long path name hack is no longer necessary; at least i
did not experience any obvious problem with a source tree rooted in
D:/lo/master.

Change-Id: I2fd1893a827c27b5dcee438eae6572c596ae907c
2012-07-15 23:07:15 +02:00
Michael Stahl
0ec45dc41d let make dev-install do something useful on MSVC
Forcing creation of second installation set is perhaps not ideal,
but i have no idea how that installer perl crud work and
at least it gives something to run tests against.

Change-Id: I506160013de23f76128c9e39b4f3bacc6e32cc7a
2012-07-15 23:07:15 +02:00
Michael Stahl
01550a7450 sw: disable CheckBookmarks on WNT
Change-Id: Ia52cbea28c832706cbfa74c2b1d9bca43df006d9
2012-07-15 23:07:14 +02:00
Michael Stahl
09b853e38b CppunitTest_svl_urihelper fails on MSVC
Change-Id: Ia1154ab9e677ac0d27eb8cf671139d4e23f78794
2012-07-15 23:07:14 +02:00
Michael Stahl
184179f583 gbuild: need to set gb_Helper_LIBRARY_PATH_VAR for MSVC
Change-Id: Ic23e6e26093ed381a1930ee6d3c1bc04ac2625b9
2012-07-15 23:07:14 +02:00
Michael Stahl
d8b6225d97 smoketest: fix build with MSVC:
Linking an empty CppunitTest against smoketest Library does not work,
the linker complains aboutunresolved external symbol DllMainCRTstartup
or something like that; building a static library has the same result;
so just build the cxx file twice via a dummy smoketest_too.cxx.

Change-Id: I11a29d4ec134f67a7de896ff8c669ed5b47782a7
2012-07-15 23:07:14 +02:00
Michael Stahl
111e10bd40 gbuild: un-break setting classpath on Windows:
Apparently LO patched GNU make 3.82 interprets the semicolon which is
the value of $(gb_CLASSPATHSEP) as a terminator if it occurs while
setting a target local variable; the part of the value that follows the
first semicolon is cut off.
Hence escape the $(gb_CLASSPATHSEP) and $(XCLASSPATH) vars.

Change-Id: I213dba7155f9515e492c20cfff3bef1c4d8269fc
2012-07-15 23:07:14 +02:00
Michael Stahl
5d95ab29f2 MSVC complains about too many implicit conversions
Change-Id: I33b40ec877270de4ed037dfaf6652c07935a727c
2012-07-15 23:07:14 +02:00
Michael Stahl
efc8c95af4 STLPort on Solaris only makes sense with SunStudio
Change-Id: I18083180ebde8a9d32c645b3e203a562a6a0ddbe
2012-07-15 23:07:13 +02:00