Searched refs:nTotalCount (Results 1 – 6 of 6) sorted by relevance
802 sal_Int32 nTotalCount = nNameAccessCount + nPropertyCount + nMethodCount; in getInfoSequenceImpl() local805 boost::scoped_array< MemberItem > pItems( new MemberItem[ nTotalCount ] ); in getInfoSequenceImpl()845 pStringSeq->realloc( nTotalCount ); in getInfoSequenceImpl()852 pInfoSeq->realloc( nTotalCount ); in getInfoSequenceImpl()857 for( iTotal = 0 ; iTotal < nTotalCount ; iTotal++ ) in getInfoSequenceImpl()
602 sal_uInt16 nTotalCount = pLinkManager->GetLinks().Count(); in lcl_GetAreaLink() local604 for (sal_uInt16 i=0; i<nTotalCount; i++) in lcl_GetAreaLink()1023 sal_uInt16 nTotalCount = pLinkManager->GetLinks().Count(); in getCount() local1024 for (sal_uInt16 i=0; i<nTotalCount; i++) in getCount()
2428 sal_uInt32 nTotalCount = static_cast< sal_uInt32 >( maXFList.GetSize() ); in Finalize() local2430 maXFIndexVec.resize( nTotalCount, EXC_XF_DEFAULTCELL ); in Finalize()2431 maStyleIndexes.resize( nTotalCount, EXC_XF_DEFAULTCELL ); in Finalize()2432 maCellIndexes.resize( nTotalCount, EXC_XF_DEFAULTCELL ); in Finalize()2450 for( nId = 0; nId < nTotalCount; ++nId ) in Finalize()2478 for( nId = 0; (nId < nTotalCount) && (maSortedXFList.GetSize() < EXC_XF_MAXCOUNT); ++nId ) in Finalize()
242 sal_uLong nTotalCount = DITHER_MAX_SYSCOLOR + nDitherPalCount + DITHER_EXTRA_COLORS; in ImplInitSalGDI() local245 …pLogPal = (LOGPALETTE*) new char[ sizeof( LOGPALETTE ) + ( nTotalCount * sizeof( PALETTEENTRY ) ) … in ImplInitSalGDI()247 pLogPal->palNumEntries = (sal_uInt16) nTotalCount; in ImplInitSalGDI()
1260 sal_uLong nTotalCount = pView->GetVisibleCount(); in AdjustScrollBars() local1266 if( bVerSBar || nTotalCount > nVisibleCount ) in AdjustScrollBars()1289 ((nTotalCount > nVisibleCount) || bVerSBar) ) in AdjustScrollBars()
1258 ULONG nTotalCount = 0; in GetGlyphOutline() local
Completed in 88 milliseconds