Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/excel/
H A Dxistyle.cxx1026 sal_uInt16 nTypeProt, nAlign, nArea; in ReadXF3() local
1028 rStrm >> nReadFont >> nReadNumFmt >> nTypeProt >> nAlign >> nArea >> nBorder; in ReadXF3()
1031 mbCellXF = !::get_flag( nTypeProt, EXC_XF_STYLE ); // new in BIFF3 in ReadXF3()
1033 SetUsedFlags( ::extract_value< sal_uInt8 >( nTypeProt, 10, 6 ) ); in ReadXF3()
1036 maProtection.FillFromXF3( nTypeProt ); in ReadXF3()
1047 sal_uInt16 nTypeProt, nAlign, nArea; in ReadXF4() local
1049 rStrm >> nReadFont >> nReadNumFmt >> nTypeProt >> nAlign >> nArea >> nBorder; in ReadXF4()
1052 mbCellXF = !::get_flag( nTypeProt, EXC_XF_STYLE ); in ReadXF4()
1053 mnParent = ::extract_value< sal_uInt16 >( nTypeProt, 4, 12 ); in ReadXF4()
1057 maProtection.FillFromXF3( nTypeProt ); in ReadXF4()
[all …]
H A Dxestyle.cxx2057 sal_uInt16 nTypeProt = 0, nAlign = 0; in WriteBody5() local
2060 ::set_flag( nTypeProt, EXC_XF_STYLE, IsStyleXF() ); in WriteBody5()
2061 ::insert_value( nTypeProt, mnParent, 4, 12 ); in WriteBody5()
2064 maProtection.FillToXF3( nTypeProt ); in WriteBody5()
2069 rStrm << mnXclFont << mnXclNumFmt << nTypeProt << nAlign << nArea << nBorder; in WriteBody5()
2074 sal_uInt16 nTypeProt = 0, nAlign = 0, nMiscAttrib = 0, nArea = 0; in WriteBody8() local
2077 ::set_flag( nTypeProt, EXC_XF_STYLE, IsStyleXF() ); in WriteBody8()
2078 ::insert_value( nTypeProt, mnParent, 4, 12 ); in WriteBody8()
2081 maProtection.FillToXF3( nTypeProt ); in WriteBody8()
2086 …rStrm << mnXclFont << mnXclNumFmt << nTypeProt << nAlign << nMiscAttrib << nBorder1 << nBorder2 <<… in WriteBody8()
/AOO41X/main/oox/source/xls/
H A Dstylesbuffer.cxx2305 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()
[all …]