Home
last modified time | relevance | path

Searched refs:SC_MF_DP_TABLE (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sc/inc/
H A Dattrib.hxx45 #define SC_MF_DP_TABLE 0x0080 /// dp table output macro
102 bool HasDPTable() const { return ( GetValue() & SC_MF_DP_TABLE ) != 0; } in HasDPTable()
/aoo42x/main/sc/source/core/data/
H A Ddpobject.cxx587 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 28 milliseconds