Home
last modified time | relevance | path

Searched refs:count (Results 26 – 50 of 767) sorted by relevance

12345678910>>...31

/trunk/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx112 const sal_uInt32 nCount(rCandidate.count()); in mergeTemporaryPointsAndPolygon()
202 const sal_uInt32 nEdgeCount(rPolygon.count() ? rPolygon.count() - 1L : 0L); in adaptAndTransferCutsWithBezierSegment()
306 const sal_uInt32 nPointCountA(rCandidateA.count()); in findCutsAndTouchesAndCommonForBezier()
307 const sal_uInt32 nPointCountB(rCandidateB.count()); in findCutsAndTouchesAndCommonForBezier()
531 const sal_uInt32 nPointCount(rCandidate.count()); in findCuts()
906 if(rCandidate.count()) in addPointsAtCutsAndTouches()
925 const sal_uInt32 nCount(rCandidate.count()); in addPointsAtCutsAndTouches()
1010 if(rCandidate.count()) in addPointsAtCutsAndTouches()
1015 for(sal_uInt32 a(0L); a < rMask.count(); a++) in addPointsAtCutsAndTouches()
1203 if(rCandidate.count()) in addPointsAtCuts()
[all …]
H A Db2dsvgpolypolygon.cxx72 … if(o_rPolyPolygon.count() && !aCurrPoly.count() && !('m' == aCurrChar || 'M' == aCurrChar)) in importFromSvgD()
90 if(aCurrPoly.count()) in importFromSvgD()
113 if(aCurrPoly.count()) in importFromSvgD()
245 if(!aCurrPoly.count()) in importFromSvgD()
309 if(!aCurrPoly.count()) in importFromSvgD()
360 if(!aCurrPoly.count()) in importFromSvgD()
400 if(!aCurrPoly.count()) in importFromSvgD()
651 if(aCurrPoly.count()) in importFromSvgD()
688 const sal_uInt32 nPointCount(rPoly.count()); in exportToSvgPoints()
714 const sal_uInt32 nCount(rPolyPolygon.count()); in exportToSvgD()
[all …]
H A Db3dpolypolygontools.cxx51 const sal_uInt32 nPolygonCount(rCandidate.count()); in getRange()
70 if(rCandidate.count() && fFullDashDotLen > 0.0) in applyLineDashing()
74 for(sal_uInt32 a(0L); a < rCandidate.count(); a++) in applyLineDashing()
103 if(!aRetval.count()) in createUnitCubePolyPolygon()
150 if(!aRetval.count()) in createUnitCubeFillPolyPolygon()
349 if(aRetval.count()) in createSpherePolyPolygonFromB3DRange()
406 for(sal_uInt32 c(0L); c < aNew.count(); c++) in createUnitSphereFillPolyPolygon()
428 if(aRetval.count()) in createSphereFillPolyPolygonFromB3DRange()
445 for(sal_uInt32 a(0L); a < rCandidate.count(); a++) in applyDefaultNormalsSphere()
457 for(sal_uInt32 a(0L); a < rCandidate.count(); a++) in invertNormals()
[all …]
/trunk/main/sal/systools/win32/uwinapi/
H A Dsntprintf.c71 static _TCHAR *GetLastBufferChar( _TCHAR *buffer, size_t count ) in GetLastBufferChar() argument
76 while ( (size_t)(cur - buffer) < count ) in GetLastBufferChar()
91 _SNPRINTF_DLLIMPORT int __cdecl vsntprintf( _TCHAR *buffer, size_t count, const _TCHAR *format, va_… in vsntprintf() argument
98 retval = _vsntprintf( buffer, count, format, list ); in vsntprintf()
105 _TCHAR *last = GetLastBufferChar( buffer, count ); in vsntprintf()
114 else if ( (size_t)retval == count && count ) in vsntprintf()
119 _TCHAR *last = GetLastBufferChar( buffer, count ); in vsntprintf()
129 _SNPRINTF_DLLIMPORT int __cdecl sntprintf( _TCHAR *buffer, size_t count, const _TCHAR *format, ... ) in sntprintf() argument
135 retval = vsntprintf( buffer, count, format, list ); in sntprintf()
/trunk/main/i18npool/source/localedata/
H A Dfilewriter.cxx64 void OFileWriter::writeFunction(const char *func, const char *count, const char *array) const in writeFunction() argument
67 fprintf(m_f, "\tcount = %s;\n", count); in writeFunction()
80 void OFileWriter::writeFunction(const char *func, const char *count, const char *array, const char … in writeFunction() argument
83 fprintf(m_f, "\tcount = %s;\n", count); in writeFunction()
135 void OFileWriter::writeIntParameter(const sal_Char* pAsciiStr, const sal_Int16 count, sal_Int16 val… in writeIntParameter() argument
137 fprintf(m_f, "static const sal_Unicode %s%d[] = {%d};\n", pAsciiStr, count, val); in writeIntParameter()
140 …writeDefaultParameter(const sal_Char* pAsciiStr, const ::rtl::OUString& str, sal_Int16 count) const in writeDefaultParameter()
143 fprintf(m_f,"static const sal_Unicode default%s%d[] = {%d};\n", pAsciiStr, count, bBool); in writeDefaultParameter()
161 …er::writeParameter(const sal_Char* pAsciiStr, const ::rtl::OUString& aChars, sal_Int16 count) const in writeParameter()
163 fprintf(m_f, "static const sal_Unicode %s%d[] = {", pAsciiStr, count); in writeParameter()
[all …]
/trunk/main/basegfx/source/tools/
H A Db2dclipstate.cxx77 return !maClipPoly.count() in isCleared()
78 && !maPendingPolygons.count() in isCleared()
79 && !maPendingRanges.count(); in isCleared()
92 return maClipPoly.count() == 1 in isNullClipPoly()
93 && !maClipPoly.getB2DPolygon(0).count(); in isNullClipPoly()
98 return !maPendingPolygons.count() in isNull()
99 && !maPendingRanges.count() in isNull()
158 && !rOther.maClipPoly.count() in addClipState()
159 && !rOther.maPendingPolygons.count() ) in addClipState()
302 if( !maPendingPolygons.count() ) in commitPendingPolygons()
[all …]
/trunk/main/offapi/com/sun/star/document/
H A DXDocumentInfo.idl58 /** provides information about count of available fields
62 any of these fields. Range = [0..count-1]
66 current count
75 Range = [0..count-1]
81 if <var>Index</var> don't fit range of [0..count-1]
91 Range = [0..count-1]
97 if <var>Index</var> don't fit range of [0..count-1]
107 Range = [0..count-1]
113 if <var>Index</var> don't fit range of [0..count-1]
125 Range = [0..count-1]
[all …]
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dpolygon.cxx62 … const bool bNormals(aPolyNormals3D.count() && aPolyNormals3D.count() == aPolyPolygon3D.count()); in createViewIndependentPrimitive3DSequence()
63 … const bool bTexture(aPolyTexture2D.count() && aPolyTexture2D.count() == aPolyPolygon3D.count()); in createViewIndependentPrimitive3DSequence()
67 for(sal_uInt32 a(0L); a < aPolyPolygon3D.count(); a++) in createViewIndependentPrimitive3DSequence()
83 for(sal_uInt32 b(0L); b < aCandidate3D.count(); b++) in createViewIndependentPrimitive3DSequence()
87 sal_uInt32 nNormalCount = aNormals3D.count(); in createViewIndependentPrimitive3DSequence()
95 sal_uInt32 nTextureCount = aTexture2D.count(); in createViewIndependentPrimitive3DSequence()
/trunk/main/connectivity/source/drivers/file/
H A DFStatement.cxx402 for (sal_uInt32 m = 0; m < pOrderingSpecCommalist->count(); m++) in anylizeSQL()
424 if (pColumnRef->count() == 1) in setOrderbyColumn()
426 else if (pColumnRef->count() == 3) in setOrderbyColumn()
601 OSL_ENSURE(m_pParseTree->count() >= 4,"OResultSet: Fehler im Parse Tree"); in GetAssignValues()
606 if (pOptColumnCommalist->count() == 0) in GetAssignValues()
624 for (sal_uInt32 i = 0; i < pColumnCommalist->count(); i++) in GetAssignValues()
654 for (sal_uInt32 i = 0; i < pInsertAtomCommalist->count(); i++) in GetAssignValues()
666 if(pRow_Value_Const->count() == aColumnNameList.size()) in GetAssignValues()
668 for (sal_uInt32 j = 0; j < pRow_Value_Const->count(); ++j) in GetAssignValues()
687 OSL_ENSURE(m_pParseTree->count() >= 4,"OResultSet: Fehler im Parse Tree"); in GetAssignValues()
[all …]
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DMultiTypeInterfaceContainer_Test.java247 int count= 0; in removeInterface() local
249 r[i++]= count == 0; in removeInterface()
251 r[i++]= count == 0; in removeInterface()
252 count= cont.removeInterface(null, obj2); in removeInterface()
253 r[i++]= count == 0; in removeInterface()
257 count= cont.removeInterface(null, obj2); in removeInterface()
259 r[i++]= count == 1; in removeInterface()
260 count= cont.removeInterface(null, obj1); in removeInterface()
261 r[i++]= count == 0; in removeInterface()
263 r[i++]= count == 0; in removeInterface()
[all …]
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas1020 Dim count As Long variable
1033 For count = 0 To mIssuesDict.count - 1
1039 Next count
1042 For count = 0 To mPreparedIssuesDict.count - 1
1047 Next count
1062 For count = 0 To mUserFormTypesDict.count - 1
1063 Str = Str & vbLf & vKeyArray(count) & " " & vItemArray(count)
1064 Next count
1088 Dim count As Long variable
1095 For count = 0 To mMacroDict.count - 1
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XIndexAccess.java49 public int count = 0; field in _XIndexAccess
59 count = -1; in _getCount()
60 count = oObj.getCount(); in _getCount()
61 result = (count != -1); in _getCount()
93 if (count > 0) { in _getByIndex()
100 result &= checkGetByIndex(count /2); in _getByIndex()
104 result &= checkGetByIndex(count -1); in _getByIndex()
109 log.println("getByIndex(" + count + ")"); in _getByIndex()
110 loc_result = oObj.getByIndex(count) == null; in _getByIndex()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleAction.java31 public int count = 0; field in _XAccessibleAction
39 count = oObj.getAccessibleActionCount(); in _getAccessibleActionCount()
40 tRes.tested("getAccessibleActionCount()",count > 0); in _getAccessibleActionCount()
57 oObj.doAccessibleAction(count); in _doAccessibleAction()
67 for (int i = 0; i< count; i++) { in _doAccessibleAction()
96 oObj.getAccessibleActionDescription(count); in _getAccessibleActionDescription()
104 for (int i=0;i<count;i++) { in _getAccessibleActionDescription()
132 oObj.getAccessibleActionKeyBinding(count); in _getAccessibleActionKeyBinding()
140 for (int i=0;i<count;i++) { in _getAccessibleActionKeyBinding()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx509 if (count) in dumpNormalGetCppuType()
570 if (count) in dumpNormalGetCppuType()
619 if (count) in dumpComprehensiveGetCppuType()
669 if ( count ) { in dumpComprehensiveGetCppuType()
738 count++; in getMemberCount()
740 return count; in getMemberCount()
778 count++; in checkInheritedMemberCount()
783 return count; in checkInheritedMemberCount()
1544 if (count) in dumpComprehensiveGetCppuType()
1581 if ( count ) in dumpComprehensiveGetCppuType()
[all …]
/trunk/main/solenv/bin/modules/
H A DSourceConfigHelper.pm141 my $count = @{$self->{SOURCE_CONFIG_LIST}};
142 $result = 1 if ($count > 0);
199 my $count = @$result_ref;
200 if ($count>0) {
277 my $count = @$result_ref;
278 if ($count>0) {
281 while (($i < $count) and !defined ($value)) { # search the first defined result
309 my $count = @$result_ref;
310 if ($count>0) {
/trunk/main/vcl/source/gdi/
H A Dgdimetafiletools.cxx46 if(rSource.count() && rClip.count()) in handleGeometricContent()
55 if(aResult.count()) in handleGeometricContent()
67 for(sal_uInt32 a(0); a < aResult.count(); a++) in handleGeometricContent()
93 if(rSource.count() && rClip.count()) in handleGradientContent()
102 if(aResult.count()) in handleGradientContent()
146 if(!aClipOfBitmap.count()) in handleBitmapContent()
325 if(!rRect.IsEmpty() && aClips.size() && aClips.back().count()) in clipMetafileContentAgainstOwnRegions()
345 if(!rRegion.IsEmpty() && aClips.size() && aClips.back().count()) in clipMetafileContentAgainstOwnRegions()
451 if(aClips.size() && aClips.back().count()) in clipMetafileContentAgainstOwnRegions()
904 if(aResult.count()) in clipMetafileContentAgainstOwnRegions()
[all …]
/trunk/main/i18npool/source/textconversion/
H A Dtextconversion_zh.cxx123 sal_Int32 currPos = 0, count = 0; in getWordConversion() local
156 offset[count] = nStartPos + currPos + (current * in getWordConversion()
158 newStr->buffer[count++] = conversions[0][current++]; in getWordConversion()
163 newStr->buffer[count++] = conversions[0][current++]; in getWordConversion()
192 offset[count]=nStartPos + currPos + ((current-start) * in getWordConversion()
194 newStr->buffer[count++] = wordData[current++]; in getWordConversion()
199 newStr->buffer[count++] = wordData[current++]; in getWordConversion()
209 offset[count]=nStartPos+currPos; in getWordConversion()
210 newStr->buffer[count++] = in getWordConversion()
216 offset.realloc(one2one ? 0 : count); in getWordConversion()
[all …]
H A Dtextconversion_ko.cxx148 sal_Int16 count = Hangul_ko[current].count; in getCharConversions() local
149 output.realloc(count); in getCharConversions()
150 for (sal_Int16 i = 0; i < count; i++) in getCharConversions()
157 sal_Int32 count = 0; in getCharConversions() local
158 while (count < nLength) in getCharConversions()
160 ch = aText[nStartPos + count]; in getCharConversions()
166 newStr->buffer[count++] = address; in getCharConversions()
170 if (count > 0) in getCharConversions()
173 output[0] = OUString( newStr->buffer, count ); in getCharConversions()
/trunk/main/oox/source/dump/
H A Dxlsbdumper.ini141 0x7F=uint8,dec,count
266 0x00B5=int32,dec,count
267 0x00C1=int32,dec,count
268 0x00DD=int32,dec,count
269 0x00E1=int32,dec,count
270 0x00F9=int32,dec,count
271 0x0107=int32,dec,count
872 0x00000400=count-all
877 0x00008000=count-num
972 0x0008=count-all
[all …]
/trunk/main/connectivity/source/drivers/evoab2/
H A DNStatement.cxx217 switch ( _rColumnRef.count() ) in impl_getColumnRefColumnName_throw()
224 && ( pColVal->count() == 1 ) in impl_getColumnRefColumnName_throw()
256 for ( sal_uInt32 i=0; i<pOrderList->count(); ++i ) in orderByAnalysis()
261 const OSQLParseNode* pColumnRef = pOrderBy->count() == 2 ? pOrderBy->getChild(0) : NULL; in orderByAnalysis()
262 const OSQLParseNode* pAscDesc = pOrderBy->count() == 2 ? pOrderBy->getChild(1) : NULL; in orderByAnalysis()
267 && ( pAscDesc->count() < 2 ), in orderByAnalysis()
277 if ( ( pAscDesc->count() == 1 ) in orderByAnalysis()
294 if( parseTree->count() == 3 && in whereAnalysis()
304 parseTree->count() == 3 ) in whereAnalysis()
380 ENSURE_OR_THROW( parseTree->count() == 2, "unexpected like_predicate structure" ); in whereAnalysis()
[all …]
/trunk/main/extensions/test/ole/OleConverterVar1/
H A Dsmartarray.h33 SmartArray( sourceType * parParams, int count, VARTYPE destVartype): m_array(NULL) in SmartArray() argument
37 rgsabound[0].cElements= count; in SmartArray()
46 for( int i=0; i< count; i++) in SmartArray()
160 SmartArray( sourceType * parParams, int count, VARTYPE destVartype);
208 template <> SmartArray <IUnknown*>::SmartArray(sourceType * parParams, int count, VARTYPE destVarty… in SmartArray() argument
213 rgsabound[0].cElements= count; in SmartArray()
215 m_array= SafeArrayCreateVector( VT_UNKNOWN, 0, count); in SmartArray()
221 for( int i=0; i< count; i++) in SmartArray()
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclListBox.java112 int count = getItemCount(); in select() local
113 for (int i = 0; i < count; i++) { in select()
151 int count = getItemCount(); in getItemsText() local
152 String[] res = new String[count]; in getItemsText()
153 for (int i = 0; i < count; i++) { in getItemsText()
165 int count = getItemCount(); in getItemIndex() local
166 for (int i = 0; i < count; i++) { in getItemIndex()
/trunk/main/scripting/examples/beanshell/WordCount/
H A Dwordcount.bsh22 //Provides a word count of the selected text in a Writer document.
31 // display the count in a Swing dialog
33 wordsLabel = new JLabel("Word count = " + numWords);
55 count = xIndexAccess.getCount();
56 for(i=0;i<count;i++) {
83 count = wordcount();
84 System.out.println("count = "+count);
/trunk/main/cppuhelper/qa/propertysetmixin/
H A Dtest_propertysetmixin.cxx99 int count() const { in count() function in __anon059e89710111::BoundListener
133 int count() const { in count() function in __anon059e89710111::VetoListener
310 ASSERT_EQ(0, boundListener1->count()); in testEmpty2()
311 ASSERT_EQ(0, boundListener2->count()); in testEmpty2()
312 ASSERT_EQ(0, vetoListener1->count()); in testEmpty2()
313 ASSERT_EQ(0, vetoListener2->count()); in testEmpty2()
315 ASSERT_EQ(2, boundListener1->count()); in testEmpty2()
317 ASSERT_EQ(2, vetoListener1->count()); in testEmpty2()
318 ASSERT_EQ(0, vetoListener2->count()); in testEmpty2()
341 ASSERT_EQ(3, vetoListener1->count()); in testEmpty2()
[all …]
/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DStorageAccess.java87 int count = access.read(name,key,tmp,0, 4); in readInt() local
89 if (count != 4){ in readInt()
93 count = 0; in readInt()
94 int ch0 = tmp[count++] & 0xff; in readInt()
95 int ch1 = tmp[count++] & 0xff; in readInt()
96 int ch2 = tmp[count++] & 0xff; in readInt()
97 int ch3 = tmp[count] & 0xff; in readInt()

Completed in 174 milliseconds

12345678910>>...31