/trunk/main/l10ntools/java/receditor/java/transex3/controller/ |
H A D | EditorController.java | 97 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 D | aqua11yactionwrapper.mm | 62 … 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 D | CharArrayLCSAlgorithm.java | 175 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 D | IteratorLCSAlgorithm.java | 176 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.java | 339 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.java | 169 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 D | cl2c.pl | 117 $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 D | comtools.hxx | 165 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 D | update_tree.pl | 228 undef $/; $cnt = <F>; close F; 229 $cnt =~ s/^.*<title[^>]+id="tit"[^>]*>([^<]*)<\/title>.*$/$1/gis; 230 $cnt =~ s/'/\'/gis; $cnt =~ s/&/+/gis; 231 $cnt =~ s/"/\'/gis; $cnt =~ s/&/+/gis; 232 $l = "<topic id=\"$module/$id\">$cnt</topic>\n";
|
/trunk/main/sal/qa/rtl_strings/ |
H A D | rtl_String_Utils.cxx | 87 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 D | rtl_String_Utils.cxx | 91 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.java | 52 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.java | 188 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.java | 178 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.java | 117 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 D | fast_merge.pl | 103 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.java | 218 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 D | debug_printf.c | 41 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 D | debug_printf.c | 42 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.java | 418 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 D | ScDataPilotFieldObj.java | 300 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 D | ScDataPilotItemObj.java | 318 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 D | ScDataPilotItemsObj.java | 306 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 D | ScIndexEnumeration_DataPilotItemsEnumeration.java | 312 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.java | 525 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()
|