Searched refs:oustring (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/xmlhelp/source/treeview/ |
H A D | tvread.cxx | 193 void SAL_CALL ConfigData::replaceName( rtl::OUString& oustring ) const in replaceName() 199 while( ( idx = oustring.indexOf( sal_Unicode('%'),++idx ) ) != -1 ) in replaceName() 201 if( oustring.indexOf( prodName,idx ) == idx ) in replaceName() 203 else if( oustring.indexOf( prodVersion,idx ) == idx ) in replaceName() 205 else if( oustring.indexOf( vendName,idx ) == idx ) in replaceName() 207 else if( oustring.indexOf( vendVersion,idx ) == idx ) in replaceName() 209 else if( oustring.indexOf( vendShort,idx ) == idx ) in replaceName() 222 aStrBuf.append( &oustring.getStr()[k],idx - k ); in replaceName() 230 if( k < oustring.getLength() ) in replaceName() 231 aStrBuf.append( &oustring.getStr()[k],oustring.getLength()-k ); in replaceName() [all …]
|
H A D | tvread.hxx | 65 void SAL_CALL replaceName( rtl::OUString& oustring ) const;
|
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | databases.cxx | 333 idx1 = oustring.indexOf( sal_Unicode('%'),idx); in replaceName() 334 idx2 = oustring.indexOf( sal_Unicode('$'),idx); in replaceName() 351 if( oustring.indexOf( prodName,idx ) == idx ) in replaceName() 353 else if( oustring.indexOf( prodVersion,idx ) == idx ) in replaceName() 355 else if( oustring.indexOf( vendName,idx ) == idx ) in replaceName() 357 else if( oustring.indexOf( vendVersion,idx ) == idx ) in replaceName() 359 else if( oustring.indexOf( vendShort,idx ) == idx ) in replaceName() 376 aStrBuf.append( &oustring.getStr()[k],idx - k ); in replaceName() 384 if( k < oustring.getLength() ) in replaceName() 385 aStrBuf.append( &oustring.getStr()[k],oustring.getLength()-k ); in replaceName() [all …]
|
H A D | databases.hxx | 284 void replaceName( rtl::OUString& oustring ) const;
|
/aoo42x/main/sal/qa/ |
H A D | libs2test.txt | 46 rtl/oustring ; rtl_OUString2 78 rtl/oustring ; rtl_ustr
|
/aoo42x/main/sal/qa/rtl/strings/ |
H A D | test_oustring_compare.cxx | 31 namespace test { namespace oustring { namespace
|
H A D | test_oustring_endswith.cxx | 63 namespace test { namespace oustring { namespace
|
H A D | test_oustring_convert.cxx | 108 namespace test { namespace oustring { namespace
|
/aoo42x/main/sal/qa/rtl_strings/ |
H A D | readme.txt | 10 directory sal/qa/rtl/ostring or sal/qa/rtl/oustring, where are some
|
Completed in 42 milliseconds