Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/inc/
H A Dprintfun.hxx109 class ScPageRowEntry class
119 ScPageRowEntry() { nStartRow = nEndRow = 0; nPagesX = 0; pHidden = NULL; } in ScPageRowEntry() function in ScPageRowEntry
120 ~ScPageRowEntry() { delete[] pHidden; } in ~ScPageRowEntry()
122 ScPageRowEntry(const ScPageRowEntry& r);
123 const ScPageRowEntry& operator=(const ScPageRowEntry& r);
215 std::vector< ScPageRowEntry> maPageRows;
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx93 ScPageRowEntry::ScPageRowEntry(const ScPageRowEntry& r) in ScPageRowEntry() function in ScPageRowEntry
107 const ScPageRowEntry& ScPageRowEntry::operator=(const ScPageRowEntry& r) in operator =()
125 void ScPageRowEntry::SetPagesX(size_t nNew) in SetPagesX()
136 void ScPageRowEntry::SetHidden(size_t nX) in SetHidden()
154 sal_Bool ScPageRowEntry::IsHidden(size_t nX) const in IsHidden()
159 size_t ScPageRowEntry::CountVisible() const in CountVisible()
2985 void lcl_SetHidden( ScDocument* pDoc, SCTAB nPrintTab, ScPageRowEntry& rPageRowEntry, SCCOL nStartC… in lcl_SetHidden()
3042 maPageRows.resize(nRealCnt+1, ScPageRowEntry()); in CalcPages()

Completed in 38 milliseconds