/aoo4110/main/toolkit/src2xml/source/ |
H A D | srcparser.py | 100 def __init__ (self, tokens, defines): argument 101 self.tokens = tokens 110 token = self.tokens[self.pos] 119 self.tokens[self.pos:self.pos+1] = macro.tokens 125 for mtoken in macro.tokens: 190 return self.tokens 196 self.tokens = tokens 233 tk = self.tokens[i] 371 tk = self.tokens[i] 404 def parseMapAppfont (self, tokens): argument [all …]
|
H A D | macroexpander_test.py | 29 def run (tokens, defines): argument 33 tokens = mcExpander.getTokens() 34 print(tokens) 41 macro.tokens = ['Here', 'comes', 'X', 'and', 'Y'] 43 TestCase.run(tokens, defines) 50 macro.tokens = ['Here', 'comes', 'X', 'and', 'Y'] 54 TestCase.run(tokens, defines) 61 macro.tokens = ['Here', 'comes', 'X', 'and', 'Y'] 65 TestCase.run(tokens, defines) 77 macro.tokens = ['FUNC_FOO'] [all …]
|
H A D | srclexer.py | 52 def dumpTokens (tokens, toError=False): argument 59 for token in tokens: 95 self.tokens = [] 142 self.tokens = [] 147 return self.tokens 221 self.tokens.append(self.token) 231 dumpTokens(self.tokens, toError) 236 self.tokens.append(self.token) 423 hdrData.tokens = mclexer.getTokens() 493 self.tokens.append('"'+literal+'"')
|
H A D | expression.py | 58 def __init__ (self, tokens): argument 59 self.tokens = tokens 68 for token in self.tokens:
|
H A D | macroparser.py | 126 self.macro.tokens = mclexer.getTokens() 128 print(self.macro.tokens) 141 n = len(macro.tokens)
|
H A D | expression_test.py | 28 tokens = exp.split() 29 expparser = expression.ExpParser(tokens)
|
/aoo4110/main/oox/source/token/ |
H A D | makefile.mk | 52 $(MISC)$/tokenhash.gperf $(INCCOM)$/tokennames.inc $(GENHEADERPATH)$/tokens.hxx $(INCCOM)$/namespac… 55 $(SLO)$/tokenmap.obj : $(INCCOM)$/tokenhash.inc $(INCCOM)$/tokennames.inc $(GENHEADERPATH)$/tokens.… 60 $(MISC)$/do_tokens $(do_phony) : tokens.txt tokens.pl tokens.hxx.head tokens.hxx.tail $(GENHEADERPA… 63 …tokens.pl tokens.txt $(MISC)$/tokenids.inc $(INCCOM)$/tokennames.inc $(MISC)$/tokenhash.gperf && $…
|
H A D | parsexsd.pl | 25 my %tokens; 40 $tokens{$2} = 1; 45 $tokens{$2} = 1; 56 $tokens{$1} = 1; 67 foreach( sort(keys(%tokens)) )
|
H A D | tokens.pl | 30 my %tokens; 42 $tokens{$_} = $id; 63 foreach( sort( keys( %tokens ) ) ) 65 print( IDFILE "const sal_Int32 $tokens{$_} = $i;\n" ); 67 print( GPERFFILE "$_,$tokens{$_}\n" );
|
/aoo4110/main/scripting/workben/mod/_scripting/ |
H A D | TestDataLoader.java | 96 StringTokenizer tokens = new StringTokenizer(pair, separator); in getParameters() local 101 if (tokens.countTokens() < 2) in getParameters() 104 name = tokens.nextToken(); in getParameters() 105 if (tokens.countTokens() == 1) in getParameters() 106 value = tokens.nextToken(); in getParameters() 108 StringBuffer buf = new StringBuffer(tokens.nextToken()); in getParameters() 109 while (tokens.hasMoreTokens()) in getParameters() 110 buf.append(separator).append(tokens.nextToken()); in getParameters()
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | FormulaMapGroupSpecialOffset.idl | 43 /** Formula tokens containing the op-code obtained from this offset 73 /** Formula tokens containing the op-code obtained from this offset 84 /** Formula tokens containing the op-code obtained from this offset 97 /** Formula tokens containing the op-code obtained from this offset 112 /** Formula tokens containing the op-code obtained from this offset 122 /** Formula tokens containing the op-code obtained from this offset 136 /** Formula tokens containing the op-code obtained from this offset 148 /** Formula tokens containing the op-code obtained from this offset 171 /** Formula tokens containing the op-code obtained from this offset 185 /** Formula tokens containing the op-code obtained from this offset
|
H A D | XMultiFormulaTokens.idl | 45 /** gives access to multiple sets of formula tokens. 51 method. When the client code tries to access formula tokens at index that 59 /** returns the formula at specified index as sequence of tokens. 71 /** sets the formula at specified index as sequence of tokens.
|
H A D | XFormulaTokens.idl | 47 /** returns the formula as sequence of tokens. 53 /** sets the formula as sequence of tokens.
|
H A D | XArrayFormulaTokens.idl | 47 /** returns the array formula as sequence of tokens. 53 /** sets the array formula as sequence of tokens.
|
/aoo4110/main/odk/source/com/sun/star/lib/loader/ |
H A D | InstallationFinder.java | 262 StringTokenizer tokens = new StringTokenizer( in getPathFromPathEnvVar() local 264 while ( tokens.hasMoreTokens() ) { in getPathFromPathEnvVar() 265 File file = new File( tokens.nextToken(), SOFFICE ); in getPathFromPathEnvVar() 440 StringTokenizer tokens = new StringTokenizer( in getPathFromSVersionFile() local 442 if ( tokens.countTokens() != 2 ) in getPathFromSVersionFile() 444 String key = tokens.nextToken(); in getPathFromSVersionFile() 445 String url = tokens.nextToken(); in getPathFromSVersionFile()
|
H A D | Loader.java | 233 StringTokenizer tokens = new StringTokenizer( data, delimiter ); in addUrls() local 234 while ( tokens.hasMoreTokens() ) { in addUrls() 236 urls.add( new File( tokens.nextToken() ).toURL() ); in addUrls()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | SOFormulaParser.java | 155 final ArrayList tokens = new ArrayList(); in parseFormula() local 203 tokens.add(formulaToken); in parseFormula() 213 tokens.add(opCode.Token); in parseFormula() 224 for (int i = 0; i < tokens.size(); i++) in parseFormula() 235 tokens.remove(i); in parseFormula() 236 tokens.add(i, dest); in parseFormula() 247 return (FormulaToken[]) tokens.toArray(new FormulaToken[tokens.size()]); in parseFormula()
|
/aoo4110/main/offapi/com/sun/star/auth/ |
H A D | SSOManagerFactory.idl | 38 achieved via. the creation and processing of security tokens sent 51 security tokens received from the acceptor side and to create 52 security tokens to send to the acceptor side. On the acceptor side, 53 use the previously created context to process security tokens 54 received from the initiator side and to create security tokens to
|
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/ |
H A D | FormulaCompiler.java | 96 public Vector RPN2Infix(Vector tokens) { in RPN2Infix() argument 98 ListIterator iter = tokens.listIterator(); in RPN2Infix() 128 public Vector infix2RPN(Vector tokens) { in infix2RPN() argument 131 ListIterator iter = tokens.listIterator(); in infix2RPN()
|
/aoo4110/main/scripting/java/org/openoffice/idesupport/ |
H A D | SVersionRCFile.java | 138 StringTokenizer tokens = new StringTokenizer(s, "="); in load() local 139 int count = tokens.countTokens(); in load() 144 String name = tokens.nextToken(); in load() 145 String path = tokens.nextToken(); in load()
|
/aoo4110/main/scripting/java/com/sun/star/script/framework/io/ |
H A D | XStorageHelper.java | 84 StringTokenizer tokens = new StringTokenizer(path, "/"); in XStorageHelper() local 86 if (tokens.countTokens() == 0) in XStorageHelper() 93 xStorages = new XStorage[tokens.countTokens() ]; in XStorageHelper() 99 String name = tokens.nextToken(); in XStorageHelper()
|
/aoo4110/main/oox/prj/ |
H A D | d.lst | 22 ..\%__SRC%\inc\oox\token\tokens.hxx %_DEST%\inc%_EXT%\oox\token\tokens.hxx 25 ..\source\token\tokens.txt %_DEST%\inc%_EXT%\oox\token\tokens.txt
|
/aoo4110/main/libxmlsec/ |
H A D | xmlsec1-customkeymanage.patch | 103 +tokens.h \ 115 +tokens.h \ 186 +#include <xmlsec/nss/tokens.h> 247 +#include <xmlsec/nss/tokens.h> 694 + tokens.c \ 706 + akmngr.c keywrapers.c tokens.c 715 + libxmlsec1_nss_la-tokens.lo \ 755 +libxmlsec1_nss_la-tokens.lo: tokens.c 791 +#include <xmlsec/nss/tokens.h> 1161 +#include <xmlsec/nss/tokens.h> [all …]
|
/aoo4110/main/autodoc/prj/ |
H A D | build.lst | 49 ar autodoc\source\parser\inc\tokens get - all ar_spi_tok NULL 54 ar autodoc\source\parser\tokens nmake - all ar_sp_tok NULL 60 ar autodoc\source\parser_i\inc\tokens get - all ar_sp2i_tok NULL 63 ar autodoc\source\parser_i\tokens nmake - all ar_sp2_tok NULL
|
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ |
H A D | ParcelFolderSupport.java | 238 StringTokenizer tokens = new StringTokenizer(classpath, File.pathSeparator); in getConfigureClasspath() local 240 while(tokens.hasMoreTokens()) in getConfigureClasspath() 241 result.addElement(tokens.nextToken()); in getConfigureClasspath()
|