Home
last modified time | relevance | path

Searched refs:table (Results 126 – 150 of 1370) sorted by relevance

12345678910>>...55

/trunk/main/svx/source/table/
H A Dcellrange.hxx34 namespace sdr { namespace table { namespace
40 class CellRange : public ::cppu::WeakAggImplHelper1< ::com::sun::star::table::XCellRange >, public …
51 virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XTable > getTable();
54 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCell > SAL_CALL getCellByPosit…
55 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange > SAL_CALL getCellRa…
56 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange > SAL_CALL getCellRa…
H A Dcellcursor.hxx34 namespace sdr { namespace table { namespace
42 …::ImplInheritanceHelper2< CellRange, ::com::sun::star::table::XCellCursor, ::com::sun::star::table
51 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCell > SAL_CALL getCellByPosit…
52 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange > SAL_CALL getCellRa…
53 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange > SAL_CALL getCellRa…
/trunk/main/offapi/com/sun/star/text/
H A DXTextTableCursor.idl37 /** The TextTableCursor provide methods to navigate throught the table structure, to merge and spli…
50 <p>The name is the cell name of the top left table cell of the range
51 contatenated by ':' with the table cell name of the bottom left table cell of the cell range.
52 If the range consists of one table cell only then the name of that table cell is returned.
127 /** moves the cursor to the top left cell of the table.
136 /** moves the cursor to the bottom right cell of the table.
H A DCell.idl32 #include <com/sun/star/table/CellProperties.idl>
36 #include <com/sun/star/table/XCell.idl>
49 /** represents a singe cell within a text table.
56 /** contains the properties of the text table cell.
61 /** contains properties from table cells.
94 service com::sun::star::table::CellProperties;
100 interface com::sun::star::table::XCell;
H A DAccessibleTextDocumentView.idl55 /** This interface gives access to any text, table, graphic, embedded
89 <li><type scope="::com::sun::star::table"
91 A child of this kind is returned for every table
93 and is at least partially visible. A table fragment is
94 the part of a table that is displayed on a certain page.
134 <li>The logical order of paragraph and table fragments is
137 table fragment of the header's page.
139 table fragment of the footnote's page. The logical order
143 table fragment of this page if there are no footnotes.
146 footnote, paragraph or table fragment of the footer's
H A DTextSortDescriptor2.idl27 #include <com/sun/star/table/TableSortDescriptor2.idl>
30 #include <com/sun/star/table/TableSortField.idl>
33 #include <com/sun/star/table/TableSortFieldType.idl>
43 /** describes sort criteria for sorting paragraphs or table contents in
50 service com::sun::star::table::TableSortDescriptor2;
53 /** determines if the content of a table or a selection of
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx703 rVector.resize( sdr::table::style_count ); in FillCellInfoVector()
732 xCellInfo = rStyle[sdr::table::first_row_style]; in FillCellInfoMatrix()
736 xCellInfo = rStyle[sdr::table::last_row_style]; in FillCellInfoMatrix()
744 xCellInfo = rStyle[sdr::table::first_column_style]; in FillCellInfoMatrix()
748 xCellInfo = rStyle[sdr::table::last_column_style]; in FillCellInfoMatrix()
758 xCellInfo = rStyle[sdr::table::even_rows_style]; in FillCellInfoMatrix()
762 xCellInfo = rStyle[sdr::table::odd_rows_style]; in FillCellInfoMatrix()
773 xCellInfo = rStyle[sdr::table::even_columns_style]; in FillCellInfoMatrix()
777 xCellInfo = rStyle[sdr::table::odd_columns_style]; in FillCellInfoMatrix()
785 xCellInfo = rStyle[sdr::table::body_style]; in FillCellInfoMatrix()
[all …]
/trunk/main/offapi/com/sun/star/sdb/tools/
H A DXIndexAlteration.idl43 /** allows to alter the indexes of a table.
56 @param table
57 the table to be altered
63 void dropIndex([in] com::sun::star::beans::XPropertySet table,[in] string index)
72 @param table
73 the table to be altered
79 …void addIndex([in] com::sun::star::beans::XPropertySet table,[in]com::sun::star::beans::XPropertyS…
H A DXKeyAlteration.idl43 /** allows to alter the keys of a table.
56 @param table
57 the table to be altered
63 …void dropKey([in] com::sun::star::beans::XPropertySet table,[in] com::sun::star::beans::XPropertyS…
72 @param table
73 the table to be altered
79 …void addKey([in] com::sun::star::beans::XPropertySet table,[in]com::sun::star::beans::XPropertySet…
H A DXTableRename.idl43 /** allows to rename table.
53 /** rename the given table to the new name
55 @param table
56 the table to be renamed
58 the new name of the table
61 void rename( [in] com::sun::star::beans::XPropertySet table, [in] string newName)
/trunk/main/sw/source/core/undo/
H A Dundo.src86 Text [ en-US ] = "Sort table" ;
94 Text [ en-US ] = "Insert table: $1$2$3" ;
98 Text [ en-US ] = "Convert text -> table" ;
102 Text [ en-US ] = "Convert table -> text" ;
266 Text [ en-US ] = "Merge table" ;
308 Text [ en-US ] = "Apply table attributes" ;
348 Text [ en-US ] = "Insert index/table" ;
352 Text [ en-US ] = "Remove index/table" ;
355 Text [ en-US ] = "Copy table" ;
359 Text [ en-US ] = "Copy table" ;
[all …]
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx984 *pPKN = (aPKN = ::rtl::OUStringToOString(table,m_nTextEncoding)).getStr(), in openColumnPrivileges()
1130 const ::rtl::OUString& table,sal_Int32 scope, sal_Bool nullable ) in openSpecialColumns()
1148 *pPKN = (aPKN = ::rtl::OUStringToOString(table,m_nTextEncoding)).getStr(); in openSpecialColumns()
1162 const ::rtl::OUString& table) throw(SQLException, RuntimeException) in openVersionColumns()
1170 openSpecialColumns(sal_False,catalog,schema,table,scope,nullable); in openBestRowIdentifier()
1174 const ::rtl::OUString* table, in openForeignKeys()
1188 *pPKN = table ? (aPKN = ::rtl::OUStringToOString(*table,m_nTextEncoding)).getStr(): NULL, in openForeignKeys()
1207 const ::rtl::OUString& table) throw(SQLException, RuntimeException) in openImportedKeys()
1214 const ::rtl::OUString& table) throw(SQLException, RuntimeException) in openExportedKeys()
1220 const ::rtl::OUString& table) throw(SQLException, RuntimeException) in openPrimaryKeys()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dafmtuno.cxx137 …{MAP_CHAR_LEN(SC_UNONAME_CELLHJUS), ATTR_HOR_JUSTIFY, &::getCppuType((const table::CellHoriJ… in lcl_GetAutoFieldMap()
140 …{MAP_CHAR_LEN(SC_UNONAME_CELLORI), ATTR_STACKED, &::getCppuType((const table::CellOrien… in lcl_GetAutoFieldMap()
146 …{MAP_CHAR_LEN(SC_UNONAME_ROTREF), ATTR_ROTATE_MODE, &::getCppuType((const table::CellVertJ… in lcl_GetAutoFieldMap()
147 …{MAP_CHAR_LEN(SC_UNONAME_CELLVJUS), ATTR_VER_JUSTIFY, &::getCppuType((const table::CellVertJ… in lcl_GetAutoFieldMap()
749 table::CellOrientation eOrient; in setPropertyValue()
754 case table::CellOrientation_STANDARD: in setPropertyValue()
757 case table::CellOrientation_TOPBOTTOM: in setPropertyValue()
761 case table::CellOrientation_BOTTOMTOP: in setPropertyValue()
765 case table::CellOrientation_STACKED: in setPropertyValue()
796 table::TableBorder aBorder; in setPropertyValue()
[all …]
/trunk/main/offapi/com/sun/star/chart/
H A DStockDiagram.idl65 <table border>
68 </table></p>
74 <table border>
77 </table></p>
83 <table border>
86 </table></p>
92 <table border>
95 </table></p>
/trunk/main/accessibility/inc/accessibility/extended/
H A DAccessibleGridControlBase.hxx95 ::svt::table::IAccessibleTable& rTable,
96 ::svt::table::AccessibleTableControlObjType eObjType );
259 inline ::svt::table::AccessibleTableControlObjType getType() const;
348 ::svt::table::IAccessibleTable& m_aTable;
350 ::svt::table::AccessibleTableControlObjType m_eObjType;
382 ::svt::table::IAccessibleTable& rTable,
383 ::svt::table::AccessibleTableControlObjType eObjType );
428 inline ::svt::table::AccessibleTableControlObjType AccessibleGridControlBase::getType() const in getType()
/trunk/main/offapi/com/sun/star/table/
H A DCellRange.idl28 #include <com/sun/star/table/CellProperties.idl>
32 #include <com/sun/star/table/XCellRange.idl>
37 module com { module sun { module star { module table {
41 /** represents a range of of cells within a table.
49 service com::sun::star::table::CellProperties;
55 interface com::sun::star::table::XCellRange;
H A DTableRows.idl28 #include <com/sun/star/table/XTableRows.idl>
37 module com { module sun { module star { module table {
41 /** represents a collection of all rows of a table or spreadsheet.
43 @see com::sun::star::table::TableRow
51 interface com::sun::star::table::XTableRows;
57 @see com::sun::star::table::TableRowsEnumeration
H A DTableCharts.idl28 #include <com/sun/star/table/XTableCharts.idl>
41 module com { module sun { module star { module table {
45 /** represents a collection of all charts based on data in a table.
47 @see com::sun::star::table::TableChart
55 interface com::sun::star::table::XTableCharts;
67 @see com::sun::star::table::TableChartsEnumeration
H A DTableColumns.idl28 #include <com/sun/star/table/XTableColumns.idl>
41 module com { module sun { module star { module table {
45 /** represents a collection of all columns of a table or spreadsheet.
47 @see com::sun::star::table::TableColumn
55 interface com::sun::star::table::XTableColumns;
61 @see com::sun::star::table::TableColumnsEnumeration
/trunk/main/offapi/com/sun/star/resource/
H A DXStringResourcePersistence.idl54 Stores all string table data respectively all data modified since
72 If the string table isn't modified (see <member>isModified</member>)
96 <TRUE/> if the string table has changed since the last call to
99 <FALSE/> if the table hasn't changed.
123 Stores all string table data to the provided storage.
132 table data to a storage. This method can throw all exceptions
136 all string table data will be stored to this storage.
160 Stores all string table data to the location specified by the
170 table data to a location.
173 the location the string table data should be stored to.
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.hxx70 com::sun::star::uno::Reference <com::sun::star::table::XCellRange> xCurrentTableCellRange;
93 com::sun::star::table::CellRangeAddress aRowHeaderRange;
142 …com::sun::star::table::CellRangeAddress GetEndAddress(const com::sun::star::uno::Reference<com::su…
153 …void ExportColumns(const sal_Int32 nTable, const com::sun::star::table::CellRangeAddress& aColumnH…
166 …void GetColumnRowHeader(sal_Bool& bHasColumnHeader, com::sun::star::table::CellRangeAddress& aColu…
167 sal_Bool& bHasRowHeader, com::sun::star::table::CellRangeAddress& aRowHeaderRange,
176 sal_Bool GetMerged (const com::sun::star::table::CellRangeAddress* pCellRange,
191 …sal_Bool IsEditCell(const com::sun::star::table::CellAddress& aAddress, ScMyCell* pMyCell = NULL) …
246 com::sun::star::table::CellRangeAddress& aCellAddress, sal_Bool& bIsFirst) const;
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DHelloTextTableShape.java45 import com.sun.star.table.XTableRows;
46 import com.sun.star.table.XCellRange;
47 import com.sun.star.table.XCell;
48 import com.sun.star.table.XCellCursor;
49 import com.sun.star.table.TableBorder;
50 import com.sun.star.table.BorderLine;
120 Object table = xWriterFactory.createInstance("com.sun.star.text.TextTable"); in useWriter() local
122 XTextContent.class, table); in useWriter()
127 XCellRange.class, table); in useWriter()
/trunk/main/oox/inc/oox/xls/
H A Dviewsettings.hxx41 ::com::sun::star::table::CellAddress maActiveCell; /// Position of active cell (cursor).
57 ::com::sun::star::table::CellAddress maFirstPos; /// First visible cell.
58 ::com::sun::star::table::CellAddress maSecondPos; /// First visible cell in additional panes.
197 const ::com::sun::star::table::CellRangeAddress& rUsedArea );
212 typedef ::std::map< sal_Int16, ::com::sun::star::table::CellRangeAddress > SheetUsedAreaMap;
218 ::com::sun::star::table::CellRangeAddress
/trunk/main/svtools/inc/svtools/table/
H A Dtabletypes.hxx30 namespace svt { namespace table namespace
52 #define COL_ROW_HEADERS ((::svt::table::ColPos)-1)
54 #define ROW_COL_HEADERS ((::svt::table::RowPos)-1)
57 #define COL_INVALID ((::svt::table::ColPos)-2)
59 #define ROW_INVALID ((::svt::table::RowPos)-2)
/trunk/main/connectivity/source/resource/
H A Dconn_shared_res.src111 Text [ en-US ] = "The query can not be executed. It needs at least one table." ;
228 Text [ en-US ] = "Privilege not granted: Only table privileges can be granted." ;
232 Text [ en-US ] = "Privilege not revoked: Only table privileges can be revoked." ;
352 Text [ en-US ] = "Could not create table: invalid object descriptor." ;
462 Text [ en-US ] = "The table could not be altered." ;
479 Text [ en-US ] = "Can only sort by table columns." ;
497 Text [ en-US ] = "The table can not be changed. It is read only." ;
513 Text [ en-US ] = "The query can not be executed. It contains no valid table." ;
586 Text [ en-US ] = "No such table!" ;
627 Text [ en-US ] = "An error occurred while creating the table editor dialog." ;
[all …]

Completed in 92 milliseconds

12345678910>>...55