/aoo42x/test/testuno/source/fvt/uno/sw/table/ |
H A D | TableInsertBreak.java | 99 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_odt.getTextTables()); in InsertPage_BeforeBreak_Split_KeepTogether() 111 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTables()); in InsertPage_BeforeBreak_Split_KeepTogether() 159 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_odt.getTextTables()); in InsertPage_AfterBreak() 169 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTables()); in InsertPage_AfterBreak() 214 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_odt.getTextTables()); in InsertColumn_BeforeBreak() 224 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTables()); in InsertColumn_BeforeBreak() 269 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_odt.getTextTables()); in InsertColumn_AfterBreak() 279 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTables()); in InsertColumn_AfterBreak() 326 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_odt.getTextTables()); in InsertPage_Endnote_BeforeBreak() 337 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTables()); in InsertPage_Endnote_BeforeBreak() [all …]
|
H A D | TableVerticalAlignment.java | 108 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_odt.getTextTables()); in testtableVerticalAlignment_Bottom() 124 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTables()); in testtableVerticalAlignment_Bottom() 181 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_odt.getTextTables()); in testtableVerticalAlignment_Center() 197 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTables()); in testtableVerticalAlignment_Center() 254 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_odt.getTextTables()); in testtableVerticalAlignment_Top() 270 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTables()); in testtableVerticalAlignment_Top()
|
H A D | TableBasic.java | 91 …es = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier.getTextTables()); in testCreateTable() 167 …es = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier.getTextTables()); in testSetRowHeight() 248 …es = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier.getTextTables()); in testSetTableBorder() 354 …es = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier.getTextTables()); in testSetTable_AlignmentAndMarginToPage() 431 …es = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier.getTextTables()); in testSetTableBackColor() 474 …es = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier.getTextTables()); in testSetTableRepeatHeading() 548 …es = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier.getTextTables()); in testSetTableShadow() 693 …es = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier.getTextTables()); in testSetTableBackGraphic()
|
H A D | TableName.java | 103 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_odt.getTextTables()); in testtableName() 112 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTables()); in testtableName()
|
H A D | TableCellProtect.java | 109 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_odt.getTextTables()); in testtableBorderSpacingtoContent() 125 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTables()); in testtableBorderSpacingtoContent()
|
H A D | TableBorderSpacingtoContent.java | 111 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_odt.getTextTables()); in testtableBorderSpacingtoContent() 130 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTables()); in testtableBorderSpacingtoContent()
|
/aoo42x/main/wizards/com/sun/star/wizards/text/ |
H A D | TextTableHandler.java | 90 XNameAccess xAllTextTables = xTextTablesSupplier.getTextTables(); in getByName() 108 …AllTextTables = UnoRuntime.queryInterface(XIndexAccess.class, xTextTablesSupplier.getTextTables()); in getlastTextTable() 143 …AllTextTables = UnoRuntime.queryInterface(XIndexAccess.class, xTextTablesSupplier.getTextTables()); in removeAllTextTables() 160 …AllTextTables = UnoRuntime.queryInterface(XIndexAccess.class, xTextTablesSupplier.getTextTables()); in removeLastTextTable() 187 XNameAccess xAllTextTables = xTextTablesSupplier.getTextTables(); in removeTextTablebyName() 203 XNameAccess xTextTableNames = xTextTablesSupplier.getTextTables(); in renameTextTable()
|
H A D | ViewHandler.java | 75 …oRuntime.queryInterface(XIndexAccess.class, oTextTableHandler.xTextTablesSupplier.getTextTables()); in selectFirstPage()
|
/aoo42x/main/wizards/com/sun/star/wizards/report/ |
H A D | RecordTable.java | 55 … String[] TableNames = oTextTableHandler.xTextTablesSupplier.getTextTables().getElementNames(); in RecordTable() 56 XNameAccess xAllTextTables = oTextTableHandler.xTextTablesSupplier.getTextTables(); in RecordTable()
|
H A D | ReportTextDocument.java | 698 …noRuntime.queryInterface(XNameAccess.class, oTextTableHandler.xTextTablesSupplier.getTextTables()); in removeNonLayoutTextTables() 713 …noRuntime.queryInterface(XNameAccess.class, oTextTableHandler.xTextTablesSupplier.getTextTables()); in removeLayoutTextTables()
|
H A D | DBColumn.java | 214 XNameAccess xAllTextTables = oTextTableHandler.xTextTablesSupplier.getTextTables(); in getTableColumns()
|
H A D | ReportTextImplementation.java | 350 …oTable = getDoc().oTextTableHandler.xTextTablesSupplier.getTextTables().getByName(CurGroupTableNam… in insertDatabaseDatatoReportDocument()
|
/aoo42x/test/testuno/source/fvt/uno/sw/puretext/ |
H A D | InsertCharacterToTable.java | 99 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_odt.getTextTables()); in testCreateTable() 110 … (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTables()); in testCreateTable()
|
/aoo42x/main/qadevOOo/tests/java/ifc/text/ |
H A D | _XTextTablesSupplier.java | 55 XNameAccess the_tables = oObj.getTextTables(); in _getTextTables()
|
/aoo42x/main/qadevOOo/runner/util/ |
H A D | InstCreator.java | 82 oNA = oTTS.getTextTables(); in createCollection()
|
H A D | SOfficeFactory.java | 403 XNameAccess oNA = oTTS.getTextTables(); in getTableCollection()
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | XTextTablesSupplier.idl | 52 com::sun::star::container::XNameAccess getTextTables();
|
/aoo42x/main/qadevOOo/tests/java/mod/_sw/ |
H A D | SwXTextTables.java | 126 oObj = oTTSupp.getTextTables(); in createTestEnvironment()
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbatables.cxx | 38 xTables.set( xSupp->getTextTables(), uno::UNO_QUERY_THROW ); in lcl_getTables()
|
/aoo42x/main/odk/examples/OLE/delphi/InsertTables/ |
H A D | SampleCode.pas | 327 sTableNames := oDoc.getTextTables.getElementNames();
|
/aoo42x/main/qadevOOo/objdsc/sw/ |
H A D | com.sun.star.comp.office.SwXTextDocument.csv | 50 "SwXTextDocument";"com::sun::star::text::XTextTablesSupplier#optional";"getTextTables()"
|
/aoo42x/main/sw/source/ui/frmdlg/ |
H A D | cption.cxx | 202 xNameAccess = xTables->getTextTables(); in SwCaptionDialog()
|
/aoo42x/main/sw/inc/ |
H A D | unotxdoc.hxx | 345 …virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL getTextTables(void) throw( cs…
|
/aoo42x/main/odk/examples/DevelopersGuide/Text/ |
H A D | TextDocuments.java | 1159 XIndexAccess.class, xTableSupplier.getTextTables()); in ReferenceExample()
|
/aoo42x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaTemplate.java | 616 return ((Any) xTextTablesSupplier.getTextTables().getByName(name)).getObject(); in getTable()
|