Searched refs:cProt (Results 1 – 1 of 1) sorted by relevance
1267 sal_Int8 cProt = 0; in Store() local1268 if( IsPosProtected() ) cProt |= 0x01; in Store()1269 if( IsSizeProtected() ) cProt |= 0x02; in Store()1270 if( IsCntntProtected() ) cProt |= 0x04; in Store()1271 rStrm << (sal_Int8) cProt; in Store()
Completed in 107 milliseconds