Home
last modified time | relevance | path

Searched refs:getTable (Results 1 – 25 of 75) sorted by relevance

123

/trunk/main/vcl/unx/gtk/a11y/
H A Datktable.cxx67 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 …]
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx513 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 …]
/trunk/main/connectivity/source/drivers/adabas/
H A DBKeys.cxx54 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()
167getTable()->addKey(sNewName,sdbcx::TKeyProperties(new sdbcx::KeyProperties(sReferencedName,nKeyTyp… in appendObject()
H A DBIndexColumns.cxx52 …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()
/trunk/main/connectivity/source/commontools/
H A DTIndexColumns.cxx58 …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 DTKeyColumns.cxx59 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()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOIndexColumnContainer.java58 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 DOKeyColumnContainer.java57 … 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()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlTables.java69 …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 DPostgresqlViews.java87 parameters.setString(next, nameComponents.getTable()); in createObject()
113 …nameComponents.getCatalog(), nameComponents.getSchema(), nameComponents.getTable(), isCaseSensitiv… in createObject()
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx179 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 DWW8TableInfo.hxx104 const SwTable * getTable() const;
205 const SwTable * getTable() const;
/trunk/main/accessibility/inc/accessibility/extended/
H A DAccessibleBrowseBox.hxx154 getTable( ) in getTable() function in accessibility::AccessibleBrowseBox
265 getTable() in getTable() function in accessibility::AccessibleBrowseBoxAccess
270 xAccessible = pContext->getTable(); in getTable()
H A DAccessibleGridControl.hxx144 getTable( ) in getTable() function in accessibility::AccessibleGridControl
254 getTable() in getTable() function in accessibility::AccessibleGridControlAccess
259 xAccessible = pContext->getTable(); in getTable()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTableHandler.java51 protected static XAccessibleTable getTable(Object aObject) in getTable() method in AccessibleTableHandler
62 xTable = ((AccTreeNode)aParent).getTable(); in createChild()
H A DAccessibleCellHandler.java60 protected static XAccessibleTable getTable(Object aObject) in getTable() method in AccessibleCellHandler
74 xTable = ((AccTreeNode)aGrandParent).getTable(); in createChild()
/trunk/main/dbaccess/source/ui/inc/
H A DRTableConnectionData.hxx61 …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()
/trunk/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java255 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()
/trunk/main/oox/inc/oox/xls/
H A Dtablebuffer.hxx112 TableRef getTable( sal_Int32 nTableId ) const;
114 TableRef getTable( const ::rtl::OUString& rDispName ) const;
/trunk/main/connectivity/source/drivers/dbase/
H A DDIndexColumns.cxx46 const ODbaseTable* pTable = m_pIndex->getTable(); in createObject()
81 …return new sdbcx::OIndexColumn(m_pIndex->getTable()->getConnection()->getMetaData()->supportsMixed… in createDescriptor()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java113 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()
/trunk/main/oox/source/xls/
H A Dtablebuffer.cxx132 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
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DVclExplorer.java125 viewer.getTable().setLayoutData(gridData); in createPartControl()
133 final Table table = viewer.getTable(); in createPartControl()
159 TextCellEditor nameCellEditor = new TextCellEditor(viewer.getTable()); in createPartControl()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx458 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() )
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java589 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()

Completed in 186 milliseconds

123