Lines Matching refs:cFlags
1279 sal_Int8 cFlags; in Create() local
1280 rStrm >> cFlags; in Create()
1282 pAttr->SetPosProtect( sal_Bool( ( cFlags & 0x01 ) != 0 ) ); in Create()
1283 pAttr->SetSizeProtect( sal_Bool( ( cFlags & 0x02 ) != 0 ) ); in Create()
1284 pAttr->SetCntntProtect( sal_Bool( ( cFlags & 0x04 ) != 0 ) ); in Create()
2702 sal_Int8 cFlags = 0; in Store() local
2705 cFlags |= 0x01; in Store()
2707 cFlags |= 0x02; in Store()
2709 cFlags |= 0x04; in Store()
2710 rStrm << (sal_Int8) cFlags in Store()
2753 sal_Int8 cFlags; in Create() local
2755 rStrm >> cFlags >> _nDefDist; in Create()
2759 pAttr->SetTable ( ( cFlags & 0x01 ) != 0 ); in Create()
2760 pAttr->SetDist ( ( cFlags & 0x02 ) != 0 ); in Create()
2761 pAttr->SetMinDist( ( cFlags & 0x04 ) != 0 ); in Create()