Home
last modified time | relevance | path

Searched refs:rKeyword (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svl/source/numbers/
H A Dzforscan.cxx472 const NfKeywordTable & rKeyword = GetKeywords(); in GetColor() local
475 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() local
541 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 …]
H A Dzforlist.cxx2588 const NfKeywordTable & rKeyword = pFormatScanner->GetKeywords(); in ImpGenerateFormats() local
2589 aSingleFormatCode.Code = rKeyword[NF_KEY_WW]; in ImpGenerateFormats()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.hxx185 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
H A Dsfxhelp.cxx903 sal_Bool SfxHelp::SearchKeyword( const XubString& rKeyword ) in SearchKeyword() argument
905 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() argument
1004 if ( rKeyword.Len() ) in Start_Impl()
1005 pHelpWindow->OpenKeyword( rKeyword ); in Start_Impl()
H A Dnewhelp.cxx876 void IndexTabPage_Impl::SetKeyword( const String& rKeyword ) in SetKeyword() argument
878 sKeyword = rKeyword; in SetKeyword()
1229 sal_Bool SearchTabPage_Impl::OpenKeyword( const String& rKeyword ) in OpenKeyword() argument
1232 aSearchED.SetText( rKeyword ); in OpenKeyword()
2030 void SfxHelpIndexWindow_Impl::OpenKeyword( const String& rKeyword ) in OpenKeyword() argument
2032 sKeyword = rKeyword; in OpenKeyword()
/trunk/main/oox/source/ole/
H A Dvbacontrol.cxx738 bool lclEatKeyword( OUString& rCodeLine, const OUString& rKeyword ) in lclEatKeyword() argument
740 if( rCodeLine.matchIgnoreAsciiCase( rKeyword ) ) in lclEatKeyword()
742 rCodeLine = rCodeLine.copy( rKeyword.getLength() ); in lclEatKeyword()
/trunk/main/sfx2/inc/sfx2/
H A Dsfxhelp.hxx44 …LLPRIVATE sal_Bool Start_Impl( const String& rURL, const Window* pWindow, const String& rKeyword );

Completed in 60 milliseconds