Home
last modified time | relevance | path

Searched refs:GetCurrentRow (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmlrowi.cxx168 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()
H A Dxmlsubti.hxx157 sal_Int32 GetCurrentRow() const { return aTableVec[nTableCount - 1]->GetRow(); } in GetCurrentRow() function in ScMyTables
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx1086 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()
H A Dgridcell.cxx449 const DbGridRowRef xRow = m_rParent.GetCurrentRow(); in GetCurrentFieldValue()
/trunk/main/svtools/source/table/
H A Dtablecontrol.cxx192 sal_Int32 TableControl::GetCurrentRow() const in GetCurrentRow() function in svt::table::TableControl
385 aRetText += GetRowName( GetCurrentRow() ); in GetAccessibleObjectDescription()
494 if ( IsRowSelected( GetCurrentRow() ) ) in FillAccessibleStateSet()
/trunk/main/svtools/inc/svtools/table/
H A Dtablecontrol.hxx94 sal_Int32 GetCurrentRow() const;
130 return GoTo( _nColumn, GetCurrentRow() ); in GoToColumn()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControl.cxx350 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()
/trunk/main/svtools/inc/svtools/
H A Daccessibletable.hxx71 virtual sal_Int32 GetCurrentRow() const = 0;
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1558 …if ((IsModified() || (GetCurrentRow().Is() && GetCurrentRow()->IsModified())) && (GetCurrentPos() … in AcceptDrop()
/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx489 const DbGridRowRef& GetCurrentRow() const {return m_xCurrentRow;} in GetCurrentRow() function in DbGridControl
/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx162 sal_Int32 const nRow = pTable->GetCurrentRow(); in getCurrentRow()

Completed in 959 milliseconds