summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Collapse)AuthorAgeFilesLines
* removed unused const rtl::OUStringTakeshi Abe2012-05-182-3/+0
| | | | Change-Id: If02be864f958de96ae1c54fe575b1828410390b1
* merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara2012-05-171-43/+3
| | | | | | | | a) merge them together and move it into comphelper b) turn it into a POD rather than having vast amounts of destructors registered into the cxa_atexit chain Change-Id: I04d3b9d7804f8e233013c916df9d617a0f84f96a
* Fix updchk xcu data after gbuild'ificationStephan Bergmann2012-05-113-3/+9
| | | | | | | | | For one, install:module was missing from xcu files that are processed with gb_Configuration_add_spool_modules, resulting in effectively empty output xcu files. For another, localization from Addons.xcu is now merged into per-lang registry_*.xcd in postprocess/packregistry/makefile.mk. Change-Id: Ie87edbad163b124d18090ab36aa36de560a20cbc
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-102-17/+17
| | | | Variables should have module name as prefix to prevent collisions.
* gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan2012-05-091-1/+1
| | | | Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
* gbuild: use mixed paths on cygwinMatúš Kukan2012-05-093-3/+3
| | | | | | | | make 3.82 understands mixed paths, so use them. This allows us to get rid of evil in BuildDirs.mk. Hopefully, life will be simpler now. Change-Id: I I I641f28c6af1948963f7004f8071af62e21caabb3
* WaE: NULL used in arithmeticDavid Tardon2012-05-061-1/+1
| | | | Change-Id: I89352cd2ae1d5517dff38294ff2bb53d39aadb8d
* WaE: ordered comparison of pointer with integer zeroDavid Tardon2012-05-061-3/+3
| | | | Change-Id: I832ecd73e5456d90c3247851ed4803f2edb51ae5
* WaE: unknown pragmaDavid Tardon2012-05-064-1/+15
| | | | Change-Id: Id1c36d09bb2d701474e5161e12be4bf599d8efd5
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-041-4/+4
| | | | Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
* WaE: unchecked results from write/fwriteCaolán McNamara2012-05-033-5/+17
| | | | Change-Id: Ia7943a132d05e596550bd71878b54b2825c31987
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* WaE: implicitly declaring C library function 'objc_msgSend'Tor Lillqvist2012-04-242-0/+2
|
* lp#527938: triple paperbag -- tweak bibloader againBjoern Michaelsen2012-04-231-3/+10
|
* fill in some sane defaults on read/write failureCaolán McNamara2012-04-212-19/+16
|
* WaE: extensions warnings fixedDavid Ostrovsky2012-04-212-4/+29
|
* WaE: ignoring #pragma warningDavid Tardon2012-04-161-0/+4
|
* gbuild: simplify and unify gb_Helper_*native*Matúš Kukan2012-04-093-3/+3
|
* enforce only one possible use of gb_CustomTargetMatúš Kukan2012-04-092-2/+2
| | | | | | This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
* add package deps for resourcesDavid Tardon2012-04-093-0/+15
|
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-1/+1
|
* rename gb_CppunitTest_uses_ureDavid Tardon2012-04-081-1/+1
|
* compile- and run-time use of UNO must be splitDavid Tardon2012-04-081-0/+2
| | | | | | | | | | | There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk
* simplify use of configuration from unit testsDavid Tardon2012-04-081-3/+1
|
* always use --protector for UNO testsDavid Tardon2012-04-081-1/+0
|
* drop uses_ureDavid Tardon2012-04-081-2/+0
|
* let use_api handle the use of type rdbs at runtimeDavid Tardon2012-04-081-4/+0
| | | | | Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime?
* extensions: add np_sdk_inc to mozilla_headers externalMichael Stahl2012-04-083-6/+0
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-0821-58/+58
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-12/+8
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-5/+5
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Clean up optional online update moduleStephan Bergmann2012-04-051-1/+6
| | | | | | | | | | | | | | | * The updatecheckui lib is part of that module; should its scp entry also be marked ComponentCondition="ISCHECKFORPRODUCTUPDATES=1"? * unpack_update (and other scripts as well?) need only be generated if ENABLE_ONLINE_UPDATE. * It is inconsistent that there is a distinct onlineupdate.xcd not merged into main.xcd, while the updchk and updatecheckui component files are merged into the global services.rdb. * The updchk res file should also go into (a resource sub-module of) the optional online update module.
* UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2012-04-053-4/+4
|
* fix so_activex_idl, part twoMatúš Kukan2012-04-041-1/+1
| | | | | The order seems to be important here. However it has worked for me and I am not sure this will fix tinderboxes.
* fix so_activex_idl, part oneMatúš Kukan2012-04-042-7/+5
|
* extensions: use CustomTarget makefilesMatúš Kukan2012-04-048-110/+29
|
* always pass --headless to cppunitsLuboš Luňák2012-04-021-1/+0
| | | | | | They should not need any actual UI anyway, and most of them already pass the option manually. http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html
* Hop, a logical errorFridrich Štrba2012-03-231-1/+1
|
* Move spotlight plugin out of minizipFridrich Štrba2012-03-237-2363/+317
|
* reduce UniStringsCaolán McNamara2012-03-203-12/+14
|
* remove fiddly casts, add few const where appropriateLuboš Luňák2012-03-191-8/+7
|
* logical || -> binary |Luboš Luňák2012-03-161-1/+1
|
* Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2012-03-161-1/+1
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-1410-0/+30
| | | | | | | | | | | | | | ...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
* extensions: split out static library from npsopluginMichael Stahl2012-03-124-2/+40
|
* extensions: split out static library for X11 plugin connection stuffMichael Stahl2012-03-124-4/+84
|
* Fix WITH_OPENLDAP caseStephan Bergmann2012-03-121-12/+14
|
* extensions: export npsoplugin's symbolsMatúš Kukan2012-03-102-18/+46
|
* Fix tools->bibliography database, brown paper bag over head commit :-)Caolán McNamara2012-03-091-1/+1
|
* fdo#46847 fix build of so_activex.rcAndras Timar2012-03-091-1/+1
| | | | | | | | | | | Use \ instead of / in path, but more importantly, use relative path, because '-' in path caused build error. Path was truncated right before the '-'. We could have put it between quotes, but then the SO_ACTIVEX_TLB_DIR define would not be substituted, so instead of hacking of the rc, I chose this solution. e