office-gobmx/svx/source/xoutdev
Noel Grandin 363cc39717 convert equalsAsciiL calls to startWith calls where possible
Simplify code like:
    aStr.equalsAsciiL( "%", 1 )
to
    aStr.startsWith( "%" )

Change-Id: Iee0e4e60b0ae6d567fa8f72db5d616fffbec3c00
2013-11-19 12:49:29 +02:00
..
_xoutbmp.cxx
_xpoly.cxx
xattr.cxx convert equalsAsciiL calls to startWith calls where possible 2013-11-19 12:49:29 +02:00
xattr2.cxx
xattrbmp.cxx remove unnecessary use of OUString constructor when assigning 2013-11-19 10:29:31 +02:00
xexch.cxx
xpool.cxx
XPropertyEntry.cxx
xtabbtmp.cxx
xtabcolr.cxx
xtabdash.cxx
xtabgrdt.cxx
xtabhtch.cxx
xtable.cxx
xtablend.cxx