Home
last modified time | relevance | path

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

/AOO41X/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;
/AOO41X/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx324 void Databases::replaceName( rtl::OUString& oustring ) const in replaceName()
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()
361 else if( oustring.indexOf( newProdName,idx ) == idx ) in replaceName()
363 else if( oustring.indexOf( newProdVersion,idx ) == idx ) in replaceName()
[all …]
H A Ddatabases.hxx284 void replaceName( rtl::OUString& oustring ) const;
/AOO41X/main/sal/qa/rtl/strings/
H A Dtest_oustring_compare.cxx31 namespace test { namespace oustring { namespace
45 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(test::oustring::Compare, "alltest");
47 void test::oustring::Compare::equalsIgnoreAsciiCaseAscii() in equalsIgnoreAsciiCaseAscii()
H A Dtest_oustring_endswith.cxx35 namespace test { namespace oustring { namespace
49 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(test::oustring::EndsWith, "alltest");
75 void test::oustring::EndsWith::endsWith() in endsWith()
H A Dtest_oustring_convert.cxx32 namespace test { namespace oustring { namespace
46 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(test::oustring::Convert, "alltest");
122 void test::oustring::Convert::convertToString() in convertToString()