Home
last modified time | relevance | path

Searched refs:table (Results 101 – 125 of 1370) sorted by relevance

12345678910>>...55

/trunk/main/odk/docs/common/ref/
H A Didl.css43 #adc-idlref table.subtitle { margin-top:6pt; margin-bottom:6pt; }
68 #adc-idlref table.navimain { background-image:url(../../images/bg_table2.png); }
110 #adc-idlref table { empty-cells:show; }
118 #adc-idlref .flag-table td { border: .1pt solid #cccccc; }
120 #adc-idlref .title-table td,
121 #adc-idlref .table-in-method td,
122 #adc-idlref .table-in-data td,
125 #adc-idlref .expl-table td,
126 #adc-idlref .param-table td { border: none; }
144 table.lightbg Background of navigation bar.
[all …]
/trunk/main/offapi/com/sun/star/sdb/application/
H A DCopyTableOperation.idl40 /** specifies that the wizard should copy the source table to the target database,
41 by creating a new table and copying all data.
45 /** specifies that the wizard should copy the source table to the target database,
46 by only creating a new table with the same structure as the source table.
50 /** specifies the wizard should create the source table as view
56 /** specifies the wizard should append the source table's data to an existing
57 table in the target database.
H A DXCopyTableWizard.idl45 /** describes a wizard which can be used to copy table like data from one
48 <p>Copying table data between databases can be a complex task. Especially when
53 <p>The <code>copy table wizard</code> described by this interfaces cares for those,
84 /** specfies the name of the table in the destination database.
87 initial table name as suggested to the user.</p>
90 what table was actually created resp. to which existing table the source
91 table's data was appended.</p>
128 …e source defines the column names which isn't the case when only a part of a table should be copied
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScTableRowObj.csv1 "ScTableRowObj";"com::sun::star::table::TableRow";"Height"
2 "ScTableRowObj";"com::sun::star::table::TableRow";"OptimalHeight"
3 "ScTableRowObj";"com::sun::star::table::TableRow";"IsVisible"
4 "ScTableRowObj";"com::sun::star::table::TableRow";"IsStartOfNewPage"
5 "ScTableRowObj";"com::sun::star::table::XCellRange";"getCellByPosition()"
6 "ScTableRowObj";"com::sun::star::table::XCellRange";"getCellRangeByPosition()"
7 "ScTableRowObj";"com::sun::star::table::XCellRange";"getCellRangeByName()"
H A Dcom.sun.star.comp.office.ScTableColumnObj.csv1 "ScTableColumnObj";"com::sun::star::table::XCellRange";"getCellByPosition()"
2 "ScTableColumnObj";"com::sun::star::table::XCellRange";"getCellRangeByPosition()"
3 "ScTableColumnObj";"com::sun::star::table::XCellRange";"getCellRangeByName()"
13 "ScTableColumnObj";"com::sun::star::table::TableColumn";"Width"
14 "ScTableColumnObj";"com::sun::star::table::TableColumn";"OptimalWidth"
15 "ScTableColumnObj";"com::sun::star::table::TableColumn";"IsVisible"
16 "ScTableColumnObj";"com::sun::star::table::TableColumn";"IsStartOfNewPage"
H A Dcom.sun.star.comp.office.ScChartObj.csv1 "ScChartObj";"com::sun::star::table::XTableChart";"getHasColumnHeaders()"
2 "ScChartObj";"com::sun::star::table::XTableChart";"setHasColumnHeaders()"
3 "ScChartObj";"com::sun::star::table::XTableChart";"getHasRowHeaders()"
4 "ScChartObj";"com::sun::star::table::XTableChart";"setHasRowHeaders()"
5 "ScChartObj";"com::sun::star::table::XTableChart";"getRanges()"
6 "ScChartObj";"com::sun::star::table::XTableChart";"setRanges()"
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetDocHelper.java188 … com.sun.star.table.XCell xCell = xSheet.getCellRangeByName( aCellName ).getCellByPosition( 0, 0 ); in setDate()
217 com.sun.star.table.XCellRange xCellRange = null; in prepareRange()
223 com.sun.star.table.BorderLine aLine = new com.sun.star.table.BorderLine(); in prepareRange()
227 com.sun.star.table.TableBorder aBorder = new com.sun.star.table.TableBorder(); in prepareRange()
236 com.sun.star.table.CellRangeAddress aAddr = xAddr.getRangeAddress(); in prepareRange()
244 com.sun.star.table.XCell xCell = xCellRange.getCellByPosition( 0, 0 ); in prepareRange()
259 public com.sun.star.table.CellAddress createCellAddress( in createCellAddress()
273 public com.sun.star.table.CellRangeAddress createCellRangeAddress( in createCellRangeAddress()
303 com.sun.star.table.CellRangeAddress aCellRange ) in getCellRangeAddressString()
/trunk/main/l10ntools/java/receditor/java/transex3/view/
H A DEditor.java30 JTable table = null; field in Editor
41 table = new JTable( tabledata , columnnames ); in Editor()
59 aPanel.add( new JScrollPane( table ) ); in Editor()
80 return table; in getTable()
83 public void setTable(JTable table) { in setTable() argument
84 this.table = table; in setTable()
/trunk/main/offapi/com/sun/star/sheet/
H A DTableAutoFormatField.idl44 #include <com/sun/star/table/ShadowFormat.idl>
48 #include <com/sun/star/table/CellHoriJustify.idl>
52 #include <com/sun/star/table/CellVertJustify.idl>
56 #include <com/sun/star/table/CellOrientation.idl>
60 #include <com/sun/star/table/TableBorder.idl>
242 [optional, property] com::sun::star::table::ShadowFormat ShadowFormat;
248 [optional, property] com::sun::star::table::CellHoriJustify HoriJustify;
254 [optional, property] com::sun::star::table::CellVertJustify VertJustify;
267 [optional, property] com::sun::star::table::CellOrientation Orientation;
279 [optional, property] com::sun::star::table::CellVertJustify RotateReference;
[all …]
H A DXCellRangesAccess.idl40 #include <com/sun/star/table/XCell.idl>
44 #include <com/sun/star/table/XCellRange.idl>
78 @see com::sun::star::table::Cell
80 com::sun::star::table::XCell getCellByPosition(
111 @see com::sun::star::table::CellRange
113 com::sun::star::table::XCellRange getCellRangeByPosition(
126 name is dependent of the context of the table. In spreadsheets valid
136 @see com::sun::star::table::CellRange
138 sequence <com::sun::star::table::XCellRange> getCellRangesByName( [in] string aRange )
H A DXCellRangeMovement.idl32 #include <com/sun/star/table/CellRangeAddress.idl>
44 #include <com/sun/star/table/CellAddress.idl>
70 [in] com::sun::star::table::CellRangeAddress aRange,
84 [in] com::sun::star::table::CellRangeAddress aRange,
101 [in] com::sun::star::table::CellAddress aDestination,
102 [in] com::sun::star::table::CellRangeAddress aSource );
117 [in] com::sun::star::table::CellAddress aDestination,
118 [in] com::sun::star::table::CellRangeAddress aSource );
H A DXDataPilotTables.idl36 #include <com/sun/star/table/CellAddress.idl>
70 /** creates a new data pilot table and adds it to the collection.
73 the name of the data pilot table used in the collection.
76 the top left cell of the location of the data pilot table in
80 the descriptor containing the settings of the data pilot table.
86 [in] com::sun::star::table::CellAddress aOutputAddress,
91 /** deletes a data pilot table from the collection.
/trunk/main/solenv/bin/modules/installer/windows/
H A Dadmin.pm223 my %table = ();
241 $table{$dir} = \%helphash;
245 return \%table;
256 my %table = ();
267 $table{$component} = $dir;
271 return \%table;
309 my %table = ();
332 $table{$registry} = \%helphash;
336 return \%table;
347 my %table = ();
[all …]
/trunk/main/offapi/com/sun/star/table/
H A DTableSortField.idl30 #include <com/sun/star/table/TableSortFieldType.idl>
36 module com { module sun { module star { module table {
42 @see com::sun::star::table::TableSortDescriptor2
49 /** index of the row or column in the table to be sorted; 0-based.
68 <member scope="com::sun::star::table::TableSortFieldType">AUTOMATIC</member>
73 com::sun::star::table::TableSortFieldType FieldType;
79 <member scope="com::sun::star::table::TableSortFieldType">NUMERIC</member>
90 <member scope="com::sun::star::table::TableSortFieldType">NUMERIC</member>
H A DCell.idl28 #include <com/sun/star/table/CellProperties.idl>
32 #include <com/sun/star/table/XCell.idl>
41 module com { module sun { module star { module table {
45 /** represents a singe cell within a table.
51 /** contains the properties of the table cell.
53 service com::sun::star::table::CellProperties;
59 interface com::sun::star::table::XCell;
H A DTableBorder.idl28 #include <com/sun/star/table/BorderLine.idl>
33 module com { module sun { module star { module table {
54 com::sun::star::table::BorderLine TopLine;
67 com::sun::star::table::BorderLine BottomLine;
80 com::sun::star::table::BorderLine LeftLine;
93 com::sun::star::table::BorderLine RightLine;
107 com::sun::star::table::BorderLine HorizontalLine;
121 com::sun::star::table::BorderLine VerticalLine;
/trunk/main/javaunohelper/test/com/sun/star/comp/helper/
H A DComponentContext_Test.java39 Hashtable table = new Hashtable(); in main() local
40 table.put( "bla1", new ComponentContextEntry( null, new Integer( 1 ) ) ); in main()
41 XComponentContext xInitialContext = Bootstrap.createInitialComponentContext( table ); in main()
43 table = new Hashtable(); in main()
44 table.put( "bla2", new ComponentContextEntry( new Integer( 2 ) ) ); in main()
45 table.put( "bla3", new Integer( 3 ) ); in main()
46 XComponentContext xContext = new ComponentContext( table, xInitialContext ); in main()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx114 table::BorderLine aLine; in lcl_SvxLineToLine()
952 table::CellContentType nRes = table::CellContentType_EMPTY; in getType()
2147 uno::Reference< table::XTableRows > xRet; in getRows()
2179 uno::Reference< table::XCell > xRet; in getCellByName()
2375 uno::Reference< table::XCell > aRef; in getCellByPosition()
2395 uno::Reference< table::XCellRange > aRef; in GetRangeByName()
2432 uno::Reference< table::XCellRange > aRef; in getCellRangeByPosition()
2464 uno::Reference< table::XCellRange > aRef; in getCellRangeByName()
3021 const table::TableBorder* pBorder = in setPropertyValue()
3258 table::TableBorder aTableBorder; in getPropertyValue()
[all …]
/trunk/main/sw/
H A DLibrary_swui.mk153 sw/source/ui/table/colwd \
154 sw/source/ui/table/convert \
155 sw/source/ui/table/instable \
156 sw/source/ui/table/mergetbl \
157 sw/source/ui/table/rowht \
158 sw/source/ui/table/splittbl \
159 sw/source/ui/table/tabledlg \
160 sw/source/ui/table/tautofmt \
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx73 using namespace ::sdr::table;
76 using namespace ::com::sun::star::table;
82 namespace sdr { namespace table { namespace
292 …::sdr::table::SdrTableObj* pTableObj = dynamic_cast< ::sdr::table::SdrTableObj* >( mxTableObj.get(… in onMouseButtonDown()
492 …::sdr::table::SdrTableObj* pTableObj = dynamic_cast< ::sdr::table::SdrTableObj* >( mxTableObj.get(… in onInsert()
620 …::sdr::table::SdrTableObj* pTableObj = dynamic_cast< ::sdr::table::SdrTableObj* >( mxTableObj.get(… in onDelete()
713 …::sdr::table::SdrTableObj* pTableObj = dynamic_cast< ::sdr::table::SdrTableObj* >( mxTableObj.get(… in onFormatTable()
1234 …::sdr::table::SdrTableObj* pTableObj = dynamic_cast< ::sdr::table::SdrTableObj* >( mxTableObj.get(… in getKeyboardAction()
1414 …::sdr::table::SdrTableObj* pTableObj = dynamic_cast< ::sdr::table::SdrTableObj* >( mxTableObj.get(… in executeAction()
1669 …::sdr::table::SdrTableObj* pTableObj = dynamic_cast< ::sdr::table::SdrTableObj* >( mxTableObj.get(… in EditCell()
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DBaseFrameProperties.idl30 #include <com/sun/star/table/BorderLine.idl>
33 #include <com/sun/star/table/ShadowFormat.idl>
102 @see BaseFrame::com::sun::star::table::BorderLine
104 [property] com::sun::star::table::BorderLine LeftBorder;
109 @see BaseFrame::com::sun::star::table::BorderLine
111 [property] com::sun::star::table::BorderLine RightBorder;
116 @see BaseFrame::com::sun::star::table::BorderLine
118 [property] com::sun::star::table::BorderLine TopBorder;
123 @see BaseFrame::com::sun::star::table::BorderLine
125 [property] com::sun::star::table::BorderLine BottomBorder;
[all …]
H A DCellProperties.idl41 #include <com/sun/star/table/BorderLine.idl>
57 /** service that holds all cell properties of a text table cell in a text document.
114 [property] com::sun::star::table::BorderLine LeftBorder;
119 [property] com::sun::star::table::BorderLine RightBorder;
124 [property] com::sun::star::table::BorderLine TopBorder;
129 [property] com::sun::star::table::BorderLine BottomBorder;
152 /** contains the text section the text table is contained in if there is any.
162 /** the vertical orientation of the text inside of the table cells in
/trunk/main/accessibility/inc/accessibility/extended/
H A DAccessibleGridControl.hxx35 using namespace ::svt::table;
54 ::svt::table::IAccessibleTable& _rTable
135 getHeaderBar( ::svt::table::AccessibleTableControlObjType _eObjType ) in getHeaderBar()
172 implGetHeaderBar( ::svt::table::AccessibleTableControlObjType eObjType );
200 ,public ::svt::table::IAccessibleTableControl
206 ::svt::table::IAccessibleTable& m_rTable;
216 ::svt::table::IAccessibleTable& _rTable
245 getTableHeader( ::svt::table::AccessibleTableControlObjType _eObjType ) in getTableHeader()
/trunk/main/sc/source/filter/xml/
H A Dxmlsubti.cxx286 table::CellRangeAddress& aCellAddress) const in IsMerged()
316 table::CellRangeAddress aCellAddress; in UnMerge()
332 table::CellRangeAddress aCellAddress; in DoMerge()
343 uno::Reference <table::XCellRange> xMergeCellRange; in DoMerge()
365 table::CellRangeAddress aCellAddress; in InsertRow()
430 table::CellRangeAddress aCellAddress; in InsertColumn()
434 table::CellRangeAddress aTempCellAddress; in InsertColumn()
690 table::CellAddress ScMyTables::GetRealCellPos() in GetRealCellPos()
756 table::CellAddress& rStartAddress, table::CellAddress& rEndAddress, in AddShape()
768 table::CellRangeAddress aRange; in AddMatrixRange()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dnameuno.cxx295 table::CellAddress SAL_CALL ScNamedRangeObj::getReferencePosition() in getReferencePosition()
303 table::CellAddress aAddress; in getReferencePosition()
392 uno::Reference<table::XCellRange> SAL_CALL ScNamedRangeObj::getReferredCells() in getReferredCells()
662 const rtl::OUString& aContent, const table::CellAddress& aPosition, in addNewByName()
671 const rtl::OUString& aContent, const table::CellAddress& aPosition, in addNewByScopeName()
1107 table::CellRangeAddress SAL_CALL ScLabelRangeObj::getLabelArea() in getLabelArea()
1111 table::CellRangeAddress aRet; in getLabelArea()
1127 table::CellRangeAddress SAL_CALL ScLabelRangeObj::getDataArea() in getDataArea()
1131 table::CellRangeAddress aRet; in getDataArea()
1191 void SAL_CALL ScLabelRangesObj::addNew( const table::CellRangeAddress& aLabelArea, in addNew()
[all …]

Completed in 176 milliseconds

12345678910>>...55