Searched refs:rKeyword (Results 1 – 7 of 7) sorted by relevance
472 const NfKeywordTable & rKeyword = GetKeywords(); in GetColor() local475 sString != rKeyword[NF_KEY_FIRSTCOLOR+i] ) in GetColor()491 const String& rColorWord = rKeyword[NF_KEY_COLOR]; in GetColor()528 sStr = rKeyword[NF_KEY_FIRSTCOLOR+i]; in GetColor()539 const NfKeywordTable & rKeyword = GetKeywords(); in GetKeyWord() local541 if ( sString.Search( rKeyword[NF_KEY_GENERAL] ) == 0 ) in GetKeyWord()548 bFound = sString.Search(rKeyword[i]) == 0; in GetKeyWord()558 while ( i > 0 && sString.Search(rKeyword[i]) != 0 ) in GetKeyWord()560 if ( i > NF_KEY_LASTOLDKEYWORD && sString != rKeyword[i] ) in GetKeyWord()564 while ( j > 0 && sString.Search(rKeyword[j]) != 0 ) in GetKeyWord()[all …]
2588 const NfKeywordTable & rKeyword = pFormatScanner->GetKeywords(); in ImpGenerateFormats() local2589 aSingleFormatCode.Code = rKeyword[NF_KEY_WW]; in ImpGenerateFormats()
185 void SetKeyword( const String& rKeyword );258 sal_Bool OpenKeyword( const String& rKeyword );365 void OpenKeyword( const String& rKeyword );569 inline void OpenKeyword( const String& rKeyword ) { pIndexWin->OpenKeyword( rKeyword ); } in OpenKeyword() argument
903 sal_Bool SfxHelp::SearchKeyword( const XubString& rKeyword ) in SearchKeyword() argument905 return Start_Impl( String(), NULL, rKeyword ); in SearchKeyword()913 sal_Bool SfxHelp::Start_Impl( const String& rURL, const Window* pWindow, const String& rKeyword ) in Start_Impl() argument1004 if ( rKeyword.Len() ) in Start_Impl()1005 pHelpWindow->OpenKeyword( rKeyword ); in Start_Impl()
876 void IndexTabPage_Impl::SetKeyword( const String& rKeyword ) in SetKeyword() argument878 sKeyword = rKeyword; in SetKeyword()1229 sal_Bool SearchTabPage_Impl::OpenKeyword( const String& rKeyword ) in OpenKeyword() argument1232 aSearchED.SetText( rKeyword ); in OpenKeyword()2030 void SfxHelpIndexWindow_Impl::OpenKeyword( const String& rKeyword ) in OpenKeyword() argument2032 sKeyword = rKeyword; in OpenKeyword()
738 bool lclEatKeyword( OUString& rCodeLine, const OUString& rKeyword ) in lclEatKeyword() argument740 if( rCodeLine.matchIgnoreAsciiCase( rKeyword ) ) in lclEatKeyword()742 rCodeLine = rCodeLine.copy( rKeyword.getLength() ); in lclEatKeyword()
44 …LLPRIVATE sal_Bool Start_Impl( const String& rURL, const Window* pWindow, const String& rKeyword );
Completed in 123 milliseconds