Commit Graph

9 Commits

Author SHA1 Message Date
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
Takeshi Abe
2b1758a2dc Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...) 2012-02-10 23:01:07 +09:00
Norbert Thiebaud
653dda4a34 remove include of pch header from vcl 2011-11-27 13:26:59 -06:00
Thomas Arnhold
bc34a22e76 callcatcher: clean Window 2011-07-26 23:39:04 +02:00
Caolán McNamara
9b5d883fae add missing mode-lines 2011-07-14 15:31:44 +01:00
Philipp Lohmann [pl]
5d463c719b vcl2gnumake: #i116589# header cleanup: linux,solaris,macos 2011-01-24 16:34:14 +01:00
Philipp Lohmann [pl]
ff9196d058 gozer1: #161853# provide access to Window class and WindowArranger through XPropertySet 2010-04-01 16:51:09 +02:00
Philipp Lohmann [pl]
96c1ee6364 gozer1: #161853# add hierarchichal named children 2010-03-24 19:41:38 +01:00
Philipp Lohmann [pl]
d345375cfc gozer1: #161853# put an on demand WindowArranger on Window 2010-03-22 19:53:06 +01:00