/trunk/main/svtools/source/svrtf/ |
H A D | svparser.cxx | 454 aToken = pTokenStackPos->sToken; in GetNextToken() 460 pTokenStackPos->sToken = aToken; in GetNextToken() 482 aToken = pTokenStackPos->sToken; in SkipToken()
|
H A D | rtfkeywd.cxx | 41 const sal_Char* sToken; member 1199 ((RTF_TokenEntry*)pSecond)->sToken ); in RTFKeyCompare() 1205 ((RTF_TokenEntry*)pFirst)->sToken ); in RTFKeyCompare() 1207 nRet = strcmp( ((RTF_TokenEntry*)pFirst)->sToken, in RTFKeyCompare() 1208 ((RTF_TokenEntry*)pSecond)->sToken ); in RTFKeyCompare()
|
/trunk/main/sw/source/ui/docvw/ |
H A D | srcedtw.cxx | 159 String sToken = rSource.Copy(nActPos + 1, nSrchPos - nActPos - 1 ); in lcl_Highlight() local 160 sToken.ToUpperAscii(); in lcl_Highlight() 161 int nToken = ::GetHTMLToken(sToken); in lcl_Highlight() 174 DBG_ERROR(ByteString(sToken, gsl_getSystemTextEncoding()).GetBuffer()); in lcl_Highlight()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/org/openoffice/ |
H A D | Runner.java | 114 String sToken = (String) aTokenEnum.nextElement(); in checkPathVariable() local 115 if (checkVariableForCygwin(sToken)) in checkPathVariable()
|
/trunk/main/sw/source/core/access/ |
H A D | acchyperlink.cxx | 221 ::rtl::OUString sToken = ::rtl::OUString::createFromAscii("#"); in isValid() 222 sal_Int32 nPos = sText.indexOf(sToken); in isValid()
|
/trunk/main/writerfilter/source/ooxml/ |
H A D | OOXMLFastContextHandler.cxx | 190 string sToken = fastTokenToId(Element); in startFastElement() local 191 mpParserState->getXPathLogger().startElement(sToken); in startFastElement() 192 debug_logger->attribute("token", sToken); in startFastElement() 223 string sToken = fastTokenToId(Element); in endFastElement() local 224 (void) sToken; in endFastElement()
|
/trunk/main/ucb/source/ucp/webdav/ |
H A D | CurlSession.cxx | 460 const ::rtl::OUString sToken (sServerCertificateSubject.getToken(0, ',', nIndex)); in verifyCertificateChain() local 461 if (sToken.compareToAscii("CN=", 3) == 0) in verifyCertificateChain() 463 sServerCertificateSubject = sToken.copy(3); in verifyCertificateChain() 466 else if (sToken.compareToAscii(" CN=", 4) == 0) in verifyCertificateChain() 468 sServerCertificateSubject = sToken.copy(4); in verifyCertificateChain()
|
/trunk/main/framework/source/services/ |
H A D | substitutepathvars.cxx | 775 ::rtl::OUString sToken = aPathList.getToken(0, SAL_PATHSEPARATOR, nToken); in GetPathVariableValue() 776 if (sToken.getLength()) in GetPathVariableValue() 778 osl::FileBase::getFileURLFromSystemPath( sToken, aTmp ); in GetPathVariableValue()
|
H A D | pathsettings.cxx | 701 ::rtl::OUString sToken = sOldStylePath.getToken(0, ';', nToken); in impl_convertOldStyle2Path() 702 if (sToken.getLength()) in impl_convertOldStyle2Path() 703 lList.push_back(sToken); in impl_convertOldStyle2Path()
|
/trunk/main/framework/source/accelerators/ |
H A D | storageholder.cxx | 624 ::rtl::OUString sToken = sPath.getToken(0, PATH_SEPERATOR_UNICODE, i); in impl_st_parsePath() 627 lToken.push_back(sToken); in impl_st_parsePath()
|
/trunk/main/framework/qa/complex/path_settings/ |
H A D | PathSettingsTest.java | 399 String sToken = (String)aToken.nextElement(); in checkPaths() local 400 if (sToken.equals(_aOtherPath)) in checkPaths()
|
/trunk/main/connectivity/source/inc/ |
H A D | sqlscan.hxx | 64 virtual IParseContext::InternationalKeyCode getInternationalTokenID(const char* sToken) const;
|
/trunk/main/svtools/source/contnr/ |
H A D | fileview.cxx | 177 OUString sToken; in createWildCardFilterList() local 180 sToken = _rFilterList.GetToken( 0, ';', nIndex ); in createWildCardFilterList() 181 if ( sToken.getLength() ) in createWildCardFilterList() 183 _rFilters.push_back( WildCard( sToken.toAsciiUpperCase() ) ); in createWildCardFilterList()
|
/trunk/main/desktop/source/migration/ |
H A D | migration.cxx | 1183 ::rtl::OUString sToken = sParentNodeName.getToken(0, '|', nIndex).trim(); in mergeOldToNewVersion() 1184 if (sToken.getLength()<=0) in mergeOldToNewVersion() 1207 if (sCommandURL == sToken) in mergeOldToNewVersion()
|
/trunk/main/filter/source/xsltdialog/ |
H A D | xmlfileview.cxx | 754 String sToken = rSource.Copy(nActPos + 1, nSrchPos - nActPos - 1 ); in lcl_Highlight() local 755 sToken.ToUpperAscii(); in lcl_Highlight()
|
/trunk/main/svtools/inc/svtools/ |
H A D | svparser.hxx | 85 String sToken; member
|
/trunk/main/cui/source/options/ |
H A D | optjava.cxx | 1072 String sToken = _rPath.GetToken( 0, CLASSPATH_DELIMITER, nIdx ); in SetClassPath() local 1073 INetURLObject aURL( sToken, INetURLObject::FSYS_DETECT ); in SetClassPath()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | chart2uno.cxx | 2153 rtl::OUString sToken; in convertRangeFromXML() local 2154 ScRangeStringConverter::GetTokenByOffset( sToken, sXMLRange, nOffset, cSep, cQuote ); in convertRangeFromXML() 2159 String aUIString(sToken); in convertRangeFromXML() 2161 sal_Int32 nIndex = ScRangeStringConverter::IndexOf( sToken, ':', 0, cQuote ); in convertRangeFromXML()
|
/trunk/main/sw/inc/ |
H A D | tox.hxx | 330 SW_DLLPRIVATE FormTokenType GetTokenType(const String & sToken,
|
/trunk/main/migrationanalysis/src/driver_docs/sources/ |
H A D | AnalysisDriver.bas | 3342 sToken As String, _ 3351 p = InStr(sTmp, sToken) 3353 sTmp = Left(sTmp, p - 1) + sReplacement + Mid(sTmp, p + Len(sToken))
|
/trunk/main/filter/source/config/cache/ |
H A D | filtercache.cxx | 2461 ::rtl::OUString sToken = sData.getToken(0, cSeperator, nToken); in impl_tokenizeString() 2462 lData.push_back(sToken); in impl_tokenizeString()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | docxattributeoutput.cxx | 542 String sToken = rInfos.sCmd.GetToken( i, '\t' ); in CmdField_Impl() local 544 DoWriteCmd( sToken ); in CmdField_Impl()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | QueryDesignView.cxx | 1038 String sToken(aWorkStr); in GenerateOrder() local 1039 if ( nMaxOrder && nMaxOrder < sToken.GetTokenCount(',') ) in GenerateOrder()
|