/aoo41x/main/accessibility/source/extended/ |
H A D | AccessibleGridControlTable.cxx | 84 … 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 D | AccessibleGridControl.cxx | 136 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 D | AccessibleGridControlTableBase.cxx | 76 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 D | AccessibleGridControlTableCell.cxx | 94 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 D | AccessibleGridControlHeader.cxx | 86 …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 D | AccessibleGridControlHeaderCell.cxx | 70 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 D | AccessibleGridControlBase.cxx | 64 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()
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | ATable.cxx | 61 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 D | ADatabaseMetaDataImpl.cxx | 568 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()
|
/aoo41x/main/extensions/source/dbpilots/ |
H A D | commonpagesdbp.cxx | 77 ,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 D | commonpagesdbp.hxx | 49 ListBox m_aTable; member in dbp::OTableSelectionPage
|
/aoo41x/main/store/source/ |
H A D | stordata.hxx | 425 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 …]
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | addresstemplate.cxx | 553 ,m_aTable (this, SvtResId(CB_TABLE))\ 668 m_aTable.EnableAutocomplete(sal_True); 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() 857 m_aTable.Clear(); in resetTables() 920 m_aTable.InsertEntry(*pTableNames); in resetTables() 928 m_aTable.SetText(sOldTable); in resetTables() [all …]
|
/aoo41x/main/tools/workben/ |
H A D | hashtbl.cxx | 435 : 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 D | hashtbl.hxx | 104 HashTable const& m_aTable; member in HashTableIterator
|
/aoo41x/main/soldep/bootstrp/ |
H A D | hashtbl.cxx | 431 : 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()
|
/aoo41x/main/soltools/ldump/ |
H A D | hashtbl.cxx | 388 : 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 D | hashtbl.hxx | 90 HashTable const& m_aTable; member in HashTableIterator
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | ATable.hxx | 40 WpADOTable m_aTable; member in connectivity::ado::OAdoTable 78 WpADOTable getImpl() const { return m_aTable;} in getImpl()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | addresstemplate.hxx | 61 ComboBox m_aTable; member in svt::AddressBookSourceDialog
|
/aoo41x/main/soldep/inc/soldep/ |
H A D | hashtbl.hxx | 105 HashTable const& m_aTable; member in HashTableIterator
|
/aoo41x/main/accessibility/inc/accessibility/extended/ |
H A D | AccessibleGridControlBase.hxx | 348 ::svt::table::IAccessibleTable& m_aTable;
|