Home
last modified time | relevance | path

Searched refs:count (Results 51 – 75 of 767) sorted by relevance

12345678910>>...31

/trunk/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx56 …OSL_ENSURE(rCandidate.count() > 1L, "createAreaGeometryForLineStartEnd: Line polygon has too less … in createAreaGeometryForLineStartEnd()
57 … OSL_ENSURE(rArrow.count() > 0L, "createAreaGeometryForLineStartEnd: Empty arrow PolyPolygon (!)"); in createAreaGeometryForLineStartEnd()
67 if(rCandidate.count() > 1 && rArrow.count() && !fTools::equalZero(fWidth)) in createAreaGeometryForLineStartEnd()
108 const B2DVector aHead(rCandidate.getB2DPoint((bStart) ? 0L : rCandidate.count() - 1L)); in createAreaGeometryForLineStartEnd()
230 const sal_uInt32 nPointCount(rCandidate.count()); in subdivideToSimple()
535 const sal_uInt32 nTempCount(aTemp.count()); in createAreaGeometryForEdge()
547 const sal_uInt32 nCandCount(aBezierPolygon.count()); in createAreaGeometryForEdge()
558 if(aBezierPolygon.count()) in createAreaGeometryForEdge()
754 if(aBow.count() > 1) in createAreaGeometryForJoin()
762 aEdgePolygon.setB2DPoint(aEdgePolygon.count() - 1, aEndPoint); in createAreaGeometryForJoin()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx893 if((IsClosed(meObjectKind) && aCandidate.count() < 3L) || aCandidate.count() < 2L) in endPathDrag()
1599 if(nChangeIndex < aNewPolygon.count()) in TakeObjectPolyPolygon()
1607 if(aRetval.count()) in TakeObjectPolyPolygon()
1705 return (1L == rPolyPolygon.count() && 2L == rPolyPolygon.getB2DPolygon(0L).count()); in ImpIsLine()
1798 if(GetPathPoly().count()) in ImpForceKind()
2275 if(GetPathPoly().count()) in EndCreate()
2279 if(aCandidate.count() > 2) in EndCreate()
2445 if(GetPathPoly().count()) in RecalcSnapRect()
2538 if(GetPathPoly().count()) in NbcSetPoint()
2637 nNewHdl = aCandidate.count() - 1L; in NbcInsPoint()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarFunctionDescription.java143 final int count = functionDescription.getParameterCount(); in getSignature() local
146 for (int i = 0; i < count; i++) in getSignature()
149 if (i != (count - 1)) in getSignature()
160 int count = functionDescription.getParameterCount(); in getArguments() local
164 count = 30; in getArguments()
166 final FunctionArgument[] args = new FunctionArgument[count]; in getArguments()
181 final int count = functionDescription.getParameterCount(); in createFormula() local
182 if (!infinite && arguments.length > count) in createFormula()
/trunk/main/apple_remote/source/
H A DRemoteControlContainer.m72 - (unsigned int) count { method
73 return [remoteControls count];
91 for(i=0; i < [remoteControls count]; i++) {
98 for(i=0; i < [remoteControls count]; i++) {
111 for(i=0; i < [remoteControls count]; i++) {
120 for(i=0; i < [remoteControls count]; i++) {
128 for(i=0; i < [remoteControls count]; i++) {
135 for(i=0; i < [remoteControls count]; i++) {
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx101 const sal_uInt32 nCount(rBasePolygon.count()); in splitLinePolygon()
120 o_aRight.count() - 1, in splitLinePolygon()
137 const sal_uInt32 nPolyCount(rPolyPolygon.count()); in fillPolyPolygonNeededToBeSplit()
146 const sal_uInt32 nPointCount(aCandidate.count()); in fillPolyPolygonNeededToBeSplit()
215 if(aSplitted.count() != nPolyCount) in fillPolyPolygonNeededToBeSplit()
371 if(rB2DPolygon.count() && !mnSvtGraphicStrokeCount) in impTryToCreateSvtGraphicStroke()
1269 if(aCandidate.count() > 1) in processBasePrimitive2D()
1387 if(!mnSvtGraphicFillCount && aLocalPolyPolygon.count()) in processBasePrimitive2D()
1739 if(aMask.count()) in processBasePrimitive2D()
1745 if(maClipPolyPolygon.count()) in processBasePrimitive2D()
[all …]
H A Dvclpixelprocessor2d.cxx106 if(!aLocalPolyPolygon.count()) in tryDrawPolyPolygonColorPrimitive2DDirect()
128 if(!aLocalPolygon.count()) in tryDrawPolygonHairlinePrimitive2DDirect()
156 if(!aLocalPolygon.count()) in tryDrawPolygonStrokePrimitive2DDirect()
181 if(!aHairLinePolyPolygon.count()) in tryDrawPolygonStrokePrimitive2DDirect()
208 for(sal_uInt32 a(0); a < aHairLinePolyPolygon.count(); a++) in tryDrawPolygonStrokePrimitive2DDirect()
212 if(aSingle.count()) in tryDrawPolygonStrokePrimitive2DDirect()
367 if(aLocalPolyPolygon.count()) in processBasePrimitive2D()
423 sal_uInt32 nCount(aLocalPolyPolygon.count()); in processBasePrimitive2D()
429 nCount = aLocalPolyPolygon.count(); in processBasePrimitive2D()
/trunk/main/sw/source/filter/ww8/dump/
H A Dmsvbasic.cxx199 int count=0; in ReadVBAProject() local
220 count++; in ReadVBAProject()
221 if (count == 2) in ReadVBAProject()
224 count=0; in ReadVBAProject()
238 count=0; in ReadVBAProject()
248 count++; in ReadVBAProject()
249 if (count == 2) in ReadVBAProject()
252 count=0; in ReadVBAProject()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dvendorlist.cxx61 const size_t count = sizeof(gVendorMap) / sizeof (VendorSupportMapEntry) - 1; in END_VENDOR_MAP() local
62 OUString arNames[count]; in END_VENDOR_MAP()
63 for ( size_t pos = 0; pos < count; ++pos ) in END_VENDOR_MAP()
68 return Sequence<OUString>(arNames, count); in END_VENDOR_MAP()
75 sal_Int32 count = seqNames.getLength(); in isVendorSupported() local
77 for (int i = 0; i < count; i++) in isVendorSupported()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrlatheprimitive3d.cxx148 const sal_uInt32 nCount(aHorLine.count()); in create3DDecomposition()
168 if(aCandidate.count()) in create3DDecomposition()
174 if(aNewLineGeometry.count()) in create3DDecomposition()
226 …geCount(aSubCandidate.isClosed() ? aSubCandidate.count() : (aSubCandidate.count() ? aSubCandidate. in impCreateSlices()
241 if(getPolyPolygon().count() && !maSlices.size()) in getSlices()
301 if(getPolyPolygon().count() && !getPolyPolygon().getB2DPolygon(0L).isClosed()) in SdrLathePrimitive3D()
H A Dsdrextrudeprimitive3d.cxx154 const sal_uInt32 nCount(aVerLine.count()); in create3DDecomposition()
162 const sal_uInt32 nReducedCount(aReducedLoops.count()); in create3DDecomposition()
184 const sal_uInt32 nReducedCount(aReducedLoops.count()); in create3DDecomposition()
222 const sal_uInt32 nPolyCount(maCorrectedPolyPolygon.count()); in create3DDecomposition()
227 const sal_uInt32 nPointCount(aCandidate.count()); in create3DDecomposition()
331 if(aNewLineGeometry.count()) in create3DDecomposition()
386 if(getPolyPolygon().count() && !maSlices.size()) in getSlices()
442 if(getPolyPolygon().count() && !getPolyPolygon().getB2DPolygon(0L).isClosed()) in SdrExtrudePrimitive3D()
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocumentDeserializerImpl.java198 int count = 0; in buildDocument() local
201 while (text[i + 1 + count] == SPACE_CHAR) { in buildDocument()
202 count++; in buildDocument()
207 if (count > 0) { in buildDocument()
220 Integer.toString(count)); in buildDocument()
225 i += count; in buildDocument()
227 log("<SPACE count=\"" + count + "\" />"); in buildDocument()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx343 count++; in getMemberCount()
345 return count; in getMemberCount()
357 sal_uInt32 count = 0; in checkInheritedMemberCount() local
379 count++; in checkInheritedMemberCount()
384 return count; in checkInheritedMemberCount()
952 if (count) in getMemberCount()
964 count++; in getMemberCount()
967 return count; in getMemberCount()
980 sal_uInt32 count = 0; in checkInheritedMemberCount() local
1002 count++; in checkInheritedMemberCount()
[all …]
/trunk/main/offapi/com/sun/star/ucb/
H A DListActionType.idl68 <member>ListAction::Position</member> contain the position and count of
69 newly inserted rows. If the count is greater than one, the inserted rows
88 <member>ListAction::Position</member> contain the position and count of the
89 removed rows. If the count is greater than one, the removed rows have to be
112 <member>ListAction::Position</member> contain the position and count of the
113 moved rows. If the count is greater than one, the moved rows have to be
131 <member>ListAction::Position</member> contain the position and count of the
132 rows, whose properties have changed. If the count is greater than one, the
153 <member>ListAction::Position</member> contain the position and count of the
154 rows, whose identity have changed. If the count is greater than one, the
/trunk/main/oox/source/dump/
H A Doledumper.ini141 …10=edit-time,last-printed,create-time,last-saved,page-count,word-count,char-count,thumbnail,appnam…
146 2=category,pres-target,byte-count,line-count,para-count,slide-count,note-count,hidden-slide-count
494 0x0000000000002000=column-count
496 0x0000000000008000=column-info-count
649 0x00400000=tab-flag-count
671 0x00000020=method-count
822 0x00002000=group-count
855 0x7F=uint8,dec,type-count
856 0x80=!type!count
873 0x00000002=page-count
[all …]
/trunk/main/vcl/source/gdi/
H A Dregion.cxx379 if(rPolyPoly.count()) in Region()
425 if(rPolyPoly.count() && !rPolyPoly.getB2DRange().isEmpty()) in ImplCreatePolyPolyRegion()
451 mpB2DPolyPolygon.reset(aPoly.count() ? new basegfx::B2DPolyPolygon(aPoly) : 0); in Move()
548 if(!aThisPolyPoly.count()) in Union()
730 if(!aThisPolyPoly.count()) in Exclude()
812 if(!aThisPolyPoly.count()) in XOr()
902 if(!aThisPolyPoly.count()) in Union()
1004 if(!aThisPolyPoly.count()) in Intersect()
1013 if(!aOtherPolyPoly.count()) in Intersect()
1111 if(!aThisPolyPoly.count()) in Exclude()
[all …]
H A Doutdev.cxx1560 if(bDashUsed && aLinePolyPolygon.count()) in impPaintLineGeometryWithEvtlExpand()
1599 if(bLineWidthUsed && aLinePolyPolygon.count()) in impPaintLineGeometryWithEvtlExpand()
1628 if(aLinePolyPolygon.count()) in impPaintLineGeometryWithEvtlExpand()
1648 if(aFillPolyPolygon.count()) in impPaintLineGeometryWithEvtlExpand()
2153 if(rB2DPolygon.count()) in DrawPolygon()
2189 if(!rB2DPolyPoly.count()) in ImpDrawPolyPolygonWithB2DPolyPolygon()
2281 && aB2DPolygon.count() < 1000) in ImpTryDrawPolyLineDirect()
2308 if(!rB2DPolygon.count()) in TryDrawPolyLineDirect()
2378 if(!rB2DPolygon.count()) in DrawPolyLine()
2410 && rB2DPolygon.count() in DrawPolyLine()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolygonprimitive2d.cxx230 if(getB2DPolygon().count()) in create2DDecomposition()
249 const sal_uInt32 nCount(aHairLinePolyPolygon.count()); in create2DDecomposition()
270 Primitive2DSequence aRetval(aAreaPolyPolygon.count()); in create2DDecomposition()
273 for(sal_uInt32 b(0L); b < aAreaPolyPolygon.count(); b++) in create2DDecomposition()
417 if(getB2DPolygon().count()) in create2DDecomposition()
573 Primitive2DSequence aRetval(1L + (aArrowA.count() ? 1L : 0L) + (aArrowB.count() ? 1L : 0L)); in create2DDecomposition()
582 if(aArrowA.count()) in create2DDecomposition()
590 if(aArrowB.count()) in create2DDecomposition()
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DCollectedFiles.cls156 Public Function count() As Long
157 count = mWordFilesCol.count + mExcelFilesCol.count + mPPFilesCol.count
173 If FileSpecs.count = 0 Then Exit Function
175 If FileSpecs.count > 1 Then
/trunk/main/connectivity/source/drivers/macab/
H A DMacabAddressBook.cxx219 sal_Int32 count; in manageDuplicateGroups() local
228 count = 2; in manageDuplicateGroups()
230 count = 1; in manageDuplicateGroups()
237 count++; in manageDuplicateGroups()
242 if(count != 1) in manageDuplicateGroups()
246 ::rtl::OUString::valueOf(count) + in manageDuplicateGroups()
/trunk/ext_libraries/ratscan/scan/
H A Drat-output-to-html.xsl82 …<td colspan="1" class="notes">Notes: <xsl:value-of select="count(descendant::type[attribute::name=…
83 …<td colspan="1" class="binaries">Binaries: <xsl:value-of select="count(descendant::type[attribute:…
84 …<td colspan="1" class="archives">Archives: <xsl:value-of select="count(descendant::type[attribute:…
85 …<td colspan="1" class="standards">Standards: <xsl:value-of select="count(descendant::type[attribut…
88 …<td colspan="2" class="licenced">Apache Licensed: <xsl:value-of select="count(descendant::header-t…
89 …<td colspan="2" class="generated">Generated Documents: <xsl:value-of select="count(descendant::hea…
97 <xsl:when test="count(descendant::header-type[attribute::name=&quot;?????&quot;]) &gt; 0">
98 …<td colspan="4" class="unknown"><xsl:value-of select="count(descendant::header-type[attribute::nam…
101 …<td colspan="4" class="unknown-zero"><xsl:value-of select="count(descendant::header-type[attribute…
/trunk/main/unoxml/source/dom/
H A Dattributesmap.cxx48 sal_Int32 count = 0; in getLength() local
55 count++; in getLength()
59 return count; in getLength()
142 sal_Int32 count = 0; in item() local
145 if (count == index) in item()
152 count++; in item()
H A Dcdatasection.hxx67 virtual void SAL_CALL deleteData(sal_Int32 offset, sal_Int32 count) in deleteData() argument
70 CCharacterData::deleteData(offset, count); in deleteData()
85 virtual void SAL_CALL replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg) in replaceData() argument
88 CCharacterData::replaceData(offset, count, arg); in replaceData()
95 virtual OUString SAL_CALL subStringData(sal_Int32 offset, sal_Int32 count) in subStringData() argument
98 return CCharacterData::subStringData(offset, count); in subStringData()
H A Dcomment.hxx62 virtual void SAL_CALL deleteData(sal_Int32 offset, sal_Int32 count) in deleteData() argument
65 CCharacterData::deleteData(offset, count); in deleteData()
80 virtual void SAL_CALL replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg) in replaceData() argument
83 CCharacterData::replaceData(offset, count, arg); in replaceData()
90 virtual OUString SAL_CALL subStringData(sal_Int32 offset, sal_Int32 count) in subStringData() argument
93 return CCharacterData::subStringData(offset, count); in subStringData()
H A Dtext.hxx78 virtual void SAL_CALL deleteData(sal_Int32 offset, sal_Int32 count) in deleteData() argument
81 CCharacterData::deleteData(offset, count); in deleteData()
96 virtual void SAL_CALL replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg) in replaceData() argument
99 CCharacterData::replaceData(offset, count, arg); in replaceData()
106 virtual OUString SAL_CALL subStringData(sal_Int32 offset, sal_Int32 count) in subStringData() argument
109 return CCharacterData::subStringData(offset, count); in subStringData()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx280 sal_uInt32 nCount = pCondition->count(); in ParseCondition()
296 sal_uInt32 nCount = pTableRefList->count(); in FillOuterJoins()
618 pNode->count() == 3) in InsertJoinConnection()
867 sal_uInt32 nCount = pParseNode->count(); in GenerateCriterias()
1365 if (pCondition->count() == 3 && in GetORCriteria()
1745 nPos = pCondition->count()-1; in ComparisonPredicate()
1914 && _pNode->count() == 3 in checkJoinConditions()
2061 …if ( pTableExp->getChild(6)->count() > 0 || pTableExp->getChild(7)->count() > 0 || pTableExp->getC… in InitFromParseNodeImpl()
2256 if ( pColumnRef->count() == 3 && in InstallFields()
2411 for( sal_uInt32 i=0 ; i<pNode->count() ; i++ ) in GetOrderCriteria()
[all …]

Completed in 136 milliseconds

12345678910>>...31