office-gobmx/odk
Szabolcs Dezsi 743f22045c Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 15:07:41 +02:00
..
docs .gif files don't need executable bits 2012-03-23 21:58:14 +01:00
examples Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 15:07:41 +02:00
inc
pack
prj
settings
source
util
cfgWin.js
configure.pl
index.html
index_online.html
no_localization
README
setsdkenv_unix
setsdkenv_unix.csh.in
setsdkenv_unix.sh.in
setsdkenv_windows.bat
setsdkenv_windows.template
setsdkname.bat

Office development kit - implements the first step on the way to the LibreOffice SDK tarball.

Part of the SDK; to build you need to add --enable-odk.