summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-067-121/+37
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-064-10/+10
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
* shell: fix silly flags from 2c5a817591Michael Stahl2012-04-051-1/+1
|
* typo fixAndras Timar2012-03-272-2/+2
|
* replace OpenOffice.org to LibreOffice in registry keysAndras Timar2012-03-274-28/+28
|
* .txt files don't need executable bitsMichael Stahl2012-03-235-0/+0
|
* .component files don't need executable bitsMichael Stahl2012-03-2311-0/+0
|
* .h files don't need executable bitsMichael Stahl2012-03-233-0/+0
|
* .c files don't need executable bitsMichael Stahl2012-03-232-0/+0
|
* replace OpenOffice.org to LibreOffice in registry keysAndras Timar2012-03-231-1/+1
|
* WaE: ignoring lockf return valueCaolán McNamara2012-03-221-1/+2
|
* Appease valgrindFridrich Štrba2012-03-211-0/+1
|
* Call inflateInit2 instead of inflateInit for the zip streamFridrich Štrba2012-03-211-1/+1
|
* chmod -xTor Lillqvist2012-03-212-0/+0
|
* Remove unused defineFridrich Štrba2012-03-211-2/+0
|
* Missing includeStephan Bergmann2012-03-191-0/+4
|
* Simple Zip file-format implementation to avoid the need of minizipFridrich Štrba2012-03-1915-225/+547
|
* mingw: allow use of system zlibDavid Tardon2012-03-1811-8/+45
|
* Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2012-03-164-16/+73
|
* WaE: missing initializer for memberDavid Tardon2012-03-121-1/+1
|
* WaE: deprecated conversion from string constant to 'LPSTR'David Tardon2012-03-121-1/+1
|
* WaE: deprecated conversion from string constant to 'char*'David Tardon2012-03-121-1/+1
|
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-121-1/+1
|
* WaE: variable 'hr' set but not usedDavid Tardon2012-03-121-3/+2
|
* WaE: variable 'bRet' set but not usedDavid Tardon2012-03-121-2/+2
|
* WaE: defined but not usedDavid Tardon2012-03-121-1/+0
|
* WaE: deprecated conversion from string constant to 'LPSTR'David Tardon2012-03-121-1/+2
|
* WaE: deleting object of abstract class type with non-virt. destuctorDavid Tardon2012-03-121-2/+6
|
* WaE: variable 'hr' set but not usedDavid Tardon2012-03-121-3/+2
|
* suppress errors with -WerrorDavid Tardon2012-03-121-0/+4
|
* WaE: "_WIN32_WINNT" redefinedDavid Tardon2012-03-126-17/+17
|
* WaE: invalid conversion from 'const char*' to 'LPSTR'David Tardon2012-03-121-1/+2
|
* WaE: value computed is not usedDavid Tardon2012-03-121-1/+1
|
* WaE: deprecated conversion from string constant to 'char*''David Tardon2012-03-121-3/+3
|
* WaE: initialization orderDavid Tardon2012-03-121-1/+1
|
* WaE: "_WIN32_WINNT" redefinedDavid Tardon2012-03-124-14/+14
|
* Get rid of size() == 0Elton Chung2012-02-192-3/+3
|
* Fix typos in commentsElton Chung2012-02-181-1/+1
|
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+1
|
* Decrease verbiage a little bitTor Lillqvist2012-01-275-5/+13
|
* make shell ByteString freeCaolán McNamara2012-01-231-6/+6
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-215-6/+13
| | | | | | | | | 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.
* Fix spelling typoJesús Corrius2012-01-201-1/+1
|
* Fix for fdo43460 Part XXXIV getLength() to isEmpty()Olivier Hallot2012-01-114-16/+16
| | | | | | Part XXXIV Modules shell, slideshow, sot, starmath
* catch exception by constant referenceTakeshi Abe2011-12-263-3/+3
|
* tkr41: #117828# office crash fixed . (null pointer) + add unit testmst2011-11-291-1/+2
| | | | * found as LGPLv3-only fix at svn rev 1172105 (http://svn.apache.org/viewvc?view=revision&revision=1172105)
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove include of pch header from shellNorbert Thiebaud2011-11-2762-115/+0
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-8/+0
|
* s/infomation/information/Korrawit Pruegsanusak2011-11-272-5/+5
|