Home
last modified time | relevance | path

Searched refs:parseString (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenEncoder.java49 private String parseString; field in TokenEncoder
58 parseString = new String(); in TokenEncoder()
237 char ch = parseString.charAt(index); in column()
244 ch = parseString.charAt(index); in column()
267 char ch = parseString.charAt(index); in row()
275 if(index>=parseString.length()) { in row()
278 ch = parseString.charAt(index); in row()
295 parseString = cellCoordinates; in encodeCellCoordinates()
404 parseString = t.getValue(); in threeDCellRefEncoder()
413 String sheetRef = parseString.substring(0, parseString.indexOf('.') + 1); in threeDCellRefEncoder()
[all …]
/trunk/main/svl/source/misc/
H A Downlist.cxx40 static String parseString(const String & rCmd, sal_uInt16 * pIndex) in PRV_SV_IMPL_OWNER_LIST()
96 … String name = (rCmd.GetChar(index) == '\"') ? parseString(rCmd, &index) : parseWord(rCmd, &index); in AppendCommands()
105 … value = (rCmd.GetChar(index) == '\"') ? parseString(rCmd, &index) : parseWord(rCmd, &index); in AppendCommands()
/trunk/main/l10ntools/scripts/tool/
H A Dxhtex.py76 return xml.dom.minidom.parseString(document)
112 return xml.dom.minidom.parseString(document)