Home
last modified time | relevance | path

Searched refs:count (Results 126 – 150 of 767) sorted by relevance

12345678910>>...31

/trunk/main/oox/inc/oox/helper/
H A Dopenssl_wrapper.hxx75 void update( const void *data, unsigned int count ) throw ( ::com::sun::star::uno::Exception ) in update() argument
77 if( 1 != EVP_DigestUpdate( digest_ctx, data, count ) ) in update()
81 void final( unsigned char *md, unsigned int *count ) throw ( ::com::sun::star::uno::Exception ) in final() argument
83 if( 1 != EVP_DigestFinal_ex( digest_ctx, md, count ) ) in final()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbafontbase.cxx162 for ( sal_Int32 count=0; count<nElems; ++count ) in getColorIndex() local
165 mxPalette->getByIndex( count ) >>= nPaletteColor; in getColorIndex()
168 nIndex = count + 1; // 1 based in getColorIndex()
/trunk/main/sw/source/ui/vba/
H A Dvbafont.cxx153 for ( sal_Int32 count=0; count<nElems; ++count ) in getColorIndex() local
156 mxPalette->getByIndex( count ) >>= nPaletteColor; in getColorIndex()
159 nIndex = count; in getColorIndex()
/trunk/main/connectivity/qa/complex/connectivity/hsqldb/
H A DTestCacheSize.java554 int count = 0; in checkUpdates() local
566 count += ps.executeUpdate(); in checkUpdates()
568 if (reportProgress && count % 10000 < 20) { in checkUpdates()
569 System.out.println("Update " + count + " : " in checkUpdates()
578 + " UPDATE commands, " + count + " rows : " in checkUpdates()
580 + (count * 1000 / (sw.elapsedTime() + 1))); in checkUpdates()
/trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DThreadPool_Test.java245 public Stress(int count) { in testStress() argument
246 this.count = count; in testStress()
251 for (int i = 0; i < count; ++i) { in testStress()
261 private final int count; in testStress() field in ThreadPool_Test.Stress
/trunk/main/svx/source/engine3d/
H A Dlathe3d.cxx86 if(maPolyPoly2D.count()) in E3dLatheObj()
89 sal_uInt32 nSegCnt(rPoly.count()); in E3dLatheObj()
193 if(maPolyPoly2D.count()) in SetPolyPoly2D()
196 sal_uInt32 nSegCnt(rPoly.count()); in SetPolyPoly2D()
H A Dpolygn3d.cxx133 for(sal_uInt32 a(0L); a < aPolyPoly3D.count(); a++) in CreateDefaultNormals()
145 for(sal_uInt32 b(0L); b < aPolygon.count(); b++) in CreateDefaultNormals()
171 for(sal_uInt32 a(0L); a < aPolyPoly3D.count(); a++) in CreateDefaultTexture()
208 for(sal_uInt32 b(0L); b < aPolygon.count(); b++) in CreateDefaultTexture()
/trunk/main/offapi/com/sun/star/xml/crypto/sax/
H A DXReferenceCollector.idl44 * Sets the reference count of the signature.
46 * @param count the reference count of the signature
48 void setReferenceCount([in] long count)
/trunk/main/migrationanalysis/src/driver_docs/sources/word/
H A DPreparation.bas58 count:=myPrepInfo.HF_OnPage
61 Snum = myPrepInfo.HF_Shapes.count
84 count:=myPrepInfo.HF_OnPage 'set frametop might change the selection position
119 count:=myPrepInfo.HF_OnPage
/trunk/main/cui/source/options/
H A Doptlingu.cxx624 if (pTable->count( nLang )) in GetSortedImplNames()
1040 if (aCfgSpellTable.count( nLang )) in Reconfigure()
1056 if (aCfgGrammarTable.count( nLang )) in Reconfigure()
1070 if (!aCfgHyphTable.count( nLang ) && bEnable) in Reconfigure()
1072 if (aCfgHyphTable.count( nLang )) in Reconfigure()
1086 if (!aCfgThesTable.count( nLang ) && bEnable) in Reconfigure()
1088 if (aCfgThesTable.count( nLang )) in Reconfigure()
1744 if (pLinguData->GetSpellTable().count( nLang )) in IMPL_LINK()
1746 if (pLinguData->GetGrammarTable().count( nLang )) in IMPL_LINK()
1748 if (pLinguData->GetHyphTable().count( nLang )) in IMPL_LINK()
[all …]
/trunk/main/connectivity/source/drivers/file/
H A Dfanalyzer.cxx71 DBG_ASSERT(pSQLParseNode->count() >= 4,"OFILECursor: Fehler im Parse Tree"); in start()
77 for (sal_uInt32 i = 0; i < pSelection->count(); i++) in start()
80 if ( ( SQL_ISRULE(pColumnRef,set_fct_spec) && pColumnRef->count() == 4 ) in start()
97 else if ( ( SQL_ISRULE(pColumnRef,general_set_fct) && pColumnRef->count() != 4 ) ) in start()
105 && ( pColumnRef->count() == 3 ) in start()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/linguistic2/
H A D_XDictionaryList.java81 short count = 0; field in _XDictionaryList
88 count = oObj.getCount(); in _getCount()
89 tRes.tested("getCount()",(count > 0) ); in _getCount()
105 boolean res = (dics.length == count); in _getDictionaries()
/trunk/main/scripting/java/org/openoffice/netbeans/editor/
H A DJavaKit.java162 int count = str.read(buffer, off, len); in read() local
163 streamOff += count; in read()
164 off += count; in read()
165 len -= count; in read()
/trunk/main/registry/source/
H A Dregimpl.cxx661 if (m_openKeyTable.count(sFullKeyName) > 0) in createKey()
759 if (!(m_openKeyTable.count(aKeyName) > 0)) in closeKey()
1243 sal_uInt32 count=0; in checkTypeReaders() local
1248 count++; in checkTypeReaders()
1255 count++; in checkTypeReaders()
1258 return count; in checkTypeReaders()
1271 sal_uInt32 count = checkTypeReaders(reader, reader2, nameSet); in mergeModuleValue() local
1273 if (count != reader.getFieldCount()) in mergeModuleValue()
1278 (sal_uInt16)count, in mergeModuleValue()
1366 if (m_openKeyTable.count(sFullKeyName) > 0) in loadAndSaveKeys()
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx69 const sal_uInt32 nPointCount(rPoly.count()); in bezierSequenceFromB2DPolygon()
91 const sal_uInt32 nNumPoints( rPoly.count() ); in pointSequenceFromB2DPolygon()
114 const sal_uInt32 nNumPolies( rPolyPoly.count() ); in bezierSequenceSequenceFromB2DPolyPolygon()
132 const sal_uInt32 nNumPolies( rPolyPoly.count() ); in pointSequenceSequenceFromB2DPolyPolygon()
189 const sal_uInt32 nNumPolies( rPolyPoly.count() ); in xPolyPolygonFromB2DPolyPolygon()
268 aRetval.setPrevControlPoint(0, aRetval.getPrevControlPoint(aRetval.count() - 1)); in polygonFromBezier2DSequence()
269 aRetval.remove(aRetval.count() - 1); in polygonFromBezier2DSequence()
/trunk/main/sal/rtl/source/
H A Dustrbuf.c42 sal_Int32 count) in rtl_uStringbuffer_newFromStr_WithLength() argument
50 rtl_uString_new_WithLength( newStr, count + 16 ); in rtl_uStringbuffer_newFromStr_WithLength()
51 (*newStr)->length = count; in rtl_uStringbuffer_newFromStr_WithLength()
52 rtl_copyMemory( (*newStr)->buffer, value, count * sizeof(sal_Unicode)); in rtl_uStringbuffer_newFromStr_WithLength()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DBeamer.java121 int count = -1; in testBeamer() local
125 ++count; in testBeamer()
140 assertTrue("count1 = " + count + " count2 = " + count2, count == count2); in testBeamer()
/trunk/main/l10ntools/source/filter/utils/
H A DConfigHelper.java94 int count = 0; in ConfigHelper() local
96 count = lCommandLineArgs.length; in ConfigHelper()
97 m_bEmpty = (count < 1); in ConfigHelper()
99 for (int arg=0; arg<count; ++arg) in ConfigHelper()
/trunk/main/i18npool/source/breakiterator/
H A Dxdictionary.cxx275 sal_Int16 type = 0, count = 0; in getCache() local
282 if (count == 0) in getCache()
286 count++; in getCache()
290 if (count) { in getCache()
291 aCache.wordboundary[i+1] = aCache.wordboundary[i] + count; in getCache()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XCalendar.java69 public int[] count; field in _XCalendar
89 count = new int[installed_locales.length]; in before()
142 count[i] = calendars[i].length-1; in _getAllCalendars()
305 ", Name: "+calendars[i][count[i]]; in _setValue()
309 oObj.loadCalendar(calendars[i][count[i]],installed_locales[i]); in _setValue()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx331 if(aLocalPolyPolygon.count()) in RenderPolygonHairlinePrimitive2D()
393 if(maBColorModifierStack.count()) in RenderBitmapPrimitive2D()
503 if(maBColorModifierStack.count()) in RenderFillGraphicPrimitive2D()
650 if(!rPolyPolygon.count()) in RenderPolyPolygonGraphicPrimitive2D()
673 … const sal_uInt32 nBColorModifierStackCount(maBColorModifierStack.count()); in RenderPolyPolygonGraphicPrimitive2D()
719 if(aTarget.count()) in RenderPolyPolygonGraphicPrimitive2D()
758 if(aMask.count()) in RenderMaskPrimitive2DPixel()
1049 const sal_uInt32 nCount(aHairlinePolyPolygon.count()); in RenderPolygonStrokePrimitive2D()
1195 if(!bDone && rPolygonStrokeCandidate.getB2DPolygon().count() > 1000) in RenderPolygonStrokePrimitive2D()
/trunk/main/odk/examples/OLE/activex/
H A DSOActiveX.cpp57 unsigned int count, in ExecuteFunc() argument
67 DISPPARAMS dispparams= { params, 0, count, 0}; in ExecuteFunc()
78 unsigned int count, in GetIDispByFunc() argument
85 HRESULT hr = ExecuteFunc( idispUnoObject, sFuncName, params, count, &result ); in GetIDispByFunc()
99 unsigned int count ) in PutPropertiesToIDisp() argument
101 for( unsigned int ind = 0; ind < count; ind++ ) in PutPropertiesToIDisp()
/trunk/main/vcl/aqua/source/app/
H A Dsalsys.cxx50 return pScreens ? [pScreens count] : 1; in GetDisplayScreenCount()
68 if( pScreens && nScreen < [pScreens count] ) in GetDisplayScreenPosSizePixel()
87 if( pScreens && nScreen < [pScreens count] ) in GetDisplayWorkAreaPosSizePixel()
105 if( nScreen < [pScreens count] ) in GetScreenName()
/trunk/main/filter/source/config/tools/merge/
H A DpyAltFCFGMerge355 count = 0
357 count = len(lCommandLineArgs)
358 print("Count is {c}".format(c=count))
359 self.m_bEmpty = (count < 1)
362 for arg in range(count):
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.cpp321 long count= ubound - lbound + 1; in inoutSeqAny() local
325 for( long i=0; i<count; i++) in inoutSeqAny()
485 long count= 0; in inSeqXEventListener() local
488 count= ubound - lbound +1; in inSeqXEventListener()
491 for( long i = 0; i < count; i++) in inSeqXEventListener()

Completed in 128 milliseconds

12345678910>>...31