Searched refs:getRowPos (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/accessibility/source/extended/ |
H A D | AccessibleBrowseBoxTableCell.cxx | 64 …return 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 …mpBrowseBox->FillAccessibleStateSetForCell( *pStateSetHelper, getRowPos(), static_cast< sal_uInt16… in implCreateStateSetHelper() 232 …return /*BBINDEX_FIRSTCONTROL*/ m_nOffset + ( getRowPos() * mpBrowseBox->GetColumnCount() ) + getC… in getAccessibleIndexInParent()
|
H A D | AccessibleGridControlTableCell.cxx | 101 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 …m_aTable.FillAccessibleStateSetForCell( *pStateSetHelper, getRowPos(), static_cast< sal_uInt16 >( … in implCreateStateSetHelper() 246 return ( getRowPos() * m_aTable.GetColumnCount() ) + getColumnPos(); in getAccessibleIndexInParent()
|
H A D | AccessibleBrowseBoxCheckBoxCell.cxx | 69 *pStateSetHelper, getRowPos(), static_cast< sal_uInt16 >( getColumnPos() ) ); in implCreateStateSetHelper() 154 return ( getRowPos() * mpBrowseBox->GetColumnCount() ) + getColumnPos(); in getAccessibleIndexInParent()
|
H A D | accessibleeditbrowseboxcell.cxx | 142 sName += String::CreateFromInt32( getRowPos( ) ); in getAccessibleName()
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | FDriver.cxx | 251 OSL_ENSURE(getRowPos() < rParameterColumns->get().size(),"Invalid index for orderkey values!"); in describe() 253 Reference< XPropertySet> xColumn = (rParameterColumns->get())[getRowPos()]; in describe()
|
H A D | fanalyzer.cxx | 252 …e< XIndexAccess>(m_aCompiler->getOrigColumns(),UNO_QUERY)->getByIndex(pLeft->getRowPos()) >>= xCol; in describeParam()
|
/aoo41x/main/accessibility/inc/accessibility/extended/ |
H A D | accessiblebrowseboxcell.hxx | 48 inline sal_Int32 getRowPos( ) const { return m_nRowPos; } in getRowPos() function in accessibility::AccessibleBrowseBoxCell
|
H A D | AccessibleGridControlTableCell.hxx | 41 inline sal_Int32 getRowPos( ) const { return m_nRowPos; } in getRowPos() function in accessibility::AccessibleGridControlCell
|
/aoo41x/main/connectivity/source/inc/file/ |
H A D | fcode.hxx | 101 sal_uInt16 getRowPos() const {return m_nRowPos;} in getRowPos() function in connectivity::file::OOperandRow
|
Completed in 34 milliseconds