Home
last modified time | relevance | path

Searched refs:getColumnPos (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/accessibility/source/extended/
H A DAccessibleBrowseBoxTableCell.cxx64 …urn mpBrowseBox->GetAccessibleCellText( getRowPos(), static_cast< sal_uInt16 >( getColumnPos() ) ); in implGetText()
144 …aRect = AWTRectangle( mpBrowseBox->GetFieldCharacterBounds( getRowPos(), getColumnPos(), nIndex ) … in getCharacterBounds()
158 return mpBrowseBox->GetFieldIndexAtPoint( getRowPos(), getColumnPos(), VCLPoint( _aPoint ) ); in getIndexAtPoint()
205 …sibleStateSetForCell( *pStateSetHelper, getRowPos(), static_cast< sal_uInt16 >( getColumnPos() ) ); in implCreateStateSetHelper()
232 …BINDEX_FIRSTCONTROL*/ m_nOffset + ( getRowPos() * mpBrowseBox->GetColumnCount() ) + getColumnPos(); in getAccessibleIndexInParent()
H A DAccessibleGridControlTableCell.cxx101 return m_aTable.GetAccessibleCellText( getRowPos(), getColumnPos() ); in implGetText()
162 aRect = AWTRectangle( m_aTable.GetFieldCharacterBounds( getRowPos(), getColumnPos(), nIndex ) ); in getCharacterBounds()
172 return m_aTable.GetFieldIndexAtPoint( getRowPos(), getColumnPos(), VCLPoint( _aPoint ) ); in getIndexAtPoint()
219 …sibleStateSetForCell( *pStateSetHelper, getRowPos(), static_cast< sal_uInt16 >( getColumnPos() ) ); in implCreateStateSetHelper()
246 return ( getRowPos() * m_aTable.GetColumnCount() ) + getColumnPos(); in getAccessibleIndexInParent()
H A DAccessibleBrowseBoxCheckBoxCell.cxx69 *pStateSetHelper, getRowPos(), static_cast< sal_uInt16 >( getColumnPos() ) ); in implCreateStateSetHelper()
154 return ( getRowPos() * mpBrowseBox->GetColumnCount() ) + getColumnPos(); in getAccessibleIndexInParent()
H A Daccessibleeditbrowseboxcell.cxx139 sName += String::CreateFromInt32( getColumnPos( ) - 1 ); in getAccessibleName()
/aoo42x/main/accessibility/inc/accessibility/extended/
H A Daccessiblebrowseboxcell.hxx49 inline sal_Int32 getColumnPos( ) const { return m_nColPos; } in getColumnPos() function in accessibility::AccessibleBrowseBoxCell
H A DAccessibleGridControlTableCell.hxx42 inline sal_Int32 getColumnPos( ) const { return m_nColPos; } in getColumnPos() function in accessibility::AccessibleGridControlCell
/aoo42x/main/svtools/source/uno/
H A Dunocontroltablemodel.hxx151 ColPos getColumnPos( UnoGridColumnFacade const & i_column ) const;
H A Dunogridcolumnfacade.cxx244 m_pOwner->notifyColumnChange( m_pOwner->getColumnPos( *this ), i_attributeGroup ); in columnChanged()
H A Dunocontroltablemodel.cxx794 ColPos UnoControlTableModel::getColumnPos( UnoGridColumnFacade const & i_column ) const in getColumnPos() function in svt::table::UnoControlTableModel

Completed in 63 milliseconds