Lines Matching refs:nCnt
82 sal_uInt16 nCnt = pMacroTable ? (sal_uInt16)pMacroTable->Count() : 0; in Store() local
83 sal_uInt16 nMax = nCnt; in Store()
84 if( nCnt ) in Store()
88 --nCnt; in Store()
91 rStrm << nCnt; in Store()
93 if( nCnt ) in Store()
111 nCnt = nMax - nCnt; in Store()
112 rStrm << nCnt; in Store()
113 if( nCnt ) in Store()
171 sal_uInt16 nCnt; in Create() local
172 rStrm >> nCnt; in Create()
173 while( nCnt-- ) in Create()
188 rStrm >> nCnt; in Create()
189 while( nCnt-- ) in Create()