LibreOffice Module sw (master) 1
|
#include <unotbl.hxx>
Classes | |
class | Impl |
Public Member Functions | |
SwXTableColumns (SwFrameFormat &rFrameFormat) | |
virtual sal_Int32 SAL_CALL | getCount () override |
virtual css::uno::Any SAL_CALL | getByIndex (sal_Int32 nIndex) override |
virtual css::uno::Type SAL_CALL | getElementType () override |
virtual sal_Bool SAL_CALL | hasElements () override |
virtual void SAL_CALL | insertByIndex (sal_Int32 nIndex, sal_Int32 nCount) override |
virtual void SAL_CALL | removeByIndex (sal_Int32 nIndex, sal_Int32 nCount) override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
Private Member Functions | |
SwFrameFormat * | GetFrameFormat () const |
virtual | ~SwXTableColumns () override |
Private Attributes | |
::sw::UnoImplPtr< Impl > | m_pImpl |
Definition at line 448 of file unotbl.hxx.
|
overrideprivatevirtual |
Definition at line 3990 of file unotbl.cxx.
SwXTableColumns::SwXTableColumns | ( | SwFrameFormat & | rFrameFormat | ) |
Definition at line 3986 of file unotbl.cxx.
|
overridevirtual |
Definition at line 4010 of file unotbl.cxx.
References getCount(), and nIndex.
|
overridevirtual |
Definition at line 3998 of file unotbl.cxx.
References SwTable::FindTable(), SwTableLines::front(), GetFrameFormat(), SwTableLine::GetTabBoxes(), and SwTable::GetTabLines().
Referenced by getByIndex().
|
overridevirtual |
Definition at line 4018 of file unotbl.cxx.
References cppu::UnoType< typename T >::get().
|
private |
Definition at line 3993 of file unotbl.cxx.
References m_pImpl.
Referenced by getCount(), hasElements(), insertByIndex(), and removeByIndex().
|
overridevirtual |
Definition at line 3976 of file unotbl.cxx.
|
overridevirtual |
Definition at line 3982 of file unotbl.cxx.
|
overridevirtual |
Definition at line 4023 of file unotbl.cxx.
References GetFrameFormat().
|
overridevirtual |
Definition at line 4031 of file unotbl.cxx.
References SwDoc::CreateUnoCursor(), SwTable::FindTable(), fnMoveForward, SwTableLines::front(), SwFormat::GetDoc(), GetFrameFormat(), SwTableBox::GetSttNd(), SwTableLine::GetTabBoxes(), SwTable::GetTableBox(), SwTable::GetTabLines(), GoInNode(), SwDoc::InsertCol(), o3tl::make_unsigned(), nCount, nIndex, and sw_GetCellName().
|
overridevirtual |
Definition at line 4070 of file unotbl.cxx.
References SwDoc::CreateUnoCursor(), SwDoc::DeleteCol(), SwTable::FindTable(), fnMoveForward, SwFormat::GetDoc(), GetFrameFormat(), SwTableBox::GetSttNd(), SwTable::GetTableBox(), GoInNode(), SwUnoTableCursor::MakeBoxSels(), nCount, nIndex, and sw_GetCellName().
|
overridevirtual |
Definition at line 3979 of file unotbl.cxx.
References cppu::supportsService().
|
private |
Definition at line 456 of file unotbl.hxx.
Referenced by GetFrameFormat().