Home
last modified time | relevance | path

Searched refs:count (Results 226 – 250 of 767) sorted by relevance

12345678910>>...31

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1449 if(aNewB2DPolygon.count() > 1L) in CreateSubPath()
1469 if(aNewB2DPolygon.count()) in CreateSubPath()
1471 if(aNewB2DPolygon.count() > 1L) in CreateSubPath()
1489 …DBG_ASSERT(aNewB2DPolygon.count(), "EnhancedCustomShape2d::CreateSubPath: Error in adding control … in CreateSubPath()
1510 …DBG_ASSERT(aNewB2DPolygon.count(), "EnhancedCustomShape2d::CreateSubPath: Error in adding Q contro… in CreateSubPath()
1521 …DBG_ASSERT(aNewB2DPolygon.count(), "EnhancedCustomShape2d::CreateSubPath: Error in adding Q contro… in CreateSubPath()
1532 if(aNewB2DPolygon.count() > 1L) in CreateSubPath()
1708 if(aNewB2DPolygon.count() > 1L) in CreateSubPath()
1829 if(aNewB2DPolygon.count() > 1L) in CreateSubPath()
1836 if(aNewB2DPolyPolygon.count()) in CreateSubPath()
/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx1235 sal_Int32 count, rtl_uString ** typeNames) in copyExceptions() argument
1237 OSL_ASSERT(count >= 0); in copyExceptions()
1238 if (count == 0) { in copyExceptions()
1242 = new typelib_TypeDescriptionReference *[count]; in copyExceptions()
1243 for (sal_Int32 i = 0; i < count; ++i) { in copyExceptions()
1423 sal_Int32 count, typelib_TypeDescriptionReference ** exceptions) in deleteExceptions() argument
1425 for (sal_Int32 i = 0; i < count; ++i) { in deleteExceptions()
1957 sal_Int32 count, typelib_TypeDescriptionReference ** source) in copyExceptions() argument
1960 = new typelib_TypeDescriptionReference *[count]; in copyExceptions()
1961 for (sal_Int32 i = 0; i < count; ++i) { in copyExceptions()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DSDFReader.java562 int count = 0; in makeDot() local
563 if ((count = (int) super.getLineNumber() / 1000) > this.dotCount) { in makeDot()
564 this.dotCount = count; in makeDot()
H A DXLIFFReader.java715 int count = 0; in makeDot() local
716 if ((count = (int) this.transUnitCounter / 1000) > this.dotCount) { in makeDot()
717 this.dotCount = count; in makeDot()
/trunk/main/idlc/source/
H A Doptions.cxx287 if (m_options.count("-I") > 0) in initOptions()
304 if (m_options.count("-D") > 0) in initOptions()
427 return (m_options.count(option) > 0); in isValid()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1171 if( (sal_uInt32)rRetval.getLength() != rPolyPoly.count() ) in B2DPolyPolygonToSvxPointSequenceSequence()
1172 rRetval.realloc( rPolyPoly.count() ); in B2DPolyPolygonToSvxPointSequenceSequence()
1177 for(sal_uInt32 a(0L); a < rPolyPoly.count(); a++) in B2DPolyPolygonToSvxPointSequenceSequence()
1185 const sal_uInt32 nPointCount(aPoly.count()); in B2DPolyPolygonToSvxPointSequenceSequence()
1221 drawing::PointSequenceSequence aRetval( rPolyPoly.count() ); in getPropertyValueImpl()
1237 drawing::PointSequenceSequence aRetval(aNewPolyPolygon.count()); in getPropertyValueImpl()
1248 if( rPolyPoly.count() > 0 ) in getPropertyValueImpl()
1249 nCount = rPolyPoly.getB2DPolygon(0L).count(); in getPropertyValueImpl()
1430 && aControlA.equal(aNewPolygon.getB2DPoint(aNewPolygon.count() - 1))) in SvxConvertPolyPolygonBezierToB2DPolyPolygon()
/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx321 if(aMergedArea.count() && (pFillGradient || pFillPattern || bStrokeUsed)) in add_text()
333 if(aMergedArea.count() && bStrokeUsed) in add_text()
740 if(aMergedArea.count()) in add_stroke()
886 const sal_uInt32 nSubPathCount(rPath.count()); in add_markers()
905 const sal_uInt32 nSubPolygonPointCount(aSubPolygonPath.count()); in add_markers()
1062 if(!rPath.count()) in add_path()
1087 const bool bIsTwoPointLine(1 == rPath.count() in add_path()
1089 && 2 == rPath.getB2DPolygon(0).count()); in add_path()
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx78 sal_uInt32 count() const { return maSteps.size(); } in count() function in __anonf221c3920111::animatedBitmapExPreparator
233 if(aData.count()) in create2DDecompositionOfGraphic()
237 Primitive2DSequence aBitmapPrimitives(aData.count()); in create2DDecompositionOfGraphic()
239 for(sal_uInt32 a(0); a < aData.count(); a++) in create2DDecompositionOfGraphic()
241 …animation::AnimationEntryFixed aTime((double)aData.stepTime(a), (double)a / (double)aData.count()); in create2DDecompositionOfGraphic()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DOGridControlModel.java390 String count = (String)Param.get("THRCNT"); in createTestEnvironment() local
391 if (count != null) in createTestEnvironment()
392 THRCNT = Integer.parseInt(count); in createTestEnvironment()
/trunk/main/offapi/com/sun/star/text/
H A DAdvancedTextDocument.idl120 /** contains the count of all characters in the document.
127 /** contains the count of all paragraphs in the document.
134 /** contains the count of all words in the document.@see WordSeparator
/trunk/main/odk/examples/java/Inspector/
H A DHideableTreeModel.java285 int count = 0; in getChildCount() local
291 count++; in getChildCount()
295 return count; in getChildCount()
/trunk/main/scripting/examples/beanshell/Capitalise/
H A Dcapitalise.bsh53 count = xIndexAccess.getCount();
54 if(count>=1) { //ie we have a selection
55 for(i=0;i<count;i++) {
/trunk/test/testuno/source/fvt/uno/sw/breaks/
H A DCheckBreaks.java284 int count = 1; in getLineCount() local
290 count ++; in getLineCount()
294 return count; in getLineCount()
/trunk/main/basegfx/source/raster/
H A Drasterconvert3d.cxx39 const sal_uInt32 nPointCount(rFill.count()); in addArea()
49 const sal_uInt32 nPolyCount(rFill.count()); in addArea()
334 const sal_uInt32 nPointCount(rLine.count()); in rasterconvertB3DPolygon()
/trunk/main/basegfx/source/tools/
H A Ddebugplotter.cxx236 const sal_uInt32 nCount( rCurrPoly.count() ); in ~DebugPlotter()
334 const sal_uInt32 nCount( rCurrPoly.count() ); in ~DebugPlotter()
396 const sal_uInt32 nCount( rPoly.count() ); in plot()
/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx181 …const int nRequested = std::count( aFeatureIndexList.begin(), aFeatureIndexList.end(), nFeatureInd… in ReadGSUB()
184 … const int nAvailable = std::count( aReqFeatureTagList.begin(), aReqFeatureTagList.end(), nTag); in ReadGSUB()
214 if( std::count( aLookupIndexList.begin(), aLookupIndexList.end(), nLookupIdx ) ) in ReadGSUB()
/trunk/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx999 if (pCondition->count() == 3 && in setORCriteria()
1045 else if ( SQL_ISRULE(pCondition,boolean_term) && pCondition->count() == 3 ) in setANDCriteria()
1160 SQL_ISRULE(pCondition->getChild(pCondition->count()-1), column_ref)) in setComparsionPredicate()
1176 for (;i < pCondition->count();i++) in setComparsionPredicate()
1180 else if (SQL_ISRULE(pCondition->getChild(pCondition->count()-1), column_ref)) in setComparsionPredicate()
1182 nPos = pCondition->count()-1; in setComparsionPredicate()
1184 sal_Int32 i = pCondition->count() - 2; in setComparsionPredicate()
1261 for (i=0;i< pLhs->count();i++) in setComparsionPredicate()
1267 for(i=0;i< pRhs->count();i++) in setComparsionPredicate()
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx112 if(maOriginalPolyPolygon.count()) in createPrimitive2DSequenceInCurrentState()
283 aTransformedPositions.reserve(aTransformed.count()); in createPrimitive2DSequenceInCurrentState()
285 for(a = 0; a < aTransformed.count(); a++) in createPrimitive2DSequenceInCurrentState()
461 for(sal_uInt32 b(0); b < aNewPolyPolygon.count(); b++) in createSdrDragEntries_PolygonDrag()
487 if(aResult.count()) in createSdrDragEntries_PolygonDrag()
515 if(aPathXPP.count()) in createSdrDragEntries_PointDrag()
928 if(aEdgePolygon.count()) in AddConnectorOverlays()
1271 if(aSpecialDragPolyPolygon.count()) in createSdrDragEntries()
1276 if(aDragPolyPolygon.count()) in createSdrDragEntries()
2982 if(aDragRaster.count()) in createSdrDragEntries()
[all …]
/trunk/main/rdbmaker/source/codemaker/
H A Doptions.cxx44 return (m_options.count(option) > 0); in isValid()
50 if (m_options.count(option) > 0) in getOption()
/trunk/main/idlc/inc/idlc/
H A Dastenum.hxx38 void setEnumValueCount(sal_Int32 count) in setEnumValueCount() argument
39 { m_enumValueCount = count; } in setEnumValueCount()
/trunk/main/jurt/source/pipe/
H A Dcom_sun_star_lib_connections_pipe_PipeConnection.c470 long count; /* number of bytes has been written */ in PipeConnection_write() local
510 count = osl_writePipe(npipe, nbuff, nwrite); in PipeConnection_write()
518 if (count != nwrite) in PipeConnection_write()
/trunk/main/basegfx/source/range/
H A Db2dpolyrange.cxx85 sal_uInt32 count() const in count() function in basegfx::ImplB2DPolyRange
304 sal_uInt32 B2DPolyRange::count() const in count() function in basegfx::B2DPolyRange
306 return mpImpl->count(); in count()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java241 final int count = groupExpressions.size(); in getOrderStatement() local
242 if (count != 0) in getOrderStatement()
251 for (int i = 0; i < count; i++) in getOrderStatement()
284 if ((i + 1) < count) in getOrderStatement()
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx66 sal_uInt32 nCount(rPolyPolygon.count()); in TextRanger()
72 nPointCount += aCandidate.count(); in TextRanger()
78 nCount = pLinePolyPolygon->count(); in TextRanger()
84 nPointCount += aCandidate.count(); in TextRanger()
/trunk/main/dbaccess/source/inc/
H A Dapitools.hxx338 #define BEGIN_PROPERTY_SEQUENCE(count) \ argument
339 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property> aDescriptor(count); \
344 #define BEGIN_PROPERTY_HELPER(count) \ argument
345 BEGIN_PROPERTY_SEQUENCE(count)

Completed in 169 milliseconds

12345678910>>...31