Searched refs:sKeyword (Results 1 – 8 of 8) sorted by relevance
82 sKeyword[NF_KEY_E].AssignAscii( RTL_CONSTASCII_STRINGPARAM( "E" ) ); // Exponent in ImpSvNumberformatScan()83 sKeyword[NF_KEY_AMPM].AssignAscii( RTL_CONSTASCII_STRINGPARAM( "AM/PM" ) ); // AM/PM in ImpSvNumberformatScan()84 sKeyword[NF_KEY_AP].AssignAscii( RTL_CONSTASCII_STRINGPARAM( "A/P" ) ); // AM/PM short in ImpSvNumberformatScan()85 sKeyword[NF_KEY_MI].AssignAscii( RTL_CONSTASCII_STRINGPARAM( "M" ) ); // Minute in ImpSvNumberformatScan()86 sKeyword[NF_KEY_MMI].AssignAscii( RTL_CONSTASCII_STRINGPARAM( "MM" ) ); // Minute 02 in ImpSvNumberformatScan()87 sKeyword[NF_KEY_S].AssignAscii( RTL_CONSTASCII_STRINGPARAM( "S" ) ); // Second in ImpSvNumberformatScan()88 sKeyword[NF_KEY_SS].AssignAscii( RTL_CONSTASCII_STRINGPARAM( "SS" ) ); // Second 02 in ImpSvNumberformatScan()89 …sKeyword[NF_KEY_Q].AssignAscii( RTL_CONSTASCII_STRINGPARAM( "Q" ) ); // Quarter short '… in ImpSvNumberformatScan()90 sKeyword[NF_KEY_QQ].AssignAscii( RTL_CONSTASCII_STRINGPARAM( "QQ" ) ); // Quarter long in ImpSvNumberformatScan()91 …sKeyword[NF_KEY_NN].AssignAscii( RTL_CONSTASCII_STRINGPARAM( "NN" ) ); // Day of week sho… in ImpSvNumberformatScan()[all …]
69 return sKeyword; in GetKeywords()74 if ( !sKeyword[eIdx].Len() ) in GetSpecialKeyword()76 return sKeyword[eIdx]; in GetSpecialKeyword()152 NfKeywordTable sKeyword; // Schluesselworte der Syntax member in ImpSvNumberformatScan
69 String sKeyword; in dispatch() local79 sKeyword = String( sHelpKeyword ); in dispatch()80 bHasKeyword = ( sKeyword.Len() > 0 ); in dispatch()91 pHelpWin->OpenKeyword( sKeyword ); in dispatch()
746 if ( sKeyword.Len() > 0 ) in InitializeIndex()777 else if ( &aKeywordTimer == pTimer && sKeyword.Len() > 0 ) in IMPL_LINK()878 sKeyword = rKeyword; in SetKeyword()891 if ( sKeyword.Len() > 0 ) in HasKeyword()893 sal_uInt16 nPos = aIndexCB.GetEntryPos( sKeyword ); in HasKeyword()905 if ( sKeyword.Len() > 0 ) in HasKeywordIgnoreCase()913 if (rI18nHelper.MatchString( sIndexItem, sKeyword )) in HasKeywordIgnoreCase()915 sKeyword = sIndexItem; in HasKeywordIgnoreCase()928 if ( sKeyword.Len() > 0 ) in OpenKeyword()930 aIndexCB.SetText( sKeyword ); in OpenKeyword()[all …]
158 String sKeyword; member in IndexTabPage_Impl315 String sKeyword; member in SfxHelpIndexWindow_Impl532 String sKeyword; member in SfxHelpWindow_Impl
127 ByteString sKeyword; in getIntlKeywordAscii() local129 sKeyword = ByteString( m_aLocalizedKeywords[nIndex], RTL_TEXTENCODING_UTF8 ); in getIntlKeywordAscii()130 return sKeyword; in getIntlKeywordAscii()
1866 ::rtl::OUString sKeyword; in getKeyword()1873 sKeyword = STR_WHERE; in getKeyword()1876 sKeyword = STR_GROUP_BY; in getKeyword()1879 sKeyword = STR_HAVING; in getKeyword()1882 sKeyword = STR_ORDER_BY; in getKeyword()1885 return sKeyword; in getKeyword()1893 ::rtl::OUString sKeyword( getKeyword( _ePart ) ); in getSQLPart()1914 sRet = sKeyword + sRet; in getSQLPart()
2095 String sKeyword = pFormatter->GetKeyword( nFormatLang, nIndex ); in AddNfKeyword() local2105 sKeyword.Insert( (sal_Unicode) '[', 0 ); in AddNfKeyword()2106 sKeyword.Append( (sal_Unicode) ']' ); in AddNfKeyword()2111 aFormatCode.append( sKeyword ); in AddNfKeyword()