Home
last modified time | relevance | path

Searched refs:nDelimPos (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svl/source/items/
H A Dslstitm.cxx294 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()
/trunk/main/sfx2/source/menu/
H A Dthessubmenu.cxx118 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 Dmnumgr.cxx206 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 Dthessubmenu.hxx77 static ::rtl::OUString GetText( const String &rLookUpString, xub_StrLen nDelimPos );
80 …etLocale( css::lang::Locale /*out */ &rLocale, const String &rLookUpString, xub_StrLen nDelimPos );
/trunk/main/linguistic/source/
H A Ddicimp.cxx1110 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()
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx403 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 40 milliseconds