Home
last modified time | relevance | path

Searched refs:SwXTextTable (Results 1 – 14 of 14) sorted by relevance

/AOO42X/main/qadevOOo/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTextTable.csv1 "SwXTextTable";"com::sun::star::lang::XComponent";"dispose()"
2 "SwXTextTable";"com::sun::star::lang::XComponent";"addEventListener()"
3 "SwXTextTable";"com::sun::star::lang::XComponent";"removeEventListener()"
4 "SwXTextTable";"com::sun::star::chart::XChartData";"addChartDataChangeEventListener()"
5 "SwXTextTable";"com::sun::star::chart::XChartData";"removeChartDataChangeEventListener()"
6 "SwXTextTable";"com::sun::star::chart::XChartData";"getNotANumber()"
7 "SwXTextTable";"com::sun::star::chart::XChartData";"isNotANumber()"
8 "SwXTextTable";"com::sun::star::text::TextContent";"AnchorType#optional"
9 "SwXTextTable";"com::sun::star::text::TextContent";"AnchorTypes#optional"
10 "SwXTextTable";"com::sun::star::text::TextContent";"TextWrap#optional"
[all …]
/AOO42X/main/sw/source/core/unocore/
H A Dunotbl.cxx2080 const uno::Sequence< sal_Int8 > & SwXTextTable::getUnoTunnelId() in getUnoTunnelId()
2086 sal_Int64 SAL_CALL SwXTextTable::getSomething( const uno::Sequence< sal_Int8 >& rId ) in getSomething()
2098 TYPEINIT1(SwXTextTable, SwClient) in TYPEINIT1() argument
2101 SwXTextTable::SwXTextTable() : in TYPEINIT1()
2114 SwXTextTable::SwXTextTable(SwFrmFmt& rFrmFmt) : in SwXTextTable() function in SwXTextTable
2128 SwXTextTable::~SwXTextTable() in ~SwXTextTable()
2133 void SwXTextTable::initialize(sal_Int32 nR, sal_Int32 nC) throw( uno::RuntimeException ) in initialize()
2144 uno::Reference< table::XTableRows > SwXTextTable::getRows(void) throw( uno::RuntimeException ) in getRows()
2160 uno::Reference< table::XTableColumns > SwXTextTable::getColumns(void) throw( uno::RuntimeException… in getColumns()
2176 uno::Reference< table::XCell > SwXTextTable::getCellByName(const OUString& CellName) throw( uno::R… in getCellByName()
[all …]
H A Dunotext.cxx682 SwXTextTable *const pXTable = in insertTextContentBefore()
683 ::sw::UnoTunnelGetImplementation<SwXTextTable>(xSuccTunnel); in insertTextContentBefore()
743 SwXTextTable *const pXTable = in insertTextContentAfter()
744 ::sw::UnoTunnelGetImplementation<SwXTextTable>(xPredTunnel); in insertTextContentAfter()
797 SwXTextTable *const pXTable = in removeTextContentBefore()
798 ::sw::UnoTunnelGetImplementation<SwXTextTable>(xSuccTunnel); in removeTextContentBefore()
853 SwXTextTable *const pXTable = in removeTextContentAfter()
854 ::sw::UnoTunnelGetImplementation<SwXTextTable>(xPredTunnel); in removeTextContentAfter()
2291 SwXTextTable *const pTextTable = new SwXTextTable( *pTable->GetFrmFmt() ); in convertToTable()
H A Dunocoll.cxx330 SwXTextTable* pTextTable = new SwXTextTable(); in MakeInstance()
757 SwXTextTable* pTbl = SwIterator<SwXTextTable,SwFmt>::FirstElement( rFmt ); in GetObject()
759 pTbl = new SwXTextTable(rFmt); in GetObject()
H A Dunoobj2.cxx708 static_cast<SwXTextTable*>(pTable)); in NextElement_Impl()
/AOO42X/main/sw/source/filter/xml/
H A Dxmltble.cxx1208 const SwXTextTable *pXTable = 0; in exportTable()
1212 pXTable = reinterpret_cast< SwXTextTable * >( in exportTable()
1213 …sal::static_int_cast< sal_IntPtr >( xTableTunnel->getSomething( SwXTextTable::getUnoTunnelId() ))); in exportTable()
H A Dxmltbli.cxx1355 const SwXTextTable *pXTable = 0; in SwXMLTableContext()
1394 pXTable = reinterpret_cast< SwXTextTable * >( in SwXMLTableContext()
1395 …sal::static_int_cast< sal_IntPtr >( xTableTunnel->getSomething( SwXTextTable::getUnoTunnelId() ))); in SwXMLTableContext()
/AOO42X/main/sw/inc/
H A Dunotbl.hxx301 class SwXTextTable : public cppu::WeakImplHelper10 class
331 virtual ~SwXTextTable();
333 SwXTextTable();
334 SwXTextTable(SwFrmFmt& rFrmFmt);
/AOO42X/main/framework/qa/complex/api_internal/
H A DCheckAPI.props25 job1=sw.SwXTextTable
/AOO42X/main/sw/source/ui/uno/
H A Dunotxvw.cxx365 SwXTextTable* pTable = reinterpret_cast<SwXTextTable*>( in select()
366 xIfcTunnel->getSomething(SwXTextTable::getUnoTunnelId())); in select()
368 SwFrmFmt* pTblFrmFmt = pTable ? ((SwXTextTable*)pTable)->GetFrmFmt() : 0; in select()
/AOO42X/main/qadevOOo/tests/java/mod/_sw/
H A DSwXTextTable.java53 public class SwXTextTable extends TestCase { class
/AOO42X/main/sw/qa/unoapi/
H A Dsw.sce97 -o sw.SwXTextTable
H A Dknownissues.xcl150 sw.SwXTextTable::com::sun::star::table::XAutoFormattable
/AOO42X/main/offapi/com/sun/star/text/
H A DCellProperties.idl77 /** contains the cell name, see SwXTextTable::getCellByName for more information