Searched refs:nDelimPos (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/svl/source/items/ |
H A D | slstitm.cxx | 294 xub_StrLen nDelimPos; in SetString() local 299 nDelimPos = aStr.Search( _CR, nStart ); in SetString() 301 if ( nDelimPos == STRING_NOTFOUND ) in SetString() 304 nLen = nDelimPos - nStart; in SetString() 311 } while( nDelimPos != STRING_NOTFOUND ); in SetString()
|
/aoo41x/main/sfx2/source/menu/ |
H A D | thessubmenu.cxx | 118 xub_StrLen nDelimPos ) in GetText() argument 120 return OUString( rLookUpString.Copy( 0, nDelimPos ) ); in GetText() 127 xub_StrLen nDelimPos ) in GetLocale() argument 129 String aIsoLang( rLookUpString.Copy( nDelimPos + 1) ); in GetLocale()
|
H A D | mnumgr.cxx | 206 xub_StrLen nDelimPos = STRING_LEN; in InsertThesaurusSubmenu_Impl() local 210 nDelimPos = aThesLookUpStr.SearchBackward( '#' ); in InsertThesaurusSubmenu_Impl() 212 if (aThesLookUpStr.Len() > 0 && nDelimPos != STRING_NOTFOUND) in InsertThesaurusSubmenu_Impl() 217 ::rtl::OUString aText( aHelper.GetText( aThesLookUpStr, nDelimPos ) ); in InsertThesaurusSubmenu_Impl() 219 aHelper.GetLocale( aLocale, aThesLookUpStr, nDelimPos ); in InsertThesaurusSubmenu_Impl()
|
H A D | thessubmenu.hxx | 77 static ::rtl::OUString GetText( const String &rLookUpString, xub_StrLen nDelimPos ); 80 …etLocale( css::lang::Locale /*out */ &rLocale, const String &rLookUpString, xub_StrLen nDelimPos );
|
/aoo41x/main/linguistic/source/ |
H A D | dicimp.cxx | 1110 sal_Int32 nDelimPos = rDicFileWord.indexOf( aDelim ); in splitDicFileWord() local 1111 if (-1 != nDelimPos) in splitDicFileWord() 1113 sal_Int32 nTriplePos = nDelimPos + 2; in splitDicFileWord() 1116 ++nDelimPos; in splitDicFileWord() 1117 rDicWord = rDicFileWord.copy( 0, nDelimPos ); in splitDicFileWord() 1118 rReplacement = rDicFileWord.copy( nDelimPos + 2 ); in splitDicFileWord()
|
/aoo41x/main/scripting/source/vbaevents/ |
H A D | eventhelper.cxx | 403 sal_Int32 nDelimPos = rEventMethod.indexOf( DELIM ); in eventMethodToDescriptor() local 404 if ( nDelimPos == -1 ) in eventMethodToDescriptor() 408 sMethodName = rEventMethod.copy( nDelimPos + DELIMLEN ); in eventMethodToDescriptor() 409 sTypeName = rEventMethod.copy( 0, nDelimPos ); in eventMethodToDescriptor()
|
Completed in 73 milliseconds