Home
last modified time | relevance | path

Searched refs:oustring (Results 1 – 9 of 9) sorted by relevance

/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx193 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 Dtvread.hxx65 void SAL_CALL replaceName( rtl::OUString& oustring ) const;
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx333 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 Ddatabases.hxx284 void replaceName( rtl::OUString& oustring ) const;
/trunk/main/sal/qa/
H A Dlibs2test.txt46 rtl/oustring ; rtl_OUString2
78 rtl/oustring ; rtl_ustr
/trunk/main/sal/qa/rtl/strings/
H A Dtest_oustring_compare.cxx31 namespace test { namespace oustring { namespace
H A Dtest_oustring_endswith.cxx63 namespace test { namespace oustring { namespace
H A Dtest_oustring_convert.cxx108 namespace test { namespace oustring { namespace
/trunk/main/sal/qa/rtl_strings/
H A Dreadme.txt10 directory sal/qa/rtl/ostring or sal/qa/rtl/oustring, where are some

Completed in 39 milliseconds