Home
last modified time | relevance | path

Searched refs:_nRow (Results 26 – 39 of 39) sorted by relevance

12

/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx370 void executeRowContextMenu( long _nRow, const Point& _rPreferredPos );
392 virtual String GetCellText(long _nRow, sal_uInt16 _nColId) const;
517 sal_Bool canCopyCellText(sal_Int32 _nRow, sal_Int16 _nColId);
519 void copyCellText(sal_Int32 _nRow, sal_Int16 _nColId);
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx2636 …endUndoAction(const String& _rOldValue,const String& _rNewValue,sal_Int32 _nRow,sal_Bool& _bListAc… in appendUndoAction() argument
2645 appendUndoAction(_rOldValue,_rNewValue,_nRow); in appendUndoAction()
2649 …ctionBrowseBox::appendUndoAction(const String& _rOldValue,const String& _rNewValue,sal_Int32 _nRow) in appendUndoAction() argument
2654 pUndoAct->SetCellIndex(_nRow); in appendUndoAction()
2754 ::rtl::OUString OSelectionBrowseBox::GetRowDescription( sal_Int32 _nRow ) const in GetRowDescription()
2759 xub_StrLen nToken = (xub_StrLen) (_nRow >= GetBrowseRow(BROW_CRIT2_ROW)) in GetRowDescription()
2761 xub_StrLen(BROW_CRIT2_ROW) : xub_StrLen(GetRealRow(_nRow)); in GetRowDescription()
2852 Reference< XAccessible > OSelectionBrowseBox::CreateAccessibleCell( sal_Int32 _nRow, sal_uInt16 _nC… in CreateAccessibleCell() argument
2858 if ( _nRow == BROW_VIS_ROW && pEntry.isValid() ) in CreateAccessibleCell()
2859 …return EditBrowseBox::CreateAccessibleCheckBoxCell( _nRow, _nColumnPos,pEntry->IsVisible() ? STATE… in CreateAccessibleCell()
[all …]
/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.hxx205 bool goTo( ColPos _nColumn, RowPos _nRow );
217 void ensureVisible( ColPos _nColumn, RowPos _nRow, bool _bAcceptPartialVisibility );
376 void impl_getCellRect( ColPos _nColumn, RowPos _nRow, Rectangle& _rCellRect ) const;
H A Dtablegeometry.cxx42 RowPos const _nRow, bool const i_allowVirtualRows ) in TableRowGeometry() argument
44 ,m_nRowPos( _nRow ) in TableRowGeometry()
H A Dgridtablerenderer.cxx333 void GridTableRenderer::PrepareRow( RowPos _nRow, bool i_hasControlFocus, bool _bSelected, in PrepareRow() argument
337 m_pImpl->nCurrentRow = _nRow; in PrepareRow()
/trunk/main/dbaccess/source/ui/inc/
H A DWTypeSelect.hxx128 inline void setDisplayRow(sal_Int32 _nRow) { m_nDisplayRow = _nRow - 1; } in setDisplayRow() argument
H A DTableGrantCtrl.hxx116 void fillPrivilege(sal_Int32 _nRow) const;
117 TTablePrivilegeMap::const_iterator findPrivilege(sal_Int32 _nRow) const;
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx312 String _SdrItemBrowserControl::GetCellText(long _nRow, sal_uInt16 _nColId) const in GetCellText() argument
315 if ( _nRow >= 0 && _nRow < (sal_Int32)aList.Count() ) in GetCellText()
317 ImpItemListRow* pEntry = ImpGetEntry(_nRow); in GetCellText()
/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxTableCell.cxx44 sal_Int32 getIndex_Impl( sal_Int32 _nRow, sal_uInt16 _nColumn, sal_uInt16 _nColumnCount ) in getIndex_Impl() argument
46 return _nRow * _nColumnCount + _nColumn; in getIndex_Impl()
H A DAccessibleGridControlTableCell.cxx44 sal_Int32 getIndex_Impl( sal_Int32 _nRow, sal_uInt16 _nColumn, sal_uInt16 _nColumnCount ) in getIndex_Impl() argument
46 return _nRow * _nColumnCount + _nColumn; in getIndex_Impl()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx427 sal_Bool OTableEditorCtrl::SeekRow(long _nRow) in SeekRow() argument
430 EditBrowseBox::SeekRow(_nRow); in SeekRow()
433 m_nCurrentPos = _nRow; in SeekRow()
434 return SetDataPtr(_nRow); in SeekRow()
/trunk/main/svtools/inc/svtools/table/
H A Dtablerenderer.hxx146 virtual void PrepareRow( RowPos _nRow, bool i_hasControlFocus, bool _bSelected,
H A Dgridtablerenderer.hxx90 virtual void PrepareRow( RowPos _nRow, bool i_hasControlFocus, bool _bSelected,
H A Dtablecontrolinterface.hxx242 virtual bool isRowSelected( RowPos _nRow ) const = 0;

Completed in 87 milliseconds

12