Home
last modified time | relevance | path

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

/aoo41x/main/accessibility/source/extended/
H A DAccessibleBrowseBoxTableCell.cxx64 …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 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 …m_aTable.FillAccessibleStateSetForCell( *pStateSetHelper, getRowPos(), static_cast< sal_uInt16 >( … 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.cxx142 sName += String::CreateFromInt32( getRowPos( ) ); in getAccessibleName()
/aoo41x/main/connectivity/source/drivers/file/
H A DFDriver.cxx251 OSL_ENSURE(getRowPos() < rParameterColumns->get().size(),"Invalid index for orderkey values!"); in describe()
253 Reference< XPropertySet> xColumn = (rParameterColumns->get())[getRowPos()]; in describe()
H A Dfanalyzer.cxx252 …e< XIndexAccess>(m_aCompiler->getOrigColumns(),UNO_QUERY)->getByIndex(pLeft->getRowPos()) >>= xCol; in describeParam()
/aoo41x/main/accessibility/inc/accessibility/extended/
H A Daccessiblebrowseboxcell.hxx48 inline sal_Int32 getRowPos( ) const { return m_nRowPos; } in getRowPos() function in accessibility::AccessibleBrowseBoxCell
H A DAccessibleGridControlTableCell.hxx41 inline sal_Int32 getRowPos( ) const { return m_nRowPos; } in getRowPos() function in accessibility::AccessibleGridControlCell
/aoo41x/main/connectivity/source/inc/file/
H A Dfcode.hxx101 sal_uInt16 getRowPos() const {return m_nRowPos;} in getRowPos() function in connectivity::file::OOperandRow

Completed in 34 milliseconds