Home
last modified time | relevance | path

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

12345678910>>...31

/aoo42x/main/qadevOOo/tests/java/ifc/form/validation/
H A D_XValidatableFormComponent.java196 isWritable && isNotNull && (name.indexOf("Format") < 0) in getPropsToTest()
211 if (tEnv.getTestCase().getObjectName().indexOf("Formatted") > 0) in getPropsToTest()
/aoo42x/main/framework/source/uifactory/
H A Daddonstoolboxfactory.cxx99 sal_Int32 nIndex = aContextList.indexOf( rModuleIdentifier ); in IsCorrectContext()
185 …if ( aResourceURL.indexOf( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "private:resource/toolbar/a… in createUIElement()
/aoo42x/main/l10ntools/source/filter/utils/
H A DConfigHelper.java104 int pos = lCommandLineArgs[arg].indexOf('='); in ConfigHelper()
282 (sToken.indexOf("\"") == 0 ) && in getStringList()
/aoo42x/main/cpputools/source/registercomponent/
H A Dregistercomponent.cxx81 if (fileName.indexOf(OUString::createFromAscii("file://")) == 0 ) in isFileUrl()
94 if ( fileName.indexOf('.') == 0 || fileName.indexOf(SEPARATOR) < 0 ) in convertToFileUrl()
/aoo42x/main/oox/source/vml/
H A Dvmlformatting.cxx69 sal_Int32 nSepPos = rValue.indexOf( cSep ); in separatePair()
239 sal_Int32 nOpenParen = aColorIndex.indexOf( '(' ); in decodeColor()
240 sal_Int32 nCloseParen = aColorIndex.indexOf( ')' ); in decodeColor()
/aoo42x/main/qadevOOo/tests/java/ifc/frame/
H A D_XDispatchRecorderSupplier.java206 macro.indexOf("XDispatchRecorderSupplier")>-1 && in _dispatchAndRecord()
207 macro.indexOf(".uno:InsertText")>-1; in _dispatchAndRecord()
/aoo42x/main/scripting/java/org/openoffice/idesupport/
H A DSVersionRCFile.java191 if (listunopkg[i].toLowerCase().indexOf(SCRIPTF)>-1) in getPathForUnoil()
202 path = path.substring(path.indexOf(UNOPACKAGEDIR)); in getPathForUnoil()
/aoo42x/main/qadevOOo/tests/java/mod/_remotebridge/
H A Dvarious.java196 int idx = cncstr.indexOf("host=") + 5 ; in createTestEnvironment()
203 cncstr.substring(idx, cncstr.indexOf(",", idx)) + in createTestEnvironment()
/aoo42x/main/unotools/source/config/
H A Dpathoptions.cxx401 …sal_Int32 nPosition = aWorkText.indexOf( SIGN_STARTVARIABLE ); // = first position of "$(" in stri… in SubstVar()
409 sal_Int32 nEndPosition = aWorkText.indexOf( SIGN_ENDVARIABLE, nPosition ); in SubstVar()
440 nPosition = aWorkText.indexOf( SIGN_STARTVARIABLE, nPosition ); in SubstVar()
446 sal_Int32 nEndPosition = aWorkText.indexOf( SIGN_ENDVARIABLE, nPosition ); in SubstVar()
/aoo42x/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java845 int p = filename.indexOf("."); in getExtension()
856 while ((p = filename.indexOf(".")) > -1); in getExtension()
1066 while ((pos = url.indexOf("/", pos + 1)) > -1) in getParentDir()
1170 int nextSlash = path.indexOf("/", 1) + 1; in getShortFilename()
/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java265 int nPosition = aSettings.aColDimensions.indexOf( new Integer(nDimension)); in getResults()
270 nPosition = aSettings.aRowDimensions.indexOf( new Integer(nDimension)); in getResults()
651 nPosition = aSettings.aColDimensions.indexOf( new Integer(nDimension) ); in getPropertyValue()
653 nPosition = aSettings.aRowDimensions.indexOf( new Integer(nDimension) ); in getPropertyValue()
/aoo42x/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.hxx60 if( ( idx = Hash.indexOf( sal_Unicode( '#' ) ) ) != -1 ) in getHash()
75 if( ( idx = File.indexOf( sal_Unicode( '#' ) ) ) != -1 ) in getFile()
/aoo42x/main/writerfilter/unocomponent/debugservices/ooxml/
H A DOOXMLAnalyzeService.cxx77 sal_Int32 nIndex = mString.indexOf(mCRLF); in getEOLIndex()
81 nIndex = mString.indexOf(mLF); in getEOLIndex()
/aoo42x/main/unodevtools/source/unodevtools/
H A Dtypemanager.cxx174 if (typeName.indexOf(sBase) == 0) { in getTypeName()
175 typeName = typeName.copy(typeName.indexOf('/', 1) + 1); in getTypeName()
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBIndexes.cxx53 sal_Int32 nLen = _rName.indexOf('.'); in createObject()
165 sal_Int32 nLen = _sElementName.indexOf('.'); in dropObject()
H A DBViews.cxx60 sal_Int32 nLen = _rName.indexOf('.'); in createObject()
137 sal_Int32 nLen = _sElementName.indexOf('.'); in dropObject()
H A DBTables.cxx58 sal_Int32 nLen = _rName.indexOf('.'); in createObject()
170 sal_Int32 nLen = _sElementName.indexOf('.'); in dropObject()
304 sal_Int32 nLen = aRefTable.indexOf('.'); in createTable()
/aoo42x/main/dtrans/source/cnttype/
H A Dmcnttype.cxx171 if ( pSymTlb.indexOf( m_nxtSym ) < 0 ) in acceptSym()
422 return ( aRange.indexOf( aChr ) > -1 ); in isInRange()
/aoo42x/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge_Test.java75 e.getMessage().indexOf( in testGetInstance()
85 e.getMessage().indexOf( in testGetInstance()
/aoo42x/main/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/
H A DConnectionAwareClient.java132 int semicolon = url.indexOf( ';' ); in parseUnoUrl()
137 int nextSemicolon = url.indexOf( ';' , semicolon+1); in parseUnoUrl()
/aoo42x/main/qadevOOo/tests/java/mod/_remotebridge.uno/
H A Dvarious.java200 int idx = cncstr.indexOf("host=") + 5 ; in createTestEnvironment()
207 cncstr.substring(idx, cncstr.indexOf(",", idx)) + in createTestEnvironment()
/aoo42x/main/writerfilter/unocomponent/debugservices/doctok/
H A DDocTokAnalyzeService.cxx76 sal_Int32 nIndex = mString.indexOf(mCRLF); in getEOLIndex()
80 nIndex = mString.indexOf(mLF); in getEOLIndex()
/aoo42x/main/connectivity/source/drivers/calc/
H A DCConnection.cxx80 sal_Int32 nLen = url.indexOf(':'); in construct()
81 nLen = url.indexOf(':',nLen+1); in construct()
/aoo42x/main/idlc/source/
H A Dastscope.cxx38 if ((scopedName.getLength() == 0) || (scopedName.indexOf(':') == 0)) in isGlobal()
153 sal_Int32 nIndex = scopedName.indexOf(':'); in lookupByName()
/aoo42x/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx240 sal_Int32 nIndex = aDesc.ScriptCode.indexOf( ':' ); in attachEventsToControl()
515 sal_Int32 nIndex = sScriptCode.indexOf( ':' ); in firing_impl()
623 sal_Int32 nIndex = aOURes.indexOf( '%' ); in firing_impl()

Completed in 114 milliseconds

12345678910>>...31