Home
last modified time | relevance | path

Searched refs:aToken (Results 51 – 75 of 160) sorted by relevance

1234567

/trunk/main/sd/source/ui/sidebar/
H A DMasterPageContainerQueue.cxx67 CompareToken(MasterPageContainer::Token aToken) : maToken(aToken) {} in CompareToken() argument
269 bool MasterPageContainerQueue::HasRequest (MasterPageContainer::Token aToken) const in HasRequest()
274 PreviewCreationRequest::CompareToken(aToken))); in HasRequest()
H A DCurrentMasterPagesSelector.cxx161 MasterPageContainer::Token aToken = mpContainer->GetTokenForPageObject(pMasterPage); in Fill() local
162 if (aToken == MasterPageContainer::NIL_TOKEN) in Fill()
173 aToken = mpContainer->PutMasterPage(pDescriptor); in Fill()
176 rItemList.push_back(aToken); in Fill()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx87 OUString aToken( rInfo.m_aFeatures.getToken( 0, ',', nIndex ) ); in getPdfDir() local
88 if( ! aToken.compareToAscii( "pdf=", 4 ) ) in getPdfDir()
91 aDir = aToken.getToken( 1, '=', nPos ); in getPdfDir()
468 String aToken( rInfo.m_aFeatures.getToken( 0, ',', nIndex ) ); in GetPrinterQueueInfo() local
469 if( aToken.CompareToAscii( "pdf=", 4 ) == COMPARE_EQUAL ) in GetPrinterQueueInfo()
986 OUString aToken( rInfo.m_aFeatures.getToken( 0, ',', nIndex ) ); in StartJob() local
987 if( ! aToken.compareToAscii( "fax", 3 ) ) in StartJob()
999 … m_bSwallowFaxNo = ! aToken.getToken( 1, '=', nPos ).compareToAscii( "swallow", 7 ) ? true : false; in StartJob()
1003 if( ! aToken.compareToAscii( "pdf=", 4 ) ) in StartJob()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx1152 s.Append(aToken); in ReadShpTxt()
1163 s.Append(aToken); in ReadShpTxt()
1394 sn=aToken; in ReadShapeObject()
1425 sDescription = aToken; in ReadShapeObject()
1429 sName = aToken; in ReadShapeObject()
1592 aToken.EraseTrailingChars(';'); in ReadRevTbl()
1602 aRevTbl.push_back(aToken); in ReadRevTbl()
1712 const String& sBookmark = aToken; in NextToken()
1989 pDoc->InsertString( *pPam, aToken ); in NextToken()
2055 pDoc->InsertString( *pPam, aToken ); in InsertText()
[all …]
/trunk/main/framework/qa/complex/path_settings/
H A DPathSettingsTest.java377 StringTokenizer aToken = new StringTokenizer(_aOtherPath, ";"); in checkPaths() local
380 while (aToken.hasMoreElements()) in checkPaths()
382 String sPath = (String)aToken.nextElement(); in checkPaths()
396 StringTokenizer aToken = new StringTokenizer(_aPath, ";"); in checkPaths() local
397 while (aToken.hasMoreElements()) in checkPaths()
399 String sToken = (String)aToken.nextElement(); in checkPaths()
/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx574 ByteString aToken(sc_aConfirmationSequence); in EnableOfficeIPCThread() local
575 char *aReceiveBuffer = new char[aToken.Len()+1]; in EnableOfficeIPCThread()
576 int n = pThread->maStreamPipe.read( aReceiveBuffer, aToken.Len() ); in EnableOfficeIPCThread()
580 if (aToken.CompareTo(aReceiveBuffer)!= COMPARE_EQUAL) { in EnableOfficeIPCThread()
946 OUString aToken = aRequestList.getToken( 0, APPEVENT_PARAM_DELIMITER, nIndex ); in AddToDispatchList() local
947 if ( aToken.getLength() > 0 ) in AddToDispatchList()
949 DispatchWatcher::DispatchRequest( nType, aToken, cwdUrl, aParam, aFactory )); in AddToDispatchList()
/trunk/main/starmath/source/
H A Dview.cxx184 const SmToken aToken (pNode->GetToken()); in MouseButtonDown() local
189 sal_uInt16 nExtra = (aToken.eType == TSPECIAL || aToken.eType == TTEXT) ? 1 : 0; in MouseButtonDown()
192 ESelection aSel (aToken.nRow - 1, aToken.nCol - 1 - nExtra); in MouseButtonDown()
197 aSel.nEndPos += aToken.aText.Len() + nExtra in MouseButtonDown()
198 + (aToken.eType == TTEXT ? 1 : 0); in MouseButtonDown()
202 ESelection aSel (aToken.nRow - 1, aToken.nCol - 1); in MouseButtonDown()
204 if (rMEvt.GetClicks() != 1 || aToken.eType == TPLACE) in MouseButtonDown()
205 aSel.nEndPos = aSel.nEndPos + sal::static_int_cast< sal_uInt16 >(aToken.aText.Len()); in MouseButtonDown()
/trunk/main/dbaccess/source/ui/misc/
H A DRtfReader.cxx144 while(aToken.GetChar(0) != ';' && eState != SVPAR_ERROR && eState != SVPAR_ACCEPTED); in NextToken()
197 m_sTextToken += aToken; in NextToken()
254 m_sTextToken += aToken; in NextToken()
299 aColumnName += aToken; in CreateTable()
H A DHtmlReader.cxx218 m_sTextToken += aToken; in NextToken()
293 m_sTextToken += aToken; in NextToken()
476 aColumnName += aToken; in CreateTable()
478 aTableName += aToken; in CreateTable()
/trunk/main/fpicker/source/aqua/
H A DFilterHelper.cxx78 rtl::OUString aToken; in isFilterString() local
85 aToken = rFilterString.getToken( 0, ';', nIndex ); in isFilterString()
86 if( !aToken.match( aMatch ) ) in isFilterString()
485 rtl::OUString aToken = suffixString.getToken( 0, ';', nIndex ); in fillSuffixList() local
486 aSuffixList.push_back(aToken.copy(1)); in fillSuffixList()
/trunk/main/oox/source/drawingml/
H A Dtexttabstoplistcontext.cxx72 sal_Int32 aToken = xAttribs->getOptionalValueToken( XML_algn, 0 ); in createFastChildContext() local
73 if( aToken != 0 ) in createFastChildContext()
75 aTabStop.Alignment = GetTabAlign( aToken ); in createFastChildContext()
/trunk/main/sc/source/ui/dbgui/
H A Dimoptdlg.cxx57 String aToken( rStr.GetToken( 0, ',' ) ); in ScImportOptions() local
58 if( aToken.EqualsIgnoreCaseAscii( pStrFix ) ) in ScImportOptions()
61 nFieldSepCode = (sal_Unicode) aToken.ToInt32(); in ScImportOptions()
/trunk/main/shell/source/backends/wininetbe/
H A Dwininetbackend.cxx170 rtl::OUString aToken = aProxyBypassList.getToken( 0, SPACE, nIndex ); in WinInetBackend() local
171 if ( aProxyList.indexOf( aToken ) == -1 ) in WinInetBackend()
176 aReverseList.insert( 0, aToken ); in WinInetBackend()
179 aReverseList = aToken; in WinInetBackend()
/trunk/main/editeng/source/rtf/
H A Drtfgrf.cxx458 sShapePropertyName = aToken; in ReadBmpData()
465 sShapePropertyValue = aToken; in ReadBmpData()
493 xub_StrLen nTokenLen = HexToBin( aToken ); in ReadBmpData()
498 pTmpFile->Write( (sal_Char*)aToken.GetBuffer(), in ReadBmpData()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dexcept.cxx121 OString aToken( rRTTIname.getToken( 0, ':', nIndex ) ); in toRTTImangledname() local
122 int nBytes = aToken.getLength(); in toRTTImangledname()
132 for (sal_Int32 i = 0; i < aToken.getLength(); ++i) { in toRTTImangledname()
133 char c = aToken[i]; in toRTTImangledname()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dexcept.cxx123 OString aToken( rRTTIname.getToken( 0, ':', nIndex ) ); in toRTTImangledname() local
124 int nBytes = aToken.getLength(); in toRTTImangledname()
134 for (sal_Int32 i = 0; i < aToken.getLength(); ++i) { in toRTTImangledname()
135 char c = aToken[i]; in toRTTImangledname()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx1034 sTitle += aToken; in NextToken()
1042 if( aToken.Len() ) in NextToken()
1045 sTitle += aToken; in NextToken()
1448 if( aToken.Len() && ' '==aToken.GetChar(0) && !IsReadPRE() ) in NextToken()
1457 aToken.Erase(0,1); in NextToken()
1460 aToken.Erase(0,1); in NextToken()
1462 if( !aToken.Len() ) in NextToken()
1469 if( aToken.Len() ) in NextToken()
1946 ' ' == aToken.GetChar( aToken.Len()-3 ) ) in NextToken()
1948 String aComment( aToken.Copy( 3, aToken.Len()-5 ) ); in NextToken()
[all …]
/trunk/main/l10ntools/source/
H A Dtagtest.cxx809 String SimpleParser::GetLexem( TokenInfo const &aToken ) in GetLexem() argument
811 if ( aToken.aTokenString.Len() ) in GetLexem()
812 return aToken.aTokenString; in GetLexem()
817 aKnownTags[i].nTag != aToken.nId ) in GetLexem()
1386 sal_Bool LingTest::IsTagMandatory( TokenInfo const &aToken, TokenId &aMetaTokens ) in IsTagMandatory() argument
1388 TokenId aTokenId = aToken.nId; in IsTagMandatory()
1408 String aTagName = aToken.GetTagName(); in IsTagMandatory()
/trunk/main/sc/source/filter/xml/
H A Dxmlexternaltabi.cxx384 ScExternalRefCache::TokenRef aToken; in EndElement() local
386 aToken.reset(new formula::FormulaDoubleToken(mfCellValue)); in EndElement()
388 aToken.reset(new formula::FormulaStringToken(maCellString)); in EndElement()
394 aToken, nNumFmt); in EndElement()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx621 OUStringBuffer aToken; in appendToken() local
622 appendDec( aToken, nToken ); in appendToken()
635 OUStringBuffer aToken; in prependToken() local
636 appendDec( aToken, nToken ); in prependToken()
647 OUStringBuffer aToken; in appendIndex() local
648 appendDec( aToken, nIdx ); in appendIndex()
649 appendIndex( rStr, aToken.makeStringAndClear() ); in appendIndex()
696 OUStringBuffer aToken; in lclTrimQuotedStringList() local
705 aToken.append( OOX_DUMP_CFG_QUOTE ); in lclTrimQuotedStringList()
900 if( !bIgnoreEmpty || (aToken.getLength() > 0) ) in convertStringToStringList()
[all …]
/trunk/main/xmlsecurity/source/helper/
H A Ddocumentsignaturehelper.cxx409 OUString aToken = rUri.getToken( 0, '/', nIndex ); in equalsReferenceUriManifestPath() local
410 vUriSegments.push_back(aToken); in equalsReferenceUriManifestPath()
418 OUString aToken = rPath.getToken( 0, '/', nIndex ); in equalsReferenceUriManifestPath() local
419 vPathSegments.push_back(aToken); in equalsReferenceUriManifestPath()
/trunk/main/tools/bootstrp/
H A Drscdep.cxx174 ByteString aToken; in main() local
177 while ( (aToken = aConfig.GetNext()) != "") in main()
180 (void) strcpy( aBuf2, aToken.GetBuffer()); in main()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx500 OString aToken = s.getToken( 0, ' ', nIndex ); in decodeOutput() local
501 if (aToken.getLength()) in decodeOutput()
503 for (sal_Int32 i = 0; i < aToken.getLength(); ++i) in decodeOutput()
505 if (aToken[i] < '0' || aToken[i] > '9') in decodeOutput()
508 sal_Unicode value = (sal_Unicode)(aToken.toInt32()); in decodeOutput()
/trunk/main/svtools/source/edit/
H A Deditsyntaxhighlighter.cxx138 Color MultiLineEditSyntaxHighlight::GetColorValue(TokenTypes aToken) in GetColorValue() argument
145 switch (aToken) in GetColorValue()
160 switch (aToken) in GetColorValue()
/trunk/main/sal/osl/w32/
H A Dfile_url.cxx603 sal_Char aToken[3]; in _osl_decodeURL() local
607 aToken[0] = *pSrc++; in _osl_decodeURL()
608 aToken[1] = *pSrc++; in _osl_decodeURL()
609 aToken[2] = 0; in _osl_decodeURL()
611 aChar = (sal_Char)strtoul( aToken, NULL, 16 ); in _osl_decodeURL()

Completed in 342 milliseconds

1234567