Home
last modified time | relevance | path

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

123

/aoo4110/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 …]
/aoo4110/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()
/aoo4110/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 …]
/aoo4110/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()
/aoo4110/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;
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/oox/inc/oox/xls/
H A Dtablebuffer.hxx112 TableRef getTable( sal_Int32 nTableId ) const;
114 TableRef getTable( const ::rtl::OUString& rDispName ) const;
/aoo4110/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()
/aoo4110/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()
/aoo4110/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
/aoo4110/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()
/aoo4110/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() )
/aoo4110/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()
/aoo4110/main/svx/source/table/
H A Dtablemodel.hxx55 virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XTable > getTable() = 0;
100 virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XTable > getTable();
/aoo4110/main/connectivity/inc/connectivity/
H A DTKey.hxx45 inline OTableHelper* getTable() const { return m_pTable; } in getTable() function in connectivity::OTableKeyHelper
H A DTIndex.hxx48 inline OTableHelper* getTable() const { return m_pTable; } in getTable() function in connectivity::OIndexHelper
/aoo4110/main/connectivity/source/inc/adabas/
H A DBIndex.hxx49 OAdabasTable* getTable() const { return m_pTable; } in getTable() function in connectivity::adabas::OAdabasIndex
/aoo4110/main/dbaccess/source/ui/control/
H A DRelationControl.cxx196 m_xSourceDef = m_pConnData->getReferencingTable()->getTable(); in lateInit()
197 m_xDestDef = m_pConnData->getReferencedTable()->getTable(); in lateInit()

Completed in 150 milliseconds

123