Home
last modified time | relevance | path

Searched refs:aToken (Results 26 – 50 of 160) sorted by path

1234567

/trunk/main/l10ntools/inc/
H A Dtagtest.hxx328 static String GetLexem( TokenInfo const &aToken );
373 sal_Bool IsTagMandatory( TokenInfo const &aToken, TokenId &aMetaTokens );
/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/linguistic/source/
H A Ddlistimp.cxx862 String aToken; in AddInternal() local
865 (nPos = lcl_GetToken( aToken, rNew, nPos, aDelim ))) in AddInternal()
867 if( aToken.Len() && !IsNumeric( aToken ) ) in AddInternal()
869 rDic->add( aToken, sal_False, rtl::OUString() ); in AddInternal()
/trunk/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx124 ::com::sun::star::style::TabAlign GetTabAlign( ::sal_Int32 aToken );
/trunk/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx474 rtl::OUString aToken( rSource.getToken( 0, ' ', nIndex ) ); in convertToOOEquation() local
475 if ( aToken.getLength() ) in convertToOOEquation()
476 aTokens.push_back( aToken ); in convertToOOEquation()
H A Ddrawingmltypes.cxx232 TabAlign GetTabAlign( sal_Int32 aToken ) in GetTabAlign() argument
235 switch( aToken ) in GetTabAlign()
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/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/oox/source/vml/
H A Dvmlshapecontext.cxx160 OUString aToken = aBlockIds.getToken( 0, ' ', nIndex ).trim(); in onCreateContext() local
161 if( aToken.getLength() > 0 ) in onCreateContext()
162 mrDrawing.registerBlockId( aToken.toInt32() ); in onCreateContext()
/trunk/main/oox/source/xls/
H A Daddressconverter.cxx726 OUString aToken = rString.getToken( 0, ' ', nPos ); in convertToCellRangeList() local
727 …if( (aToken.getLength() > 0) && convertToCellRange( aRange, aToken, nSheet, true, bTrackOverflow )… in convertToCellRangeList()
H A Dpagesettings.cxx947 …OString aToken = OUStringToOString( rStyle.getToken( 0, ' ', nPos ), RTL_TEXTENCODING_UTF8 ).toAsc… in convertFontStyle() local
948 if( aToken.getLength() > 0 ) in convertFontStyle()
950 if( maBoldNames.count( aToken ) > 0 ) in convertFontStyle()
952 else if( maItalicNames.count( aToken ) > 0 ) in convertFontStyle()
H A Dworksheethelper.cxx1079 OUString aToken = aIt->msRef.getToken( 0, ' ', nIndex ); in finalizeValidationRanges() local
1084 xDBCellRange = xSheet->getCellRangeByName( aToken ); in finalizeValidationRanges()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/
H A DDocumentTokenFormatter.java158 final Token aToken = maScanner.Peek(); in ParseTagContent() local
159 if (aToken.Type != TokenType.IDENTIFIER) in ParseTagContent()
163 || mbStartNewLineBeforeNamespaceDefinition && aToken.Text.startsWith("xmlns")) in ParseTagContent()
230 private TokenType ExpectToken (final Token aToken, final TokenType ... aExcpectedTypes) in ExpectToken() argument
233 if (aToken.Type == eType) in ExpectToken()
242 aToken.toString())); in ExpectToken()
258 aToken.toString())); in ExpectToken()
265 private void ShowToken (final Token aToken) in ShowToken() argument
267 AppendText(aToken.Text, aToken.Type, GetStyle(aToken.Type), aToken.Offset); in ShowToken()
274 final Token aToken, in ShowToken() argument
[all …]
H A DXMLScanner.java61 final Token aToken = maTokens.get(mnTokensReadIndex); in Next() local
68 return aToken; in Next()
163 final Token aToken = Next(); in NextNonWhitespaceToken() local
164 if (aToken.Type != TokenType.WHITESPACE) in NextNonWhitespaceToken()
165 return aToken; in NextNonWhitespaceToken()
/trunk/main/padmin/source/
H A Dcmddlg.cxx283 if( ! aToken.compareToAscii( "fax", 3 ) ) in RTSCommandPage()
291 else if( ! aToken.compareToAscii( "pdf=", 4 ) ) in RTSCommandPage()
301 else if( ! aToken.compareToAscii( "external_dialog" ) ) in RTSCommandPage()
338 if( aToken.compareToAscii( "fax", 3 ) && in save()
339 aToken.compareToAscii( "pdf", 3 ) && in save()
340 aToken.compareToAscii( "external_dialog" ) in save()
343 if( aToken.getLength() ) in save()
347 aFeatures += String( aToken ); in save()
350 else if( ! aToken.compareToAscii( "pdf=", 4 ) ) in save()
353 aOldPdfPath = aToken.getToken( 1, '=', nPos ); in save()
[all …]
H A Dpadialog.cxx450 String aToken; in printPage() local
470 aToken = String::CreateFromAscii( aResIds[i].pDirect ); in printPage()
472 aToken = String( PaResId( aResIds[i].nResId ) ); in printPage()
473 nMaxWidth = ( nWidth = pPrinter->GetTextWidth( aToken ) ) > nMaxWidth ? nWidth : nMaxWidth; in printPage()
474 aPrintText.append( aToken ); in printPage()
731 OUString aToken( rInfo.m_aFeatures.getToken( 0, ',', nIndex ) ); in UpdateDevice() local
732 if( aToken.getLength() ) in UpdateDevice()
734 if( aToken.compareToAscii( "autoqueue" ) == 0 ) in UpdateDevice()
736 else if( aToken.compareToAscii( "pdf=", 4 ) == 0 ) in UpdateDevice()
738 else if( aToken.compareToAscii( "fax", 3 ) == 0 ) in UpdateDevice()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DAPIDescGetter.java299 StringTokenizer aToken = new StringTokenizer(line, ";"); in getSubEntries() local
300 if (aToken.countTokens() < 3) in getSubEntries()
305 if (aToken.hasMoreTokens()) in getSubEntries()
307 unknown = StringHelper.removeQuoteIfExists(aToken.nextToken()); in getSubEntries()
309 if (aToken.hasMoreTokens()) in getSubEntries()
311 ifc_name = StringHelper.removeQuoteIfExists(aToken.nextToken()); in getSubEntries()
313 if (aToken.hasMoreTokens()) in getSubEntries()
315 meth_name = StringHelper.removeQuoteIfExists(aToken.nextToken()); in getSubEntries()
/trunk/main/rsc/source/rsc/
H A Drsc.cxx913 ByteString aToken = aSearchPath.GetToken( 0, cSearchDelim, nIndex ); in Link() local
916 aSysSearchPath.Append( aToken ); in Link()
920 aSysSearchPath.Append( aToken ); in Link()
/trunk/main/sal/osl/os2/
H A Dfile_url.cxx488 sal_Char aToken[3]; in _osl_decodeURL() local
492 aToken[0] = *pSrc++; in _osl_decodeURL()
493 aToken[1] = *pSrc++; in _osl_decodeURL()
494 aToken[2] = 0; in _osl_decodeURL()
496 aChar = (sal_Char)strtoul( aToken, NULL, 16 ); in _osl_decodeURL()
/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()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx2496 ScRawToken aToken; in IsOpCode() local
2615 ScRawToken aToken; in IsOpCode2() local
2657 ScRawToken aToken; in IsValue() local
2681 ScRawToken aToken; in IsString() local
2750 ScRawToken aToken; in IsDoubleReference() local
2794 ScRawToken aToken; in IsSingleReference() local
2954 ScRawToken aToken; in IsMacro() local
2956 aToken.eOp = ocMacro; in IsMacro()
2970 ScRawToken aToken; in IsNamedRange() local
3003 ScRawToken aToken; in IsExternalNamedRange()
[all …]
H A Dparclass.cxx493 aToken.SetByte(3); in GenerateDocumentation()
496 aToken.SetByte(2); in GenerateDocumentation()
499 aToken.SetByte(1); in GenerateDocumentation()
505 aToken.SetByte(0); in GenerateDocumentation()
515 aToken.SetByte(2); in GenerateDocumentation()
519 aToken.SetByte(1); in GenerateDocumentation()
521 aToken.SetByte(0); in GenerateDocumentation()
523 aToken.SetByte(1); in GenerateDocumentation()
525 aToken.SetByte( nParams); in GenerateDocumentation()
529 if ( nParams != aToken.GetByte() ) in GenerateDocumentation()
[all …]
H A Drangeutl.cxx868 OUString aToken; in GetStringFromXMLRangeString() local
869 GetTokenByOffset(aToken, rXMLRange, nOffset, cSep, cQuote); in GetStringFromXMLRangeString()
873 sal_Int32 nSepPos = IndexOf(aToken, ':', 0, cQuote); in GetStringFromXMLRangeString()
877 OUString aBeginCell = aToken.copy(0, nSepPos); in GetStringFromXMLRangeString()
878 OUString aEndCell = aToken.copy(nSepPos+1); in GetStringFromXMLRangeString()
937 … sal_uInt16 nRet = aCell.Parse(aToken, pDoc, ::formula::FormulaGrammar::CONV_OOO, &aExtInfo); in GetStringFromXMLRangeString()
H A Dreftokenhelper.cxx59 OUString aToken; in compileRangeRepresentation() local
60 ScRangeStringConverter::GetTokenByOffset(aToken, aRangeStr, nOffset, cSep, cQuote); in compileRangeRepresentation()
66 auto_ptr<ScTokenArray> pArray(aCompiler.CompileString(aToken)); in compileRangeRepresentation()
H A Dtoken.cxx323 ScRawToken aToken; in lcl_ScRawTokenOffset() local
324 …rn static_cast<sal_uInt16>( reinterpret_cast<char*>(&aToken.sbyte) - reinterpret_cast<char*>(&aTok… in lcl_ScRawTokenOffset()

Completed in 174 milliseconds

1234567