Searched refs:mnParent (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | xistyle.cxx | 1032 mnParent = ::extract_value< sal_uInt16 >( nAlign, 4, 12 ); // new in BIFF3 in ReadXF3() 1053 mnParent = ::extract_value< sal_uInt16 >( nTypeProt, 4, 12 ); in ReadXF4() 1073 mnParent = ::extract_value< sal_uInt16 >( nTypeProt, 4, 12 ); in ReadXF5() 1091 mnParent = ::extract_value< sal_uInt16 >( nTypeProt, 4, 12 ); in ReadXF8() 1122 XclImpXF* pParentXF = IsCellXF() ? GetXFBuffer().GetXF( mnParent ) : 0; in CreatePattern() 1127 mpStyleSheet = GetXFBuffer().CreateStyleSheet( mnParent ); in CreatePattern()
|
H A D | xlstyle.cxx | 1737 mnParent( bCellXF ? EXC_XF_DEFAULTSTYLE : EXC_XF_STYLEPARENT ), in XclXFBase() 1760 (mbCellXF == rCmp.mbCellXF) && (mnParent == rCmp.mnParent) && in Equals()
|
H A D | xestyle.cxx | 2061 ::insert_value( nTypeProt, mnParent, 4, 12 ); in WriteBody5() 2078 ::insert_value( nTypeProt, mnParent, 4, 12 ); in WriteBody8() 2093 mnParent = aParentId.mnXFIndex; in WriteBody()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xlstyle.hxx | 602 sal_uInt16 mnParent; /// Index to parent style XF. member in XclXFBase
|
Completed in 54 milliseconds