Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/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()"
13 "SwXTextTable";"com::sun::star::text::XTextTable";"getRows()"
21 "SwXTextTable";"com::sun::star::text::TextTable";"BreakType"
22 "SwXTextTable";"com::sun::star::text::TextTable";"LeftMargin"
24 "SwXTextTable";"com::sun::star::text::TextTable";"HoriOrient"
26 "SwXTextTable";"com::sun::star::text::TextTable";"Split"
33 "SwXTextTable";"com::sun::star::text::TextTable";"TopMargin"
36 "SwXTextTable";"com::sun::star::text::TextTable";"Width"
42 "SwXTextTable";"com::sun::star::text::TextTable";"BackColor"
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx2080 const uno::Sequence< sal_Int8 > & SwXTextTable::getUnoTunnelId() in getUnoTunnelId()
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()
2342 void SwXTextTable::dispose(void) throw( uno::RuntimeException ) in dispose()
2555 void SAL_CALL SwXTextTable::setDataArray( in setDataArray()
2866 void SwXTextTable::addChartDataChangeEventListener( in addChartDataChangeEventListener()
2875 void SwXTextTable::removeChartDataChangeEventListener( in removeChartDataChangeEventListener()
3483 sal_uInt16 SwXTextTable::getRowCount(void) in getRowCount()
[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.cxx332 SwXTextTable* pTextTable = new SwXTextTable(); in MakeInstance()
759 SwXTextTable* pTbl = SwIterator<SwXTextTable,SwFmt>::FirstElement( rFmt ); in GetObject()
761 pTbl = new SwXTextTable(rFmt); in GetObject()
H A Dunoobj2.cxx708 static_cast<SwXTextTable*>(pTable)); in NextElement_Impl()
/trunk/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.cxx1358 const SwXTextTable *pXTable = 0; in SwXMLTableContext()
1397 pXTable = reinterpret_cast< SwXTextTable * >( in SwXMLTableContext()
1398 …sal::static_int_cast< sal_IntPtr >( xTableTunnel->getSomething( SwXTextTable::getUnoTunnelId() ))); in SwXMLTableContext()
/trunk/main/sw/inc/
H A Dunotbl.hxx301 class SwXTextTable : public cppu::WeakImplHelper10 class
331 virtual ~SwXTextTable();
333 SwXTextTable();
334 SwXTextTable(SwFrmFmt& rFrmFmt);
/trunk/main/framework/qa/complex/api_internal/
H A DCheckAPI.props25 job1=sw.SwXTextTable
/trunk/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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXTextTable.java53 public class SwXTextTable extends TestCase { class
/trunk/main/sw/qa/unoapi/
H A Dsw.sce97 -o sw.SwXTextTable
H A Dknownissues.xcl150 sw.SwXTextTable::com::sun::star::table::XAutoFormattable
/trunk/main/offapi/com/sun/star/text/
H A DCellProperties.idl77 /** contains the cell name, see SwXTextTable::getCellByName for more information

Completed in 144 milliseconds