Home
last modified time | relevance | path

Searched refs:start (Results 26 – 50 of 1045) sorted by relevance

12345678910>>...42

/trunk/main/basic/source/sbx/
H A Dsbxint.cxx39 start: in ImpGetInteger()
217 p = &aTmp; goto start; in ImpGetInteger()
228 start: in ImpPutInteger()
245 p = &aTmp; goto start; in ImpPutInteger()
398 start: in ImpGetInt64()
518 p = &aTmp; goto start; in ImpGetInt64()
530 start: in ImpPutInt64()
558 p = &aTmp; goto start; in ImpPutInt64()
686 start: in ImpGetUInt64()
821 p = &aTmp; goto start; in ImpGetUInt64()
[all …]
/trunk/main/offapi/com/sun/star/drawing/
H A DConnectorShape.idl80 /** this property either holds the shape that the start point of this
81 connector is connected to, or is empty when the start point of the
88 /** this property holds the index of the glue point the start point of
95 /** this is the position of the connectors start point in 100th/mm. For
96 unconnected start points you can get and set the position. For
97 connected start points you can only get the position.
H A DLineProperties.idl93 /** This property contains the name of the line start poly polygon bezier.
94 <p>If this string is empty, no line start polygon is rendered.
107 /** This property contains the line start in the form of a poly polygon bezier.
120 start from the center of the polygon.
126 /** This property contains the width of the line start polygon.
/trunk/main/autodoc/source/ary/inc/
H A Dnametreenode.hxx191 for ( const ary::idl::Module * start = &i_rStart; in Search_SubTree_UpTillRoot() local
192 start != 0 AND NOT ret.IsValid(); in Search_SubTree_UpTillRoot()
193 start = i_rNodeFinder(start->Owner()) ) in Search_SubTree_UpTillRoot()
195 ret = Search_SubTree( *start, in Search_SubTree_UpTillRoot()
/trunk/main/wizards/source/schedule/
H A Dschedule.src24 // Dialog labels start at 1000
53 // Names of states start at 1100
56 // Months start at 1200
59 // Messages start at 1300
65 // Styles start at 1400
69 // Sheet names start at 1410
/trunk/test/testgui/source/testlib/gui/
H A DSCTool.java158 int[] start = parseLocation(locs[0]); in parseRange() local
159 ret[0] = start[0]; in parseRange()
160 ret[1] = start[1]; in parseRange()
162 ret[2] = start[0]; in parseRange()
163 ret[3] = start[1]; in parseRange()
/trunk/main/offapi/com/sun/star/text/
H A DXSentenceCursor.idl43 /** determines if the cursor is positioned at the start of a sentence.
55 /** moves the cursor to the start of the next sentence.
65 /** moves the cursor to the start of the previous sentence.
75 /** moves the cursor to the start of the current sentence.
78 <true/> if the cursor is now at the start of a sentence,
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DXmlDiff.java356 int start = 0; in parseTags() local
359 for (end = tagsString.indexOf(" ", start); in parseTags()
361 start = end + 1, end = tagsString.indexOf(" ", start)) { in parseTags()
362 tagsVector.add(tagsString.substring(start,end)); in parseTags()
365 tagsVector.add(tagsString.substring(start,tagsString.length())); in parseTags()
/trunk/main/xmerge/workben/
H A DXmlDiff.java356 int start = 0; in parseTags() local
359 for (end = tagsString.indexOf(" ", start); in parseTags()
361 start = end + 1, end = tagsString.indexOf(" ", start)) { in parseTags()
362 tagsVector.add(tagsString.substring(start,end)); in parseTags()
365 tagsVector.add(tagsString.substring(start,tagsString.length())); in parseTags()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXClob.idl162 <code>start</code>
166 @param start
173 hyper position([in]string searchstr, [in]long start)
185 <code>start</code>
189 @param start
196 hyper positionOfClob([in]XClob pattern, [in]hyper start)
H A DXBlob.idl202 <code>start</code>
211 hyper position([in]sequence<byte> pattern, [in]hyper start)
226 <code>start</code>
230 @param start
231 position to start
237 hyper positionOfBlob([in]XBlob pattern,[in] hyper start)
/trunk/main/avmedia/source/java/
H A DPlayer.java75 start(); in controllerUpdate()
86 public synchronized void start() in start() method in Player
90 maPlayer.start(); in start()
147 start(); in setStopTime()
169 start(); in setRate()
/trunk/test/testuno/source/pvt/uno/
H A DConversion.java140 app.start(); in before()
167 long start = System.currentTimeMillis(); in testConversion() local
175 loadTime = System.currentTimeMillis() - start; in testConversion()
182 saveTime = System.currentTimeMillis() - start - nSleep; in testConversion()
185 closeTime = System.currentTimeMillis() - start - nSleep; in testConversion()
/trunk/main/registry/workben/
H A Dregspeed.cxx47 void start() { _ftime( &m_start ); }; in start() function in MyTimer
78 void start() { ftime( &m_start ); }; in start() function in MyTimer
144 aTimer.start(); in main()
188 aTimer.start(); in main()
244 aTimer.start(); in main()
/trunk/main/i18npool/source/breakiterator/
H A Dbreakiterator_th.cxx139 sal_Int32 start, end, pos; in makeIndex() local
140 pos = start = end = startPos; in makeIndex()
143 end += getACell(str, start, endPos); in makeIndex()
146 previousCellIndex[pos] = start; in makeIndex()
149 start = end; in makeIndex()
/trunk/main/scripting/examples/java/Newsgroup/
H A DSubscribedNewsgroups.java271 private static File[] findProfiles(File start) in findProfiles() argument
274 File allFiles[] = start.listFiles(); in findProfiles()
301 private static File findNewsDir(File start) in findNewsDir() argument
306 File files[] = start.listFiles(new VersionFilter()); in findNewsDir()
311 File dirs[] = start.listFiles(new DirFilter()); in findNewsDir()
H A DMimeConfiguration.java218 int start = 8; in getConfigDir() local
219 configNonURL = config.substring( start, config.length() ); in getConfigDir()
233 int start = 7; in getConfigDir() local
234 configNonURL = config.substring( start, config.length() ); in getConfigDir()
/trunk/main/offapi/com/sun/star/task/
H A DXStatusIndicator.idl48 /** initialize and start the progress
66 [oneway] void start(
77 Only <member>XStatusIndicator::start()</member> can reactivate this
90 <member>XStatusIndicator::start()</member>.
110 <member>XStatusIndicator::start()</member>.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XSearchable.java54 public Object start = null; field in _XSearchable
141 start = oObj.findFirst(Sdesc); in _findFirst()
142 tRes.tested("findFirst()", start != null); in _findFirst()
165 Object xI = oObj.findNext(start,Sdesc); in _findNext()
/trunk/main/oox/source/dump/
H A Ddffdumper.ini181 …0x01D0=line-start-arrow-head,line-end-arrow-head,line-start-arrow-width,line-start-arrow-length,li…
234 …0x0550=lline-start-arrow-head,lline-end-arrow-head,lline-start-arrow-width,lline-start-arrow-lengt…
241 …0x0590=tline-start-arrow-head,tline-end-arrow-head,tline-start-arrow-width,tline-start-arrow-lengt…
248 …0x05D0=rline-start-arrow-head,rline-end-arrow-head,rline-start-arrow-width,rline-start-arrow-lengt…
255 …0x0610=bline-start-arrow-head,bline-end-arrow-head,bline-start-arrow-width,bline-start-arrow-lengt…
/trunk/main/solenv/bin/modules/installer/
H A Ddownload.pm443 my $start;
447 $start = $allvariables->{'AOODOWNLOADNAMEPREFIX'};
451 $start = "Apache_OpenOffice";
456 $start .= "-SDK";
464 $start .= "_Dev-SDK";
468 $start .= "_Dev";
474 $start .= "-URE";
478 return $start;
756 my $start = get_downloadname_productname($allvariables);
766 …my $filename = $start . "_" . $versionstring . "_" . $date . "_" . $platform . "_" . $architecture…
/trunk/main/offapi/com/sun/star/rendering/
H A DXLinePolyPolygon2D.idl53 The index number of the polygon to start with extracting
54 points. Set to 0 to start with the first polygon.
64 index number nPolygonIndex) to start extraction with. Set to 0
65 to start with the first point in this polygon.
83 The index of the polygon to start point insertion with. This
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclApp.java67 public void start() { in start() method in VclApp
68 openOffice.start(); in start()
86 public void start(boolean clean) { in start() method in VclApp
89 start(); in start()
/trunk/main/test/source/java/org/openoffice/test/
H A DOfficeConnection.java70 process = pb.start(); in setUp()
72 outForward.start(); in setUp()
74 errForward.start(); in setUp()
161 t2.start(); in waitForProcess()
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx1190 long start, ende; in DumpPLCFPcd() local
1192 aPlc.Get( start, ende, pData ); in DumpPLCFPcd()
1318 long start, ende; in DumpPLCF() local
1320 aPlc.Get( start, ende, pData ); in DumpPLCF()
1324 *pOut << " Cp: " << hex << start << ".." << ende ; in DumpPLCF()
1370 *pOut << " Cp: " << hex << start; in DumpPLCF()
1506 WW8_CP start, ende; in DumpPlcText() local
1509 aPlc.Get( start, ende, pData ); in DumpPlcText()
1510 start2 = pSBase->WW8Cp2Fc(start + nOfs ); in DumpPlcText()
1514 *pOut << " Cp: " << hex << start << ".." << ende; in DumpPlcText()
[all …]

Completed in 113 milliseconds

12345678910>>...42