Searched refs:GetCurrentRow (Results 1 – 11 of 11) sorted by relevance
168 sal_Int32 nCurrentRow(rXMLImport.GetTables().GetCurrentRow()); in EndElement()254 nHeaderStartRow = rImport.GetTables().GetCurrentRow(); in ScXMLTableRowsContext()259 nGroupStartRow = rImport.GetTables().GetCurrentRow(); in ScXMLTableRowsContext()324 nHeaderEndRow = rXMLImport.GetTables().GetCurrentRow(); in EndElement()349 nGroupEndRow = rXMLImport.GetTables().GetCurrentRow(); in EndElement()
157 sal_Int32 GetCurrentRow() const { return aTableVec[nTableCount - 1]->GetRow(); } in GetCurrentRow() function in ScMyTables
1086 const DbGridRowRef& xRow = GetCurrentRow(); in propertyChange()1225 … OSL_ENSURE( GetCurrentRow().Is(), "FmGridControl::DeleteSelectedRows: no current row here?" ); in DeleteSelectedRows()1228 if ( !IsRowSelected( GetCurrentPos() ) && !IsCurrentAppending() && GetCurrentRow().Is() ) in DeleteSelectedRows()1230 aBookmark = GetCurrentRow()->GetBookmark(); in DeleteSelectedRows()1447 const DbGridRowRef& xRow = GetCurrentRow(); in inserted()1461 if (!GetCurrentRow().Is()) in restored()1464 sal_Bool bAppending = GetCurrentRow()->IsNew(); in restored()1465 sal_Bool bDirty = GetCurrentRow()->IsModified(); in restored()
449 const DbGridRowRef xRow = m_rParent.GetCurrentRow(); in GetCurrentFieldValue()
192 sal_Int32 TableControl::GetCurrentRow() const in GetCurrentRow() function in svt::table::TableControl385 aRetText += GetRowName( GetCurrentRow() ); in GetAccessibleObjectDescription()494 if ( IsRowSelected( GetCurrentRow() ) ) in FillAccessibleStateSet()
94 sal_Int32 GetCurrentRow() const;130 return GoTo( _nColumn, GetCurrentRow() ); in GoToColumn()
350 int nIndex = m_aTable.GetCurrentRow()*m_aTable.GetColumnCount()+m_aTable.GetCurrentColumn(); in commitCellEvent()371 …Reference< XAccessible > xChild = m_pImpl->m_pTable->getAccessibleChild(m_aTable.GetCurrentRow()*m… in commitTableEvent()
71 virtual sal_Int32 GetCurrentRow() const = 0;
1558 …if ((IsModified() || (GetCurrentRow().Is() && GetCurrentRow()->IsModified())) && (GetCurrentPos() … in AcceptDrop()
489 const DbGridRowRef& GetCurrentRow() const {return m_xCurrentRow;} in GetCurrentRow() function in DbGridControl
162 sal_Int32 const nRow = pTable->GetCurrentRow(); in getCurrentRow()
Completed in 4583 milliseconds