summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Collapse)AuthorAgeFilesLines
* Avoid temporary rtl::OUStringTakeshi Abe2012-02-282-2/+2
| | | | in scripting / sdext / starmath / stoc / svtools / svx
* Avoid temporary rtl::OUStringJulien Nabet2012-02-261-5/+5
|
* Get rid of size() == 0Elton Chung2012-02-193-3/+3
|
* java: add STOC_FORCE_NO_JRE env. var to enable easy testing of no-JRE case.Michael Meeks2012-02-161-2/+8
|
* Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich2012-02-061-0/+1
|
* A few safe replacements of pathes->pathsJesús Corrius2012-02-011-2/+2
|
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-2611-122/+122
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-219-13/+19
| | | | | | | | | SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
* Code clean up.Stephan Bergmann2012-01-201-6/+6
|
* Drop UNO_REF_QUERY[_THROW] duplicates of UNO_QUERY[_THROW].Stephan Bergmann2012-01-191-1/+1
| | | | | | | | They are virtually unused (at least the LibO code base has only a single use of UNO_REF_QUERY) but confuse static analysis tools that classify unused function parameters as "tags" (which legalizes the unusedness of those parameters) if they are of an enum type with exactly one value defined.
* Clang -Wunused-variable.Stephan Bergmann2012-01-151-0/+1
|
* Fix mistake in type OUStringBufferOlivier Hallot2012-01-121-1/+1
| | | | Fix mistake in method for type OUStringBuffer
* Fix for fdo43460 Part XXXV getLength() to isEmpty()Olivier Hallot2012-01-1224-99/+95
| | | | | | Part XXXV Modules stoc
* Get rid of manual ref counting.Stephan Bergmann2012-01-022-122/+29
|
* USE_INTROSPECTION_CACHE is always defined.Stephan Bergmann2012-01-021-23/+1
|
* function component_canUnload is exportedDavid Tardon2011-12-277-7/+7
|
* catch exception by constant referenceTakeshi Abe2011-12-2725-50/+50
|
* msvc 2008 express won't link without explicit salhelperCaolán McNamara2011-12-161-0/+1
| | | | | post salhelper visibility markup and gbuildification express 2008 doesn't link without salhelper mentioned on link line
* Removed extra semicolonsJesse2011-12-151-1/+1
|
* I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist2011-12-115-5/+0
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-320/+0
|
* remove include of pch header from stocNorbert Thiebaud2011-11-2777-149/+0
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-8/+0
|
* Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist2011-11-1711-12/+12
| | | | | | | | | | | | | This commit for the old build system. (Don't bother for components not relevant for Android.) The Android package installer (as invoked through "adb install", from "ant debug install") silently ignores native libraries in app packages (.apk files) whose names don't start with "lib" and end with ".so". The package builder (as invoked through "ant debug") in the SDK gladly includes also thusly named native libraries in the .apk, though. Yay for consistency.
* Fix logic of isDerivedFrom functionKevin Hunter2011-10-051-18/+7
| | | | | | | | From an email conversation with Stephen Bergmann "I think the real intent always was to actually look through all the returned getSuperclasses(), and the error that superclasses past the first one are effectively ignored has never been noticed."
* WaE: unreachable code, also add comment pondering what the code meansTor Lillqvist2011-10-031-1/+8
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-302-0/+6
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-3/+6
|
* remove obsolete Forte NOOPT filesMichael Meeks2011-09-241-6/+0
|
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-222-0/+10
|
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-216-13/+13
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* sb140: #i117698# no implementations of XIdlClassProvider remain, so code ↵Stephan Bergmann2011-09-125-544/+513
| | | | that checks for it can be removed
* sb140: #i117694# some CppUnit related cleanupStephan Bergmann2011-09-123-36/+4
|
* fix this up, revert using comphelper stuff, but modify to-dosCaolán McNamara2011-08-293-18/+32
|
* Need to link with COMPHELPERLIB for isupperAscii etcTor Lillqvist2011-08-291-0/+1
|
* merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara2011-08-292-28/+15
|
* Some cppcheck cleaningJulien Nabet2011-08-131-1/+1
|
* Some cppcheck cleaningJulien Nabet2011-08-111-1/+1
|
* Some cppcheck cleaningJulien Nabet2011-08-101-1/+1
|
* Use prefixed getFactory and no canUnload on iOSTor Lillqvist2011-08-081-0/+6
|
* Deliver also static component archives as built for iOSTor Lillqvist2011-08-081-0/+1
|
* we are searching for prefix in activateMatúš Kukan2011-07-281-1/+1
| | | | also fix small typo
* Remove component_getImplementationEnvironmentMatúš Kukan2011-07-1217-101/+0
|
* re-work prefix handling and undo cppuhelper ABI change, add unit testMichael Meeks2011-06-241-1/+19
| | | | | | use a separate prefix enabled method instead of changing the ABI of cppuhelper also - lookup the prefix in the dllcomponentloader in case we are called this way also - add a unit test for the prefix change
* Add prefix information about component into registryMatus Kukan2011-06-241-7/+40
|
* stoc depends on registryTor Lillqvist2011-06-211-1/+1
|
* Use DESKTOP and NATIVE where appropriateTor Lillqvist2011-06-161-1/+1
|
* don't throw an exception on unexpected attributes in XML rdb filesMichael Meeks2011-06-141-7/+1
|
* No malloc.h in iOS SDK eitherTor Lillqvist2011-06-141-1/+1
| | | | | | Why this source file bothers including <malloc.h> at all (on platforms where it exists) I have no idea... This is C++ for chrissake. And the standard C location for the malloc() declaration is <stdlib.h> anyway.
* createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara2011-06-131-1/+3
|