Home
last modified time | relevance | path

Searched refs:m_aTable (Results 1 – 22 of 22) sorted by relevance

/aoo4110/main/accessibility/source/extended/
H A DAccessibleGridControlTable.cxx84 … new AccessibleGridControlTableCell(this, m_aTable, nChildIndex/m_aTable.GetColumnCount(), nChildI… in getAccessibleChild()
95 if(m_aTable.HasRowHeader() && m_aTable.HasColHeader()) in getAccessibleIndexInParent()
97 …else if((!m_aTable.HasRowHeader() && m_aTable.HasColHeader()) || (m_aTable.HasRowHeader() && !m_aT… in getAccessibleIndexInParent()
127 m_aTable.GrabFocus(); in grabFocus()
146 return m_aTable.GetRowDescription( nRow ); in getAccessibleRowDescription()
164 if(m_aTable.HasColHeader()) in getAccessibleRowHeaders()
270 m_aTable.SelectRow( nRow, sal_True ); in selectAccessibleChild()
289 m_aTable.SelectAllRows( false ); in clearAccessibleSelection()
298 for(int i=0;i<m_aTable.GetRowCount();i++) in selectAllAccessibleChildren()
367 Rectangle aTableRect( m_aTable.calcTableRect() ); in implGetBoundingBox()
[all …]
H A DAccessibleGridControl.cxx136 return m_aTable.GetAccessibleControlCount(); in getAccessibleChildCount()
153 if(nChildIndex == 0 && m_aTable.HasColHeader()) in getAccessibleChild()
206 if( m_aTable.ConvertPointToControlIndex( nIndex, VCLPoint( rPoint ) ) ) in getAccessibleAtPoint()
207 xChild = m_aTable.CreateAccessibleControl( nIndex ); in getAccessibleAtPoint()
234 m_aTable.GrabFocus(); in grabFocus()
259 Window* pParent = m_aTable.GetAccessibleParentWindow(); in implGetBoundingBox()
261 return m_aTable.GetWindowExtentsRelative( pParent ); in implGetBoundingBox()
267 return m_aTable.GetWindowExtentsRelative( NULL ); in implGetBoundingBoxOnScreen()
350 int nIndex = m_aTable.GetCurrentRow()*m_aTable.GetColumnCount()+m_aTable.GetCurrentColumn(); in commitCellEvent()
371 …xChild = m_pImpl->m_pTable->getAccessibleChild(m_aTable.GetCurrentRow()*m_aTable.GetColumnCount()+ in commitTableEvent()
[all …]
H A DAccessibleGridControlTableBase.cxx76 nChildren = m_aTable.GetRowCount(); in getAccessibleChildCount()
78 nChildren = m_aTable.GetRowCount()*m_aTable.GetColumnCount(); in getAccessibleChildCount()
80 nChildren = m_aTable.GetColumnCount(); in getAccessibleChildCount()
99 return m_aTable.GetRowCount(); in getAccessibleRowCount()
108 return m_aTable.GetColumnCount(); in getAccessibleColumnCount()
221 return m_aTable.GetRowCount()*m_aTable.GetColumnCount(); in implGetChildCount()
226 sal_Int32 nColumns = m_aTable.GetColumnCount(); in implGetRow()
232 sal_Int32 nColumns = m_aTable.GetColumnCount(); in implGetColumn()
247 rSeq[i] = m_aTable.GetSelectedRowIndex(i); in implGetSelectedRows()
253 if( nRow >= m_aTable.GetRowCount() ) in ensureIsValidRow()
[all …]
H A DAccessibleGridControlTableCell.cxx94 m_aTable.GoToCell( m_nColPos, m_nRowPos ); in grabFocus()
101 return m_aTable.GetAccessibleCellText( getRowPos(), getColumnPos() ); in implGetText()
107 return m_aTable.GetAccessible()->getAccessibleContext()->getLocale(); in implGetLocale()
161 if ( &m_aTable ) in getCharacterBounds()
172 return m_aTable.GetFieldIndexAtPoint( getRowPos(), getColumnPos(), VCLPoint( _aPoint ) ); in getIndexAtPoint()
246 return ( getRowPos() * m_aTable.GetColumnCount() ) + getColumnPos(); in getAccessibleIndexInParent()
359 Window* pParent = m_aTable.GetAccessibleParentWindow(); in implGetBoundingBox()
361 Rectangle aGridRect = m_aTable.GetWindowExtentsRelative( pParent ); in implGetBoundingBox()
363 …Rectangle aCellRect = m_aTable.calcCellRect(nIndex%m_aTable.GetColumnCount(), nIndex/m_aTable.GetC… in implGetBoundingBox()
372 Rectangle aGridRect = m_aTable.GetWindowExtentsRelative( NULL ); in implGetBoundingBoxOnScreen()
[all …]
H A DAccessibleGridControlHeader.cxx86 …pColHeaderCell = new AccessibleGridControlHeaderCell(nChildIndex, this, m_aTable, svt::table::TCTY… in getAccessibleChild()
91 …pRowHeaderCell = new AccessibleGridControlHeaderCell(nChildIndex, this, m_aTable, svt::table::TCTY… in getAccessibleChild()
101 if(m_eObjType == svt::table::TCTYPE_ROWHEADERBAR && m_aTable.HasColHeader()) in getAccessibleIndexInParent()
120 m_aTable.ConvertPointToCellAddress( nRow, nColumnPos, VCLPoint( rPoint ) ) : in getAccessibleAtPoint()
121 m_aTable.ConvertPointToCellAddress( nRow, nColumnPos, VCLPoint( rPoint ) ); in getAccessibleAtPoint()
238 Window* pParent = m_aTable.GetAccessibleParentWindow(); in implGetBoundingBox()
239 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( pParent ) ); in implGetBoundingBox()
240 Rectangle aHeaderRect (m_aTable.calcHeaderRect(isColumnBar())); in implGetBoundingBox()
250 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( NULL ) ); in implGetBoundingBoxOnScreen()
251 Rectangle aHeaderRect (m_aTable.calcHeaderRect(isColumnBar())); in implGetBoundingBoxOnScreen()
[all …]
H A DAccessibleGridControlHeaderCell.cxx70 if ( m_aTable.IsRowSelected(m_nColumnRowId) ) in implCreateStateSetHelper()
145 Window* pParent = m_aTable.GetAccessibleParentWindow(); in implGetBoundingBox()
146 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( pParent ) ); in implGetBoundingBox()
150 aCellRect = m_aTable.calcHeaderCellRect(true, nIndex); in implGetBoundingBox()
152 aCellRect = m_aTable.calcHeaderCellRect(false, nIndex); in implGetBoundingBox()
159 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( NULL ) ); in implGetBoundingBoxOnScreen()
163 aCellRect = m_aTable.calcHeaderCellRect(true, nIndex); in implGetBoundingBoxOnScreen()
165 aCellRect = m_aTable.calcHeaderCellRect(false, nIndex); in implGetBoundingBoxOnScreen()
H A DAccessibleGridControlBase.cxx64 m_aTable( rTable), in DBG_NAME()
347 m_aTable.FillAccessibleStateSet( *pStateSetHelper, getType() ); in implCreateStateSetHelper()
358 return !rBHelper.bDisposed && !rBHelper.bInDispose && &m_aTable; in isAlive()
474 Window* pInst = m_aTable.GetWindowInstance(); in getForeground()
498 Window* pInst = m_aTable.GetWindowInstance(); in getBackground()
/aoo4110/main/connectivity/source/drivers/ado/
H A DATable.cxx61 m_aTable = WpADOTable(_pTable); in OAdoTable()
72 m_aTable.Create(); in OAdoTable()
80 m_aTable.clear(); in disposing()
88 if ( m_aTable.IsValid() ) in refreshColumns()
90 aColumns = m_aTable.get_Columns(); in refreshColumns()
105 if(m_aTable.IsValid()) in refreshKeys()
107 aKeys = m_aTable.get_Keys(); in refreshKeys()
122 if(m_aTable.IsValid()) in refreshIndexes()
164 m_aTable.put_Name(newName); in rename()
209 if(m_aTable.IsValid()) in setFastPropertyValue_NoBroadcast()
[all …]
H A DADatabaseMetaDataImpl.cxx568 if(m_aTable.IsValid()) in fillPropertyValues()
570 m_Name = m_aTable.get_Name(); in fillPropertyValues()
571 m_Type = m_aTable.get_Type(); in fillPropertyValues()
573 WpADOCatalog aCat(m_aTable.get_ParentCatalog()); in fillPropertyValues()
575 m_CatalogName = aCat.GetObjectOwner(m_aTable.get_Name(),adPermObjTable); in fillPropertyValues()
578 WpADOProperties aProps = m_aTable.get_Properties(); in fillPropertyValues()
/aoo4110/main/extensions/source/dbpilots/
H A Dcommonpagesdbp.cxx77 ,m_aTable (this, ModuleRes(LB_TABLE)) in OTableSelectionPage()
84 m_aTable.SetSelectHdl(LINK(this, OTableSelectionPage, OnListboxSelection)); in OTableSelectionPage()
107 if (0 == m_aTable.GetSelectEntryCount()) in canAdvance()
132 m_aTable.SetPosPixel(m_aDatasource.GetPosPixel()); in initializePage()
148 if ( m_aTable.GetEntry( nLookup ) == sLookup ) in initializePage()
151 m_aTable.SelectEntryPos( nLookup ); in initializePage()
179 ::rtl::OUString sCommand = m_aTable.GetSelectEntry(); in commitPage()
180 …sal_Int32 nCommandType = reinterpret_cast< sal_IntPtr >( m_aTable.GetEntryData( m_aTable.GetSelect… in commitPage()
267 m_aTable.Clear(); in implFillTables()
376 lcl_fillEntries( m_aTable, aTableNames, aTableImage, CommandType::TABLE ); in implFillTables()
[all …]
H A Dcommonpagesdbp.hxx49 ListBox m_aTable; member in dbp::OTableSelectionPage
/aoo4110/main/store/source/
H A Dstordata.hxx425 LinkTable m_aTable; member
437 m_aTable.initialize(); in initialize()
444 : m_aGuard(), m_aTable(), m_nDataLen (0) in OStoreDirectoryDataBlock()
479 return store::ntohl(m_aTable.m_pDirect[nIndex]); in directLink()
486 m_aTable.m_pDirect[nIndex] = store::htonl(nAddr); in directLink()
498 return store::ntohl(m_aTable.m_pSingle[nIndex]); in singleLink()
505 m_aTable.m_pSingle[nIndex] = store::htonl(nAddr); in singleLink()
517 return store::ntohl(m_aTable.m_pDouble[nIndex]); in doubleLink()
524 m_aTable.m_pDouble[nIndex] = store::htonl(nAddr); in doubleLink()
536 return store::ntohl(m_aTable.m_pTriple[nIndex]); in tripleLink()
[all …]
/aoo4110/main/svtools/source/dialogs/
H A Daddresstemplate.cxx552 ,m_aTable (this, SvtResId(CB_TABLE))\
667 m_aTable.EnableAutocomplete(sal_True); in implConstruct()
708 m_aTable.SetReadOnly( sal_True ); in implConstruct()
709 m_aTable.SetBackground( Wallpaper( rNewColor ) ); in implConstruct()
710 m_aTable.SetControlBackground( rNewColor ); in implConstruct()
753 m_aTable.SetText(m_pImpl->pConfigData->getCommand()); in loadConfiguration()
854 ::rtl::OUString sOldTable = m_aTable.GetText(); in resetTables()
856 m_aTable.Clear(); in resetTables()
919 m_aTable.InsertEntry(*pTableNames); in resetTables()
927 m_aTable.SetText(sOldTable); in resetTables()
[all …]
/aoo4110/main/tools/workben/
H A Dhashtbl.cxx435 : m_aTable(aTable) in HashTableIterator()
448 m_lAt = m_aTable.GetSize() -1; in GetLast()
454 if (m_lAt+1 >= m_aTable.GetSize()) in GetNext()
483 void *pObject = m_aTable.GetObjectAt(m_lAt); in FindValidObject()
489 && (bForward ? ((m_lAt+1) < m_aTable.GetSize()) in FindValidObject()
497 pObject = m_aTable.GetObjectAt(m_lAt); in FindValidObject()
504 DBG_ASSERT(bForward ? m_lAt == m_aTable.GetSize() -1 : m_lAt == 0, in FindValidObject()
H A Dhashtbl.hxx104 HashTable const& m_aTable; member in HashTableIterator
/aoo4110/main/soldep/bootstrp/
H A Dhashtbl.cxx431 : m_aTable(aTable) in HashTableIterator()
444 m_lAt = m_aTable.GetSize() -1; in GetLast()
450 if (m_lAt+1 >= m_aTable.GetSize()) in GetNext()
479 void *pObject = m_aTable.GetObjectAt(m_lAt); in FindValidObject()
485 && (bForward ? ((m_lAt+1) < m_aTable.GetSize()) in FindValidObject()
493 pObject = m_aTable.GetObjectAt(m_lAt); in FindValidObject()
500 DBG_ASSERT(bForward ? m_lAt == m_aTable.GetSize() -1 : m_lAt == 0, in FindValidObject()
/aoo4110/main/soltools/ldump/
H A Dhashtbl.cxx388 : m_aTable(aTable) in HashTableIterator()
401 m_lAt = m_aTable.GetSize() -1; in GetLast()
407 if (m_lAt+1 >= m_aTable.GetSize()) in GetNext()
436 void *pObject = m_aTable.GetObjectAt(m_lAt); in FindValidObject()
442 && (bForward ? ((m_lAt+1) < m_aTable.GetSize()) in FindValidObject()
450 pObject = m_aTable.GetObjectAt(m_lAt); in FindValidObject()
H A Dhashtbl.hxx90 HashTable const& m_aTable; member in HashTableIterator
/aoo4110/main/connectivity/source/inc/ado/
H A DATable.hxx40 WpADOTable m_aTable; member in connectivity::ado::OAdoTable
78 WpADOTable getImpl() const { return m_aTable;} in getImpl()
/aoo4110/main/svtools/inc/svtools/
H A Daddresstemplate.hxx61 ComboBox m_aTable; member in svt::AddressBookSourceDialog
/aoo4110/main/soldep/inc/soldep/
H A Dhashtbl.hxx105 HashTable const& m_aTable; member in HashTableIterator
/aoo4110/main/accessibility/inc/accessibility/extended/
H A DAccessibleGridControlBase.hxx348 ::svt::table::IAccessibleTable& m_aTable;

Completed in 110 milliseconds