Home
last modified time | relevance | path

Searched refs:cnt (Results 1 – 25 of 43) sorted by relevance

12

/trunk/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java97 for( int cnt = 0; aFileArray.length > cnt ; cnt++ ){ in findRecommandFiles()
98 if( aFileArray[ cnt ].isDirectory() && !aFileArray[ cnt ].getAbsolutePath().endsWith(".lnk") ) in findRecommandFiles()
99 findRecommandFiles( aFileArray[ cnt ] , list); in findRecommandFiles()
100 else if( aFileArray[ cnt ].isFile() && isRecommandFile( aFileArray[ cnt ] ) ) in findRecommandFiles()
101 list.add( aFileArray[ cnt ]); in findRecommandFiles()
108 for(int cnt = 0; cnt < RESTYPES.length ; cnt++){ in isResourceType()
109 if( filename.endsWith( RESTYPES[ cnt ] ) ) in isResourceType()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11yactionwrapper.mm62 … for ( int cnt = 0; cnt < [ wrapper accessibleAction ] -> getAccessibleActionCount(); cnt++ ) {
63 …For: CreateNSString ( [ wrapper accessibleAction ] -> getAccessibleActionDescription ( cnt ) ) ] ];
71 … for ( int cnt = 0; cnt < [ wrapper accessibleAction ] -> getAccessibleActionCount(); cnt++ ) {
72 …: CreateNSString ( [ wrapper accessibleAction ] -> getAccessibleActionDescription ( cnt ) ) ] ] ) {
73 [ wrapper accessibleAction ] -> doAccessibleAction ( cnt );
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DCharArrayLCSAlgorithm.java175 for (int cnt = 0; cnt < i; cnt++) { in generateResult()
177 new Difference(Difference.DELETE, cnt, j); in generateResult()
181 for (int cnt = 0; cnt < j; cnt++) { in generateResult()
183 new Difference(Difference.ADD, i, cnt); in generateResult()
H A DIteratorLCSAlgorithm.java176 for (int cnt = 0; cnt < i; cnt++) { in generateResult()
178 new Difference(Difference.DELETE, cnt, j); in generateResult()
184 for (int cnt = 0; cnt < j; cnt++) { in generateResult()
186 new Difference(Difference.ADD, i, cnt); in generateResult()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XListBox.java339 short cnt = oObj.getItemCount() ; in _getSelectedItemsPos() local
340 for (short i = 0; i < cnt; i++) { in _getSelectedItemsPos()
365 short cnt = oObj.getItemCount() ; in _getSelectedItem() local
366 for (short i = 0; i < cnt; i++) { in _getSelectedItem()
394 short cnt = oObj.getItemCount() ; in _getSelectedItems() local
395 for (short i = 0; i < cnt; i++) { in _getSelectedItems()
420 short cnt = oObj.getItemCount() ; in _selectItemPos() local
421 for (short i = 0; i < cnt; i++) { in _selectItemPos()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/
H A D_XTableColumns.java169 int cnt = oObj.getCount(); in _insertByIndex() local
171 oObj.insertByIndex(cnt, 1); in _insertByIndex()
173 + cnt); in _insertByIndex()
176 log.println("Inserting column at Index " + cnt + " ... OK"); in _insertByIndex()
287 int cnt = oObj.getCount(); in _removeByIndex() local
289 oObj.removeByIndex(cnt, 1); in _removeByIndex()
291 + cnt); in _removeByIndex()
294 log.println("Removing column at Index " + cnt + " ... OK"); in _removeByIndex()
/trunk/main/sc/addin/util/
H A Dcl2c.pl117 $cnt=0;
124 if ( ++$cnt == 2 ) {
133 if ( --$cnt == 1 ) {
143 } elsif ( $cnt == 0 ) {
153 if ( $resflag && $cnt == 1) {
160 if ( $cnt == 2 && /^\s*Text/ ) {
/trunk/main/sal/inc/systools/win32/
H A Dcomtools.hxx165 ULONG cnt = 0; in addRef() local
167 cnt = com_ptr_->AddRef(); in addRef()
168 return cnt; in addRef()
173 ULONG cnt = 0; in release() local
175 cnt = com_ptr_->Release(); in release()
176 return cnt; in release()
/trunk/main/helpcontent2/helpers/
H A Dupdate_tree.pl228 undef $/; $cnt = <F>; close F;
229 $cnt =~ s/^.*<title[^>]+id="tit"[^>]*>([^<]*)<\/title>.*$/$1/gis;
230 $cnt =~ s/&apos;/\'/gis; $cnt =~ s/&amp;/+/gis;
231 $cnt =~ s/&quot;/\'/gis; $cnt =~ s/&/+/gis;
232 $l = "<topic id=\"$module/$id\">$cnt</topic>\n";
/trunk/main/sal/qa/rtl_strings/
H A Drtl_String_Utils.cxx87 sal_Char* cpynstr( sal_Char* dst, const sal_Char* src, sal_uInt32 cnt ) in cpynstr() argument
92 sal_uInt32 len = cnt; in cpynstr()
158 sal_Char* createName( sal_Char* dst, const sal_Char* meth, sal_uInt32 cnt ) in createName() argument
163 rtl_str_valueOfInt32( pstr, cnt, 10 ); in createName()
168 if ( cnt < 100 ) in createName()
172 if ( cnt < 10 ) in createName()
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_String_Utils.cxx91 sal_Char* cpynstr( sal_Char* dst, const sal_Char* src, sal_uInt32 cnt ) in cpynstr() argument
96 sal_uInt32 len = cnt; in cpynstr()
180 sal_Char* createName( sal_Char* dst, const sal_Char* meth, sal_uInt32 cnt ) in createName() argument
185 rtl_str_valueOfInt32( pstr, cnt, 10 ); in createName()
190 if ( cnt < 100 ) in createName()
194 if ( cnt < 10 ) in createName()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XAreaLinks.java52 int cnt = 0; in _insertAtPosition() local
54 cnt = oObj.getCount() ; in _insertAtPosition()
62 if (cnt + 1 != new_cnt) { in _insertAtPosition()
64 log.println("Number of links before insertAtPosition() call was " + cnt + in _insertAtPosition()
H A D_XDataPilotDescriptor.java188 int cnt = 0 ; in _getDataPilotFields() local
211 fieldsNames[cnt] = name ; in _getDataPilotFields()
217 switch (cnt % 5) { in _getDataPilotFields()
260 if (++cnt > 4) break; in _getDataPilotFields()
H A D_XSheetCellRangeContainer.java178 int cnt; in _removeRangeAddresses() local
187 if ( (cnt = oObj.getCount()) == 0) { in _removeRangeAddresses()
190 log.println("Elements after removing: " + cnt); in _removeRangeAddresses()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XFramesSupplier.java117 int cnt = 0; in _getFrames() local
121 cnt = frames.getCount() ; in _getFrames()
123 log.println("There are " + cnt + " frames.") ; in _getFrames()
128 for (int i = 0; i < cnt; i++) { in _getFrames()
/trunk/main/l10ntools/scripts/
H A Dfast_merge.pl103 my $cnt = 0;
104 sleep 10 , while( -e $lock_file && $cnt++ < 180 );
296 my $cnt = $#buffer+1;
297 print "Write to $path $cnt lines\n";
/trunk/main/sc/qa/complex/dataPilot/
H A D_XDataPilotDescriptor.java218 int cnt = 0 ; in _getDataPilotFields() local
238 fieldsNames[cnt] = name ; in _getDataPilotFields()
244 switch (cnt % 5) { in _getDataPilotFields()
284 if (++cnt > 4) in _getDataPilotFields()
/trunk/main/vcl/os2/source/app/
H A Ddebug_printf.c41 int cnt; in debug_printf() local
58 cnt = pfnPmPrintf(format, args); in debug_printf()
61 return cnt; in debug_printf()
/trunk/main/sal/osl/os2/
H A Ddebug_printf.c42 int cnt; in debug_printf() local
59 cnt = pfnPmPrintf(format, args); in debug_printf()
62 return cnt; in debug_printf()
/trunk/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleComponent.java418 int cnt = xAccCon.getAccessibleChildCount(); in getChildrenComponents() local
421 if (cnt > 50) in getChildrenComponents()
423 cnt = 50; in getChildrenComponents()
427 for (int i = 0; i < cnt; i++) { in getChildrenComponents()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDataPilotFieldObj.java300 int cnt = 0; in getSRange() local
324 fieldsNames[cnt] = name; in getSRange()
330 switch (cnt % 5) { in getSRange()
384 if ((++cnt) > 4) { in getSRange()
H A DScDataPilotItemObj.java318 int cnt = 0; in getSRange() local
342 fieldsNames[cnt] = name; in getSRange()
348 switch (cnt % 5) { in getSRange()
402 if ((++cnt) > 4) { in getSRange()
H A DScDataPilotItemsObj.java306 int cnt = 0; in getSRange() local
330 fieldsNames[cnt] = name; in getSRange()
336 switch (cnt % 5) { in getSRange()
390 if ((++cnt) > 4) { in getSRange()
H A DScIndexEnumeration_DataPilotItemsEnumeration.java312 int cnt = 0; in getSRange() local
336 fieldsNames[cnt] = name; in getSRange()
342 switch (cnt % 5) { in getSRange()
396 if ((++cnt) > 4) { in getSRange()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleComponent.java525 int cnt = xAccCon.getAccessibleChildCount(); in getChildrenComponents() local
528 if (cnt > 50) { in getChildrenComponents()
529 cnt = 50; in getChildrenComponents()
534 for (int i = 0; i < cnt; i++) { in getChildrenComponents()

Completed in 128 milliseconds

12