| /trunk/main/i18npool/source/nativenumber/ |
| H A D | nativenumbersupplier.cxx | 100 …sal_Unicode *dst, sal_Int32& count, sal_Int16 multiChar_index, Sequence< sal_Int32 >& offset, sal_… in AsciiToNative_numberMaker() argument 110 dst[count] = numberChar[str[begin] - NUMBER_ZERO]; in AsciiToNative_numberMaker() 112 offset[count] = begin + startPos; in AsciiToNative_numberMaker() 113 count++; in AsciiToNative_numberMaker() 118 dst[count] = multiChar; in AsciiToNative_numberMaker() 120 offset[count] = begin + startPos; in AsciiToNative_numberMaker() 121 count++; in AsciiToNative_numberMaker() 126 dst[count] = numberChar[str[begin] - NUMBER_ZERO]; in AsciiToNative_numberMaker() 128 offset[count] = begin + startPos; in AsciiToNative_numberMaker() 129 count++; in AsciiToNative_numberMaker() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/view/ |
| H A D | _XMultiSelectionSupplier.java | 88 int count = oObj.getSelectionCount(); in _addSelection() local 90 bOK &= (count == 0); in _addSelection() 92 …if ( ! bOK) log.println("ERROR: after clear selection I got a selection count of '" + count + "' =… in _addSelection() 102 count = oObj.getSelectionCount(); in _addSelection() 103 if (count != (i+1)){ in _addSelection() 104 log.println("ERROR: add a selection but selection count ("+count+ ") " + in _addSelection() 112 count = oObj.getSelectionCount(); in _addSelection() 117 if (count != oObj.getSelectionCount()){ in _addSelection() 118 …ln("ERROR: the selected count ("+oObj.getSelectionCount() +") is not that before (" + count + ")"); in _addSelection() 144 int count = oObj.getSelectionCount(); in _removeSelection() local [all …]
|
| /trunk/main/basegfx/source/polygon/ |
| H A D | b2dpolygon.cxx | 85 sal_uInt32 count() const in count() function in CoordinateDataArray2D 327 sal_uInt32 count() const in count() function in ControlVectorArray2D 550 const sal_uInt32 nPointCount(rSource.count()); in getB2DRange() 709 sal_uInt32 count() const in count() function in ImplB2DPolygon 711 return maPoints.count(); in count() 831 mpControlVector.reset( new ControlVectorArray2D(maPoints.count()) ); in setPrevControlVector() 864 mpControlVector.reset( new ControlVectorArray2D(maPoints.count()) ); in setNextControlVector() 904 const sal_uInt32 nCount(maPoints.count()); in appendBezierSegment() 917 const sal_uInt32 nCount(rSource.maPoints.count()); in insert() 925 mpControlVector.reset( new ControlVectorArray2D(maPoints.count()) ); in insert() [all …]
|
| H A D | b2dpolygonclipper.cxx | 48 if(rCandidate.count()) in clipPolygonOnParallelAxis() 103 const sal_uInt32 nPointCount(aCandidate.count()); in clipPolygonOnParallelAxis() 118 … if(!aRun.count() || !aRun.getB2DPoint(aRun.count() - 1).equal(aEdge.getStartPoint())) in clipPolygonOnParallelAxis() 134 if(bStroke && aRun.count()) in clipPolygonOnParallelAxis() 142 if(aRun.count()) in clipPolygonOnParallelAxis() 148 if(aRetval.count()) in clipPolygonOnParallelAxis() 152 …if(aStartPolygon.count() && aStartPolygon.getB2DPoint(0).equal(aRun.getB2DPoint(aRun.count() - 1))) in clipPolygonOnParallelAxis() 177 const sal_uInt32 nPolygonCount(rCandidate.count()); in clipPolyPolygonOnParallelAxis() 184 if(aClippedPolyPolygon.count()) in clipPolyPolygonOnParallelAxis() 195 const sal_uInt32 nCount(rCandidate.count()); in clipPolygonOnRange() [all …]
|
| H A D | b3dpolygonclipper.cxx | 82 rDest.setBColor(rDest.count() - 1L, rSource.getBColor(nIndex)); in impAppendCopy() 87 rDest.setNormal(rDest.count() - 1L, rSource.getNormal(nIndex)); in impAppendCopy() 92 … rDest.setTextureCoordinate(rDest.count() - 1L, rSource.getTextureCoordinate(nIndex)); in impAppendCopy() 106 rDest.setBColor(rDest.count() - 1L, interpolate(aCurrBColor, aNextBColor, fCut)); in impAppendInterpolate() 113 rDest.setNormal(rDest.count() - 1L, interpolate(aCurrVector, aNextVector, fCut)); in impAppendInterpolate() 120 … rDest.setTextureCoordinate(rDest.count() - 1L, interpolate(aCurrTxCo, aNextTxCo, fCut)); in impAppendInterpolate() 136 if(rCandidate.count()) in clipPolygonOnOrthogonalPlane() 199 const sal_uInt32 nPointCount(rCandidate.count()); in clipPolygonOnOrthogonalPlane() 224 if(aNewPolygon.count() > 1L) in clipPolygonOnOrthogonalPlane() 249 if(aNewPolygon.count() > 1L) in clipPolygonOnOrthogonalPlane() [all …]
|
| H A D | b3dpolygon.cxx | 171 sal_uInt32 count() const in count() function in CoordinateDataArray3D 303 sal_uInt32 count() const in count() function in BColorArray 467 sal_uInt32 count() const in count() function in NormalsArray3D 642 sal_uInt32 count() const in count() function in TextureCoordinate2D 917 sal_uInt32 count() const in count() function in ImplB3DPolygon 919 return maPoints.count(); in count() 1095 mpBColors = new BColorArray(maPoints.count()); in setBColor() 1154 mpNormals = new NormalsArray3D(maPoints.count()); in setNormal() 1210 mpTextureCoordiantes = new TextureCoordinate2D(maPoints.count()); in setTextureCoordinate() 1250 const sal_uInt32 nCount(rSource.maPoints.count()); in insert() [all …]
|
| H A D | b2dpolypolygontools.cxx | 43 const sal_uInt32 nCount(aRetval.count()); in correctOrientations() 80 const sal_uInt32 nCount(rCandidate.count()); in correctOutmostPolygon() 126 const sal_uInt32 nPolygonCount(rCandidate.count()); in adaptiveSubdivideByDistance() 155 const sal_uInt32 nPolygonCount(rCandidate.count()); in adaptiveSubdivideByAngle() 184 const sal_uInt32 nPolygonCount(rCandidate.count()); in adaptiveSubdivideByCount() 211 const sal_uInt32 nPolygonCount(rCandidate.count()); in isInside() 239 const sal_uInt32 nPolygonCount(rCandidate.count()); in getRangeWithControlPoints() 253 const sal_uInt32 nPolygonCount(rCandidate.count()); in getRange() 267 const sal_uInt32 nPolygonCount(rCandidate.count()); in getSignedArea() 292 if(rCandidate.count() && fFullDashDotLen > 0.0) in applyLineDashing() [all …]
|
| H A D | b2dpolygontools.cxx | 64 if(rCandidate.count()) in openWithGeometryChange() 70 … rCandidate.setPrevControlPoint(rCandidate.count() - 1, rCandidate.getPrevControlPoint(0)); in openWithGeometryChange() 83 …while(rCandidate.count() > 1 && rCandidate.getB2DPoint(0) == rCandidate.getB2DPoint(rCandidate.cou… in closeWithGeometryChange() 85 … if(rCandidate.areControlPointsUsed() && rCandidate.isPrevControlPointUsed(rCandidate.count() - 1)) in closeWithGeometryChange() 87 … rCandidate.setPrevControlPoint(0, rCandidate.getPrevControlPoint(rCandidate.count() - 1)); in closeWithGeometryChange() 90 rCandidate.remove(rCandidate.count() - 1); in closeWithGeometryChange() 102 …if(rCandidate.count() > 1 && rCandidate.getB2DPoint(0) == rCandidate.getB2DPoint(rCandidate.count(… in checkClosed() 112 …OSL_ENSURE(nIndex < rCandidate.count(), "getIndexOfPredecessor: Access to polygon out of range (!)… in getIndexOfPredecessor() 118 else if(rCandidate.count()) in getIndexOfPredecessor() 120 return rCandidate.count() - 1L; in getIndexOfPredecessor() [all …]
|
| H A D | b3dpolygontools.cxx | 47 while(rCandidate.count() > 1L in checkClosed() 48 … && rCandidate.getB3DPoint(0L).equal(rCandidate.getB3DPoint(rCandidate.count() - 1L))) in checkClosed() 51 rCandidate.remove(rCandidate.count() - 1L); in checkClosed() 59 …OSL_ENSURE(nIndex < rCandidate.count(), "getIndexOfPredecessor: Access to polygon out of range (!)… in getIndexOfPredecessor() 65 else if(rCandidate.count()) in getIndexOfPredecessor() 67 return rCandidate.count() - 1L; in getIndexOfPredecessor() 77 …OSL_ENSURE(nIndex < rCandidate.count(), "getIndexOfPredecessor: Access to polygon out of range (!)… in getIndexOfSuccessor() 79 if(nIndex + 1L < rCandidate.count()) in getIndexOfSuccessor() 92 const sal_uInt32 nPointCount(rCandidate.count()); in getRange() 124 if(rCandidate.count() > 2L) in getOrientation() [all …]
|
| H A D | b2dpolypolygon.cxx | 89 const sal_uInt32 nCount = rPolyPolygon.count(); in insert() 119 sal_uInt32 count() const in count() function in ImplB2DPolyPolygon 245 sal_uInt32 B2DPolyPolygon::count() const in count() function in basegfx::B2DPolyPolygon 247 return mpPolyPolygon->count(); in count() 252 OSL_ENSURE(nIndex < mpPolyPolygon->count(), "B2DPolyPolygon access outside range (!)"); in getB2DPolygon() 259 OSL_ENSURE(nIndex < mpPolyPolygon->count(), "B2DPolyPolygon access outside range (!)"); in setB2DPolygon() 267 for(sal_uInt32 a(0L); a < mpPolyPolygon->count(); a++) in areControlPointsUsed() 282 OSL_ENSURE(nIndex <= mpPolyPolygon->count(), "B2DPolyPolygon Insert outside range (!)"); in insert() 291 mpPolyPolygon->insert(mpPolyPolygon->count(), rPolygon, nCount); in append() 298 for(sal_uInt32 a(0L); a < mpPolyPolygon->count(); a++) in getDefaultAdaptiveSubdivision() [all …]
|
| H A D | b3dpolypolygon.cxx | 90 const sal_uInt32 nCount = rPolyPolygon.count(); in insert() 120 sal_uInt32 count() const in count() function in ImplB3DPolyPolygon 254 sal_uInt32 B3DPolyPolygon::count() const in count() function in basegfx::B3DPolyPolygon 256 return mpPolyPolygon->count(); in count() 261 OSL_ENSURE(nIndex < mpPolyPolygon->count(), "B3DPolyPolygon access outside range (!)"); in getB3DPolygon() 268 OSL_ENSURE(nIndex < mpPolyPolygon->count(), "B3DPolyPolygon access outside range (!)"); in setB3DPolygon() 276 for(sal_uInt32 a(0L); a < mpPolyPolygon->count(); a++) in areBColorsUsed() 301 for(sal_uInt32 a(0L); a < mpPolyPolygon->count(); a++) in areNormalsUsed() 326 for(sal_uInt32 a(0L); a < mpPolyPolygon->count(); a++) in areTextureCoordinatesUsed() 345 OSL_ENSURE(nIndex <= mpPolyPolygon->count(), "B3DPolyPolygon Insert outside range (!)"); in insert() [all …]
|
| H A D | b2dpolypolygoncutter.cxx | 132 const sal_uInt32 nCount(rGeometry.count()); in impAddPolygon() 525 const sal_uInt32 nOriginalCount(rOriginal.count()); in solver() 534 const sal_uInt32 nPointCount(aGeometry.count()); in solver() 560 sal_uInt32 nOriginalCount(maOriginal.count()); in solver() 568 nOriginalCount = aGeometry.count(); in solver() 579 const sal_uInt32 nCandCount(aCandidate.count()); in solver() 605 const sal_uInt32 nCandCount(aCandidate.count()); in solver() 652 … aNewPart.setPrevControlPoint(aNewPart.count() - 1, rPoint + rVNCurr.maPrev); in getB2DPolyPolygon() 657 … aNewPart.setNextControlPoint(aNewPart.count() - 1, rPoint + rVNCurr.maNext); in getB2DPolyPolygon() 686 const sal_uInt32 nPolygonCount(maOriginal.count()); in getB2DPolyPolygon() [all …]
|
| /trunk/main/connectivity/source/parse/ |
| H A D | sqliterator.cxx | 244 else if (m_pParseTree->count() == 3 && SQL_ISRULE(m_pParseTree->getChild(1),odbc_call_spec)) in setParseTree() 483 if (i_pJoinCondition->count() == 3 && // Ausdruck is geklammert in impl_fillJoinConditions() 490 i_pJoinCondition->count() == 3) in impl_fillJoinConditions() 502 …OSL_ENSURE(i_pJoinCondition->count() == 3,"OQueryDesignView::InsertJoinConnection: Fehler im Parse… in impl_fillJoinConditions() 545 for (sal_uInt32 i = 0; i < pColumnCommalist->count(); i++) in getQualified_join() 580 if ( ( pTableRef->count() == 4 ) // '{' SQL_TOKEN_OJ joined_table '}' in getTableNode() 581 … || ( pTableRef->count() == 5 ) // '(' joined_table ')' range_variable op_column_commalist in getTableNode() 584 getQualified_join( _rTables, pTableRef->getChild(6 - pTableRef->count()), rTableRange ); in getTableNode() 586 …else if ( pTableRef->count() == 3 ) // subquery range_variable op_column_commalist || '(' joined_t… in getTableNode() 595 OSL_ENSURE( pSubQuery->count() == 3, "sub queries should have 3 children!" ); in getTableNode() [all …]
|
| /trunk/main/drawinglayer/source/primitive3d/ |
| H A D | sdrextrudelathetools3d.cxx | 115 … OSL_ENSURE(rPolA.count() == rPolB.count(), "impAddInBetweenFill: unequally sized polygons (!)"); in impAddInBetweenFill() 116 const sal_uInt32 nPolygonCount(::std::min(rPolA.count(), rPolB.count())); in impAddInBetweenFill() 122 … OSL_ENSURE(aSubA.count() == aSubB.count(), "impAddInBetweenFill: unequally sized polygons (!)"); in impAddInBetweenFill() 123 const sal_uInt32 nPointCount(::std::min(aSubA.count(), aSubB.count())); in impAddInBetweenFill() 194 for(sal_uInt32 a(0L); a < rCandidate.count(); a++) in impSetNormal() 198 for(sal_uInt32 b(0L); b < aSub.count(); b++) in impSetNormal() 212 … OSL_ENSURE(rPolA.count() == rPolB.count(), "sdrExtrudePrimitive3D: unequally sized polygons (!)"); in impCreateInBetweenNormals() 213 const sal_uInt32 nPolygonCount(::std::min(rPolA.count(), rPolB.count())); in impCreateInBetweenNormals() 219 … OSL_ENSURE(aSubA.count() == aSubB.count(), "sdrExtrudePrimitive3D: unequally sized polygons (!)"); in impCreateInBetweenNormals() 220 const sal_uInt32 nPointCount(::std::min(aSubA.count(), aSubB.count())); in impCreateInBetweenNormals() [all …]
|
| /trunk/main/scripting/workben/installer/ |
| H A D | FileUpdater.java | 34 int count = 0; in updateProtocolHandler() local 42 count = -1; in updateProtocolHandler() 44 count = count + 1; in updateProtocolHandler() 47 xmlArray[count] = s; in updateProtocolHandler() 67 for(int i=0; i<count + 1; i++) { in updateProtocolHandler() 107 int count = 0; in updateScriptXLC() local 116 count = -1; in updateScriptXLC() 118 count = count + 1; in updateScriptXLC() 121 xmlArray[count] = s; in updateScriptXLC() 143 for(int i=0; i<count + 1; i++) { in updateScriptXLC() [all …]
|
| /trunk/main/migrationanalysis/src/driver_docs/sources/ |
| H A D | CommonMigrationAnalyser.bas | 89 For Num = 1 To coll.count ' Remove name from the collection. 201 … myIssue.Values.Add myComponent.Designer.Controls.count, RID_STR_COMMON_ATTRIBUTE_CONTROLS 203 …docAnalysis.MacroNumUserFormControls = myComponent.Designer.Controls.count + docAnalysis.MacroNumU… 225 If myComponent.Designer.Controls.count > 0 Then 226 Dim count As Long variable 234 For count = 0 To myContolDict.count - 1 235 … controlTypes = controlTypes & vKeyArray(count) & " " & CInt(vItemArray(count)) & " " 236 Next count 241 myIssue.Values.Add myContolDict.count, RID_STR_COMMON_ATTRIBUTE_USERFORM_TYPES_COUNT 243 …docAnalysis.MacroNumUserFormControlTypes = myContolDict.count + docAnalysis.MacroNumUserFormContro… [all …]
|
| /trunk/main/sd/source/ui/func/ |
| H A D | fumorph.cxx | 131 if(aPolyPoly1.count() && aPolyPoly2.count()) in DoExecute() 146 if(aPolyPoly1.count() < aPolyPoly2.count()) in DoExecute() 148 else if(aPolyPoly2.count() < aPolyPoly1.count()) in DoExecute() 156 for( sal_uInt32 a(0L); a < aPolyPoly1.count(); a++ ) in DoExecute() 161 if(aSub1.count() < aSub2.count()) in DoExecute() 163 else if(aSub2.count() < aSub1.count()) in DoExecute() 200 if(rCandidate.count() && nNum && rCandidate.count() != nNum) in ImpGetExpandedPolygon() 208 sal_uInt32 nSrcPosNext((nSrcPos + 1L == rCandidate.count()) ? 0L : nSrcPos + 1L); in ImpGetExpandedPolygon() 218 nSrcPosNext = (nSrcPos + 1L == rCandidate.count()) ? 0L : nSrcPos + 1L; in ImpGetExpandedPolygon() 233 if(aRetval.count() >= 3L) in ImpGetExpandedPolygon() [all …]
|
| /trunk/main/i18npool/source/breakiterator/ |
| H A D | gendict.cxx | 68 sal_Int32 count, i, j; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 80 count = 0; in SAL_IMPLEMENT_MAIN_WITH_ARGS() 96 sal::static_int_cast<int>(count), sal::static_int_cast<int>(lenArrayCount)); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 109 if ((count++) % 0x10 == 0) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 120 count = 1; in SAL_IMPLEMENT_MAIN_WITH_ARGS() 124 if (count == 0xf) { in SAL_IMPLEMENT_MAIN_WITH_ARGS() 125 count = 0; in SAL_IMPLEMENT_MAIN_WITH_ARGS() 127 } else count++; in SAL_IMPLEMENT_MAIN_WITH_ARGS() 136 count = 0; in SAL_IMPLEMENT_MAIN_WITH_ARGS() 142 … fprintf(cfp, "0x%02x, ", set[i] = (j < 0x100 ? sal::static_int_cast<sal_Int16>(count++) : 0xff)); in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
| /trunk/main/connectivity/source/drivers/file/ |
| H A D | fcomp.cxx | 93 DBG_ASSERT(pSQLParseNode->count() >= 4,"OFILECursor: Fehler im Parse Tree"); in start() 98 DBG_ASSERT(pTableExp->count() == TABLE_EXPRESSION_CHILD_COUNT,"Fehler im Parse Tree"); in start() 104 for (sal_uInt32 i = 0; i < pSelection->count(); i++) in start() 107 if ( SQL_ISRULE(pColumnRef,general_set_fct) && pColumnRef->count() != 4 ) in start() 120 DBG_ASSERT(pSQLParseNode->count() == 5,"OFILECursor: Fehler im Parse Tree"); in start() 125 DBG_ASSERT(pSQLParseNode->count() == 4,"Fehler im Parse Tree"); in start() 135 DBG_ASSERT(pWhereClause->count() == 2,"OFILECursor: Fehler im Parse Tree"); in start() 154 if (pPredicateNode->count() == 3 && // Ausdruck is geklammert in execute() 162 pPredicateNode->count() == 3) in execute() 239 DBG_ASSERT(pPredicateNode->count() == 3,"OFILECursor: Fehler im Parse Tree"); in execute_COMPARE() [all …]
|
| /trunk/main/codemaker/source/cunomaker/ |
| H A D | cunotype.cxx | 596 sal_uInt32 count = getMemberCount(); in dumpGetCunoType() local 597 if (count) in dumpGetCunoType() 599 o << indent() << "typelib_TypeDescriptionReference * aMemberRefs[" << count << "];\n"; in dumpGetCunoType() 608 if (count) in dumpGetCunoType() 650 << count << ", "; in dumpGetCunoType() 653 o << "pBaseType, " << count << ", "; in dumpGetCunoType() 657 o << "0, " << count << ", "; in dumpGetCunoType() 660 if (count) in dumpGetCunoType() 709 sal_uInt32 count = getMemberCount(); in dumpCGetCunoType() local 712 if (count) in dumpCGetCunoType() [all …]
|
| /trunk/main/i18npool/source/textconversion/ |
| H A D | genconv_dict.cxx | 94 sal_Int32 count, address, i, j, k; in make_hhc_char() local 105 count = 0; in make_hhc_char() 114 Hangul2HanjaData[count][0] = Ustr[0]; in make_hhc_char() 115 Hangul2HanjaData[count][1] = sal::static_int_cast<sal_uInt16>( address ); in make_hhc_char() 116 Hangul2HanjaData[count][2] = sal::static_int_cast<sal_uInt16>( len - 2 ); in make_hhc_char() 117 count++; in make_hhc_char() 129 for (i = 0; i < count; i++) in make_hhc_char() 353 sal_Int32 count, i, length; in make_stc_word() local 417 count = 0; in make_stc_word() 424 while (count <= length) in make_stc_word() [all …]
|
| /trunk/main/unoxml/source/dom/ |
| H A D | characterdata.cxx | 81 void SAL_CALL CCharacterData::deleteData(sal_Int32 offset, sal_Int32 count) in deleteData() argument 93 if (offset > tmp.getLength() || offset < 0 || count < 0) { in deleteData() 98 if ((offset+count) > tmp.getLength()) in deleteData() 99 count = tmp.getLength() - offset; in deleteData() 102 tmp2 += tmp.copy(offset+count, tmp.getLength() - (offset+count)); in deleteData() 187 … void SAL_CALL CCharacterData::replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg) in replaceData() argument 199 if (offset > tmp.getLength() || offset < 0 || count < 0){ in replaceData() 204 if ((offset+count) > tmp.getLength()) in replaceData() 205 count = tmp.getLength() - offset; in replaceData() 209 tmp2 += tmp.copy(offset+count, tmp.getLength() - (offset+count)); in replaceData() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/ |
| H A D | _XPropertySet.java | 162 int count = PTT.bound.size(); in _addPropertyChangeListener() local 163 if ( count==0 || PTT.bound.get(0).equals("none") ) { in _addPropertyChangeListener() 168 for (int i = 0; i < count; i++) { in _addPropertyChangeListener() 223 int count = PTT.constrained.size(); in _addVetoableChangeListener() local 224 if ( count==0 || PTT.constrained.get(0).equals("none") ) { in _addVetoableChangeListener() 229 for (int i = 0; i < count; i++) { in _addVetoableChangeListener() 287 int count = PTT.normal.size(); in _setPropertyValue() local 288 if ( count==0 || PTT.normal.get(0).equals("none") ) { in _setPropertyValue() 293 for (int i = 0; i < count; i++) { in _setPropertyValue() 368 int count = PTT.normal.size(); in _getPropertyValue() local [all …]
|
| /trunk/main/rdbmaker/source/codemaker/ |
| H A D | dependency.cxx | 60 if (m_pImpl->m_dependencies.count(type) > 0) in insert() 87 if (m_pImpl->m_dependencies.count(type) > 0) in getDependencies() 100 if (m_pImpl->m_dependencies.count(type) > 0) in hasDependencies() 112 if (m_pImpl->m_generatedTypes.count(type) > 0) in setGenerated() 126 if (m_pImpl->m_generatedTypes.count(type) > 0 && in isGenerated() 138 sal_uInt32 count = reader.getFieldCount(); in checkFieldDependencies() local 140 if (count == 0 || reader.getTypeClass() == RT_TYPE_ENUM) in checkFieldDependencies() 144 for (sal_uInt16 i=0; i < count; i++) in checkFieldDependencies() 161 sal_uInt32 count = reader.getMethodCount(); in checkMethodDependencies() local 163 if (count == 0) in checkMethodDependencies() [all …]
|
| /trunk/main/sc/source/ui/vba/ |
| H A D | vbaborders.cxx | 197 for ( sal_Int32 count=0; count<nElems; ++count ) in getColorIndex() local 200 xIndex->getByIndex( count ) >>= nPaletteColor; in getColorIndex() 203 nIndex = count + 1; in getColorIndex() 414 sal_Int32 count = getCount(); in getColor() local 416 for( sal_Int32 i = 0; i < count ; i++ ) in getColor() 434 sal_Int32 count = getCount(); in setColor() local 435 for( sal_Int32 i = 0; i < count ; i++ ) in setColor() 443 sal_Int32 count = getCount(); in getColorIndex() local 445 for( sal_Int32 i = 0; i < count ; i++ ) in getColorIndex() 463 sal_Int32 count = getCount(); in setColorIndex() local [all …]
|