Home
last modified time | relevance | path

Searched refs:split (Results 1 – 25 of 250) sorted by relevance

12345678910

/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/
H A DTag.java122 String[] split=this.tagString.split("="); in wrapTagStringIntern() local
123 int length=split.length; in wrapTagStringIntern()
130 String attributeName = split[i].trim(); in wrapTagStringIntern()
131 if(split[i]. indexOf("</sub>")<0) split[i]=xmlString(split[i]); in wrapTagStringIntern()
141 if((valueStart=split[i].indexOf('"'))>=0){ in wrapTagStringIntern()
142 valueEnd = split[i].lastIndexOf('"'); in wrapTagStringIntern()
145 valueEnd = split[i].lastIndexOf("'"); in wrapTagStringIntern()
156split[i]=xmlString(split[i].substring(0,valueStart+1))+"<sub>"+xmlString(split[i].substring(valueS… in wrapTagStringIntern()
163 for(j=0;j<split.length-1;j++){ in wrapTagStringIntern()
164 wrappedString+=(split[j]+"="); in wrapTagStringIntern()
[all …]
H A DDirtyTagWrapCheck.java50 String [] split = line.split("\t"); in main() local
51 if(split.length<15){ in main()
56 String string = split[10]; in main()
H A DDirtyTagWrapper.java66 …String[] splitted =checkString.split("(<ept ([^<>])*>)|(</ept>)|(<bpt ([^<>])*>)|(</bpt>)|(<sub([^… in unwrapString()
76 splitted =string.split("(<sub([^<>])*>)|(</sub>)"); in unwrapString()
101 String[] parts2 = checkString.split("\\\\>"); in wrapString()
/trunk/main/offapi/com/sun/star/sheet/
H A DXViewSplitable.idl37 /** enables a <type>SpreadsheetView</type> to split the view.
45 /** returns <TRUE/> if the view is split
58 the view is split.
65 the view is split.
71 /** returns the column before which the view is split.
77 /** returns the row before which the view is split.
85 <p>To split only horizontally, specify <var>nPixelY</var> as 0.
86 To split only vertically, specify <var>nPixelX</var> as 0.</p>
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DComplexDescGetter.java93 String[] split = method.split("(?<=\\)),(?=\\w+)"); in getDescriptionForSingleJob() local
95 for (int i = 0; i < split.length; i++) in getDescriptionForSingleJob()
97 String meth = split[i]; in getDescriptionForSingleJob()
H A DBuildEnvTools.java142 final String[] outs = output.split("\n"); in getSrcRoot()
189 final String[] split = line.split("="); in getEnvValue() local
190 return split[1]; in getEnvValue()
/trunk/main/store/source/
H A Dstortree.cxx142 void OStoreBTreeNodeData::split (const self& rPageL) in split() function in OStoreBTreeNodeData
186 storeError OStoreBTreeNodeObject::split ( in split() function in OStoreBTreeNodeObject
207 xPageR->split (*rxPageL); in split()
500 eErrCode = split (0, xPageL, rBIOS); in find_insert()
547 eErrCode = rNode.split (i, xNext, rBIOS); in find_insert()
H A Dstortree.hxx228 void split (const self& rPageL);
264 storeError split (
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorksheet.java257 Point split = s.getSplit(); in addSettings() local
258 if(split.getX()!=0 || split.getY()!=0) { in addSettings()
259 p.setSplitPoint(s.getSplitType(), split); in addSettings() local
/trunk/main/i18npool/source/localedata/data/
H A Dlist-locales.awk62 split( $0, x, /<|>/ )
71 split( $0, x, /<|>/ )
89 split( tmp, iso, /_/ )
H A Dcurrency-check.awk171 split( $0, arr, /<|>/ )
181 split( $0, arr, /<|>/ )
191 split( $0, arr, /<|>/ )
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DSDFReader.java256 if ((splitLine = split(line)) != null){ in SDFReader()
334 if ((splittedLine = split(line)) == null) { in readBlock()
578 private String[] split(String line) throws IOException { in split() method in SDFReader
581 if ((splitLine = line.split("\t")).length == 15) in split()
H A DGSIReader.java156 if ((splitLine = split(line)) == null) { in getGSIData()
234 private String[] split(String line) { in split() method in GSIReader
236 .split("\\(\\$\\$\\)"); in split()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DNamedRequest.java74 String[] klasses = arg.split(","); in tc()
96 String[] packages = arg.split(","); in tp()
123 String[] methods = arg.split(","); in tm()
/trunk/main/dbaccess/source/core/recovery/
H A Dsettingsimport.cxx107 …void SettingsImport::split( const ::rtl::OUString& i_rElementName, ::rtl::OUString& o_rNamespace, … in split() function in dbaccess::SettingsImport
153 split( i_rElementName, sNamespace, sLocalName ); in nextState()
268 split( i_rElementName, sNamespace, sLocalName ); in nextState()
/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx522 rEdge.split(0.5, &aLeft, &aRight); in impGetLength()
632 split(t, 0, &aRight); in getTangent()
790 void B2DCubicBezier::split(double t, B2DCubicBezier* pBezierA, B2DCubicBezier* pBezierB) const in split() function in basegfx::B2DCubicBezier
890 aRetval.split(fEnd, &aRetval, 0); in snippet()
900 aRetval.split(fStart, 0, &aRetval); in snippet()
/trunk/main/offapi/com/sun/star/text/
H A DXTextTableCursor.idl37 … TextTableCursor provide methods to navigate throught the table structure, to merge and split cells
160 <true/> if the range should be split vertically.
161 Otherwise it will be split horizontally.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complex/unoapi/
H A DCheckModuleAPI.java353 final String[] names = module.split(","); in getDefinedModuleCommand()
452 final int count = module.split(value).length; in getTranslatedNames()
470 final String[] outs = output.split("\n"); in verifyOutput()
/trunk/main/offapi/com/sun/star/sdb/
H A DXSingleSelectQueryComposer.idl75 /** appends a new set of filter criteria which is split into levels.
77 The filter criteria is split into levels. Each level represents the
152 /** appends a new set of HAVING filter criteria which is split into levels.
154 The HAVING filter criteria is split into levels. Each level represents the
/trunk/main/filter/source/config/tools/split/
H A Dmakefile.mk27 PACKAGE = com$/sun$/star$/filter$/config$/tools$/split
62 com$/sun$/star$/filter$/config$/tools$/split
/trunk/main/solenv/bin/
H A Dpchdelta.py150 segments = inputdata.split(MARKER)
153 lines = segments[1].split("\n")
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclMenuItem.java59 this.path = path.split("->"); in VclMenuItem()
83 this.path = path.split("->"); in VclMenuItem()
/trunk/main/offapi/com/sun/star/drawing/
H A DXShapeCombiner.idl45 /** specifies the combine/split functionality.
79 void split( [in] com::sun::star::drawing::XShape xGroup );
/trunk/main/offapi/com/sun/star/table/
H A DXMergeableCellRange.idl74 if a split is not possible for this range.
76 void split( [in] long Columns, [in] long Rows )
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DStreamView.java96 for (final String sPart : sStreamName.split("/")) in CreateTreeModel()
224 final String[] aPathParts = aPart.getPartName().GetFullname().substring(1).split("/"); in MakePartVisible()

Completed in 75 milliseconds

12345678910