Home
last modified time | relevance | path

Searched refs:TableControl_Impl (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.cxx246 DBG_NAME( TableControl_Impl )
255 const TableControl_Impl& m_rTable;
259 SuspendInvariants( const TableControl_Impl& _rTable, sal_Int32 _nSuspendFlags ) in SuspendInvariants()
265 const_cast< TableControl_Impl& >( m_rTable ).m_nRequiredInvariants &= ~m_nSuspendFlags; in SuspendInvariants()
269 const_cast< TableControl_Impl& >( m_rTable ).m_nRequiredInvariants |= m_nSuspendFlags; in ~SuspendInvariants()
282 return static_cast< const TableControl_Impl* >( _pInstance )->impl_checkInvariants(); in TableControl_Impl_checkInvariants()
306 const sal_Char* TableControl_Impl::impl_checkInvariants() const in impl_checkInvariants()
435 DBG_CHKTHIS( TableControl_Impl, TableControl_Impl_checkInvariants )
438 TableControl_Impl::TableControl_Impl( TableControl& _rAntiImpl ) in TableControl_Impl() function in svt::table::TableControl_Impl
467 DBG_CTOR( TableControl_Impl, TableControl_Impl_checkInvariants ); in TableControl_Impl()
[all …]
H A Dtablegeometry.hxx36 class TableControl_Impl;
44 const TableControl_Impl& m_rControl;
50 const TableControl_Impl& _rControl, in TableGeometry()
61 const TableControl_Impl& getControl() const { return m_rControl; } in getControl()
79 TableControl_Impl const & _rControl,
107 TableControl_Impl const & _rControl,
136 TableControl_Impl const & _rControl, in TableCellGeometry()
H A Dtablecontrol_impl.hxx90 class TableControl_Impl :public ITableControl class
186 TableControl_Impl( TableControl& _rAntiImpl );
187 ~TableControl_Impl();
498 TableControl_Impl* m_pTableControl;
502 TableFunctionSet(TableControl_Impl* _pTableControl);
H A Dtabledatawindow.hxx37 class TableControl_Impl;
51 TableControl_Impl& m_rTableControl;
56 TableDataWindow( TableControl_Impl& _rTableControl );
H A Dtablegeometry.cxx41 …TableRowGeometry::TableRowGeometry( TableControl_Impl const & _rControl, Rectangle const & _rBound… in TableRowGeometry()
98 …TableColumnGeometry::TableColumnGeometry( TableControl_Impl const & _rControl, Rectangle const & _… in TableColumnGeometry()
H A Dtabledatawindow.cxx48 TableDataWindow::TableDataWindow( TableControl_Impl& _rTableControl ) in TableDataWindow()
H A Dtablecontrol.cxx58 ,m_pImpl( new TableControl_Impl( *this ) ) in TableControl()
/trunk/main/svtools/inc/svtools/table/
H A Dtablecontrol.hxx44 class TableControl_Impl;
68 ::boost::shared_ptr< TableControl_Impl > m_pImpl;