Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/table/
H A Dswtable.cxx2769 const SwCellFrm * getCellFrm() const { return m_pCellFrm; } in getCellFrm() function
2845 const SwCellFrm * SwTableCellInfo::getCellFrm() const in getCellFrm() function in SwTableCellInfo
2847 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()
/aoo42x/main/sw/inc/
H A Dswtable.hxx479 const SwCellFrm * getCellFrm() const ;

Completed in 25 milliseconds