Home
last modified time | relevance | path

Searched refs:split (Results 26 – 50 of 251) sorted by relevance

1234567891011

/trunk/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java1188 String[] sDeclarations = _sVariableDeclaration.split(" "); in getArrayDeclaration()
1392 String[] sDeclarations = _sVariableDeclaration.split(" "); in getArrayDeclaration()
1530 String[] sVarDefinition = _sReturnVariableName.split("="); in getPropertyValueGetterSourceCode()
1533 String[] sVarDeclaration = sVariable.split(" "); in getPropertyValueGetterSourceCode()
1743 String[] sDeclarations = _sVariableDeclaration.split(" "); in getArrayDeclaration()
/trunk/main/toolkit/src2xml/source/
H A Dsrc2xml.py94 lst += file (value).read ().split ('\n')
99 lst += value.split (':')
H A Dexpression_test.py28 tokens = exp.split()
/trunk/main/offapi/com/sun/star/text/
H A DXTextTable.idl100 <p>In cells that are split, the naming convention is more complex.
106 <p>Example: If the cell "D3" is horizontally split, it now contains
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java817 aType.SetFinal(sFinalValue.split("\\s+")); in ParseSimpleType()
863 final String[] aMemberTypes = GetAttributeValue("memberTypes").split("\\s+"); in ParseUnion()
1077 final String[] aParts = sName.split(":"); in CreateQualifiedName()
/trunk/main/filter/source/config/tools/split/
H A DSplitter.java24 package com.sun.star.filter.config.tools.split;
77 public synchronized void split() in split() method in Splitter
H A DFCFGSplit.java24 package com.sun.star.filter.config.tools.split;
420 aSplitter.split(); in main()
H A DManifest.mf1 Main-Class: com.sun.star.filter.config.tools.split.FCFGSplit
H A DSplitterData.java24 package com.sun.star.filter.config.tools.split;
/trunk/main/offapi/com/sun/star/drawing/
H A DXEnhancedCustomShapeDefaulter.idl268 // gallery: split-arrow
270 // gallery: split-round-arrow
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/
H A DSchemaReader.java335 for (final String sPart : sLine.split("\"")) in SplitLine()
340 for (final String sInnerPart : sPart.split("\\s+")) in SplitLine()
/trunk/main/sw/inc/
H A Dpoolfmt.awk72 split( $1, sStr, "," );
/trunk/main/testtools/source/cliversioning/old_version_libs_v2/
H A Dreadme.txt2 In OOo 3.0 there was a breaking change. cli_types.dll was split up into cli_uretypes.dll
/trunk/main/offapi/com/sun/star/sdb/
H A DXSingleSelectQueryAnalyzer.idl93 The filter criteria is split into levels. Each level represents the
145 The HAVING filter criteria is split into levels. Each level represents the
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/type/
H A DListParser.java42 final String[] aParts = sRawValue.split("\\s+"); in Parse()
/trunk/main/solenv/bin/
H A Dgetcompver.awk67 tokencount = split (CCversion,vertoken,".")
H A Dpackmodule28 fields = line.split()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_XShapeCombiner.java97 oObj.split(oGroup); in _split()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DParseTableReader.java57 final String[] aLineParts = sLine.split("\\s+"); in ParseTableReader()
/trunk/main/i18npool/source/localedata/data/
H A Dlinkermapfile-check.awk68 n = split( file, arr, /[:\\\/.]/ )
/trunk/main/vcl/
H A DPackage_inc.mk133 $(eval $(call gb_Package_add_file,vcl_inc,inc/vcl/split.hxx,vcl/split.hxx))
/trunk/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx221 rCandidate.split(0.5, &aLeft, &aRight); in impSubdivideToSimple()
278 aEdge.split(fSplitPos, &aLeft, &aEdge); in subdivideToSimple()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/
H A DAny.java51 maNamespaces = sNamespace.split("\\s+"); in Any()
/trunk/main/basegfx/inc/basegfx/curve/
H A Db2dcubicbezier.hxx168 void split(double t, B2DCubicBezier* pBezierA, B2DCubicBezier* pBezierB) const;
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java1131 String[] PathParts = sTemplatePath.split("/"); in initializeNorms()
1218 String[] aLang = allLocales[t].split(PropertyNames.SEMI_COLON); in initializeNorms()
1230 String[] aLang = allLocales[t].split(PropertyNames.SEMI_COLON); in initializeNorms()

Completed in 108 milliseconds

1234567891011