/aoo42x/main/l10ntools/source/ |
H A D | helpex.cxx | 79 if ( ByteString( argv[ i ]).ToUpperAscii() == "-I" ) { in ParseCommandLine() 82 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-O" ) { in ParseCommandLine() 85 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-X" ) { in ParseCommandLine() 88 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-Y" ) { in ParseCommandLine() 91 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-P" ) { in ParseCommandLine() 94 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-LF" ) { in ParseCommandLine() 98 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-R" ) { in ParseCommandLine() 101 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-M" ) { in ParseCommandLine() 104 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-E" ) { in ParseCommandLine() 112 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-NOUTF8" ) { in ParseCommandLine() [all …]
|
H A D | xrmmerge.cxx | 90 if ( ByteString( argv[ i ] ).ToUpperAscii() == "-I" ) { in GetOutputFile() 93 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-O" ) { in GetOutputFile() 96 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-P" ) { in GetOutputFile() 99 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-R" ) { in GetOutputFile() 102 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-M" ) { in GetOutputFile() 105 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-E" ) { in GetOutputFile() 109 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-UTF8" ) { in GetOutputFile() 113 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-NOUTF8" ) { in GetOutputFile() 117 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-L" ) { in GetOutputFile() 120 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-ISO99" ) { in GetOutputFile()
|
H A D | export.cxx | 132 else if ( sSwitch.ToUpperAscii() == "-UTF8" ) { in GetOutputFile() 136 else if ( sSwitch.ToUpperAscii() == "-NOUTF8" ) { in GetOutputFile() 797 if ( sKey.ToUpperAscii() == "IDENTIFIER" ) { in Execute() 864 if ( sKey.ToUpperAscii() == "STRINGLIST" ) { in Execute() 916 if ( sKey.ToUpperAscii() == "STRINGLIST" ) in Execute() 981 if (( sKey.ToUpperAscii() == "TEXT" ) || in Execute() 1095 if ( sKey.ToUpperAscii() == "SIZE" ) { in Execute() 1161 if (( sCharset.ToUpperAscii() == "CHARSET_IBMPC" ) || in Execute() 1443 sIdent.ToUpperAscii(); in GetPairedListID() 2049 if( sTmp.ToUpperAscii().Equals("ALL") ) in PrepareTextToMerge() [all …]
|
H A D | cfgmerge.cxx | 92 sSwitch.ToUpperAscii(); in GetOutputFile() 128 else if ( sSwitch.ToUpperAscii() == "-ISO99" ) { in GetOutputFile() 474 sTemp.ToUpperAscii(); in ExecuteAnalyzedToken()
|
H A D | merge.cxx | 165 sResTyp_upper.ToUpperAscii(); in operator ==() 167 sTyp_upper.ToUpperAscii(); in operator ==()
|
H A D | localize.cxx | 837 sSwitch.ToUpperAscii(); in main() 851 else if ( ByteString( argv[ i ]).ToUpperAscii().Equals( "-O" ) ) in main()
|
H A D | lngex.cxx | 76 sSwitch.ToUpperAscii(); in ParseCommandLine()
|
H A D | gsiconv.cxx | 311 sCharset.ToUpperAscii(); in main()
|
/aoo42x/main/tools/source/communi/ |
H A D | geninfo.cxx | 191 if ( sCandidate.ToUpperAscii() == sKey.ToUpperAscii()) { in Search() 205 if ( sCandidate.ToUpperAscii() == sKey.ToUpperAscii()) in Search() 272 sKey.ToUpperAscii(); in InsertSorted() 278 if ( sCandidate.ToUpperAscii() < sKey ) in InsertSorted() 288 if ( sCandidate.ToUpperAscii() == sKey ) { in InsertSorted() 308 if ( sCandidate.ToUpperAscii() == sKey ) { in InsertSorted() 334 if (( sCandidate < sKey ) && ( sSecondCand.ToUpperAscii() > sKey )) { in InsertSorted()
|
/aoo42x/main/tools/bootstrp/ |
H A D | inimgr.cxx | 92 sUnc.ToUpperAscii(); in ToLocal() 94 sOldUnc.ToUpperAscii(); in ToLocal() 95 sTmp.ToUpperAscii(); in ToLocal() 99 sTmp.ToUpperAscii(); in ToLocal() 102 sIni.ToUpperAscii(); in ToLocal()
|
H A D | iserver.cxx | 60 if ( ByteString( argv[nCount] ).ToUpperAscii() == "-I" ) { in main() 69 else if ( ByteString( argv[nCount] ).ToUpperAscii() == "-D" ) { in main() 78 else if ( ByteString( argv[nCount] ).ToUpperAscii() == "-L" ) { in main() 83 else if ( ByteString( argv[nCount] ).ToUpperAscii() == "-N" ) { in main()
|
H A D | mkcreate.cxx | 604 sDependExt.ToUpperAscii(); in CreateRootDirectory() 611 sIdExt.ToUpperAscii(); in CreateRootDirectory()
|
/aoo42x/main/tools/bootstrp/addexes/ |
H A D | replace.cxx | 56 aUpperText.ToUpperAscii(); in main() 60 aSearch.ToUpperAscii(); in main()
|
/aoo42x/main/dbaccess/source/ext/adabas/ |
H A D | AdabasNewDb.cxx | 520 aCreateArgs[nPos++].Value <<= ::rtl::OUString(m_ET_CONUSR.GetText().ToUpperAscii()); 524 aCreateArgs[nPos++].Value <<= ::rtl::OUString(m_ET_SYSUSR.GetText().ToUpperAscii()); 532 aCreateArgs[nPos++].Value <<= ::rtl::OUString(m_ET_DATABASENAME.GetText().ToUpperAscii()); 704 String sPwd = aDlg.GetPassword().ToUpperAscii(); in IMPL_LINK()
|
/aoo42x/main/svtools/source/svhtml/ |
H A D | parhtml.cxx | 256 aTmp.ToUpperAscii(); in GetColor() 934 aTok.ToUpperAscii(); in _GetNextRawToken() 1175 aToken.ToUpperAscii(); in _GetNextToken() 1515 sNameUpperCase.ToUpperAscii(); in GetOptions() 1976 sCmp.ToUpperAscii(); in IsHTMLFormat()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | cellsh1.cxx | 358 aFlags.ToUpperAscii(); in ExecuteEdit() 473 aFlags.ToUpperAscii(); in ExecuteEdit() 1044 aCol.ToUpperAscii(); in ExecuteEdit() 1108 aCol.ToUpperAscii(); in ExecuteEdit() 1244 aFlags.ToUpperAscii(); in ExecuteEdit()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlftn.cxx | 208 pFootEndNoteImpl->sName.ToUpperAscii(); in InsertFootEndNote() 262 aName.ToUpperAscii(); in GetFootEndNoteSection()
|
H A D | svxcss1.hxx | 192 void SetKey( const String& rKey ) { aKey = rKey; aKey.ToUpperAscii(); } in SetKey()
|
/aoo42x/main/svtools/source/dialogs/ |
H A D | filedlg2.cxx | 94 aEntry.ToUpperAscii(); in PreNotify() 96 aCompare.ToUpperAscii(); in PreNotify() 630 aStr.ToUpperAscii(); in PreExecute()
|
/aoo42x/main/basic/source/comp/ |
H A D | parser.cxx | 679 ch1 = aSym.ToUpperAscii().GetBuffer()[0]; in DefXXX() 687 ch2 = aSym.ToUpperAscii().GetBuffer()[0]; in DefXXX()
|
/aoo42x/main/basic/source/runtime/ |
H A D | methods.cxx | 1030 aStr1.ToUpperAscii(); in RTLFUNC() 1031 aToken.ToUpperAscii(); in RTLFUNC() 1112 aStr1.ToUpperAscii(); in RTLFUNC() 1113 aToken.ToUpperAscii(); in RTLFUNC() 1435 aSrcStr.ToUpperAscii(); in RTLFUNC() 1436 aFindStr.ToUpperAscii(); in RTLFUNC()
|
/aoo42x/main/tools/inc/tools/ |
H A D | string.hxx | 297 ByteString& ToUpperAscii(); 581 UniString& ToUpperAscii();
|
/aoo42x/main/svtools/source/control/ |
H A D | inettbc.cxx | 275 sUpperURL.ToUpperAscii(); 934 aUpperURL.ToUpperAscii(); in UpdatePicklistForSmartProtocol_Impl()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbawsfunction.cxx | 174 OpCode eOp = aCompiler.GetEnglishOpCode( aUpper.ToUpperAscii() ); in invoke()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | frmsh.cxx | 204 if (sOldName.ToUpperAscii() != sFlyName.ToUpperAscii()) in Execute()
|