summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-16Postgresql driver links with the *_r variantFridrich Štrba
Change-Id: Iff1b5ff33b7a770c94a5b5d32f39ee1c4f596065
2012-07-16nss: upgrade to 3.13.5Michael Stahl
- drop nss-linux3.patch, builds out of the box on Linux 3.x now - drop nss-string-concat.patch, was fixed upstream - drop nss-clang_os_Linux_x86_s_comments.patch nss-clang_os_Linux_x86_64_s_comments.patch the invalid asm comments were fixed upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=624868 - drop nss-asm-fix.patch, fixed upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=671711 - not updated nss.patch.mingw since it looks unmaintained - remove the setting of FREEBL_NO_DEPEND, which is a) no longer necessary, because it will be set automatically on Linux 2.6 b) harmful because it prevents automatic setting of FREEBL_LOWHASH, which is necessary to prevent conflicts with system libfreebl3.so at least on Fedora 16/17 Change-Id: Idf9338d83f9b34000068c1b8691ca3135f56dd21
2012-07-16nss: no need to care about STLPort include pathsMichael Stahl
Change-Id: Ibbee91f8ce21f76bc4a5e66ff9c5852dc693793b
2012-07-16forgot to rename cppu -> cppuhelper from the templateLuboš Luňák
Change-Id: I6a2ba2213d59ba73f7f170f40c7607f6ad23a0f4
2012-07-16Fixing build with internal openldapFridrich Štrba
Change-Id: I365c5252a48b6ba4e8409534c75d34c4d07b2475
2012-07-16First attempt at removing mozilla ldap at all (please help to fix)Fridrich Štrba
Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
2012-07-16Fix typoStephan Bergmann
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-16reuse computed curFieldNameLionel Elie Mamane
Change-Id: I4ca9942b3abd343b75336e68bfe669ce5d3a38de
2012-07-16rtl::O(U)String -> O(U)StringLuboš Luňák
Change-Id: I45f5a8407b57c06a7cb0dad25c7ac5879711488d
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák
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-16correct but ugly fix for i#118877Markus Mohrhard
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-16fdo#521512 - fix presenter console display switchingMichael Meeks
The new, clearer names for external displays need to be in-sync. Change-Id: Id78d359b08f956579e9226d00515cd959d81a17f
2012-07-16Resolves: fdo#42454 'imported' gallery format doesn't appear to existCaolán McNamara
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-16make gtk-print stuff build on gtk+2 2.12.0Caolán McNamara
Change-Id: Ifad0e87522397bace62ac8203202a3f40031b5f7
2012-07-16Unused includeStephan Bergmann
Change-Id: I445499755dc92103b3777229f22db0bc6ec1a80e
2012-07-16fdo#52143 use Unicode functions for QuickStarter tooltipAndras Timar
Change-Id: Ic9c7ed84925ea5b4ce324a98a1089102dcda24b8
2012-07-16About dialog: Forgot to Show() the image when present.Jan Holesovsky
Change-Id: I6a1901e3a47e6e46e84da955872a97e016ce0694
2012-07-16Download openldap tarballFridrich Štrba
Change-Id: I8be128fc81c604e5a7daf49486be74a0af2359af
2012-07-16openldap module to build for unix only (still unused)Fridrich Štrba
Change-Id: I9a3004634108fb4d1a990eaf528059cc7dfbe27e
2012-07-16define CONST_PCHAR_CAST for openldap case tooFridrich Štrba
Change-Id: Iecf6c142a52007eb5dff731a0f7b1ab3460f2b30
2012-07-16Replaced all calls to deprecated function ImplDelData::IsDelete()Jesso Clarence Murugan
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-16Cast from const sal_Char* to const PCHAR on WindowsFridrich Štrba
Change-Id: If77916c59c3752f166482e0b8929fda859fac2f4
2012-07-16Don't load ldap library dynamically, link it!Fridrich Štrba
Change-Id: I5e9aeb3ebda0c30da364df0d7a1c0f245a33431c
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET
a literal within a OUString. Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
2012-07-16fix 32bit build wrt. int vs. sal_Int32 comparisonMichael Meeks
Change-Id: I7ae0014c2b8e14dabab0d64cb498abb820b3968d
2012-07-16remove obsolete hooks for proprietary Sun single-sign-on config pageMichael Meeks
Change-Id: Ia6c0fbd33a4293ba863b4179f03f78ded413040a
2012-07-16Confusing behavior of cmopareToAscii overloadsStephan Bergmann
Change-Id: If432b67cebdb9a009a015ddf046ed1ce15920e57
2012-07-16warning C4928: illegal copy-initialization:Michael Stahl
more than one user-defined conversion has been implicitly applied. Change-Id: I5a6b4b9aacdc6cc38119185da6bc94334a809c0b
2012-07-16warning C4701: potentially uninitialized local variable usedMichael Stahl
Change-Id: I8e8dec18e1bec67154304b8c96ff034d6ab5d791
2012-07-16xmloff: implement import/export of SwPostItField::aInitialsMiklos Vajna
Change-Id: Ie28e8e4c2e80d9234cf1ec2ca43dd200cf1d56cb
2012-07-16implement docx import/export of SwPostItField::aInitialsMiklos Vajna
Change-Id: I919f5f0c4f6a1f6b1ea6261d9703da7a6c1046d3
2012-07-16SwPostItField: added aInitials memberMiklos Vajna
Change-Id: I9cc8dcd2c8e1d9074b58195d37289a9b4cfe43cf
2012-07-16Revert "Make bottom tabbar items follow native theme"Ruslan Kabatsayev
This reverts commit 17ea32a1a36d81a0a12df12adbe15e8eaf1c7c62.
2012-07-16fdo#51890: Display themed progress meter instead of the native oneStefan Knorr (astron)
Change-Id: Ia72f46763de40205b1a8a9bb94839bb420933443
2012-07-16Bring community branding in line with actual community logoStefan Knorr (astron)
Change-Id: Ib1e1d1ff7f20f51f991c7a14a6e5dc1510d8c1fd
2012-07-16Fix typo in template name: "VIntage" to "Vintage"Stefan Knorr (astron)
Verify via File – Properties ... – Description or via the Template Chooser Change-Id: I6a635ef4d08af72cd2563fc722e80d7f48a8a2b3
2012-07-16do not hide .patch filesMatúš Kukan
to hide more, try git config --global core.excludesfile Change-Id: I1da4131b943a962797a1f389554139e87fe074bc
2012-07-16unusedcode: drop CellBlock and one small methodMatúš Kukan
Change-Id: I7cad80ea59b4527193a35ea1b7cfdd56e07a0efe
2012-07-16PRECOMPILED_HEADERS not definedMatúš Kukan
Change-Id: I9292f45585243ef0244b75df030421111e1ca0ae
2012-07-16disable edit field for min and max type, fdo#51834Markus Mohrhard
Change-Id: Id77c58f333bfab5446cf96d24cd9ccfc18802862
2012-07-16use correct value to check for min and max, fdo#51831Markus Mohrhard
Change-Id: I8a5412bc9c22048dd8f6618b38e5a522b7ea02c2
2012-07-15WaE: unused variables and misordered initialization listCaolán McNamara
Change-Id: I2f49383d5c9e097edf52776818db4e89497aca5c
2012-07-15callcatcher: update unused code listCaolán McNamara
Change-Id: I045ac2928d4b8cf99f9f76c20a9e489adc34ed66
2012-07-15-Werror,-Wunused-functionStephan Bergmann
Change-Id: Ie0e37aae9be1c6fcf3f8c0b8d571dc3786f38205
2012-07-15#include "tools/helpers.hxx" for FRoundStephan Bergmann
2012-07-15gbuild: let JunitTests run with MSVC:Michael Stahl
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-15let make dev-install do something useful on MSVCMichael Stahl
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-15sw: disable CheckBookmarks on WNTMichael Stahl
Change-Id: Ia52cbea28c832706cbfa74c2b1d9bca43df006d9
2012-07-15CppunitTest_svl_urihelper fails on MSVCMichael Stahl
Change-Id: Ia1154ab9e677ac0d27eb8cf671139d4e23f78794
2012-07-15gbuild: need to set gb_Helper_LIBRARY_PATH_VAR for MSVCMichael Stahl
Change-Id: Ic23e6e26093ed381a1930ee6d3c1bc04ac2625b9