Home
last modified time | relevance | path

Searched refs:indexOfAsciiL (Results 1 – 18 of 18) sorted by relevance

/aoo41x/main/svtools/source/misc/
H A Dimageresourceaccess.cxx135 if ( ( _rURL.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "private:resource/" ) ) == 0 ) in isSupportedURL()
136 … || ( _rURL.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "private:graphicrepository/" ) ) == 0 ) in isSupportedURL()
137 … || ( _rURL.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "private:standardimage/" ) ) == 0 ) in isSupportedURL()
138 … || ( _rURL.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "vnd.sun.star.GraphicObject:" ) ) == 0 ) in isSupportedURL()
139 … || ( _rURL.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "vnd.sun.star.extension://" ) ) == 0 ) in isSupportedURL()
/aoo41x/main/comphelper/source/misc/
H A Dstring.cxx47 sal_Int32 n = source.indexOfAsciiL(from, fromLength, beginAt); in searchAndReplaceAsciiL()
59 sal_Int32 n = _source.indexOfAsciiL( _from, fromLength, _beginAt ); in searchAndReplaceAllAsciiWithAscii()
68 n = dest.indexOfAsciiL( _from, fromLength, n + to.getLength() ); in searchAndReplaceAllAsciiWithAscii()
80 sal_Int32 n = _source.indexOfAsciiL( _asciiPattern, fromLength, _beginAt ); in searchAndReplaceAsciiI()
/aoo41x/main/ucb/source/ucp/webdav/
H A Dwebdavprovider.cxx114 sal_Int32 nIndex = aUserAgent.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "$ooName" ) ); in ContentProvider()
120 nIndex = aUserAgent.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "$ooSetupVersion" ) ); in ContentProvider()
/aoo41x/main/sal/qa/rtl/oustring/
H A Drtl_OUString2.cxx1088 rtl::OUString().indexOfAsciiL(RTL_CONSTASCII_STRINGPARAM(""))); in test()
1094 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("foo")).indexOfAsciiL( in test()
1102 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("fofoobar")).indexOfAsciiL( in test()
1110 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("foofoobar")).indexOfAsciiL( in test()
/aoo41x/main/tools/source/generic/
H A Dsvlibrary.cxx101 if ( aPaths[n].indexOfAsciiL("vnd.sun.star.expand",19) == 0) in LoadModule()
/aoo41x/main/connectivity/source/commontools/
H A Dsqlerror.cxx138 sal_Int32 nIndex = _rMessage.indexOfAsciiL( _pPlaceholder, nPlaceholderLen ); in lcl_substitutePlaceholder()
/aoo41x/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1347 …aMessage.replaceAt( aMessage.indexOfAsciiL( "$type$", 6 ), 6, ::rtl::OUString::valueOf( aSourceCol… in impl_copyRows_throw()
1348 …aMessage.replaceAt( aMessage.indexOfAsciiL( "$pos$", 5 ), 5, ::rtl::OUString::valueOf( nSourceColu… in impl_copyRows_throw()
/aoo41x/main/svx/source/form/
H A Dfmtools.cxx122 if ( aError.Message.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "[OOoBase]" ) ) != 0 ) in lcl_shouldDisplayError()
/aoo41x/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx181 …bool bIsDocumentScript = ( xStringUri.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "document" ) ) !=… in dispatchWithNotification()
/aoo41x/main/sfx2/source/view/
H A Dfrmload.cxx378 …const sal_Int32 nSlotPos = i_rFactoryURL.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "slot=" ), nPa… in impl_findSlotParam()
/aoo41x/main/sal/inc/rtl/
H A Dustring.hxx846 sal_Int32 indexOfAsciiL( in indexOfAsciiL() function in rtl::OUString
/aoo41x/main/scripting/source/provider/
H A DMasterScriptProvider.cxx140 … if ( m_sCtxString.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "vnd.sun.star.tdoc" ) ) == 0 ) in initialize()
/aoo41x/main/sdext/source/pdfimport/
H A Dfilterdet.cxx139 aLabel.indexOfAsciiL(pFileName,sizeof(pFileName)/sizeof(*pFileName)-1), in initControls()
/aoo41x/main/extensions/source/update/feed/
H A Dupdatefeed.cxx396 i = aUserAgent.indexOfAsciiL( in UpdateInformationProvider()
/aoo41x/main/vcl/aqua/source/window/
H A Dsalframe.cxx351 if( i_rDocURL.indexOfAsciiL( "file:", 5 ) == 0 ) in SetRepresentedURL()
/aoo41x/main/sfx2/source/doc/
H A Dobjuno.cxx382 sal_Int32 idx = sName.indexOfAsciiL("%1", 2); in Reset()
/aoo41x/main/vcl/source/window/
H A Dprintdlg.cxx1870 sal_Int32 nPos = i_rOrig.indexOfAsciiL( i_pRepl, i_nReplLen ); in searchAndReplace()
/aoo41x/main/reportdesign/source/ui/report/
H A DReportController.cxx2746 …OSL_ENSURE( sCommandURL.indexOfAsciiL( ".uno:", 5 ) == 0, "OReportController::getViewData: illegal… in getViewData()

Completed in 221 milliseconds