Home
last modified time | relevance | path

Searched refs:nDotPos (Results 1 – 5 of 5) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmsvbahelper.cxx551 sal_Int32 nDotPos = aMacroName.indexOf( '.' ); in resolveVBAMacroToScriptURL() local
552 if( (nDotPos == 0) || (nDotPos + 1 == aMacroName.getLength()) ) in resolveVBAMacroToScriptURL()
554 if( (nDotPos > 0) && aMacroName.matchIgnoreAsciiCase( maProjectName ) ) in resolveVBAMacroToScriptURL()
555 aMacroName = aMacroName.copy( nDotPos + 1 ); in resolveVBAMacroToScriptURL()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx179 xub_StrLen nDotPos = rFile.SearchBackward( '.' ); in GetFsysExtension_Impl() local
180 if ( nDotPos != STRING_NOTFOUND ) in GetFsysExtension_Impl()
184 if ( rFile.Copy( nDotPos + 1 ).EqualsIgnoreCaseAscii( rLastFilterExt ) ) in GetFsysExtension_Impl()
188 return String( rFile.Copy( nDotPos ) ); in GetFsysExtension_Impl()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx3497 xub_StrLen nDotPos = STRING_NOTFOUND; in AutoCorrectParsedSymbol() local
3499 nDotPos = nTmp++; // the last one counts in AutoCorrectParsedSymbol()
3500 if ( nDotPos != STRING_NOTFOUND ) in AutoCorrectParsedSymbol()
3502 aTab[j] = aRef[j].Copy( 0, nDotPos + 1 ); // with '.' in AutoCorrectParsedSymbol()
3503 aRef[j].Erase( 0, nDotPos + 1 ); in AutoCorrectParsedSymbol()
H A Drangeutl.cxx888 sal_Int32 nDotPos = IndexOf(aBeginCell, sal_Unicode('.'), 0, cQuote); in GetStringFromXMLRangeString() local
889 OUStringBuffer aBuf = aBeginCell.copy(0, nDotPos); in GetStringFromXMLRangeString()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx1022 const xub_StrLen nDotPos = aStr.Search('.'); in Read_Field() local
1029 ((( nDotPos != STRING_NOTFOUND ) && ( nDotPos < nSpacePos )) || in Read_Field()

Completed in 188 milliseconds