Home
last modified time | relevance | path

Searched refs:nTotalCount (Results 1 – 6 of 6) sorted by relevance

/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx802 sal_Int32 nTotalCount = nNameAccessCount + nPropertyCount + nMethodCount; in getInfoSequenceImpl() local
805 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()
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx2428 sal_uInt32 nTotalCount = static_cast< sal_uInt32 >( maXFList.GetSize() ); in Finalize() local
2430 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()
/trunk/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx602 sal_uInt16 nTotalCount = pLinkManager->GetLinks().Count(); in lcl_GetAreaLink() local
604 for (sal_uInt16 i=0; i<nTotalCount; i++) in lcl_GetAreaLink()
1023 sal_uInt16 nTotalCount = pLinkManager->GetLinks().Count(); in getCount() local
1024 for (sal_uInt16 i=0; i<nTotalCount; i++) in getCount()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx242 sal_uLong nTotalCount = DITHER_MAX_SYSCOLOR + nDitherPalCount + DITHER_EXTRA_COLORS; in ImplInitSalGDI() local
245 …pLogPal = (LOGPALETTE*) new char[ sizeof( LOGPALETTE ) + ( nTotalCount * sizeof( PALETTEENTRY ) ) … in ImplInitSalGDI()
247 pLogPal->palNumEntries = (sal_uInt16) nTotalCount; in ImplInitSalGDI()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx1260 sal_uLong nTotalCount = pView->GetVisibleCount(); in AdjustScrollBars() local
1266 if( bVerSBar || nTotalCount > nVisibleCount ) in AdjustScrollBars()
1289 ((nTotalCount > nVisibleCount) || bVerSBar) ) in AdjustScrollBars()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1258 ULONG nTotalCount = 0; in GetGlyphOutline() local

Completed in 77 milliseconds