office-gobmx/sfx2
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
..
inc SfxViewShell::GetScrollingMode always returns SCROLLING_DEFAULT 2012-04-05 21:11:21 +04:00
prj
qa
sdi add for calc extra paste ctx menu with options to paste text or formula only 2012-03-29 19:45:22 +01:00
source Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 15:07:41 +02:00
util
workben/custompanel Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 14:30:05 +02:00
AllLangResTarget_sfx2.mk
CppunitTest_sfx2_metadatable.mk
JunitTest_sfx2_complex.mk
JunitTest_sfx2_unoapi.mk
Library_qstart.mk
Library_sfx.mk
Makefile
Module_sfx2.mk
Package_inc.mk
Package_sdi.mk
README

This is core gui code, contining base-classes for documents

Document load/save code is maintained in [git:sfx2/source/doc/docfile.cxx]
SfxMedium class, which handles all the twisty load and save corner cases.

[git:sfx2/source/applappl/sfxhelp.cxx] Start procedure for the online
help viewer top level window; handling of help URL creation and
dispatch.