/trunk/main/sc/inc/ |
H A D | cellsuno.hxx | 404 const ::com::sun::star::table::CellAddress& aCompare ) 408 const ::com::sun::star::table::CellAddress& aCompare ) 520 ::com::sun::star::table::CellRangeAddress >& rRanges, 524 ::com::sun::star::table::CellRangeAddress >& rRanges ) 600 public com::sun::star::table::XAutoFormattable, 607 public com::sun::star::table::XColumnRowRange 701 const ::com::sun::star::table::CellAddress& aRowCell ) 818 public com::sun::star::table::XCell, 837 com::sun::star::table::CellContentType GetResultType_Impl(); 993 public com::sun::star::table::XTableChartsSupplier, [all …]
|
/trunk/main/offapi/com/sun/star/sdbcx/ |
H A D | Table.idl | 40 /** used to specify a table in a database. A table is described by its 45 the retrieval of the table's data and keys, and to define semantic rules for the table. 51 All properties and columns of a table could by modified before 64 /** optional, could be used to copy an table. 69 /** access to the contained table columns. 74 /** optional, provides the access of the table indexes. 79 /** optional, provides the access to the table keys. 97 /** is the name of the table. 102 /** is the name of the table catalog. 107 /** is the name of the table schema. [all …]
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
H A D | OIndexContainer.java | 53 protected OTable table; field in OIndexContainer 55 …public OIndexContainer(Object lock, List<String> names, boolean isCaseSensitive, OTable table) thr… in OIndexContainer() argument 57 this.table = table; in OIndexContainer() 68 XConnection connection = table.getConnection(); in createObject() 84 Object catalog = table.getPropertyValue(PropertyIds.CATALOGNAME.name); in createObject() 85 … String schemaName = AnyConverter.toString(table.getPropertyValue(PropertyIds.SCHEMANAME.name)); in createObject() 86 String tableName = AnyConverter.toString(table.getPropertyValue(PropertyIds.NAME.name)); in createObject() 111 columnNames, table); in createObject() 126 results = metadata.getPrimaryKeys(catalog, schema, table); in isPrimaryKeyIndex() 142 XConnection connection = table.getConnection(); in appendObject() [all …]
|
H A D | OKeyContainer.java | 55 private OTable table; field in OKeyContainer 58 …public OKeyContainer(Object lock, boolean isCaseSensitive, Map<String,OKey> keys, OTable table) th… in OKeyContainer() argument 78 this.table = table; in OKeyContainer() 109 XConnection connection = table.getConnection(); in appendObject() 125 …String tableName = DbTools.composeTableName(connection.getMetaData(), table, ComposeRule.InTableDe… in appendObject() 173 … String schema = AnyConverter.toString(this.table.getPropertyValue(PropertyIds.SCHEMANAME.name)); in appendObject() 174 … String table = AnyConverter.toString(this.table.getPropertyValue(PropertyIds.TABLENAME.name)); in appendObject() local 179 …nection.getMetaData().getImportedKeys(this.table.getPropertyValue(PropertyIds.CATALOGNAME.name), s… in appendObject() 182 …nnection.getMetaData().getPrimaryKeys(this.table.getPropertyValue(PropertyIds.CATALOGNAME.name), s… in appendObject() 234 XConnection connection = table.getConnection(); in dropObject() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScCellRangesObj.csv | 1 "ScCellRangesObj";"com::sun::star::table::CellProperties";"CellStyle#optional" 2 "ScCellRangesObj";"com::sun::star::table::CellProperties";"CellBackColor" 4 "ScCellRangesObj";"com::sun::star::table::CellProperties";"HoriJustify" 5 "ScCellRangesObj";"com::sun::star::table::CellProperties";"VertJustify" 6 "ScCellRangesObj";"com::sun::star::table::CellProperties";"IsTextWrapped" 7 "ScCellRangesObj";"com::sun::star::table::CellProperties";"ParaIndent" 8 "ScCellRangesObj";"com::sun::star::table::CellProperties";"Orientation" 9 "ScCellRangesObj";"com::sun::star::table::CellProperties";"RotateAngle" 12 "ScCellRangesObj";"com::sun::star::table::CellProperties";"TableBorder" 13 "ScCellRangesObj";"com::sun::star::table::CellProperties";"TopBorder" [all …]
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 2046 table::TableBorder aBorder; in getPropertyDefault() 2290 table::TableBorder aBorder; in SetOnePropertyValue() 2464 table::TableBorder aBorder; in GetOnePropertyValue() 4798 SC_QUERYINTERFACE( table::XCellRange ) in queryInterface() 5036 table::CellRangeAddress aRet; in getRangeAddress() 6122 SC_QUERYINTERFACE( table::XCell ) in queryInterface() 6558 table::CellContentType eRet = table::CellContentType_EMPTY; in getType() 6596 return bValue ? table::CellContentType_VALUE : table::CellContentType_TEXT; in GetResultType_Impl() 6664 table::CellAddress aAdr; in getCellAddress() 7512 table::CellRangeAddress aRet; in getTitleColumns() [all …]
|
H A D | styleuno.cxx | 154 …{MAP_CHAR_LEN(SC_UNONAME_ROTREF), ATTR_ROTATE_MODE, &::getCppuType((const table::CellVertJustify*)… in lcl_GetCellStyleSet() 160 …{MAP_CHAR_LEN(SC_UNONAME_CELLVJUS), ATTR_VER_JUSTIFY, &::getCppuType((const table::CellVertJustify… in lcl_GetCellStyleSet() 213 …{MAP_CHAR_LEN(SC_UNO_PAGE_FTRTOPBOR), SC_WID_UNO_FOOTERSET,&::getCppuType((const table::BorderLine… in lcl_GetPageStyleSet() 1497 table::TableBorder aBorder; in getPropertyDefault() 1803 table::CellOrientation eOrient; in SetOnePropertyValueWithoutUpdate() 1808 case table::CellOrientation_STANDARD: in SetOnePropertyValueWithoutUpdate() 1811 case table::CellOrientation_TOPBOTTOM: in SetOnePropertyValueWithoutUpdate() 1815 case table::CellOrientation_BOTTOMTOP: in SetOnePropertyValueWithoutUpdate() 1819 case table::CellOrientation_STACKED: in SetOnePropertyValueWithoutUpdate() 1938 table::TableBorder aBorder; in SetOnePropertyValueWithoutUpdate() [all …]
|
H A D | chartuno.cxx | 178 const uno::Sequence<table::CellRangeAddress>& aRanges, in addNewByName() 208 const table::CellRangeAddress* pAry = aRanges.getConstArray(); in addNewByName() 382 return getCppuType((uno::Reference<table::XTableChart>*)0); in getElementType() 469 uno::Sequence< table::CellRangeAddress > aInitialPropValue; in ScChartObj() 581 uno::Sequence< table::CellRangeAddress > aCellRanges; in setFastPropertyValue_NoBroadcast() 637 table::CellRangeAddress aCellRange; in getFastPropertyValue() 731 table::CellRangeAddress aRangeAddress; in getRanges() 732 uno::Sequence<table::CellRangeAddress> aSeq(nCount); in getRanges() 733 table::CellRangeAddress* pAry = aSeq.getArray(); in getRanges() 750 return uno::Sequence<table::CellRangeAddress>(); in getRanges() [all …]
|
/trunk/main/scripting/java/org/openoffice/idesupport/ui/ |
H A D | ScriptPanel.java | 40 import javax.swing.table.TableCellEditor; 41 import javax.swing.table.TableColumn; 42 import javax.swing.table.AbstractTableModel; 48 private JTable table; field in ScriptPanel 79 int[] selections = table.getSelectedRows(); in removeSelectedRows() 95 table = new JTable(model); in initUI() 96 TableColumn column = table.getColumnModel().getColumn(1); in initUI() 99 table.addFocusListener(new FocusAdapter() { in initUI() 105 JScrollPane pane = new JScrollPane(table); in initUI() 117 TableCellEditor editor = table.getCellEditor(); in tableFocusLost() [all …]
|
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetSample.java | 196 com.sun.star.table.XCell xCell = null; in doCellSamples() 299 com.sun.star.table.XCellRange xCellRange = null; in doCellRangeSamples() 365 com.sun.star.table.XColumnRowRange xColRowRange = (com.sun.star.table.XColumnRowRange) in doCellRangeSamples() 591 com.sun.star.table.CellRangeAddress aAddress = new com.sun.star.table.CellRangeAddress(); in insertRange() 644 com.sun.star.table.XCellRange xCellRange; in doFormattingSamples() 773 com.sun.star.table.XAutoFormattable xAutoForm = (com.sun.star.table.XAutoFormattable) in doFormattingSamples() 939 … com.sun.star.table.CellRangeAddress[] aRangesSeq = new com.sun.star.table.CellRangeAddress[1]; in insertScenario() 995 com.sun.star.table.CellAddress aRefPos = new com.sun.star.table.CellAddress(); in doNamedRangesSamples() 1023 com.sun.star.table.CellRangeAddress aLabelArea = new com.sun.star.table.CellRangeAddress(); in doNamedRangesSamples() 1029 com.sun.star.table.CellRangeAddress aDataArea = new com.sun.star.table.CellRangeAddress(); in doNamedRangesSamples() [all …]
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlsubti.hxx | 52 com::sun::star::table::CellAddress aTableCellPos; 64 com::sun::star::table::CellAddress GetCellPos() const { return aTableCellPos; } in GetCellPos() 95 com::sun::star::table::CellRangeAddress aRange; 115 ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange > xCurrentCellRange; 122 com::sun::star::table::CellAddress aRealCellPos; 132 com::sun::star::table::CellRangeAddress& aCellAddress) const; 151 com::sun::star::table::CellAddress GetRealCellPos(); 160 ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange > 170 com::sun::star::table::CellAddress& rStartAddress, 171 com::sun::star::table::CellAddress& rEndAddress, [all …]
|
H A D | xmlcelli.hxx | 49 com::sun::star::uno::Reference<com::sun::star::table::XCell> xBaseCell; 81 …sal_Bool IsMerged (const com::sun::star::uno::Reference <com::sun::star::table::XCellRange>& xCell… 83 com::sun::star::table::CellRangeAddress& aCellAddress) const; 84 void DoMerge(const com::sun::star::table::CellAddress& aCellPos, 88 …void SetCellProperties(const com::sun::star::uno::Reference<com::sun::star::table::XCellRange>& xC… 89 const com::sun::star::table::CellAddress& aCellAddress); 90 void SetCellProperties(const com::sun::star::uno::Reference<com::sun::star::table::XCell>& xCell); 95 sal_Bool CellExists(const com::sun::star::table::CellAddress& aCellPos) const in CellExists() 118 void SetAnnotation(const ::com::sun::star::table::CellAddress& rPosition ); 119 void SetDetectiveObj( const ::com::sun::star::table::CellAddress& rPosition ); [all …]
|
/trunk/main/oox/ |
H A D | Library_oox.mk | 162 oox/source/drawingml/table/tablecell \ 163 oox/source/drawingml/table/tablecellcontext \ 164 oox/source/drawingml/table/tablecontext \ 165 oox/source/drawingml/table/tablepartstylecontext \ 166 oox/source/drawingml/table/tableproperties \ 167 oox/source/drawingml/table/tablerow \ 168 oox/source/drawingml/table/tablerowcontext \ 169 oox/source/drawingml/table/tablestyle \ 171 oox/source/drawingml/table/tablestylecontext \ 172 oox/source/drawingml/table/tablestylelist \ [all …]
|
/trunk/main/accessibility/source/extended/ |
H A D | AccessibleGridControlHeader.cxx | 47 using namespace ::svt::table; 59 ::svt::table::IAccessibleTable& rTable, in DBG_NAME() 60 ::svt::table::AccessibleTableControlObjType eObjType): in DBG_NAME() 84 if(m_eObjType == svt::table::TCTYPE_COLUMNHEADERBAR) in getAccessibleChild() 86 …l = new AccessibleGridControlHeaderCell(nChildIndex, this, m_aTable, svt::table::TCTYPE_COLUMNHEAD… in getAccessibleChild() 89 else if(m_eObjType == svt::table::TCTYPE_ROWHEADERBAR) in getAccessibleChild() 91 …l = new AccessibleGridControlHeaderCell(nChildIndex, this, m_aTable, svt::table::TCTYPE_ROWHEADERC… in getAccessibleChild() 101 if(m_eObjType == svt::table::TCTYPE_ROWHEADERBAR && m_aTable.HasColHeader()) in getAccessibleIndexInParent() 274 if(m_eObjType == svt::table::TCTYPE_COLUMNHEADERBAR) in implGetChild() 279 else if(m_eObjType == svt::table::TCTYPE_ROWHEADERBAR) in implGetChild() [all …]
|
/trunk/main/i18npool/source/defaultnumberingprovider/ |
H A D | defaultnumberingprovider.cxx | 297 s += OUString::valueOf( table[ n % tableSize ] ); in lcl_formatChars() 507 table = table_CircledNumber; in makeNumberingString() 511 table = table_TianGan_zh; in makeNumberingString() 515 table = table_DiZi_zh; in makeNumberingString() 519 table = table_AIUFullWidth_ja_JP; in makeNumberingString() 524 table = table_AIUHalfWidth_ja_JP; in makeNumberingString() 529 table = table_IROHAFullWidth_ja_JP; in makeNumberingString() 534 table = table_IROHAHalfWidth_ja_JP; in makeNumberingString() 539 table = table_HangulJamo_ko; in makeNumberingString() 544 table = table_HangulSyllable_ko; in makeNumberingString() [all …]
|
/trunk/main/testtools/source/cliversioning/ |
H A D | version.cs | 66 unoidl.com.sun.star.table.XCellRange xCellRange = null; in doCellRangeSamples() 115 unoidl.com.sun.star.table.XColumnRowRange xColRowRange = in doCellRangeSamples() 117 unoidl.com.sun.star.table.XTableColumns xColumns = in doCellRangeSamples() 365 unoidl.com.sun.star.table.XCell xCell = in setDate() 398 unoidl.com.sun.star.table.XCellRange xCellRange = null; in prepareRange() 403 unoidl.com.sun.star.table.BorderLine aLine = in prepareRange() 404 new unoidl.com.sun.star.table.BorderLine(); in prepareRange() 408 unoidl.com.sun.star.table.TableBorder aBorder = in prepareRange() 409 new unoidl.com.sun.star.table.TableBorder(); in prepareRange() 422 unoidl.com.sun.star.table.CellRangeAddress aAddr = in prepareRange() [all …]
|
/trunk/main/toolkit/src2xml/ |
H A D | src-sw.lst | 58 ../../sw/source/ui/table/colwd.src 59 ../../sw/source/ui/table/rowht.src 60 ../../sw/source/ui/table/tautofmt.src 61 ../../sw/source/ui/table/splittbl.src 62 ../../sw/source/ui/table/chartins.src 63 ../../sw/source/ui/table/tabledlg.src 64 ../../sw/source/ui/table/split.src 65 ../../sw/source/ui/table/convert.src 66 ../../sw/source/ui/table/insrc.src 67 ../../sw/source/ui/table/table.src [all …]
|
/trunk/main/writerfilter/source/dmapper/ |
H A D | TDefTableHandler.hxx | 31 namespace com{ namespace sun{ namespace star{namespace table { namespace 48 ::std::vector< ::com::sun::star::table::BorderLine > m_aLeftBorderLines; 49 ::std::vector< ::com::sun::star::table::BorderLine > m_aRightBorderLines; 50 ::std::vector< ::com::sun::star::table::BorderLine > m_aTopBorderLines; 51 ::std::vector< ::com::sun::star::table::BorderLine > m_aBottomBorderLines; 52 ::std::vector< ::com::sun::star::table::BorderLine > m_aInsideHBorderLines; 53 ::std::vector< ::com::sun::star::table::BorderLine > m_aInsideVBorderLines; 54 ::std::vector< ::com::sun::star::table::BorderLine > m_aTl2brBorderLines; 55 ::std::vector< ::com::sun::star::table::BorderLine > m_aTr2blBorderLines;
|
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetSample.cs | 76 unoidl.com.sun.star.table.XCell xCell = null; in doCellSamples() 157 unoidl.com.sun.star.table.CellAddress aAddress = in doCellSamples() 258 unoidl.com.sun.star.table.XTableColumns xColumns = in doCellRangeSamples() 459 unoidl.com.sun.star.table.CellAddress aColCell = in doCellRangeSamples() 461 unoidl.com.sun.star.table.CellAddress aRowCell = in doCellRangeSamples() 587 unoidl.com.sun.star.table.XCellRange xRange = in doCellCursorSamples() 620 unoidl.com.sun.star.table.XCellRange xCellRange; in doFormattingSamples() 1017 unoidl.com.sun.star.table.CellAddress aRefPos = in doNamedRangesSamples() 1018 new unoidl.com.sun.star.table.CellAddress(); in doNamedRangesSamples() 1031 unoidl.com.sun.star.table.XCellRange xRange = in doNamedRangesSamples() [all …]
|
H A D | SpreadsheetDocHelper.cs | 151 unoidl.com.sun.star.table.XCell xCell = in setDate() 184 unoidl.com.sun.star.table.XCellRange xCellRange = null; in prepareRange() 189 unoidl.com.sun.star.table.BorderLine aLine = in prepareRange() 190 new unoidl.com.sun.star.table.BorderLine(); in prepareRange() 194 unoidl.com.sun.star.table.TableBorder aBorder = in prepareRange() 195 new unoidl.com.sun.star.table.TableBorder(); in prepareRange() 203 typeof (unoidl.com.sun.star.table.TableBorder), aBorder ) ); in prepareRange() 208 unoidl.com.sun.star.table.CellRangeAddress aAddr = in prepareRange() 219 unoidl.com.sun.star.table.XCell xCell = in prepareRange() 237 public unoidl.com.sun.star.table.CellAddress createCellAddress( in createCellAddress() [all …]
|
/trunk/main/offapi/com/sun/star/sheet/ |
H A D | AccessibleSpreadsheet.idl | 58 /** This interface gives access to any object in the currently visible table 77 every cell in this table.</li> 83 cell in the left top edge of the table and the last one is the 84 cell in the right bottom edge of the table. The second is the 88 <li>The name is the given table name.</li> 91 <li>There are relations between the table and the shapes with an anchor 92 on this table (not with an anchor on a cell in this table).</li> 101 table is protected, otherwise it is true.</li> 117 complete table (all cells) is selected.</li> 130 /** This interface gives access to the visibility of the table. [all …]
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbaborders.cxx | 62 bool setBorderLine( table::BorderLine& rBorderLine ) in setBorderLine() 64 table::TableBorder aTableBorder; in setBorderLine() 106 bool getBorderLine( table::BorderLine& rBorderLine ) in getBorderLine() 108 table::TableBorder aTableBorder; in getBorderLine() 171 table::BorderLine aBorderLine; in getColor() 180 table::BorderLine aBorderLine; in setColor() 220 table::BorderLine aBorderLine; in getWeight() 244 table::BorderLine aBorderLine; in setWeight() 281 table::BorderLine aBorderLine; in setLineStyle() 308 uno::Reference< table::XCellRange > m_xRange; [all …]
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | TableColumnSeparator.idl | 33 /** The width of the cells of a text table is defined by the position 36 <p>If cells of the table are merged, this separator is not removed, but 40 <p>A text table or a text table row provides the separators in a 41 sequence of <type>TableColumnSeparator</type>s. If the table only 45 <p>The real width of a table depends on the environment (page style and 46 number of text columns at the table's position, alignment, and left and 47 right margins). For that reason, the table column separator does not 52 <p>A table provides this property only if all rows have the same structure. 53 If the table does not provide the property, then it cannot be set using.
|
/trunk/main/sw/ |
H A D | AllLangResTarget_sw.mk | 56 -I$(SRCDIR)/sw/source/ui/table \ 162 sw/source/ui/table/chartins.src \ 163 sw/source/ui/table/colwd.src \ 164 sw/source/ui/table/convert.src \ 165 sw/source/ui/table/instable.src \ 166 sw/source/ui/table/mergetbl.src \ 167 sw/source/ui/table/rowht.src \ 168 sw/source/ui/table/splittbl.src \ 169 sw/source/ui/table/table.src \ 170 sw/source/ui/table/tabledlg.src \ [all …]
|
/trunk/main/connectivity/qa/connectivity/tools/ |
H A D | CRMDatabase.java | 153 HsqlTableDescriptor table = new HsqlTableDescriptor( "categories", in createTables() local 159 m_database.createTable( table, true ); in createTables() 164 table = new HsqlTableDescriptor( "products", in createTables() 169 m_database.createTable( table, true ); in createTables() 176 table = new HsqlTableDescriptor( "customers", in createTables() 184 m_database.createTable( table, true ); in createTables() 191 table = new HsqlTableDescriptor( "orders", in createTables() 197 m_database.createTable( table, true ); in createTables() 202 table = new HsqlTableDescriptor( "orders_details", in createTables() 207 m_database.createTable( table, true ); in createTables()
|