summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-17move sysui to postprocessDavid Tardon
The only thing that sysui exports that is used by another package are application icons, used in desktop (windows build only). But since gbuildification of desktop they are included directly from $(SRCDIR)/sysui/desktop/icons instead of $(OUTDIR)/inc/icons, so the dependency is no longer necessary. Change-Id: I6fa3153d3793e785c1ed602c3e67c86cead2bae2
2012-07-17move ulfconv to l10ntoolsDavid Tardon
This allows us to drop dependency on setup_native everywhere. Change-Id: Ib033f8d5953682379c6c2ab53d5cf221e9d8cfec
2012-07-17cleanup custom perl XML parser, use strict, and tolerate updated XMLMichael Meeks
2012-07-17re-base on ALv2 code. Includes:Michael Meeks
retain presence of MPL licensed nssrenam.h symbol renamer.
2012-07-17dr78: correct include guardDaniel Rentz [dr]
2012-07-17Fix MinGW build.Jan Holesovsky
Change-Id: I48bad55cc982fba6fb48a921746801de9993bff1
2012-07-17TypoStephan Bergmann
Change-Id: I9e4e2cfc3ce61f6ac24e96a2a92fdabc4a72321e
2012-07-17Improve check for the FRAME_DRAW_NWF.Jan Holesovsky
Change-Id: I03d9130ffcce7ec92fc768e8c4ee63e425e76c21
2012-07-17fdo#38244 enable attaching comments to document text ranges in writerMiklos Vajna
Change-Id: I1e1ec7e91d513bc34737c7659d1178a02e80c53e
2012-07-17SwDoc::DeleteRangeImplImpl: handle fieldmarks before postitsMiklos Vajna
These were not deleted earlier, leaving a gray field after comment deletion. Change-Id: I66d5e04f075a54eb0638a63b8cd7bd8c1920603e
2012-07-17fix error: ‘cerr’ is not a member of ‘std’Miklos Vajna
Change-Id: I0e2988e99f4a333cf147e41c069913180e94ec93
2012-07-17fdo#51239 refresh row lazily (when data is requested)Lionel Elie Mamane
This avoids fetching data that will not be requested when the "cursor" is only moved and no data requested. That is typically what RowSetCache does when its own cursor is moved within its window. This basically makes the whole {next,previous,absolute,...}_checked story obsolete, by basically always being as fast as the i_bFetchRow==false case, but in a safer way. Change-Id: I89eaf277069736b3077bde8b45325929db290f2d
2012-07-17-Werror=implicit-function-declarationStephan Bergmann
...when building --without-system-zlib on Linux. Change-Id: I9bcb355ec75291609b28397c16068acf293ba6eb
2012-07-17-Werror,-Wunused-functionStephan Bergmann
Change-Id: I100a95d5f84ab61cb26ac39d436cb9f2cb7246e5
2012-07-17Correct check after memory allocation.Christophe JAILLET
ppenum is already tested for NULL at the beginning of the function. What is intended here is to know if the memory allocation succeeded. Found by cppcheck. Change-Id: I31a3bed93b5dfe1a4d384478267f7c8cc0421181
2012-07-16Reduce scopeJulien Nabet
Change-Id: Ifbfd8e4b7a549d0225229a60a12b1b346fc02828
2012-07-16Change form of checking self-assignment + cleaning before assigningJulien Nabet
Change-Id: Idc8e8445b870805b99d2b9434cf1f752c63cc6a0
2012-07-16Fix "Same expression on both sides of '|'"Julien Nabet
Change-Id: I8f71f0b20f3f1f41acde05d59a9b94d1ce942a7b
2012-07-16there is no --with-openldap option anymoreMatúš Kukan
Change-Id: I59dd2a5b2f7760ca610d64289cb11d5aedcd5965
2012-07-16fix --with-system-openldapLuboš Luňák
Change-Id: Ifb70bf8277659b942ef05f55f483e1407814958f
2012-07-16No space after -L (Mac OS X)Stephan Bergmann
Change-Id: I5ef42a2a9cae39628442d99c4bc691bd947a92d5
2012-07-16TypoStephan Bergmann
Change-Id: I4c36c13d1bd519217b8e6335d31c3450e8c8d4bc
2012-07-16More: echo -e is not POSIX (and unknown to Mac OS X)Stephan Bergmann
Change-Id: I8fdfbebd9fd4bf19b57ec83689116c6fc77227e6
2012-07-16echo -e is not POSIX (and unknown to Mac OS X)Stephan Bergmann
Change-Id: Id55d2028e44bfea57cd8d6c0d7085f5f6f2c77ed
2012-07-16the unknwon typo is surprisingly popularLuboš Luňák
Change-Id: Iffe25051c8357019521196f9a27065d6108ede47
2012-07-16RepositoryExternal.mk: add openldapMichael Stahl
Change-Id: I5f673db405449d28951eff4d6d30ad0b9ec5d77f
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