Searched refs:SwXTableRows (Results 1 – 6 of 6) sorted by relevance
1 "SwXTableRows";"com::sun::star::container::XIndexAccess";"getCount()"2 "SwXTableRows";"com::sun::star::container::XIndexAccess";"getByIndex()"3 "SwXTableRows";"com::sun::star::container::XElementAccess";"getElementType()"4 "SwXTableRows";"com::sun::star::container::XElementAccess";"hasElements()"5 "SwXTableRows";"com::sun::star::table::XTableRows";"insertByIndex()"6 "SwXTableRows";"com::sun::star::table::XTableRows";"removeByIndex()"
2150 SwXTableRows* pRows = SwIterator<SwXTableRows,SwFmt>::FirstElement(*pFmt); in getRows()2152 pRows = new SwXTableRows(*pFmt); in getRows()4548 OUString SwXTableRows::getImplementationName(void) throw( uno::RuntimeException ) in getImplementationName()4565 TYPEINIT1(SwXTableRows, SwClient);4567 SwXTableRows::SwXTableRows(SwFrmFmt& rFrmFmt) : in SwXTableRows() function in SwXTableRows4572 SwXTableRows::~SwXTableRows() in ~SwXTableRows()4576 sal_Int32 SwXTableRows::getCount(void) throw( uno::RuntimeException ) in getCount()4591 uno::Any SwXTableRows::getByIndex(sal_Int32 nIndex) in getByIndex()4627 uno::Type SAL_CALL SwXTableRows::getElementType(void) throw( uno::RuntimeException ) in getElementType()4632 sal_Bool SwXTableRows::hasElements(void) throw( uno::RuntimeException ) in hasElements()[all …]
59 public class SwXTableRows extends TestCase { class
522 class SwXTableRows : public cppu::WeakImplHelper2 class532 virtual ~SwXTableRows();534 SwXTableRows(SwFrmFmt& rFrmFmt);
76 -o sw.SwXTableRows
228 job230=sw.SwXTableRows
Completed in 39 milliseconds