Searched refs:getCellFrm (Results 1 – 2 of 2) sorted by relevance
2769 const SwCellFrm * getCellFrm() const { return m_pCellFrm; } in getCellFrm() function2845 const SwCellFrm * SwTableCellInfo::getCellFrm() const in getCellFrm() function in SwTableCellInfo2847 return m_pImpl->getCellFrm(); in getCellFrm()2882 if (getCellFrm() != NULL) in getRect()2883 aRet = getCellFrm()->Frm(); in getRect()2892 if (getCellFrm() != NULL) in getTableBox()2893 pRet = getCellFrm()->GetTabBox(); in getTableBox()
479 const SwCellFrm * getCellFrm() const ;
Completed in 33 milliseconds