Home
last modified time | relevance | path

Searched refs:table (Results 151 – 175 of 1370) sorted by relevance

12345678910>>...55

/trunk/main/setup_native/scripts/
H A Dadmin.pl692 my %table = ();
714 my %table = ();
732 $table{$dir} = \%helphash;
736 return \%table;
747 my %table = ();
758 $table{$component} = $dir;
762 return \%table;
773 my %table = ();
795 $table{$file} = \%helphash;
803 return (\%table, \%fileorder, $maxsequence);
/trunk/main/svtools/
H A DLibrary_svt.mk239 svtools/source/table/defaultinputhandler \
240 svtools/source/table/gridtablerenderer \
241 svtools/source/table/tablecontrol \
242 svtools/source/table/tablecontrol_impl \
243 svtools/source/table/tabledatawindow \
244 svtools/source/table/mousefunction \
245 svtools/source/table/cellvalueconversion \
246 svtools/source/table/tablegeometry \
/trunk/main/offapi/com/sun/star/sheet/
H A DSheetSortDescriptor.idl27 #include <com/sun/star/table/TableSortDescriptor.idl>
31 #include <com/sun/star/table/CellAddress.idl>
42 <p>This service extends the <type scope="com::sun::star::table">TableSortDescriptor</type>
49 /** provides common table sorting properties.
51 service com::sun::star::table::TableSortDescriptor;
89 [property] com::sun::star::table::CellAddress OutputPosition;
H A DXPrintAreas.idl32 #include <com/sun/star/table/CellRangeAddress.idl>
49 sequence< com::sun::star::table::CellRangeAddress > getPrintAreas();
62 void setPrintAreas( [in] sequence< com::sun::star::table::CellRangeAddress > aPrintAreas );
92 com::sun::star::table::CellRangeAddress getTitleColumns();
107 void setTitleColumns( [in] com::sun::star::table::CellRangeAddress aTitleColumns );
137 com::sun::star::table::CellRangeAddress getTitleRows();
152 void setTitleRows( [in] com::sun::star::table::CellRangeAddress aTitleRows );
H A DSheetSortDescriptor2.idl27 #include <com/sun/star/table/TableSortDescriptor2.idl>
31 #include <com/sun/star/table/CellAddress.idl>
42 <p>This service extends the <type scope="com::sun::star::table">TableSortDescriptor2</type>
58 service com::sun::star::table::TableSortDescriptor2;
96 [property] com::sun::star::table::CellAddress OutputPosition;
101 <member scope="com::sun::star::table">TableSortDescriptor::Orientation</member>) is a header which
H A DXMultipleOperation.idl32 #include <com/sun/star/table/CellRangeAddress.idl>
40 #include <com/sun/star/table/CellAddress.idl>
56 /** creates a table of formulas (a "Multiple Operations Table").
86 [in] com::sun::star::table::CellRangeAddress aFormulaRange,
88 [in] com::sun::star::table::CellAddress aColumnCell,
89 [in] com::sun::star::table::CellAddress aRowCell );
H A DXSheetAuditing.idl32 #include <com/sun/star/table/CellAddress.idl>
56 boolean hideDependents( [in] com::sun::star::table::CellAddress aPosition );
68 boolean hidePrecedents( [in] com::sun::star::table::CellAddress aPosition );
80 boolean showDependents( [in] com::sun::star::table::CellAddress aPosition );
92 boolean showPrecedents( [in] com::sun::star::table::CellAddress aPosition );
99 boolean showErrors( [in] com::sun::star::table::CellAddress aPosition );
H A DXConsolidationDescriptor.idl36 #include <com/sun/star/table/CellRangeAddress.idl>
40 #include <com/sun/star/table/CellAddress.idl>
73 sequence< com::sun::star::table::CellRangeAddress > getSources();
80 [in] sequence< com::sun::star::table::CellRangeAddress > aSources );
87 com::sun::star::table::CellAddress getStartOutputPosition();
95 [in] com::sun::star::table::CellAddress aStartOutputPosition );
H A DAccessibleSpreadsheetPageView.idl73 <li><type scope="::com::sun::star::table">AccessibleTableView</type>:
78 every table fragment that is contained in the document body
79 and is at least partially visible. A table fragment is the
80 part of a table that is displayed on a certain page.</li>
89 whether they are bound to a table or a cell.</li>
103 <li>The logical order of paragraph and table fragments is never
105 <li>Headers appear immediately before the first table fragment
107 <li>Footers appear immediately after the last table fragment.</li>
/trunk/main/offapi/com/sun/star/table/
H A DXTableChart.idl32 #include <com/sun/star/table/CellRangeAddress.idl>
37 module com { module sun { module star { module table {
41 /** provides access to the settings of a chart object in a table or
44 @see com::sun::star::table::TableChart
80 sequence<com::sun::star::table::CellRangeAddress> getRanges();
87 [in] sequence<com::sun::star::table::CellRangeAddress> aRanges );
/trunk/main/offapi/com/sun/star/sdb/tools/
H A DXObjectNames.idl41 database application which deals with query and table names.
51 databases, query and table names share a common namespace, thus they must be
71 /** suggests a (unique) table or query name
79 another process or thread created a query or table with this name.</p>
83 you are actually creating the table respectively query.</p>
110 /** checks whether a given name is used as table respectively query name in the database.
129 <TRUE/> if and only if the given name is legitimate as table respectively query name
140 /** checks whether a given name is valid as table or query name
153 /** checks whether a given name is allowed for a to-be-created table or query in the
/trunk/main/offapi/com/sun/star/sdbc/
H A DIndexType.idl42 Indentifies table statistics that are returned in conjunction
43 with a table's index description.
57 Indicates that this table index is a clustered index.
71 Indicates that this table index is a hashed index.
85 Indicates that this table index is not a clustered
86 index, a hashed index, or table statistics;
/trunk/main/oox/inc/oox/xls/
H A Dformulabase.hxx269 typedef ::com::sun::star::beans::Pair< ::com::sun::star::table::CellAddress, sal_Bool > ApiSpecialT…
629 const ::com::sun::star::table::CellAddress& rRefPos );
654 const ::com::sun::star::table::CellAddress& rAddress,
674 const ::com::sun::star::table::CellRangeAddress& rRange,
709 const ::com::sun::star::table::CellAddress& rAddress ) const;
717 const ::com::sun::star::table::CellRangeAddress& rRange ) const;
777 ::com::sun::star::table::CellAddress& orAddress,
800 ::com::sun::star::table::CellRangeAddress& orRange,
/trunk/main/offapi/com/sun/star/text/
H A DAccessiblePageView.idl92 <li><type scope="::com::sun::star::table"
94 A child of this kind is returned for every table
96 A table fragment is the part of a table that is
137 <li>The logical order of paragraph and table fragments is
140 table fragment of the header's page.
142 table fragment of the footnote's page. The logical order
146 table fragment of this page if there are no footnotes.
149 footnote, paragraph or table fragment of the footer's
H A DXTextConvert.idl88 …aram TableRanges contains the TextRange interfaces of the paragraphs, cells and rows of the table.
89 <p>The innter sequence contains the start and end paragraphs of each table cell.
90 …he next sequence groups the cells to a row and the outer sequence groups the rows of the table.</p>
93 @param RowProperties contains the properties of each table row.
94 @param TableProperties contains the properties of the table.
95 @return the created table.
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleTableModelChangeType.idl33 /** Type of a change made to a table model.
37 type of change that has been made to a table model.</p>
42 changes to the table's geometry. One or more rows and/or columns have
45 change of the table's content.</p>
61 <p>The affected area of the table is stored in the fields of the
66 /** Some of the table data has changed.
/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier_default.cxx89 table = NULL; in IndexTable()
94 if (table) free(table); in ~IndexTable()
101 table = (sal_uInt8*) malloc((end-start+1)*sizeof(sal_uInt8)); in init()
106 table[i-start] = sal::static_int_cast<sal_uInt8>(j); in init()
111 table[i-start] = 0xFF; in init()
147 return tables[i].table[code-tables[i].start]; in getIndexWeight()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquery.src130 Text [ en-US ] = "Move table window" ;
144 Text [ en-US ] = "Resize table window" ;
162 Text [ en-US ] = "Invalid expression, table '$name$' does not exist.";
171 …e selected database type, however, can only process a maximum of #maxnum# table(s) per statement.";
198 Text [ en-US ] = "(no table)";
305 Text [ en-US ] = "This database does not support table views.";
310 Text [ en-US ] = "This database does not support altering of existing table views.";
386 Text [ en-US ] = "The table view";
/trunk/main/sd/source/ui/table/
H A Dtablefunction.cxx74 using namespace ::sdr::table;
169 …::sdr::table::SdrTableObj* pObj = new ::sdr::table::SdrTableObj( GetDoc(), aRect, nColumns, nRows … in FuTable()
270 ::sdr::table::SdrTableObj* pObj = new ::sdr::table::SdrTableObj( pModel, aRect, 1, 1 ); in CreateTableFromRTF()
277 sdr::table::SdrTableObj::ImportAsRTF( rStream, *pObj ); in CreateTableFromRTF()
/trunk/main/sccomp/source/solver/
H A Dsolver.hxx49 com::sun::star::table::CellAddress maObjective;
50 com::sun::star::uno::Sequence< com::sun::star::table::CellAddress > maVariables;
85 …virtual ::com::sun::star::table::CellAddress SAL_CALL getObjective() throw(::com::sun::star::uno::…
86 virtual void SAL_CALL setObjective( const ::com::sun::star::table::CellAddress& _objective )
88 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::table::CellAddress > SAL_CALL getVariab…
91 ::com::sun::star::table::CellAddress >& _variables )
/trunk/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.hxx41 com::sun::star::table::CellAddress aEndCell;
42 com::sun::star::table::CellAddress aStartCell;
62 const com::sun::star::table::CellAddress& rEndCell,
71 com::sun::star::table::CellAddress& rStartAddress,
72 com::sun::star::table::CellAddress& rEndAddress,
/trunk/main/sw/inc/
H A Dunotbl.hxx80 ::com::sun::star::table::XCell,
143 …virtual ::com::sun::star::table::CellContentType SAL_CALL getType( ) throw(::com::sun::star::uno:…
305 ::com::sun::star::table::XCellRange,
309 ::com::sun::star::table::XAutoFormattable,
346 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XTableRows > SAL_CALL getRows( …
347 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XTableColumns > SAL_CALL getCol…
348 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCell > SAL_CALL getCellByName(…
413 …::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange > GetRangeByName(SwFrmFmt*…
428 ::com::sun::star::table::XCellRange,
524 ::com::sun::star::table::XTableRows,
[all …]
/trunk/main/xmloff/inc/xmloff/table/
H A DXMLTableExport.hxx66 typedef ::std::map< const ::com::sun::star::uno::Reference< com::sun::star::table::XColumnRowRange …
75 …void collectTableAutoStyles(const com::sun::star::uno::Reference < com::sun::star::table::XColumnR…
78 …void exportTable(const com::sun::star::uno::Reference < com::sun::star::table::XColumnRowRange >& …
101 …SAL_DLLPRIVATE void ImpExportText( const com::sun::star::uno::Reference < com::sun::star::table::X…
103 …void ExportCell( const com::sun::star::uno::Reference < com::sun::star::table::XCell >& xCell, con…
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DNumber_Formats.java33 import com.sun.star.table.XCell;
100 com.sun.star.table.XCellRange xCellRange = in doFunction()
113 com.sun.star.table.XCell xCell = maSheet.getCellByPosition( 1, 2 ); in doFunction()
160 com.sun.star.table.XColumnRowRange xColRowRange = in doFunction()
161 (com.sun.star.table.XColumnRowRange) in doFunction()
162 UnoRuntime.queryInterface(com.sun.star.table.XColumnRowRange.class, in doFunction()
/trunk/main/wizards/source/formwizard/
H A Ddbwizres.src261 Text [ en-US ] = "Please select a table or query" ;
1491 Text [ en-US ] = "Create table" ;
1497 Text [ en-US ] = "Select fields for your table" ;
1512 Text [ en-US ] = "Create table" ;
1518table for your database. After selecting a table category and a sample table, choose the fields yo…
1627 Text [ en-US ] = "What do you want to name your table?" ;
1643 Text [ en-US ] = "Modify the table design" ;
1653 Text [ en-US ] = "C~reate a form based on this table" ;
1705 Text [ en-US ] = "Catalog of the table" ;
1710 Text [ en-US ] = "Schema of the table" ;
[all …]

Completed in 129 milliseconds

12345678910>>...55