Home
last modified time | relevance | path

Searched refs:table (Results 176 – 200 of 1370) sorted by relevance

12345678910>>...55

/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java50 import com.sun.star.table.CellRangeAddress;
51 import com.sun.star.table.XCell;
52 import com.sun.star.table.XCellRange;
53 import com.sun.star.table.XColumnRowRange;
54 import com.sun.star.table.XTableChart;
55 import com.sun.star.table.XTableCharts;
56 import com.sun.star.table.XTableChartsSupplier;
57 import com.sun.star.table.XTableColumns;
58 import com.sun.star.table.XTableRows;
/trunk/main/offapi/com/sun/star/table/
H A DCellCursor.idl28 #include <com/sun/star/table/XCellCursor.idl>
33 module com { module sun { module star { module table {
37 /** represents a cell cursor in a table.
40 through the table (i.e. relative to the current position).</p>
48 interface com::sun::star::table::XCellCursor;
H A DXTableChartsSupplier.idl32 #include <com/sun/star/table/XTableCharts.idl>
37 module com { module sun { module star { module table {
41 /** provides a method to access a collection of charts in a table or
50 @see com::sun::star::table::TableCharts
52 com::sun::star::table::XTableCharts getCharts();
H A DTableChart.idl28 #include <com/sun/star/table/XTableChart.idl>
41 module com { module sun { module star { module table {
45 /** represents a chart based on data in a table or spreadsheet.
48 but the object in the table that contains this chart document.<p/>
56 interface com::sun::star::table::XTableChart;
H A DTableRow.idl28 #include <com/sun/star/table/XCellRange.idl>
37 module com { module sun { module star { module table {
42 specific row in a table or spreadsheet.
50 @see com::sun::star::table::CellRange
52 interface com::sun::star::table::XCellRange;
/trunk/main/offapi/com/sun/star/util/
H A DXSortable.idl50 <li>com::sun::star::table::TableSortDescriptor</li>
57 <li>com::sun::star::table::TableSortDescriptor2</li>
77 @see com::sun::star::table::TableSortDescriptor
80 @see com::sun::star::table::TableSortDescriptor2
95 @see com::sun::star::table::TableSortDescriptor
98 @see com::sun::star::table::TableSortDescriptor2
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx852 table::CellRangeAddress aCellAddress; in GetEndAddress()
1195 table::CellAddress aCellAddress; in WriteRowContent()
2924 case table::CellContentType_EMPTY : in WriteCell()
2929 case table::CellContentType_VALUE : in WriteCell()
2940 case table::CellContentType_TEXT : in WriteCell()
2950 case table::CellContentType_FORMULA : in WriteCell()
3620 case table::CellContentType_EMPTY : in IsCellEqual()
3625 case table::CellContentType_VALUE : in IsCellEqual()
3643 case table::CellContentType_TEXT : in IsCellEqual()
3659 case table::CellContentType_FORMULA : in IsCellEqual()
[all …]
/trunk/main/svx/source/table/
H A Dtablecolumn.hxx36 namespace sdr { namespace table { namespace
42 typedef ::cppu::ImplInheritanceHelper2< ::comphelper::FastPropertySet, ::com::sun::star::table::XCe…
58 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCell > SAL_CALL getCellByPosit…
59 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange > SAL_CALL getCellRa…
60 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange > SAL_CALL getCellRa…
H A Dtablerow.hxx36 namespace sdr { namespace table { namespace
42 typedef ::cppu::ImplInheritanceHelper2< ::comphelper::FastPropertySet, ::com::sun::star::table::XCe…
61 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCell > SAL_CALL getCellByPosit…
62 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange > SAL_CALL getCellRa…
63 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange > SAL_CALL getCellRa…
H A Dviewcontactoftableobj.cxx500 …void impGetLine(SvxBorderLine& aLine, const sdr::table::TableLayouter& rLayouter, sal_Int32 nX, sa… in impGetLine()
546 const sdr::table::SdrTableObj& rTableObj = GetTableObj(); in createViewIndependentPrimitive2DSequence()
547 const uno::Reference< com::sun::star::table::XTable > xTable = rTableObj.getTable(); in createViewIndependentPrimitive2DSequence()
559 const sdr::table::TableLayouter& rTableLayouter = rTableObj.getTableLayouter(); in createViewIndependentPrimitive2DSequence()
561 sdr::table::CellPos aCellPos; in createViewIndependentPrimitive2DSequence()
562 sdr::table::CellRef xCurrentCell; in createViewIndependentPrimitive2DSequence()
588 …xCurrentCell.set(dynamic_cast< sdr::table::Cell* >(xTable->getCellByPosition(aCellPos.mnCol, aCell… in createViewIndependentPrimitive2DSequence()
722 ViewContactOfTableObj::ViewContactOfTableObj(::sdr::table::SdrTableObj& rTableObj) in ViewContactOfTableObj()
/trunk/main/offapi/com/sun/star/sheet/
H A DXDataPilotTable.idl32 #include <com/sun/star/table/CellRangeAddress.idl>
41 /** provides methods to control a data pilot table which has already
51 pilot table.
53 com::sun::star::table::CellRangeAddress getOutputRange();
57 /** recreates the data pilot table with current data from the source
H A DXLabelRange.idl32 #include <com/sun/star/table/CellRangeAddress.idl>
54 com::sun::star::table::CellRangeAddress getLabelArea();
61 [in] com::sun::star::table::CellRangeAddress aLabelArea );
67 com::sun::star::table::CellRangeAddress getDataArea();
74 [in] com::sun::star::table::CellRangeAddress aDataArea );
H A DXSheetPastable.idl32 #include <com/sun/star/table/CellAddress.idl>
36 #include <com/sun/star/table/CellRangeAddress.idl>
64 void paste( [in] com::sun::star::table::CellAddress aDestination );
71 void pasteFormat( [in] com::sun::star::table::CellAddress aDestination,
81 void pasteCellRange( [in] com::sun::star::table::CellRangeAddress aDestination,
/trunk/main/dbaccess/source/ui/misc/
H A DWizardPages.src317 Text [ en-US ] = "Source table: \n" ;
324 Text [ en-US ] = "Destination table: \n" ;
474 Text [ en-US ] = "A~s table view" ;
519 Text [ en-US ] = "Copy table" ;
524 Text [ en-US ] = "Copy table" ;
529 Text [ en-US ] = "This table name is not valid in the current database." ;
533 …n-US ] = "Choose the option 'Append data' on the first page to append data to an existing table." ;
538 Text [ en-US ] = "Please change the table name. It is too long." ;
/trunk/main/sw/source/ui/ribbar/
H A Dworkctrl.src220 Text [ en-US ] = "Wrong table formula" ;
262 Text [ en-US ] = "Next table" ;
334 Text [ en-US ] = "Previous table" ;
398 Text [ en-US ] = "Previous table formula" ;
402 Text [ en-US ] = "Next table formula" ;
406 Text [ en-US ] = "Previous faulty table formula" ;
410 Text [ en-US ] = "Next faulty table formula" ;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScChartObj.java43 import com.sun.star.table.CellRangeAddress;
44 import com.sun.star.table.XCell;
45 import com.sun.star.table.XCellRange;
46 import com.sun.star.table.XTableChart;
47 import com.sun.star.table.XTableCharts;
48 import com.sun.star.table.XTableChartsSupplier;
/trunk/main/odk/examples/java/Spreadsheet/
H A DChartTypeChange.java47 import com.sun.star.table.XTableChart;
48 import com.sun.star.table.XTableCharts;
49 import com.sun.star.table.XCell;
50 import com.sun.star.table.XCellRange;
51 import com.sun.star.table.XTableChartsSupplier;
52 import com.sun.star.table.CellRangeAddress;
/trunk/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx104 …return impl_callResultSetMethodWithStrings( "getColumnPrivileges", mID, catalog, schema, table, &c… in getColumnPrivileges()
247 return impl_callResultSetMethodWithStrings( "getVersionColumns", mID, catalog, schema, table ); in getVersionColumns()
326 return impl_callResultSetMethodWithStrings( "getExportedKeys", mID, catalog, schema, table ); in getExportedKeys()
333 return impl_callResultSetMethodWithStrings( "getImportedKeys", mID, catalog, schema, table ); in getImportedKeys()
340 return impl_callResultSetMethodWithStrings( "getPrimaryKeys", mID, catalog, schema, table ); in getPrimaryKeys()
344 const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, in getIndexInfo()
363 args[2].l = convertwchar_tToJavaString(t.pEnv,table); in getIndexInfo()
373 if(table.getLength()) in getIndexInfo()
385 … const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, sal_Int32 scope, in getBestRowIdentifier()
404 args[2].l = convertwchar_tToJavaString(t.pEnv,table); in getBestRowIdentifier()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Daddruno.cxx113 … {MAP_CHAR_LEN(SC_UNONAME_ADDRESS), 0, &getCppuType((table::CellRangeAddress*)0), 0, 0 }, in getPropertySetInfo()
127 {MAP_CHAR_LEN(SC_UNONAME_ADDRESS), 0, &getCppuType((table::CellAddress*)0), 0, 0 }, in getPropertySetInfo()
154 table::CellRangeAddress aRangeAddress; in setPropertyValue()
163 table::CellAddress aCellAddress; in setPropertyValue()
241 table::CellRangeAddress aRangeAddress; in getPropertyValue()
247 table::CellAddress aCellAddress; in getPropertyValue()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOIndex.java52 private OTable table; field in OIndex
56 … isPrimaryKeyIndex, boolean isClustered, List<String> columnNames, OTable table) throws ElementExi… in OIndex() argument
62 this.table = table; in OIndex()
138 return table; in getTable()
H A DOKey.java49 protected OTable table; field in OKey
63 …int updateRule, int deleteRule, List<String> columnNames, OTable table) throws ElementExistExcepti… in OKey() argument
69 this.table = table; in OKey()
130 return table; in getTable()
/trunk/main/odk/docs/cpp/ref/
H A Dcpp.css87 #adc-cppref table { empty-cells:show; }
92 #adc-cppref .title-table td,
96 #adc-cppref .flag-table td { border: .1pt solid #cccccc; }
98 #adc-cppref .table-in-method td,
99 #adc-cppref .table-in-data td,
102 #adc-cppref .expl-table td,
103 #adc-cppref .param-table td { border: none; }
/trunk/main/sc/inc/
H A Drangeutl.hxx178 ::com::sun::star::table::CellAddress& rAddress,
186 ::com::sun::star::table::CellRangeAddress& rRange,
194 ::com::sun::star::uno::Sequence< ::com::sun::star::table::CellRangeAddress >& rRangeSeq,
238 const ::com::sun::star::table::CellAddress& rAddress,
246 const ::com::sun::star::table::CellRangeAddress& rRange,
254 … const ::com::sun::star::uno::Sequence< ::com::sun::star::table::CellRangeAddress >& rRangeSeq,
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sch/
H A DChXDiagram.java46 import com.sun.star.table.CellRangeAddress;
47 import com.sun.star.table.XCell;
48 import com.sun.star.table.XCellRange;
49 import com.sun.star.table.XTableChart;
50 import com.sun.star.table.XTableCharts;
51 import com.sun.star.table.XTableChartsSupplier;
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DImageElementLayoutController.java163 final Section table = (Section) tableController.getNode(); in createContext() local
165 …final Section columns = (Section) table.findFirstChild(OfficeNamespaces.TABLE_NS, OfficeToken.TABL… in createContext()
177 final int rowPos = findNodeInSection(table, tableRow, null); in createContext()
184 addRowStyles(context, table, rowPos, rowSpan); in createContext()
295 …void addRowStyles(final ImageElementContext context, final Section table, final int rowPos, final … in addRowStyles() argument
297 final Node[] rows = table.getNodeArray(); in addRowStyles()

Completed in 130 milliseconds

12345678910>>...55