Lines Matching refs:nRow

106 …void fillListBox(const uno::Reference< beans::XPropertySet>& _xDest,long nRow,sal_uInt16 nColumnId…
149 virtual void InitController( ::svt::CellControllerRef& rController, long nRow, sal_uInt16 nCol );
150 virtual ::svt::CellController* GetController( long nRow, sal_uInt16 nCol );
152 virtual sal_Bool SeekRow( long nRow );
154 virtual String GetCellText( long nRow, sal_uInt16 nColId ) const;
155 virtual RowStatus GetRowStatus(long nRow) const;
175 void InsertRows( long nRow );
292 sal_Int32 nRow = GetRowAtYPosPixel(rEvt.maPosPixel.Y(), sal_False); in ExecuteDrop() local
301 moveGroups(aGroups,nRow); in ExecuteDrop()
314 sal_Int32 nRow = _nRow; in moveGroups() local
332 if ( nRow > xGroups->getCount() ) in moveGroups()
333 nRow = xGroups->getCount(); in moveGroups()
335 SelectRow(nRow); in moveGroups()
337 aArgs[1].Value <<= nRow; in moveGroups()
339 ++nRow; in moveGroups()
443 sal_Int32 nRow = GetCurRow(); in SaveModified() local
444 if ( nRow != BROWSER_ENDOFSELECTION ) in SaveModified()
450 if ( m_aGroupPositions[nRow] == NO_GROUP ) in SaveModified()
464 ::std::vector<sal_Int32>::iterator aEnd = m_aGroupPositions.begin() + nRow; in SaveModified()
482 xGroup = m_pParent->getGroup(m_aGroupPositions[nRow]); in SaveModified()
509 GoToRow(nRow); in SaveModified()
510 m_pParent->DisplayData(nRow); in SaveModified()
521 String OFieldExpressionControl::GetCellText( long nRow, sal_uInt16 /*nColId*/ ) const in GetCellText() argument
525 if ( nRow != BROWSER_ENDOFSELECTION && m_aGroupPositions[nRow] != NO_GROUP ) in GetCellText()
529 uno::Reference< report::XGroup> xGroup = m_pParent->getGroup(m_aGroupPositions[nRow]); in GetCellText()
552 void OFieldExpressionControl::InitController( CellControllerRef& /*rController*/, long nRow, sal_uI… in InitController() argument
556 m_pComboCell->SetText( GetCellText( nRow, nColumnId ) ); in InitController()
612 EditBrowseBox::RowStatus OFieldExpressionControl::GetRowStatus(long nRow) const in GetRowStatus()
615 if (nRow >= 0 && nRow == m_nDataPos) in GetRowStatus()
617 …if ( nRow != BROWSER_ENDOFSELECTION && nRow < static_cast<long>(m_aGroupPositions.size()) && m_aGr… in GetRowStatus()
621 uno::Reference< report::XGroup> xGroup = m_pParent->getGroup(m_aGroupPositions[nRow]); in GetRowStatus()
911 void OFieldExpressionControl::InsertRows( long nRow ) in InsertRows() argument
935 …d::vector<sal_Int32>::size_type nRowPos = static_cast< ::std::vector<sal_Int32>::size_type >(nRow); in InsertRows()
967 RowInserted( nRow,nSize,sal_True ); in InsertRows()
1287 sal_Int32 nRow = m_pFieldExpression->GetCurRow(); in IMPL_LINK() local
1288 sal_Int32 nGroupPos = m_pFieldExpression->getGroupPosition(nRow); in IMPL_LINK()
1292 SaveData(nRow); in IMPL_LINK()