Searched refs:ScPageRowEntry (Results 1 – 2 of 2) sorted by relevance
109 class ScPageRowEntry class119 ScPageRowEntry() { nStartRow = nEndRow = 0; nPagesX = 0; pHidden = NULL; } in ScPageRowEntry() function in ScPageRowEntry120 ~ScPageRowEntry() { delete[] pHidden; } in ~ScPageRowEntry()122 ScPageRowEntry(const ScPageRowEntry& r);123 const ScPageRowEntry& operator=(const ScPageRowEntry& r);215 std::vector< ScPageRowEntry> maPageRows;
93 ScPageRowEntry::ScPageRowEntry(const ScPageRowEntry& r) in ScPageRowEntry() function in ScPageRowEntry107 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 22 milliseconds