Searched refs:FirstCell (Results 1 – 5 of 5) sorted by relevance
110 const SwCellFrm *FirstCell() const;111 inline SwCellFrm *FirstCell();178 inline SwCellFrm* SwLayoutFrm::FirstCell() in FirstCell() function in SwLayoutFrm180 return (SwCellFrm*)(((const SwLayoutFrm*)this)->FirstCell()); in FirstCell()
361 const SwLayoutFrm *pCell = pRow->FirstCell(); in GetTblSel()426 pCell = pCell->FirstCell(); in GetTblSel()572 const SwLayoutFrm *pCell = pRow->FirstCell(); in ChkChartSel()629 pCell = pCell->FirstCell(); in ChkChartSel()809 const SwLayoutFrm *pCell = pRow->FirstCell(); in GetAutoSumSel()836 pCell = pCell->FirstCell(); in GetAutoSumSel()878 const SwLayoutFrm *pCell = pRow->FirstCell(); in GetAutoSumSel()907 pCell = pCell->FirstCell(); in GetAutoSumSel()1054 const SwLayoutFrm *pCell = pRow->FirstCell(); in GetMergeSel()1210 pCell = pCell->FirstCell(); in GetMergeSel()[all …]
559 SwLayoutFrm *pCell = pTab->FirstCell(); in lcl_CollectCells()1377 const SwLayoutFrm *pCell = pTab->FirstCell(); in lcl_CalcColValues()1483 pStart = (SwLayoutFrm*)pTab->FirstCell(); in AdjustCellWidth()
1912 const SwLayoutFrm *pCell = pRow->FirstCell(); in MakeTblCrsrs()1929 pCell = pCell->FirstCell(); in MakeTblCrsrs()
146 const SwCellFrm *SwLayoutFrm::FirstCell() const in FirstCell() function in SwLayoutFrm