Home
last modified time | relevance | path

Searched refs:aToken (Results 126 – 150 of 160) sorted by last modified time

1234567

/trunk/main/sc/source/core/tool/
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 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 …]
/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/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/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/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/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 …]
/trunk/main/oox/source/xls/
H A Dworksheethelper.cxx1079 OUString aToken = aIt->msRef.getToken( 0, ' ', nIndex ); in finalizeValidationRanges() local
1084 xDBCellRange = xSheet->getCellRangeByName( aToken ); in finalizeValidationRanges()
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 Daddressconverter.cxx726 OUString aToken = rString.getToken( 0, ' ', nPos ); in convertToCellRangeList() local
727 …if( (aToken.getLength() > 0) && convertToCellRange( aRange, aToken, nSheet, true, bTrackOverflow )… in convertToCellRangeList()
/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/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/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()
H A Ddrawingmltypes.cxx232 TabAlign GetTabAlign( sal_Int32 aToken ) in GetTabAlign() argument
235 switch( aToken ) in GetTabAlign()
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()
/trunk/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx124 ::com::sun::star::style::TabAlign GetTabAlign( ::sal_Int32 aToken );
/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/l10ntools/inc/
H A Dtagtest.hxx328 static String GetLexem( TokenInfo const &aToken );
373 sal_Bool IsTagMandatory( TokenInfo const &aToken, TokenId &aMetaTokens );
/trunk/main/jvmfwk/plugins/sunmajor/javaenvsetup/
H A Djavaldx.cxx152 rtl::OUString aToken = sData.getToken( 1, '\n', index); in getLD_LIBRARY_PATH() local
155 rtl::OUStringToOString(aToken, osl_getThreadTextEncoding()); in getLD_LIBRARY_PATH()
/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/framework/source/uielement/
H A Dmenubarmerger.cxx87 ::rtl::OUString aToken = rReferencePathString.getToken( 0, aDelimiter, nIndex ); in RetrieveReferencePath()
88 if ( aToken.getLength() > 0 ) in RetrieveReferencePath()
89 rReferencePath.push_back( aToken ); in RetrieveReferencePath()
/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/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/forms/source/xforms/
H A Dconvert.cxx198 … StringToken aToken( m_sString, m_nTokenStart, bLastToken ? m_sString.getLength() : nTokenEnd ); in getNextToken() local
202 return aToken; in getNextToken()
/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()

Completed in 180 milliseconds

1234567