Searched refs:SwXTextTables (Results 1 – 11 of 11) sorted by relevance
1 "SwXTextTables";"com::sun::star::container::XNameAccess";"getByName()"2 "SwXTextTables";"com::sun::star::container::XNameAccess";"getElementNames()"3 "SwXTextTables";"com::sun::star::container::XNameAccess";"hasByName()"4 "SwXTextTables";"com::sun::star::container::XIndexAccess";"getCount()"5 "SwXTextTables";"com::sun::star::container::XIndexAccess";"getByIndex()"6 "SwXTextTables";"com::sun::star::container::XElementAccess";"getElementType()"7 "SwXTextTables";"com::sun::star::container::XElementAccess";"hasElements()"
607 SwXTextTables::SwXTextTables(SwDoc* pDc) : in SwXTextTables() function in SwXTextTables613 SwXTextTables::~SwXTextTables() in ~SwXTextTables()618 sal_Int32 SwXTextTables::getCount(void) throw( uno::RuntimeException ) in getCount()627 uno::Any SAL_CALL SwXTextTables::getByIndex(sal_Int32 nIndex) in getByIndex()637 uno::Reference< XTextTable > xTbl = SwXTextTables::GetObject(rFmt); in getByIndex()649 uno::Any SwXTextTables::getByName(const OUString& rItemName) in getByName()664 xTbl = SwXTextTables::GetObject(rFmt); in getByName()678 uno::Sequence< OUString > SwXTextTables::getElementNames(void) in getElementNames()699 sal_Bool SwXTextTables::hasByName(const OUString& rName) in hasByName()724 SwXTextTables::getElementType( ) in getElementType()[all …]
533 xRet = SwXTextTables::GetObject( *pTblFmt ); in getPropertyValue()
394 … uno::Reference< XTextTable > xTable = SwXTextTables::GetObject(*pTableFmt); in getCrsrPropertyValue()
706 SwXTextTables::GetObject( *pTableFmt ); in NextElement_Impl()
281 class SW_DLLPUBLIC SwXTextTables : public SwCollectionBaseClass, class285 virtual ~SwXTextTables();287 SwXTextTables(SwDoc* pDoc);
49 public class SwXTextTables extends TestCase { class
100 -o sw.SwXTextTables
243 job245=sw.SwXTextTables
585 uno::Reference< text::XTextTable > xTbl = SwXTextTables::GetObject(*pFmt); in Tables()
1417 *pxXTextTables = new SwXTextTables(pDocShell->GetDoc()); in getTextTables()1559 ((SwXTextTables*)pTbls)->Invalidate(); in InitNewDoc()
Completed in 111 milliseconds