Home
last modified time | relevance | path

Searched refs:splitted (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/l10ntools/scripts/tool/
H A Dsdf.py134 splitted = line.split("\t")
135 if len(splitted) == 15:
138 self.dummy1 = splitted[ self.const._DUMMY1_POS ]
140 self.gid = splitted[ self.const._GID_POS ]
141 self.lid = splitted[ self.const._LID_POS ]
142 self.helpid = splitted[ self.const._HELPID_POS ]
144 self.dummy2 = splitted[ self.const._DUMMY2_POS ]
145 self.langid = splitted[ self.const._LANGID_POS ]
146 self.text = splitted[ self.const._TEXT_POS ]
149 self.title = splitted[ self.const._TITLE_POS ]
[all …]
/aoo4110/main/l10ntools/java/receditor/java/transex3/model/
H A DSdfEntity.java79 String[] splitted = line.split("\t"); in setProperties() local
81 setProject( splitted[ SdfEntity.PROJECT_POS ] ); in setProperties()
83 setDummy1( splitted[ SdfEntity.DUMMY1_POS ] ); in setProperties()
85 setGid( splitted[ SdfEntity.GID_POS ] ); in setProperties()
86 setLid( splitted[ SdfEntity.LID_POS ] ); in setProperties()
87 setHelpid( splitted[ SdfEntity.HELPID_POS ] ); in setProperties()
89 setDummy2( splitted[ SdfEntity.DUMMY2_POS ] ); in setProperties()
90 setLangid( splitted[ SdfEntity.LANGID_POS ] ); in setProperties()
91 setText( splitted[ SdfEntity.TEXT_POS ] ); in setProperties()
94 setTitle( splitted[ SdfEntity.TITLE_POS ] ); in setProperties()
[all …]
/aoo4110/main/l10ntools/java/jpropex/java/
H A DSdfEntity.java98 String[] splitted = line.split("\t",15); in setProperties() local
99 setProject( splitted[ SdfEntity.PROJECT_POS ] ); in setProperties()
101 setDummy1( splitted[ SdfEntity.DUMMY1_POS ] ); in setProperties()
103 setGid( splitted[ SdfEntity.GID_POS ] ); in setProperties()
104 setLid( splitted[ SdfEntity.LID_POS ] ); in setProperties()
105 setHelpid( splitted[ SdfEntity.HELPID_POS ] ); in setProperties()
107 setDummy2( splitted[ SdfEntity.DUMMY2_POS ] ); in setProperties()
108 setLangid( splitted[ SdfEntity.LANGID_POS ] ); in setProperties()
109 setText( splitted[ SdfEntity.TEXT_POS ] ); in setProperties()
112 setTitle( splitted[ SdfEntity.TITLE_POS ] ); in setProperties()
[all …]
/aoo4110/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/
H A DDirtyTagWrapper.java66 …String[] splitted =checkString.split("(<ept ([^<>])*>)|(</ept>)|(<bpt ([^<>])*>)|(</bpt>)|(<sub([^… in unwrapString() local
68 for(int i=0;i<splitted.length;i++){ in unwrapString()
69 workBuffer.append(splitted[i]); in unwrapString()
76 splitted =string.split("(<sub([^<>])*>)|(</sub>)"); in unwrapString()
78 for(int i=0;i<splitted.length;i++){ in unwrapString()
79 returnBuffer.append(splitted[i]); in unwrapString()
/aoo4110/main/offapi/com/sun/star/frame/
H A DDispatchHelper.idl38 Normaly a complete dispatch is splitted into different parts:
/aoo4110/main/offapi/com/sun/star/table/
H A DXMergeableCellRange.idl60 cells taht are already splitted.
/aoo4110/main/filter/source/config/tools/split/
H A DFCFGSplit.cfg24 # xcu file, should be analyzed and splitted

Completed in 28 milliseconds