/aoo42x/main/vcl/unx/gtk/a11y/ |
H A D | atktable.cxx | 67 getTable( AtkTable *pTable ) throw (uno::RuntimeException) in getTable() function 95 accessibility::XAccessibleTable* pTable = getTable( table ); in table_wrapper_ref_at() 125 accessibility::XAccessibleTable* pTable = getTable( table ); in table_wrapper_get_index_at() 150 accessibility::XAccessibleTable* pTable = getTable( table ); in table_wrapper_get_column_at_index() 175 accessibility::XAccessibleTable* pTable = getTable( table ); in table_wrapper_get_row_at_index() 199 accessibility::XAccessibleTable* pTable = getTable( table ); in table_wrapper_get_n_columns() 223 accessibility::XAccessibleTable* pTable = getTable( table ); in table_wrapper_get_n_rows() 249 accessibility::XAccessibleTable* pTable = getTable( table ); in table_wrapper_get_column_extent_at() 275 accessibility::XAccessibleTable* pTable = getTable( table ); in table_wrapper_get_row_extent_at() 299 accessibility::XAccessibleTable* pTable = getTable( table ); in table_wrapper_get_caption() [all …]
|
/aoo42x/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 513 table = getTable(ttf, O_vmtx); in GetMetrics() 1867 …if( !(getTable(t, O_maxp) && getTable(t, O_head) && getTable(t, O_name) && getTable(t, O_cmap)) ) { in doOpenTTFont() 1875 table = getTable(t, O_head); in doOpenTTFont() 1884 if( getTable(t, O_glyf) && getTable(t, O_loca) ) { /* TTF or TTF-OpenType */ in doOpenTTFont() 1889 table = getTable(t, O_loca); in doOpenTTFont() 1904 table = getTable(t, O_hhea); in doOpenTTFont() 1907 table = getTable(t, O_vhea); in doOpenTTFont() 2216 p = getTable(ttf, O_head); in CreateTTFromTTGlyphs() 2414 p = getTable(ttf, O_hhea); in CreateT42FromTTGlyphs() 2711 if( getTable(ttf, O_CFF) ) in GetTTGlobalFontInfo() [all …]
|
/aoo42x/main/connectivity/source/drivers/adabas/ |
H A D | BKeys.cxx | 54 if ( getTable()->isNew() ) in appendObject() 64 …const ::rtl::OUString aQuote = getTable()->getConnection()->getMetaData()->getIdentifierQuoteStrin… in appendObject() 67 …aSql += composeTableName( getTable()->getConnection()->getMetaData(), getTable(), ::dbtools::eInTa… in appendObject() 136 Reference< XStatement > xStmt = getTable()->getConnection()->createStatement( ); in appendObject() 145 getTable()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_SCHEMANAME)) >>= aSchema; in appendObject() 146 getTable()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) >>= aTable; in appendObject() 147 …Reference< XResultSet > xResult = getTable()->getMetaData()->getImportedKeys( getTable()->getPrope… in appendObject() 167 …getTable()->addKey(sNewName,sdbcx::TKeyProperties(new sdbcx::KeyProperties(sReferencedName,nKeyTyp… in appendObject()
|
H A D | BIndexColumns.cxx | 52 …Reference< XResultSet > xResult = m_pIndex->getTable()->getConnection()->getMetaData()->getIndexIn… in createObject() 53 m_pIndex->getTable()->getSchema(),m_pIndex->getTable()->getTableName(),sal_False,sal_False); in createObject() 68 xResult = m_pIndex->getTable()->getConnection()->getMetaData()->getColumns(Any(), in createObject() 69 m_pIndex->getTable()->getSchema(),m_pIndex->getTable()->getTableName(),_rName); in createObject()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | TIndexColumns.cxx | 58 …m_pIndex->getTable()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_SCHEMANAME)) >>= aSchem… in createObject() 59 m_pIndex->getTable()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) >>= aTable; in createObject() 61 …Reference< XResultSet > xResult = m_pIndex->getTable()->getConnection()->getMetaData()->getIndexIn… in createObject() 62 m_pIndex->getTable()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_CATALOGNAME)), in createObject() 77 xResult = m_pIndex->getTable()->getConnection()->getMetaData()->getColumns( in createObject() 78 m_pIndex->getTable()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_CATALOGNAME)), in createObject()
|
H A D | TKeyColumns.cxx | 59 m_pKey->getTable()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_SCHEMANAME)) >>= aSchema; in createObject() 60 m_pKey->getTable()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) >>= aTable; in createObject() 63 Reference< XResultSet > xResult = m_pKey->getTable()->getMetaData()->getImportedKeys( in createObject() 64 …m_pKey->getTable()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_CATALOGNAME)),aSchema,aTa… in createObject() 85 xResult = m_pKey->getTable()->getMetaData()->getColumns( in createObject() 86 …m_pKey->getTable()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_CATALOGNAME)),aSchema,aTa… in createObject()
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
H A D | OIndexColumnContainer.java | 58 Object catalog = index.getTable().getPropertyValue(PropertyIds.CATALOGNAME.name); in createObject() 59 …String schema = AnyConverter.toString(index.getTable().getPropertyValue(PropertyIds.SCHEMANAME.nam… in createObject() 60 … String table = AnyConverter.toString(index.getTable().getPropertyValue(PropertyIds.NAME.name)); in createObject() 65 …results = index.getTable().getConnection().getMetaData().getIndexInfo(catalog, schema, table, fals… in createObject() 81 … results = index.getTable().getConnection().getMetaData().getColumns(catalog, schema, table, name); in createObject()
|
H A D | OKeyColumnContainer.java | 57 … XPropertySet tableProperties = UnoRuntime.queryInterface(XPropertySet.class, key.getTable()); in createObject() 62 …XResultSet results = key.getTable().getConnection().getMetaData().getImportedKeys(catalog, schema,… in createObject() 76 … results = key.getTable().getConnection().getMetaData().getColumns(catalog, schema, table, name); in createObject()
|
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlTables.java | 69 …queryCatalog, nameComponents.getSchema(), nameComponents.getTable(), new String[] { "VIEW", "TABLE… in createObject() 75 … ret = new PostgresqlTable(metadata.getConnection(), this, nameComponents.getTable(), in createObject() 99 …eName(metadata, nameComponents.getCatalog(), nameComponents.getSchema(), nameComponents.getTable(), in dropObject() 103 …eName(metadata, nameComponents.getCatalog(), nameComponents.getSchema(), nameComponents.getTable(), in dropObject()
|
H A D | PostgresqlViews.java | 87 parameters.setString(next, nameComponents.getTable()); in createObject() 113 …nameComponents.getCatalog(), nameComponents.getSchema(), nameComponents.getTable(), isCaseSensitiv… in createObject()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | WW8TableInfo.cxx | 179 mpParent->getParent()->getCellGridForTable(getTable(), false); in getTableBoxesOfRow() 203 const SwFrmFmt *pFmt = getTable()->GetFrmFmt(); in getGridColsOfRow() 239 mpParent->getParent()->getCellGridForTable(getTable(), false); in getWidthsOfRow() 272 mpParent->getParent()->getCellGridForTable(getTable(), false); in getRowSpansOfRow() 300 const SwTable * WW8TableNodeInfoInner::getTable() const in getTable() function in ww8::WW8TableNodeInfoInner 506 const SwTable * WW8TableNodeInfo::getTable() const in getTable() function in ww8::WW8TableNodeInfo 508 return getInnerForDepth(mnDepth)->getTable(); in getTable()
|
H A D | WW8TableInfo.hxx | 104 const SwTable * getTable() const; 205 const SwTable * getTable() const;
|
/aoo42x/main/accessibility/inc/accessibility/extended/ |
H A D | AccessibleBrowseBox.hxx | 154 getTable( ) in getTable() function in accessibility::AccessibleBrowseBox 265 getTable() in getTable() function in accessibility::AccessibleBrowseBoxAccess 270 xAccessible = pContext->getTable(); in getTable()
|
H A D | AccessibleGridControl.hxx | 144 getTable( ) in getTable() function in accessibility::AccessibleGridControl 254 getTable() in getTable() function in accessibility::AccessibleGridControlAccess 259 xAccessible = pContext->getTable(); in getTable()
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | RTableConnectionData.hxx | 61 …sal_Bool IsSourcePrimKey() const { return checkPrimaryKey(getReferencingTable()->getTable(),JTCS_F… in IsSourcePrimKey() 62 …sal_Bool IsDestPrimKey() const { return checkPrimaryKey(getReferencedTable()->getTable(),JTCS_TO);… in IsDestPrimKey()
|
/aoo42x/main/toolkit/test/accessibility/ |
H A D | AccessibleTableHandler.java | 51 protected static XAccessibleTable getTable(Object aObject) in getTable() method in AccessibleTableHandler 62 xTable = ((AccTreeNode)aParent).getTable(); in createChild()
|
H A D | AccessibleCellHandler.java | 60 protected static XAccessibleTable getTable(Object aObject) in getTable() method in AccessibleCellHandler 74 xTable = ((AccTreeNode)aGrandParent).getTable(); in createChild()
|
/aoo42x/main/l10ntools/java/receditor/java/transex3/controller/ |
H A D | EditorController.java | 255 aEditor.getTable().setSelectionMode( ListSelectionModel.SINGLE_SELECTION ); in initView() 256 aEditor.getTable().getSelectionModel().addListSelectionListener( new ListSelectionListener(){ in initView() 259 JTable table =transex3.controller.EditorController.aEditor.getTable(); in initView()
|
/aoo42x/main/connectivity/source/drivers/dbase/ |
H A D | DIndexColumns.cxx | 46 const ODbaseTable* pTable = m_pIndex->getTable(); in createObject() 81 …return new sdbcx::OIndexColumn(m_pIndex->getTable()->getConnection()->getMetaData()->supportsMixed… in createDescriptor()
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | tablebuffer.hxx | 112 TableRef getTable( sal_Int32 nTableId ) const; 114 TableRef getTable( const ::rtl::OUString& rDispName ) const;
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | DbTools.java | 113 public String getTable() { in getTable() method in DbTools.NameComponents 188 nameComponents.getTable(), in composeTableName() 291 …ct(connection, nameComponents.getCatalog(), nameComponents.getSchema(), nameComponents.getTable()); in composeTableNameForSelect() 327 …nameComponents.getCatalog(), nameComponents.getSchema(), nameComponents.getTable(), true, composeR… in quoteTableName() 621 …eName(metadata, nameComponents.getCatalog(), nameComponents.getSchema(), nameComponents.getTable(), in createStandardKeyStatement()
|
/aoo42x/main/oox/source/xls/ |
H A D | tablebuffer.cxx | 132 TableRef TableBuffer::getTable( sal_Int32 nTableId ) const in getTable() function in oox::xls::TableBuffer 137 TableRef TableBuffer::getTable( const OUString& rDispName ) const in getTable() function in oox::xls::TableBuffer
|
/aoo42x/test/testassistant/src/org/openoffice/test/assistant/views/ |
H A D | VclExplorer.java | 125 viewer.getTable().setLayoutData(gridData); in createPartControl() 133 final Table table = viewer.getTable(); in createPartControl() 159 TextCellEditor nameCellEditor = new TextCellEditor(viewer.getTable()); in createPartControl()
|
/aoo42x/main/dbaccess/source/ui/tabledesign/ |
H A D | TEditControl.cxx | 458 Reference<XPropertySet> xTable = GetView()->getController().getTable(); in GetController() 1427 Reference<XPropertySet> xTable = GetView()->getController().getTable(); in IsCopyAllowed() 1592 Reference<XPropertySet> xTable = rController.getTable(); in IsPrimaryKeyAllowed() 1766 if ( !GetView()->getController().getTable().is() ) 1804 if ( !GetView()->getController().getTable().is() )
|
/aoo42x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaTemplate.java | 589 itemsTables[i] = new ItemsTable(getSection(sections[i]), getTable(sections[i])); in initializeItemsSections() 613 Object getTable(String name) throws NoSuchElementException, WrappedTargetException in getTable() method in AgendaTemplate 1008 table = getTable(name); in write() 1187 t = getTable(SECTION_TOPICS); in Topics()
|