Home
last modified time | relevance | path

Searched refs:lastIndexOf (Results 326 – 349 of 349) sorted by relevance

1...<<11121314

/aoo42x/main/oox/source/xls/
H A Dworksheethelper.cxx995 sal_Int32 nSepPos = aUrl.lastIndexOf( '!' ); in getHyperlinkUrl()
H A Dformulabase.cxx1529 while( (nQuotePos = aRetString.lastIndexOf( '"', nQuotePos )) >= 0 ) in generateApiString()
/aoo42x/main/desktop/source/migration/
H A Dmigration.cxx1033 sal_Int32 nIndex = sToolbarName.lastIndexOf('.'); in dectectUIChangesForAllModules()
/aoo42x/main/extensions/source/update/check/
H A Dupdatehdl.cxx258 sal_Int32 nLast = rFilePath.lastIndexOf( '/' ); in setDownloadFile()
/aoo42x/main/framework/test/typecfg/
H A Dcfgview.cxx1478 if( pIterator->second.indexOf( '\n' ) != pIterator->second.lastIndexOf( '\n' ) ) in impl_generateDoubleFilterUINamesHTML()
/aoo42x/main/linguistic/source/
H A Dlngsvcmgr.cxx653 nKeyStart = rName.lastIndexOf( '/' ); in Notify()
/aoo42x/main/dbaccess/source/ui/misc/
H A DUITools.cxx1260 if((nLen = pBegin->lastIndexOf('.')) != -1 && !pBegin->compareTo(_sName,nLen)) in appendToFilter()
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx1297 return aValue.copy(0,aValue.lastIndexOf('.')).toInt32(); in getDriverMinorVersion()
/aoo42x/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1031 sal_Int32 nLast = sPreset.lastIndexOf( '_' ); in exportAnimPropertySet()
/aoo42x/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx1518 … if ( sToken.indexOf('"') == 0 && sToken.lastIndexOf('"') == sToken.getLength()-1 ) in exportParagraph()
/aoo42x/main/connectivity/source/commontools/
H A Ddbtools.cxx958 sal_Int32 nIndex = sName.lastIndexOf(sSeparator); in qualifiedNameComponents()
/aoo42x/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx162 int nPos = maNativeFileName.lastIndexOf( '_' ); in FtFontFile()
/aoo42x/main/cppu/source/typelib/
H A Dtypelib.cxx2172 sal_Int32 i1 = name.lastIndexOf( in typelib_typedescription_getByName()
/aoo42x/main/stoc/source/inspect/
H A Dintrospection.cxx357 sal_Int32 nFound = aMethodName.lastIndexOf( '_', nSearchFrom ); in getMethodIndex()
/aoo42x/main/cui/source/options/
H A Dtreeopt.cxx1451 theIniFile = theIniFile.copy( 0, theIniFile.lastIndexOf( '/' ) + 1 ) + in EnableSSO()
/aoo42x/main/xmloff/source/draw/
H A Dsdxmlexp.cxx1955 sal_Int32 nIndex = aBookmarkURL.lastIndexOf( (sal_Unicode)'#' ); in _ExportContent()
H A Dximpshap.cxx667 sal_Int32 nPos = aStyleName.lastIndexOf( sal_Unicode('-') ); in SetStyle()
/aoo42x/main/scaddins/source/analysis/
H A Danalysishelper.cxx2364 sal_Int32 nIndex = rRef.lastIndexOf( '^' ); in GetMatchingLevel()
/aoo42x/main/codemaker/source/javamaker/
H A Djavatype.cxx141 sal_Int32 i = type.lastIndexOf('/') + 1; in translateUnoTypeToJavaFullyQualifiedName()
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx424 if(_rJoin.getLength() && _rJoin.lastIndexOf(')') == (_rJoin.getLength()-1)) in JoinCycle()
/aoo42x/main/sw/source/ui/uno/
H A Dunotxdoc.cxx1836 if (rServiceName.lastIndexOf( C2U(".OLE2Shape") ) == rServiceName.getLength() - 10) in createInstance()
/aoo42x/main/filter/source/msfilter/
H A Dmsocximex.cxx5314 OUString pictName = sImageUrl.copy( sImageUrl.lastIndexOf('/') + 1 ); in Read()
/aoo42x/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx752 aPartialName = aFullName.copy( aFullName.lastIndexOf( '.' )+1 ); in createWidgetFieldName()
817 aPartialName = aFullName.copy( aFullName.lastIndexOf( '.' )+1 ); in createWidgetFieldName()
/aoo42x/main/sc/source/ui/vba/
H A Dvbarange.cxx1548 if ( aValue.getValueTypeName().indexOf('[') == aValue.getValueTypeName().lastIndexOf('[') ) in setValue()

Completed in 389 milliseconds

1...<<11121314