Home
last modified time | relevance | path

Searched refs:sKeyword (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/svl/source/numbers/
H A Dzforscan.cxx82 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()
89sKeyword[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()
91sKeyword[NF_KEY_NN].AssignAscii( RTL_CONSTASCII_STRINGPARAM( "NN" ) ); // Day of week sho… in ImpSvNumberformatScan()
[all …]
H A Dzforscan.hxx69 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
/AOO41X/main/sfx2/source/appl/
H A Dhelpdispatch.cxx69 String sKeyword; in dispatch() local
79 sKeyword = String( sHelpKeyword ); in dispatch()
80 bHasKeyword = ( sKeyword.Len() > 0 ); in dispatch()
91 pHelpWin->OpenKeyword( sKeyword ); in dispatch()
H A Dnewhelp.cxx746 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 …]
H A Dnewhelp.hxx158 String sKeyword; member in IndexTabPage_Impl
315 String sKeyword; member in SfxHelpIndexWindow_Impl
532 String sKeyword; member in SfxHelpWindow_Impl
/AOO41X/main/svx/source/form/
H A DParseContext.cxx127 ByteString sKeyword; in getIntlKeywordAscii() local
129 sKeyword = ByteString( m_aLocalizedKeywords[nIndex], RTL_TEXTENCODING_UTF8 ); in getIntlKeywordAscii()
130 return sKeyword; in getIntlKeywordAscii()
/AOO41X/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx1866 ::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()
/AOO41X/main/xmloff/source/style/
H A Dxmlnumfi.cxx2095 String sKeyword = pFormatter->GetKeyword( nFormatLang, nIndex ); in AddNfKeyword() local
2105 sKeyword.Insert( (sal_Unicode) '[', 0 ); in AddNfKeyword()
2106 sKeyword.Append( (sal_Unicode) ']' ); in AddNfKeyword()
2111 aFormatCode.append( sKeyword ); in AddNfKeyword()