Home
last modified time | relevance | path

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

/aoo42x/main/editeng/source/items/
H A Dfrmitems.cxx1267 sal_Int8 cProt = 0; in Store() local
1268 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 23 milliseconds