Home
last modified time | relevance | path

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

12345678910>>...31

/aoo42x/main/scripting/source/provider/
H A DMasterScriptProvider.cxx77 if ( ( index = target.indexOf( item ) ) != -1 && in endsWith()
332 if ( ( index = location.indexOf( pkgTag ) ) > -1 ) in getScript()
437 if ( sCtx.indexOf( OUSTR( "vnd.sun.star.tdoc" ) ) == 0 ) in getName()
H A DURIHelper.cxx163 else if (m_sLocation.indexOf(OUString::createFromAscii(TDOC_SCHEME)) == 0) in initBaseURI()
214 sal_Int32 idx = rStorageURI.indexOf(m_sBaseURI); in getLanguagePart()
/aoo42x/main/xmloff/source/transform/
H A DStyleOOoTContext.cxx878 if( aAttrValue.indexOf( sal_Unicode('%') ) != -1 ) in StartElement()
965 if( sAttrValue.indexOf( sal_Unicode('%') ) != -1 ) in StartElement()
1009 if( bMoveProtect && -1 == aProtectAttrValue.indexOf( rPosition ) ) in StartElement()
1017 if( bSizeProtect && -1 == aProtectAttrValue.indexOf( rSize ) ) in StartElement()
/aoo42x/main/cui/source/customize/
H A Dmacropg.cxx486 sal_Int32 nIndex = aURL.indexOf( aVndSunStarUNO ); in Paint()
507 aPureMethod = aPureMethod.copy( 0, aPureMethod.indexOf( '?' ) ); in Paint()
665 bool bUNOAssigned = (sEventURL.indexOf( aVndSunStarUNO ) == 0); in GenericHandler_Impl()
936 sal_Int32 nIndex = maURL.indexOf( aVndSunStarUNO ); in AssignComponentDialog()
/aoo42x/main/cppuhelper/source/
H A Dunourl.cxx229 sal_Int32 j = rUrl.indexOf(';', i); in create()
237 j = rUrl.indexOf(0x3B, i); // ';' in create()
/aoo42x/main/qadevOOo/tests/java/ifc/beans/
H A D_XMultiPropertySet.java330 if (name.indexOf("UserDefined")>0 || name.indexOf("Device")>0) { in getPropsToTest()
/aoo42x/main/qadevOOo/runner/convwatch/
H A DFileHelper.java200 int n = path.indexOf(fs, 2); in makeDirectories()
201 n = path.indexOf(fs, n + 1); in makeDirectories()
/aoo42x/main/extensions/source/config/ldap/
H A Dldapuserprofilebe.cxx167 sal_Int32 nIndex = loggedOnUser->indexOf('/'); in readLdapConfiguration()
210 sal_Int32 j = PropertyName.indexOf(',', i); in getPropertyValue()
/aoo42x/main/qadevOOo/tests/java/ifc/configuration/backend/
H A D_XBackend.java211 int sl = implCalled.indexOf("startLayer"); in checkLayer()
221 int el = implCalled.indexOf("endLayer"); in checkLayer()
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XCellRangesQuery.java179 endIndex = expected.indexOf(" ... ", startIndex); in _queryEmptyCells()
186 res &= (getting.indexOf(checkString) > -1); in _queryEmptyCells()
/aoo42x/main/framework/source/services/
H A Durltransformer.cxx165 sal_Int32 nURLIndex = aURL.Complete.indexOf( sal_Unicode( ':' )); in parseStrict()
237 sal_Int32 nIndex = aURL.Complete.indexOf( sal_Unicode( ':' )); in parseSmart()
/aoo42x/main/desktop/source/offacc/
H A Dacceptor.cxx174 sal_Int32 nIndex1 = m_aAcceptString.indexOf( (sal_Unicode) ';' ); in initialize()
179 sal_Int32 nIndex2 = m_aAcceptString.indexOf( (sal_Unicode) ';' , nIndex1 ); in initialize()
/aoo42x/main/qadevOOo/runner/lib/
H A DMultiMethodTest.java276 int firstDot = clsName.indexOf("."); in getTestedClassName()
281 if (entry.longName.indexOf("::drafts::com::") > -1) in getTestedClassName()
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbacommandbars.cxx66 … if( sResourceUrl.indexOf( rtl::OUString::createFromAscii("private:resource/toolbar/") ) != -1 ) in nextElement()
201 … if(allNames[i].indexOf( rtl::OUString::createFromAscii("private:resource/toolbar/") ) != -1 ) in getCount()
/aoo42x/main/shell/source/cmdmail/
H A Dsyscmdmail.cxx66 sal_Int32 nIndex = rStr.indexOf('"'); in escapeDoubleQuotes()
83 while ( ( nIndex = rStr.indexOf( '"' , nIndex ) ) != -1 ); in escapeDoubleQuotes()
/aoo42x/main/toolkit/test/accessibility/
H A DAccTreeNode.java249 public int indexOf (AccessibleTreeNode aNode) in indexOf() method in AccTreeNode
257 int nIndex = aDescriptor.maHandler.indexOf (aNode); in indexOf()
/aoo42x/main/qadevOOo/runner/stats/
H A DSQLExecution.java165 int index = originalKey.indexOf('$'); in executeSQLCommand()
325 while ((quotIndex = returnString.indexOf('\"')) != -1) { in checkForQuotationMarks()
/aoo42x/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx1057 sal_Int32 nPageNumberIndex = sFieldData.indexOf(s_sPageNumber); in exportFormula()
1058 sal_Int32 nPageCountIndex = sFieldData.indexOf(s_sPageCount); in exportFormula()
1114 sal_Int32 nIndex = sExpression.indexOf('"'); in exportGroup()
1118 nIndex = sExpression.indexOf('"',nIndex+2); in exportGroup()
1493 sal_Int32 nPageNumberIndex = sFieldData.indexOf(s_sPageNumber); in exportParagraph()
1518 … if ( sToken.indexOf('"') == 0 && sToken.lastIndexOf('"') == sToken.getLength()-1 ) in exportParagraph()
/aoo42x/main/extensions/source/update/check/
H A Dupdatehdl.cxx626 sal_Int32 nIndex = rText.indexOf( rWhat ); in searchAndReplaceAll()
631 nIndex = rText.indexOf( rWhat, nIndex ); in searchAndReplaceAll()
890 sal_Int32 nVerIndex = rString.indexOf( aProductVersion ); in setFullVersion()
910 sal_Int32 nIndex = aProductFullVersion.indexOf( '.' ); in setFullVersion()
918 nIndex = aProductFullVersion.indexOf( '.', nIndex+1 ); in setFullVersion()
/aoo42x/main/sfx2/source/control/
H A Dunoctitm.cxx470 ( aURL.Path.indexOf( '.' ) > 0 )) in IsMasterUnoCommand()
481 sal_Int32 nIndex = aURL.Path.indexOf( '.' ); in GetMasterUnoCommand()
571 sal_Int32 nQueryIndex = aURL.Complete.indexOf( '?' ); in addParametersToArgs()
656 sal_Int32 nIndex = rURL.Path.indexOf( '.' ); in getSlaveCommand()
/aoo42x/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DInterfaceContainer_Test.java326 public boolean indexOf() in indexOf() method in InterfaceContainer_Test
334 r[i++]= cont.indexOf(obj3) == 2; in indexOf()
339 r[i++]= cont.indexOf(proxyObj3Weak1) == 2; in indexOf()
957 r[i++]= test.indexOf(); in main()
/aoo42x/main/shell/source/backends/wininetbe/
H A Dwininetbackend.cxx94 if( nextToken.indexOf( EQUAL_SIGN ) > -1 ) in FindProxyEntry()
171 if ( aProxyList.indexOf( aToken ) == -1 ) in WinInetBackend()
/aoo42x/main/shell/source/win32/sysmail/
H A Dsysmailclient.cxx98 sal_Int32 nIndex = rStr.indexOf(sal_Unicode('"')); in quoteAndEscape()
115 while ( ( nIndex = rStr.indexOf( '"' , nIndex ) ) != -1 ); in quoteAndEscape()
/aoo42x/main/connectivity/source/commontools/
H A DTIndexes.cxx66 sal_Int32 nLen = _rName.indexOf('.'); in createObject()
231 sal_Int32 nLen = _sElementName.indexOf('.'); in dropObject()
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBConnection.cxx80 sal_Int32 nLen = url.indexOf(':'); in Construct()
81 nLen = url.indexOf(':',nLen+1); in Construct()

Completed in 80 milliseconds

12345678910>>...31