Searched refs:SC_MF_DP_TABLE (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/inc/ |
H A D | attrib.hxx | 45 #define SC_MF_DP_TABLE 0x0080 /// dp table output macro 102 bool HasDPTable() const { return ( GetValue() & SC_MF_DP_TABLE ) != 0; } in HasDPTable()
|
/aoo41x/main/sc/source/core/data/ |
H A D | dpobject.cxx | 587 pDoc->ApplyFlagsTab(s.Col(), s.Row(), e.Col(), e.Row(), s.Tab(), SC_MF_DP_TABLE); in Output() 2605 pDoc->RemoveFlagsTab(s.Col(), s.Row(), e.Col(), e.Row(), s.Tab(), SC_MF_DP_TABLE); in FreeTable() 2617 pDoc->ApplyFlagsTab(s.Col(), s.Row(), e.Col(), e.Row(), s.Tab(), SC_MF_DP_TABLE); in InsertNewTable()
|
Completed in 24 milliseconds