Searched refs:nTypeProt (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | xistyle.cxx | 1026 sal_uInt16 nTypeProt, nAlign, nArea; in ReadXF3() local 1036 maProtection.FillFromXF3( nTypeProt ); in ReadXF3() 1047 sal_uInt16 nTypeProt, nAlign, nArea; in ReadXF4() local 1052 mbCellXF = !::get_flag( nTypeProt, EXC_XF_STYLE ); in ReadXF4() 1057 maProtection.FillFromXF3( nTypeProt ); in ReadXF4() 1068 sal_uInt16 nTypeProt, nAlign; in ReadXF5() local 1072 mbCellXF = !::get_flag( nTypeProt, EXC_XF_STYLE ); in ReadXF5() 1077 maProtection.FillFromXF3( nTypeProt ); in ReadXF5() 1086 sal_uInt16 nTypeProt, nAlign, nMiscAttrib, nArea; in ReadXF8() local 1090 mbCellXF = !::get_flag( nTypeProt, EXC_XF_STYLE ); in ReadXF8() [all …]
|
H A D | xestyle.cxx | 2057 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 D | stylesbuffer.cxx | 2305 sal_uInt16 nTypeProt, nAlign, nArea; in importXf() local 2317 maProtection.setBiff3Data( nTypeProt ); in importXf() 2328 sal_uInt16 nTypeProt, nAlign, nArea; in importXf() local 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 2355 maModel.mbCellXf = !getFlag( nTypeProt, BIFF_XF_STYLE ); in importXf() 2362 maProtection.setBiff3Data( nTypeProt ); in importXf() 2377 maModel.mbCellXf = !getFlag( nTypeProt, BIFF_XF_STYLE ); in importXf() [all …]
|
Completed in 57 milliseconds