Home
last modified time | relevance | path

Searched refs:table (Results 501 – 525 of 1370) sorted by relevance

1...<<21222324252627282930>>...55

/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_Numeric.cxx103 out[j++] = table[--number % tableSize]; in transliterateBullet()
137 return table[--number % tableSize]; in transliterateChar2Char()
/trunk/main/sc/source/ui/vba/
H A Dvbacharts.cxx74 …uno::Reference< table::XTableChartsSupplier > xTableChartsSupplier( xSpreadsheets->getByName(Sheet… in getCount()
77 uno::Reference< table::XTableCharts > xTableCharts = xTableChartsSupplier->getCharts(); in getCount()
H A Dexcelvbahelper.hxx54 …:XHelperInterface > getUnoSheetModuleObj( const css::uno::Reference< css::table::XCellRange >& xRa…
55 …:XHelperInterface > getUnoSheetModuleObj( const css::uno::Reference< css::table::XCell >& xCell ) …
/trunk/main/sw/source/ui/dbui/
H A Dselectdbtabledialog.src43 …en-US ] = "The file you have selected contains more than one table. Please select the table contai…
/trunk/main/sw/source/ui/vba/
H A Dvbatable.cxx69 uno::Reference< table::XTableRows > xRows( mxTextTable->getRows() ); in Delete()
91 uno::Reference< table::XCellRange > aCellRange( mxTextTable, uno::UNO_QUERY_THROW ); in Borders()
/trunk/main/toolkit/
H A DPackage_source.mk38 $(eval $(call gb_Package_add_file,toolkit_source,inc/layout/core/table.hxx,layout/core/table.hxx))
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScIndexEnumeration_TableColumnsEnumeration.java41 import com.sun.star.table.XColumnRowRange;
42 import com.sun.star.table.XTableColumns;
H A DScIndexEnumeration_TableRowsEnumeration.java41 import com.sun.star.table.XColumnRowRange;
42 import com.sun.star.table.XTableRows;
H A DScNamedRangeObj.java39 import com.sun.star.table.CellAddress;
40 import com.sun.star.table.CellRangeAddress;
H A DScTableRowObj.java41 import com.sun.star.table.XColumnRowRange;
42 import com.sun.star.table.XTableRows;
/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetAnnotation.idl32 #include <com/sun/star/table/CellAddress.idl>
53 com::sun::star::table::CellAddress getPosition();
H A DXScenario.idl31 #include <com/sun/star/table/CellRangeAddress.idl>
70 [in] sequence< com::sun::star::table::CellRangeAddress > aRanges );
H A DXScenarios.idl32 #include <com/sun/star/table/CellRangeAddress.idl>
64 [in] sequence< com::sun::star::table::CellRangeAddress > aRanges,
H A DXViewPane.idl31 #include <com/sun/star/table/CellRangeAddress.idl>
76 com::sun::star::table::CellRangeAddress getVisibleRange();
H A DDataPilotTableHeaderData.idl36 /** information about a cell within the column or row header area of a DataPilot table.
39 column or row header area of a DataPilot table. This is the type that is
/trunk/main/offapi/com/sun/star/sdbcx/
H A DKeyDescriptor.idl35 is used to define a new key for a table.
52 /** is the name of the referenced table, only used for foreign keys.
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DSpreadsheetValueBinding.java28 import com.sun.star.table.XCellRange;
29 import com.sun.star.table.XCell;
/trunk/main/offapi/com/sun/star/sdb/application/
H A DDatabaseObject.idl45 /** denotes a table in a database
47 <p>Note that <em>table</em> here is a more general term. In OpenOffice.org Base,
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DDeleteContents.java39 import com.sun.star.table.XCell;
41 import com.sun.star.table.XCellRange;
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A Ddisplay.css33 .value-table { display: inline-table; }
/trunk/main/offapi/com/sun/star/form/
H A DListSourceType.idl47 /** The control should be filled with the data of a table.
72 /** The control should be filled with the field names of a database table.
/trunk/main/sc/workben/
H A Dtestadd.idl28 #include <com/sun/star/table/XCellRange.idl>
48 long getColorValue([in]com::sun::star::table::XCellRange xRange);
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DQueryInQuery.java132 final HsqlTableDescriptor table = new HsqlTableDescriptor( QUERY_PRODUCTS, in checkNameCollisions() local
140 m_database.getDatabase().createTableInSDBCX( table ); in checkNameCollisions()
/trunk/main/forms/qa/integration/forms/
H A DCellBinding.java37 import com.sun.star.table.CellAddress;
38 import com.sun.star.table.XCell;
41 import com.sun.star.table.CellRangeAddress;
/trunk/main/connectivity/source/drivers/dbase/
H A DDDatabaseMetaData.cxx260 const Any& /*catalog*/, const ::rtl::OUString& /*schema*/, const ::rtl::OUString& table, in getIndexInfo()
281 ::cppu::extractInterface(xTable,xNames->getByName(table)); in getIndexInfo()
282 aRow[3] = new ORowSetValueDecorator(table); in getIndexInfo()

Completed in 71 milliseconds

1...<<21222324252627282930>>...55