Lines Matching refs:nTypeProt

2305             sal_uInt16 nTypeProt, nAlign, nArea;  in importXf()  local
2307 rStrm >> nFontId >> nNumFmtId >> nTypeProt >> nAlign >> nArea >> nBorder; in importXf()
2310 maModel.mbCellXf = !getFlag( nTypeProt, BIFF_XF_STYLE ); // new in BIFF3 in importXf()
2313 setBiffUsedFlags( extractValue< sal_uInt8 >( nTypeProt, 10, 6 ) ); // new in BIFF3 in importXf()
2317 maProtection.setBiff3Data( nTypeProt ); in importXf()
2328 sal_uInt16 nTypeProt, nAlign, nArea; in importXf() local
2330 rStrm >> nFontId >> nNumFmtId >> nTypeProt >> nAlign >> nArea >> nBorder; in importXf()
2333 maModel.mbCellXf = !getFlag( nTypeProt, BIFF_XF_STYLE ); in importXf()
2334 maModel.mnStyleXfId = extractValue< sal_Int32 >( nTypeProt, 4, 12 ); in importXf()
2340 maProtection.setBiff3Data( nTypeProt ); in importXf()
2351 sal_uInt16 nFontId, nNumFmtId, nTypeProt, nAlign; in importXf() local
2352 rStrm >> nFontId >> nNumFmtId >> nTypeProt >> nAlign >> nArea >> nBorder; in importXf()
2355 maModel.mbCellXf = !getFlag( nTypeProt, BIFF_XF_STYLE ); in importXf()
2356 maModel.mnStyleXfId = extractValue< sal_Int32 >( nTypeProt, 4, 12 ); in importXf()
2362 maProtection.setBiff3Data( nTypeProt ); in importXf()
2373 sal_uInt16 nFontId, nNumFmtId, nTypeProt, nAlign, nMiscAttrib, nArea; in importXf() local
2374 …rStrm >> nFontId >> nNumFmtId >> nTypeProt >> nAlign >> nMiscAttrib >> nBorder1 >> nBorder2 >> nAr… in importXf()
2377 maModel.mbCellXf = !getFlag( nTypeProt, BIFF_XF_STYLE ); in importXf()
2378 maModel.mnStyleXfId = extractValue< sal_Int32 >( nTypeProt, 4, 12 ); in importXf()
2384 maProtection.setBiff3Data( nTypeProt ); in importXf()