Home
last modified time | relevance | path

Searched refs:indexOf (Results 751 – 760 of 760) sorted by relevance

1...<<31

/aoo42x/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx4857 if( aFontName.indexOf( OUString( RTL_CONSTASCII_USTRINGPARAM( "times" ) ) ) != -1 ) in getBestBuiltinFont()
4859 else if( aFontName.indexOf( OUString( RTL_CONSTASCII_USTRINGPARAM( "courier" ) ) ) != -1 ) in getBestBuiltinFont()
4861 else if( aFontName.indexOf( OUString( RTL_CONSTASCII_USTRINGPARAM( "dingbats" ) ) ) != -1 ) in getBestBuiltinFont()
4863 else if( aFontName.indexOf( OUString( RTL_CONSTASCII_USTRINGPARAM( "symbol" ) ) ) != -1 ) in getBestBuiltinFont()
/aoo42x/main/sfx2/source/appl/
H A Dnewhelp.cxx695 insert = ( ( ndx = aKeywordPair.indexOf( sal_Unicode( ';' ) ) ) == -1 ? sal_False : sal_True ); in InitializeIndex()
/aoo42x/main/sd/source/ui/unoidl/
H A Dunopage.cxx1563 sal_Int32 nIndex = rURL.indexOf( (sal_Unicode)'#' ); in setBookmarkURL()
/aoo42x/main/framework/source/services/
H A Dautorecovery.cxx1175 if (pItems[i].indexOf(RECOVERY_ITEM_BASE_IDENTIFIER)==0) in implts_readConfig()
/aoo42x/main/codemaker/source/cppumaker/
H A Dcpputype.cxx721 if ( m_typeName.indexOf('/') < 0 ) in isGlobal()
/aoo42x/main/sw/source/core/access/
H A Daccpara.cxx4287 sal_Int32 tabIndex = tabStr.indexOf(tabChar); in tabCharInWord()
/aoo42x/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx3402 if ( nIndex >= 0 && ( aCommand.indexOf( aSlotCmd ) == 0 )) in ConvertSlotsToCommands()
/aoo42x/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java543 int j = m_BufferActual.indexOf(node); in testBuffer()
/aoo42x/main/tools/source/fsys/
H A Durlobj.cxx712 m_aScheme = SubString( 0, sTemp.indexOf(static_cast< sal_Unicode >(':')) ); in setAbsURIRef()
/aoo42x/main/sal/qa/OStringBuffer/
H A Drtl_OStringBuffer.cxx11621 sal_Int32 nPos = sBufferString.indexOf(sFloatValue); in checkIfStrBufContainAtPosTheFloat()
12790 sal_Int32 nPos = sBufferString.indexOf(sDoubleValue); in checkIfStrBufContainAtPosTheDouble()

Completed in 396 milliseconds

1...<<31