Home
last modified time | relevance | path

Searched refs:table (Results 351 – 375 of 1370) sorted by relevance

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScTableColumnsObj.java40 import com.sun.star.table.XCellRange;
41 import com.sun.star.table.XColumnRowRange;
42 import com.sun.star.table.XTableColumns;
H A DScTableRowsObj.java40 import com.sun.star.table.XCellRange;
41 import com.sun.star.table.XColumnRowRange;
42 import com.sun.star.table.XTableRows;
H A DScAnnotationObj.java42 import com.sun.star.table.CellAddress;
43 import com.sun.star.table.XCell;
44 import com.sun.star.table.XCellRange;
/trunk/main/dbaccess/source/sdbtools/resource/
H A Dsdbt_strings.src30 … en-US ] = "You cannot give a table and a query the same name. Please use a name which is not yet …
50 Text [ en-US ] = "The given object is no table object.";
/trunk/main/sw/source/ui/table/
H A Dmergetbl.src22 #include "table.hrc"
65 Text [ en-US ] = "Join with ~previous table" ;
72 Text [ en-US ] = "Join with ~next table" ;
/trunk/main/offapi/com/sun/star/sdb/
H A DRowSet.idl53 /** is a client side RowSet, which use retrieves is data based on a database table,
78 <table>
112 </table>
118 <table border="1" frame="all">
158 </table>
375 /** is the name of the table which should be updated, this is usually used
376 for queries which relate to more than one table.
380 /** is the name of the table catalog
385 /** is the name of the table schema.
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControl.cxx50 using namespace ::svt::table;
157 …Bar = new AccessibleGridControlHeader(m_pImpl->m_aCreator, m_aTable, svt::table::TCTYPE_COLUMNHEAD… in getAccessibleChild()
166 …Bar = new AccessibleGridControlHeader(m_pImpl->m_aCreator, m_aTable, svt::table::TCTYPE_ROWHEADERB… in getAccessibleChild()
175 …* pTable = new AccessibleGridControlTable(m_pImpl->m_aCreator, m_aTable, svt::table::TCTYPE_TABLE); in getAccessibleChild()
/trunk/main/sw/source/ui/dochdl/
H A Ddochdl.src35 …n-US ] = "A table cannot be inserted into another table. However, you can paste the data into the …
/trunk/main/offapi/com/sun/star/sheet/
H A DXLabelRanges.idl32 #include <com/sun/star/table/CellRangeAddress.idl>
60 [in] com::sun::star::table::CellRangeAddress aLabelArea,
61 [in] com::sun::star::table::CellRangeAddress aDataArea );
H A DDataPilotTablePositionType.idl31 /** specifies in which sub-area a cell is positioned within a DataPilot table.
43 /** indicates that the specified cell is not in the DataPilot table. */
63 /** indicates that the specified cell is within the table but in areas
H A DDataPilotOutputRangeType.idl31 /** specifies region type of DataPilot table range
45 /** whole DataPilot output range including the header area above the table
51 /** whole table but without the header area where the filter and page field
H A DSheetCellCursor.idl28 #include <com/sun/star/table/CellCursor.idl>
52 through the table (i.e. to find specific cell ranges).</p>
60 service com::sun::star::table::CellCursor;
H A DXGoalSeek.idl36 #include <com/sun/star/table/CellAddress.idl>
68 [in] com::sun::star::table::CellAddress aFormulaPosition,
69 [in] com::sun::star::table::CellAddress aVariablePosition,
/trunk/main/oovbaapi/ooo/vba/word/
H A DXTable.idl46 select the table
52 delete the table
58 convert the table to text
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DSpreadsheetDocument.java27 import com.sun.star.table.XCellRange;
28 import com.sun.star.table.CellAddress;
29 import com.sun.star.table.CellRangeAddress;
/trunk/main/connectivity/source/inc/java/sql/
H A DDatabaseMetaData.hxx183 …:uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, const ::rtl::OUSt…
185 …:uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, sal_Int32 scope, …
186 …:uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(::com::sun…
187 …:uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(::com::sun…
188 …:uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(::com::sun…
189 …:uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(::com::sun…
191 …:uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, sal_Bool unique, …
/trunk/main/connectivity/source/inc/odbc/
H A DODatabaseMetaData.hxx194 …:uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, const ::rtl::OUSt…
196 …:uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, sal_Int32 scope, …
197 …:uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(::com::sun…
198 …:uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(::com::sun…
199 …:uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(::com::sun…
200 …:uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(::com::sun…
202 …:uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, sal_Bool unique, …
/trunk/test/testuno/source/fvt/uno/sw/page/
H A DCheckShadowFormat.java45 import com.sun.star.table.BorderLine;
46 import com.sun.star.table.ShadowFormat;
47 import com.sun.star.table.ShadowLocation;
/trunk/main/forms/qa/integration/forms/
H A DSpreadsheetDocument.java29 import com.sun.star.table.XCellRange;
30 import com.sun.star.table.CellAddress;
31 import com.sun.star.table.CellRangeAddress;
/trunk/main/offapi/com/sun/star/sdb/tools/
H A DCompositionType.idl31 /** specifies which composition should be used when composing a table
40 /** specifies composition of a name to be used in table definitions
75 /** specifies complete composition of a table name, including catalog and schema (if present),
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOIndexColumnContainer.java60 … String table = AnyConverter.toString(index.getTable().getPropertyValue(PropertyIds.NAME.name)); in createObject() local
65 … index.getTable().getConnection().getMetaData().getIndexInfo(catalog, schema, table, false, false); in createObject()
81 … results = index.getTable().getConnection().getMetaData().getColumns(catalog, schema, table, name); in createObject()
H A DOKeyColumnContainer.java60 … String table = AnyConverter.toString(tableProperties.getPropertyValue(PropertyIds.NAME.name)); in createObject() local
62 …Set results = key.getTable().getConnection().getMetaData().getImportedKeys(catalog, schema, table); in createObject()
76 … results = key.getTable().getConnection().getMetaData().getColumns(catalog, schema, table, name); in createObject()
/trunk/main/xmloff/source/text/
H A Dtxtimppr.cxx48 using namespace ::com::sun::star::table;
518 table::BorderLine aBorderLine; in finished()
523 table::BorderLine aBorderLineWidth; in finished()
572 table::BorderLine aBorderLine; in finished()
575 table::BorderLine aBorderLineWidth; in finished()
/trunk/main/svx/source/table/
H A Dcell.hxx51 namespace sdr { namespace table { namespace
57 public ::com::sun::star::table::XMergeableCell,
139 …SVX_DLLPRIVATE virtual ::com::sun::star::table::CellContentType SAL_CALL getType() throw (::com::s…
222 ::com::sun::star::table::CellContentType mnCellContentType;
233 ::com::sun::star::uno::Reference< ::com::sun::star::table::XTable > mxTable;
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DAdvanceFilter.java44 import com.sun.star.table.XCellRange;
45 import com.sun.star.table.XColumnRowRange;
46 import com.sun.star.table.XTableRows;

Completed in 136 milliseconds

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