/aoo4110/main/svtools/source/misc/ |
H A D | imageresourceaccess.cxx | 135 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()
|
/aoo4110/main/comphelper/source/misc/ |
H A D | string.cxx | 47 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()
|
/aoo4110/main/ucb/source/ucp/webdav/ |
H A D | webdavprovider.cxx | 114 sal_Int32 nIndex = aUserAgent.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "$ooName" ) ); in ContentProvider() 120 nIndex = aUserAgent.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "$ooSetupVersion" ) ); in ContentProvider()
|
/aoo4110/main/sal/qa/rtl/oustring/ |
H A D | rtl_OUString2.cxx | 1088 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()
|
/aoo4110/main/tools/source/generic/ |
H A D | svlibrary.cxx | 101 if ( aPaths[n].indexOfAsciiL("vnd.sun.star.expand",19) == 0) in LoadModule()
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | sqlerror.cxx | 138 sal_Int32 nIndex = _rMessage.indexOfAsciiL( _pPlaceholder, nPlaceholderLen ); in lcl_substitutePlaceholder()
|
/aoo4110/main/dbaccess/source/ui/uno/ |
H A D | copytablewizard.cxx | 1347 …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()
|
/aoo4110/main/svx/source/form/ |
H A D | fmtools.cxx | 122 if ( aError.Message.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "[OOoBase]" ) ) != 0 ) in lcl_shouldDisplayError()
|
/aoo4110/main/scripting/source/protocolhandler/ |
H A D | scripthandler.cxx | 164 …bool bIsDocumentScript = ( xStringUri.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "document" ) ) !=… in dispatchWithNotification()
|
/aoo4110/main/sfx2/source/view/ |
H A D | frmload.cxx | 378 …const sal_Int32 nSlotPos = i_rFactoryURL.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "slot=" ), nPa… in impl_findSlotParam()
|
/aoo4110/main/sal/inc/rtl/ |
H A D | ustring.hxx | 846 sal_Int32 indexOfAsciiL( in indexOfAsciiL() function in rtl::OUString
|
/aoo4110/main/scripting/source/provider/ |
H A D | MasterScriptProvider.cxx | 140 … if ( m_sCtxString.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "vnd.sun.star.tdoc" ) ) == 0 ) in initialize()
|
/aoo4110/main/sdext/source/pdfimport/ |
H A D | filterdet.cxx | 139 aLabel.indexOfAsciiL(pFileName,sizeof(pFileName)/sizeof(*pFileName)-1), in initControls()
|
/aoo4110/main/extensions/source/update/feed/ |
H A D | updatefeed.cxx | 396 i = aUserAgent.indexOfAsciiL( in UpdateInformationProvider()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | objuno.cxx | 382 sal_Int32 idx = sName.indexOfAsciiL("%1", 2); in Reset()
|
H A D | objmisc.cxx | 1698 …bool bIsDocumentScript = ( _rScriptURL.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "location=docume… in CallXScript()
|
/aoo4110/main/vcl/aqua/source/window/ |
H A D | salframe.cxx | 351 if( i_rDocURL.indexOfAsciiL( "file:", 5 ) == 0 ) in SetRepresentedURL()
|
/aoo4110/main/vcl/source/window/ |
H A D | printdlg.cxx | 1870 sal_Int32 nPos = i_rOrig.indexOfAsciiL( i_pRepl, i_nReplLen ); in searchAndReplace()
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 2746 …OSL_ENSURE( sCommandURL.indexOfAsciiL( ".uno:", 5 ) == 0, "OReportController::getViewData: illegal… in getViewData()
|