Home
last modified time | relevance | path

Searched refs:table (Results 251 – 275 of 1370) sorted by relevance

1...<<11121314151617181920>>...55

/trunk/main/offapi/com/sun/star/table/
H A DListPositionCellBinding.idl28 #include <com/sun/star/table/CellValueBinding.idl>
33 module com { module sun { module star { module table {
38 /** defines the binding to a single cell in a table document, which can be used to
43 /** provides the basic functionality for exchanging values with a table cell.
H A DXMergeableCell.idl32 #include <com/sun/star/table/XCell.idl>
37 module com { module sun { module star { module table {
44 @see com::sun::star::table::Cell
46 interface XMergeableCell: com::sun::star::table::XCell
H A DTableSortDescriptor2.idl34 #include <com/sun/star/table/TableSortField.idl>
39 module com { module sun { module star { module table {
44 in a table.
58 [property] sequence< com::sun::star::table::TableSortField > SortFields;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDBTools.java510 public int deleteAllRows(XConnection con, String table) in deleteAllRows() argument
515 XResultSet set = stat.executeQuery("SELECT * FROM " + table) ; in deleteAllRows()
555 public void addRowToTestTable(XConnection con, String table, Object[] values, in addRowToTestTable() argument
561 XResultSet set = stat.executeQuery("SELECT * FROM " + table) ; in addRowToTestTable()
615 public void initializeTestTable(XConnection con, String table) in initializeTestTable() argument
618 deleteAllRows(con, table) ; in initializeTestTable()
621 addRowToTestTable(con, table, TST_TABLE_VALUES[i], TST_STREAM_LENGTHS[i]) ; in initializeTestTable()
/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx361 typedef ::com::sun::star::table::CellHoriJustify ApiCellHoriJustify;
362 typedef ::com::sun::star::table::CellVertJustify ApiCellVertJustify;
363 typedef ::com::sun::star::table::CellOrientation ApiCellOrientation;
518 typedef ::com::sun::star::table::TableBorder ApiTableBorder;
519 typedef ::com::sun::star::table::BorderLine ApiBorderLine;
582 ::com::sun::star::table::BorderLine& rBorderLine,
802 ::com::sun::star::table::CellVertJustify
/trunk/main/offapi/com/sun/star/ucb/
H A DContentAction.idl45 <table border =1>
53 </table>
63 <table border =1>
83 </table>
91 <table border =1>
103 </table>
/trunk/main/offapi/com/sun/star/sheet/
H A DXNamedRanges.idl32 #include <com/sun/star/table/CellAddress.idl>
36 #include <com/sun/star/table/CellRangeAddress.idl>
83 [in] com::sun::star::table::CellAddress aPosition,
111 [in] com::sun::star::table::CellRangeAddress aSource,
130 void outputList( [in] com::sun::star::table::CellAddress aOutputPosition );
H A DDataPilotTable.idl45 /** represents a data pilot table on a spreadsheet.
51 /** provides access to the layout settings of the data pilot table.
57 /** provides methods to control a data pilot table.
63 /** allows notification of modifications to the data pilot table.
H A DAccessibleCsvTable.idl50 /** The accessible object of the data table in the CSV import dialog.
60 /** This interface gives access to the whole content of the table.
66 /** This interface gives access to the visibility of the table.
72 /** This interface gives access to functionality specific for a table.
H A DXCellRangesQuery.idl36 #include <com/sun/star/table/CellAddress.idl>
40 #include <com/sun/star/table/CellRangeAddress.idl>
125 [in] com::sun::star::table::CellAddress aCompare );
144 [in] com::sun::star::table::CellAddress aCompare );
159 [in] com::sun::star::table::CellRangeAddress aRange );
H A DTableCellStyle.idl28 #include <com/sun/star/table/CellProperties.idl>
57 /** contains the properties of a table cell style.
69 service com::sun::star::table::CellProperties;
73 /** is the base service for table cells.
/trunk/main/scripting/workben/installer/
H A DVersion.java41 import javax.swing.table.*;
159 private void initColumnSizes(JTable table, MyTableModel model) { in initColumnSizes() argument
169 column = table.getColumnModel().getColumn(i); in initColumnSizes()
189 comp = table.getDefaultRenderer(model.getColumnClass(i)). in initColumnSizes()
191 table, longValues[i], in initColumnSizes()
/trunk/main/sw/source/ui/docvw/
H A Ddocvw.src266 Text [ en-US ] = "Adjust table column" ;
270 Text [ en-US ] = "Adjust table row" ;
274 Text [ en-US ] = "Select whole table" ;
278 Text [ en-US ] = "Select table row" ;
282 Text [ en-US ] = "Select table column" ;
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java111 public void addTableIndex(final int table) in addTableIndex() argument
113 tableIndices.add(IntegerCache.getInteger(table)); in addTableIndex()
121 public boolean isContainedByTable(final int table) in isContainedByTable() argument
123 final Integer index = IntegerCache.getInteger(table); in isContainedByTable()
893 private ColumnBoundary[] getBoundariesForTable(final int table) in getBoundariesForTable() argument
902 if (b.isContainedByTable(table)) in getBoundariesForTable()
913 private int getColumnSpanForCell(final int table, final int col, final int initialColumnSpan) in getColumnSpanForCell() argument
916 final ColumnBoundary[] tableBoundaries = getBoundariesForTable(table); in getColumnSpanForCell()
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DInsertDeleteRowAndColumn.java37 import com.sun.star.table.XCell;
39 import com.sun.star.table.XTableColumns;
40 import com.sun.star.table.XTableRows;
41 import com.sun.star.table.XColumnRowRange;
/trunk/main/oox/source/ppt/
H A Dpptimport.cxx136 const oox::drawingml::table::TableStyleListPtr PowerPointImport::getTableStyles() in getTableStyles()
140 …mpTableStyleList = oox::drawingml::table::TableStyleListPtr( new oox::drawingml::table::TableStyle… in getTableStyles()
141 importFragment( new oox::drawingml::table::TableStyleListFragmentHandler( in getTableStyles()
/trunk/main/xmloff/source/style/
H A DPageMasterExportPropMapper.cxx45 inline sal_Bool lcl_HasSameLineWidth( const table::BorderLine& rLine1, const table::BorderLine& rLi… in lcl_HasSameLineWidth()
52 inline sal_Bool operator==( const table::BorderLine& rLine1, const table::BorderLine& rLine2 ) in operator ==()
148 table::BorderLine aLineTop, aLineBottom, aLineLeft, aLineRight; in ContextFilter()
173 table::BorderLine aLineTop, aLineBottom, aLineLeft, aLineRight; in ContextFilter()
H A DPageMasterImportPropMapper.cxx258 table::BorderLine aBorderLine; in finished()
262 table::BorderLine aBorderLineWidth; in finished()
280 table::BorderLine aBorderLine; in finished()
284 table::BorderLine aBorderLineWidth; in finished()
302 table::BorderLine aBorderLine; in finished()
306 table::BorderLine aBorderLineWidth; in finished()
H A Dbordrhdl.cxx170 void lcl_frmitems_setXMLBorderWidth( table::BorderLine &rBorderLine, in lcl_frmitems_setXMLBorderWidth()
272 table::BorderLine aBorderLine; in importXML()
288 table::BorderLine aBorderLine; in exportXML()
367 table::BorderLine aBorderLine; in importXML()
418 table::BorderLine aBorderLine; in exportXML()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx142 const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, in getColumnPrivileges()
150 pResult->openColumnPrivileges(m_bUseCatalog ? catalog : Any(),schema,table,columnNamePattern); in getColumnPrivileges()
232 …const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(SQLExcepti… in getVersionColumns()
242 pResult->openVersionColumns(m_bUseCatalog ? catalog : Any(),schema,table); in getVersionColumns()
350 pResult->openExportedKeys(m_bUseCatalog ? catalog : Any(),schema,table); in getExportedKeys()
367 pResult->openImportedKeys(m_bUseCatalog ? catalog : Any(),schema,table); in getImportedKeys()
384 pResult->openPrimaryKeys(m_bUseCatalog ? catalog : Any(),schema,table); in getPrimaryKeys()
394 const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, in getIndexInfo()
402 pResult->openIndexInfo(m_bUseCatalog ? catalog : Any(),schema,table,unique,approximate); in getIndexInfo()
412 const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, sal_Int32 scope, in getBestRowIdentifier()
[all …]
/trunk/main/toolkit/src2xml/
H A Dsrc.lst177 ../../sw/source/ui/table/colwd.src
178 ../../sw/source/ui/table/rowht.src
179 ../../sw/source/ui/table/tautofmt.src
180 ../../sw/source/ui/table/splittbl.src
181 ../../sw/source/ui/table/chartins.src
182 ../../sw/source/ui/table/tabledlg.src
183 ../../sw/source/ui/table/split.src
184 ../../sw/source/ui/table/convert.src
185 ../../sw/source/ui/table/insrc.src
186 ../../sw/source/ui/table/table.src
[all …]
/trunk/main/offapi/com/sun/star/sdb/
H A DQueryDefinition.idl62 /** is the name of the table which should be updated. This is usually used
63 for queries which relate on more than one table.
68 /** is the name of the update table catalog.
73 /** is the name of the update table schema.
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dconfiguration.properties48 org.jfree.report.namespaces.oasis-table.Uri=urn:oasis:names:tc:opendocument:xmlns:table:1.0
49 org.jfree.report.namespaces.oasis-table.Default-Style=res://com/sun/star/report/pentaho/oasis-table
50 org.jfree.report.namespaces.oasis-table.Prefix=table
51 org.jfree.report.namespaces.oasis-table.ClassAttr=style-name
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDatabaseMetaData.cxx781 const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, in getColumnPrivileges()
816 …const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(SQLExcepti… in getVersionColumns()
822 …const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(SQLExcepti… in getExportedKeys()
828 …const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(SQLExcepti… in getImportedKeys()
834 …const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(SQLExcepti… in getPrimaryKeys()
840 const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, in getIndexInfo()
847 const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, sal_Int32 scope, in getBestRowIdentifier()
/trunk/main/sc/inc/
H A Dcursuno.hxx35 public com::sun::star::table::XCellCursor
75 virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCell > SAL_CALL
79 virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange > SAL_CALL
85 virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange > SAL_CALL

Completed in 86 milliseconds

1...<<11121314151617181920>>...55