Lines Matching refs:nItemCount
70 static sal_uLong nItemCount = 0; variable
90 ++nItemCount; in IMPL_PTRHINT()
91 if ( pw1 && nItemCount>=10000 ) in IMPL_PTRHINT()
96 if ( pw2 && nItemCount>=100000 ) in IMPL_PTRHINT()
101 if ( pw3 && nItemCount>=1000000 ) in IMPL_PTRHINT()
106 if ( pw4 && nItemCount>=5000000 ) in IMPL_PTRHINT()
111 if ( pw5 && nItemCount>=10000000 ) in IMPL_PTRHINT()
127 ++nItemCount; in SfxPoolItem()
128 if ( pw1 && nItemCount>=10000 ) in SfxPoolItem()
133 if ( pw2 && nItemCount>=100000 ) in SfxPoolItem()
138 if ( pw3 && nItemCount>=1000000 ) in SfxPoolItem()
143 if ( pw4 && nItemCount>=5000000 ) in SfxPoolItem()
148 if ( pw5 && nItemCount>=10000000 ) in SfxPoolItem()
162 --nItemCount; in ~SfxPoolItem()