Home
last modified time | relevance | path

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

/AOO42X/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()
116 if( m_aTable.ConvertPointToCellAddress( nRow, nColumnPos, VCLPoint( rPoint ) ) ) in getAccessibleAtPoint()
117 … xChild = new AccessibleGridControlTableCell(this, m_aTable, nRow, nColumnPos, TCTYPE_TABLECELL); in getAccessibleAtPoint()
127 m_aTable.GrabFocus(); in grabFocus()
146 return m_aTable.GetRowDescription( nRow ); in getAccessibleRowDescription()
156 return m_aTable.GetColumnDescription( (sal_uInt16)nColumn ); in getAccessibleColumnDescription()
164 if(m_aTable.HasColHeader()) in getAccessibleRowHeaders()
234 sal_Int32 nChildIndex = nRow*m_aTable.GetColumnCount() + nColumn; in getAccessibleCellAt()
[all …]
H A DAccessibleGridControl.cxx136 return m_aTable.GetAccessibleControlCount(); in getAccessibleChildCount()
153 if(nChildIndex == 0 && m_aTable.HasColHeader()) in getAccessibleChild()
157 …r* pColHeaderBar = new AccessibleGridControlHeader(m_pImpl->m_aCreator, m_aTable, svt::table::TCTY… in getAccessibleChild()
162 else if(m_aTable.HasRowHeader() && (nChildIndex == 1 || nChildIndex == 0)) in getAccessibleChild()
166 …r* pRowHeaderBar = new AccessibleGridControlHeader(m_pImpl->m_aCreator, m_aTable, svt::table::TCTY… in getAccessibleChild()
175 …trolTable* pTable = new AccessibleGridControlTable(m_pImpl->m_aCreator, m_aTable, svt::table::TCTY… 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()
[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()
239 return nRow * m_aTable.GetColumnCount() + nColumn; in implGetChildIndex()
244 sal_Int32 const selectionCount( m_aTable.GetSelectedRowCount() ); in implGetSelectedRows()
[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()
162 … aRect = AWTRectangle( m_aTable.GetFieldCharacterBounds( getRowPos(), getColumnPos(), nIndex ) ); in getCharacterBounds()
172 return m_aTable.GetFieldIndexAtPoint( getRowPos(), getColumnPos(), VCLPoint( _aPoint ) ); in getIndexAtPoint()
219m_aTable.FillAccessibleStateSetForCell( *pStateSetHelper, getRowPos(), static_cast< sal_uInt16 >( … in implCreateStateSetHelper()
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()
[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()
/AOO42X/main/connectivity/source/drivers/ado/
H A DATable.cxx61 m_aTable = WpADOTable(_pTable); in OAdoTable()
72 m_aTable.Create(); in OAdoTable()
73 m_aTable.putref_ParentCatalog(_pCatalog->getCatalog()); 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()
124 aIndexes = m_aTable.get_Indexes(); in refreshIndexes()
[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()
/AOO42X/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()
85 m_aTable.SetDoubleClickHdl(LINK(this, OTableSelectionPage, OnListboxDoubleClicked)); in OTableSelectionPage()
107 if (0 == m_aTable.GetSelectEntryCount()) in canAdvance()
132 m_aTable.SetPosPixel(m_aDatasource.GetPosPixel()); in initializePage()
146 for ( sal_uInt16 nLookup = 0; nLookup < m_aTable.GetEntryCount(); ++nLookup ) in initializePage()
148 if ( m_aTable.GetEntry( nLookup ) == sLookup ) in initializePage()
149 … if ( reinterpret_cast< sal_IntPtr >( m_aTable.GetEntryData( nLookup ) ) == nCommandType ) in initializePage()
151 m_aTable.SelectEntryPos( nLookup ); in initializePage()
179 ::rtl::OUString sCommand = m_aTable.GetSelectEntry(); in commitPage()
[all …]
H A Dcommonpagesdbp.hxx49 ListBox m_aTable; member in dbp::OTableSelectionPage
/AOO42X/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()
453 nCRC32 = rtl_crc32 (nCRC32, &m_aTable, theSize - sizeof(G)); in guard()
463 nCRC32 = rtl_crc32 (nCRC32, &m_aTable, theSize - sizeof(G)); in verify()
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()
[all …]
/AOO42X/main/svtools/source/dialogs/
H A Daddresstemplate.cxx553 ,m_aTable (this, SvtResId(CB_TABLE))\
668 m_aTable.EnableAutocomplete(sal_True); in implConstruct()
669 m_aTable.SetGetFocusHdl(LINK(this, AddressBookSourceDialog, OnComboGetFocus)); in implConstruct()
671 m_aTable.SetLoseFocusHdl(LINK(this, AddressBookSourceDialog, OnComboLoseFocus)); in implConstruct()
673 m_aTable.SetSelectHdl(LINK(this, AddressBookSourceDialog, OnComboSelect)); in implConstruct()
709 m_aTable.SetReadOnly( sal_True ); in implConstruct()
710 m_aTable.SetBackground( Wallpaper( rNewColor ) ); in implConstruct()
711 m_aTable.SetControlBackground( rNewColor ); in implConstruct()
754 m_aTable.SetText(m_pImpl->pConfigData->getCommand()); in loadConfiguration()
855 ::rtl::OUString sOldTable = m_aTable.GetText(); in resetTables()
[all …]
/AOO42X/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
/AOO42X/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
/AOO42X/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()
/AOO42X/main/svtools/inc/svtools/
H A Daddresstemplate.hxx61 ComboBox m_aTable; member in svt::AddressBookSourceDialog
/AOO42X/main/accessibility/inc/accessibility/extended/
H A DAccessibleGridControlBase.hxx348 ::svt::table::IAccessibleTable& m_aTable;