Lines Matching refs:SdrTableObjImpl

212 class SdrTableObjImpl : public TableDesignUser, public ::cppu::WeakImplHelper1< ::com::sun::star::u…  class
233 SdrTableObjImpl();
234 virtual ~SdrTableObjImpl();
247 void operator=( const SdrTableObjImpl& rSource );
266 SdrTableObjImpl::SdrTableObjImpl() in SdrTableObjImpl() function in sdr::table::SdrTableObjImpl
274 SdrTableObjImpl::~SdrTableObjImpl() in ~SdrTableObjImpl()
280 void SdrTableObjImpl::init( SdrTableObj* pTable, sal_Int32 nColumns, sal_Int32 nRows ) in init()
295 void SdrTableObjImpl::operator=( const SdrTableObjImpl& rSource ) in operator =()
326 void SdrTableObjImpl::SetModel(SdrModel* /*pOldModel*/, SdrModel* pNewModel) in SetModel()
366 bool SdrTableObjImpl::ApplyCellStyles() in ApplyCellStyles()
464 void SdrTableObjImpl::dispose() in dispose()
472 void SdrTableObjImpl::DragEdge( bool mbHorizontal, int nEdge, sal_Int32 nOffset ) in DragEdge()
531 void SAL_CALL SdrTableObjImpl::modified( const ::com::sun::star::lang::EventObject& /*aEvent*/ ) th… in modified()
536 void SdrTableObjImpl::update() in update()
566 void SdrTableObjImpl::connectTableStyle() in connectTableStyle()
581 void SdrTableObjImpl::disconnectTableStyle() in disconnectTableStyle()
596 bool SdrTableObjImpl::isInUse() in isInUse()
605 void SAL_CALL SdrTableObjImpl::disposing( const ::com::sun::star::lang::EventObject& /*Source*/ ) t… in disposing()
619 CellRef SdrTableObjImpl::getCell( const CellPos& rPos ) const in getCell()
635 sal_Int32 SdrTableObjImpl::getColumnCount() const in getColumnCount()
642 sal_Int32 SdrTableObjImpl::getRowCount() const in getRowCount()
649 void SdrTableObjImpl::LayoutTable( Rectangle& rArea, bool bFitWidth, bool bFitHeight ) in LayoutTable()
660 bool SdrTableObjImpl::UpdateWritingMode() in UpdateWritingMode()
685 void SdrTableObjImpl::UpdateCells( Rectangle& rArea ) in UpdateCells()
697 const SfxPoolItem* SdrTableObjImpl::GetCellItem( const CellPos& rPos, sal_uInt16 nWhich ) const in GetCellItem()
759 mpImpl = new SdrTableObjImpl; in init()