Home
last modified time | relevance | path

Searched refs:SwXTableColumns (Results 1 – 6 of 6) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTableColumns.csv1 "SwXTableColumns";"com::sun::star::container::XIndexAccess";"getCount()"
2 "SwXTableColumns";"com::sun::star::container::XIndexAccess";"getByIndex()"
3 "SwXTableColumns";"com::sun::star::table::XTableColumns";"insertByIndex()"
4 "SwXTableColumns";"com::sun::star::table::XTableColumns";"removeByIndex()"
5 "SwXTableColumns";"com::sun::star::container::XElementAccess";"getElementType()"
6 "SwXTableColumns";"com::sun::star::container::XElementAccess";"hasElements()"
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx2166 SwXTableColumns* pCols = SwIterator<SwXTableColumns,SwFmt>::FirstElement(*pFmt); in getColumns()
2168 pCols = new SwXTableColumns(*pFmt); in getColumns()
4765 OUString SwXTableColumns::getImplementationName(void) throw( uno::RuntimeException ) in getImplementationName()
4782 TYPEINIT1(SwXTableColumns, SwClient);
4784 SwXTableColumns::SwXTableColumns(SwFrmFmt& rFrmFmt) : in SwXTableColumns() function in SwXTableColumns
4789 SwXTableColumns::~SwXTableColumns() in ~SwXTableColumns()
4793 sal_Int32 SwXTableColumns::getCount(void) throw( uno::RuntimeException ) in getCount()
4813 uno::Any SwXTableColumns::getByIndex(sal_Int32 nIndex) in getByIndex()
4838 uno::Type SAL_CALL SwXTableColumns::getElementType(void) throw( uno::RuntimeException ) in getElementType()
4843 sal_Bool SwXTableColumns::hasElements(void) throw( uno::RuntimeException ) in hasElements()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXTableColumns.java63 public class SwXTableColumns extends TestCase { class
/trunk/main/sw/inc/
H A Dunotbl.hxx571 class SwXTableColumns : public cppu::WeakImplHelper2 class
581 virtual ~SwXTableColumns();
583 SwXTableColumns(SwFrmFmt& rFrmFmt);
/trunk/main/sw/qa/unoapi/
H A Dsw.sce75 -o sw.SwXTableColumns
H A Dknownissues.xcl29 sw.SwXTableColumns::com::sun::star::table::XTableColumns

Completed in 51 milliseconds