Home
last modified time | relevance | path

Searched refs:GetCurRow (Results 1 – 25 of 27) sorted by relevance

12

/AOO41X/main/svtools/workben/
H A Dbrowser.cxx445 aEvent += String( GetCurRow() ); in DoubleClick()
464 aEvent += String( GetCurRow() ); in CursorMoved()
468 if ( IsFieldVisible( GetCurRow(), GetCurColumnId(), sal_True ) ) in CursorMoved()
612 if ( aBrowser.GetCurRow() == 0 ) in IMPL_LINK_INLINE_END()
617 nPos = aBrowser.GetCurRow() - 1; in IMPL_LINK_INLINE_END()
619 aBrowser.RowInserted( aBrowser.GetCurRow()-1 ); in IMPL_LINK_INLINE_END()
623 nPos = aBrowser.GetCurRow(); in IMPL_LINK_INLINE_END()
631 nPos = aBrowser.GetCurRow() + 1; in IMPL_LINK_INLINE_END()
637 if ( aBrowser.GetCurRow() == 0 ) in IMPL_LINK_INLINE_END()
642 nPos = aBrowser.GetCurRow() - 1; in IMPL_LINK_INLINE_END()
[all …]
/AOO41X/main/cui/source/options/
H A Dconnpooloptions.cxx164 if ( GetCurRow() >= 0 ) in CursorMoved()
174 OSL_ENSURE( ( GetCurRow() < m_aSettings.size() ) && ( GetCurRow() >= 0 ), in getCurrentRow()
177 if ( ( GetCurRow() >= 0 ) && ( GetCurRow() < m_aSettings.size() ) ) in getCurrentRow()
178 return &(*(m_aSettings.begin() + GetCurRow())); in getCurrentRow()
186 OSL_ENSURE( ( GetCurRow() < m_aSettings.size() ) && ( GetCurRow() >= 0 ), in getCurrentRow()
189 if ( ( GetCurRow() >= 0 ) && ( GetCurRow() < m_aSettings.size() ) ) in getCurrentRow()
190 return &(*(m_aSettings.begin() + GetCurRow())); in getCurrentRow()
198 Window::Invalidate( GetRowRectPixel( GetCurRow() ), INVALIDATE_UPDATE ); in updateCurrentRow()
/AOO41X/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx288 long nRow(GetCurRow()); in SetReadOnly()
498 SeekRow( nRow == -1 ? GetCurRow() : nRow); in InitController()
571 if (GetFieldDescr(GetCurRow()) == NULL) in SaveCurRow()
577 SetDataPtr(GetCurRow()); in SaveCurRow()
616 m_nDataPos = GetCurRow(); in CursorMoved()
657 SetDataPtr( nRow == -1 ? GetCurRow() : nRow); in SaveData()
789 nOldDataPos = GetCurRow(); in CursorMoving()
837 nRow = GetCurRow(); in CellModified()
875 …().AddUndoAction(new OTableEditorTypeSelUndoAct(this, GetCurRow(), nColId, GetFieldDescr(GetCurRow in CellModified()
905 CellModified( GetCurRow(), GetCurColumnId() ); in CellModified()
[all …]
H A DTableDesignView.cxx289 …oost::shared_ptr<OTableRow> pRow = (*GetEditorCtrl()->GetRowList())[GetEditorCtrl()->GetCurRow()];
384 …oost::shared_ptr<OTableRow> pRow = (*GetEditorCtrl()->GetRowList())[GetEditorCtrl()->GetCurRow()]; in reSync()
H A DTableUndo.cxx279 pTabEdCtrl->DisplayData(pTabEdCtrl->GetCurRow()); in Undo()
300 pTabEdCtrl->DisplayData(pTabEdCtrl->GetCurRow()); in Redo()
/AOO41X/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx531 && ( GetCurRow() >= 0 ) in MayDeleteRow()
550 && ( GetCurRow() >= 0 ) in MaySwapRows()
551 && ( GetCurRow() < GetRowCount() - 1 ); in MaySwapRows()
582 long nOldRow = GetCurRow(); in RenewTable()
816 const sal_Int32 nRow = lcl_getRowInData( GetCurRow()); in IsDataValid()
937 sal_Int32 nRowIdx = lcl_getRowInData( GetCurRow()); in InsertRow()
953 sal_Int32 nRowIdx = lcl_getRowInData( GetCurRow()); in RemoveRow()
992 sal_Int32 nRowIdx = lcl_getRowInData( GetCurRow()); in SwapRow()
1004 if( GetCurRow() < GetRowCount() - 1 ) in SwapRow()
1077 long nRow = GetCurRow(); in IsTabAllowed()
[all …]
/AOO41X/main/svtools/source/brwbox/
H A Dbrwbox2.cxx1022 …if (!m_bFocusOnlyCursor && (pCol->GetId() == GetCurColumnId()) && (nRow == (sal_uLong)GetCurRow())) in ImplPaintData()
1935 if ( ( GetCurRow() + 1 ) < nRowCount ) in Dispatch()
1936 bDone = GoToRow( GetCurRow() + 1, sal_False ); in Dispatch()
1939 if ( GetCurRow() > 0 ) in Dispatch()
1940 bDone = GoToRow( GetCurRow() - 1, sal_False ); in Dispatch()
1946 for ( long nRow = GetCurRow(); nRow >= 0; --nRow ) in Dispatch()
1957 for ( long nRow = GetCurRow(); nRow < nRows; ++nRow ) in Dispatch()
1965 if ( GetRowCount() && ( GetCurRow() + 1 ) < nRowCount ) in Dispatch()
1969 long nRow = GetCurRow(); in Dispatch()
1973 bDone = GoToRow( GetCurRow() + 1 , sal_False ); in Dispatch()
[all …]
H A Dbrwbox3.cxx248 aRetText += OUString::valueOf(sal_Int32(GetCurRow())); in GetAccessibleObjectName()
261 aRetText += OUString::valueOf(sal_Int32(GetCurRow())); in GetAccessibleObjectName()
271 aRetText += OUString::valueOf(sal_Int32(GetCurRow())); in GetAccessibleObjectName()
373 sal_Int32 nRow = GetCurRow(); in FillAccessibleStateSet()
452 return GetCurRow(); in GetCurrRow()
H A Deditbrowsebox2.cxx91 GetCurRow(), in implCreateActiveAccessible()
H A Deditbrowsebox.cxx1008 long nNewRow = GetCurRow(); in CursorMoved()
1350 InvalidateStatusCell(GetCurRow()); in SetBrowserFlags()
H A Dbrwbox1.cxx68 aEntry += pThis->GetCurRow(); in DoLog_Impl()
2707 makeAny( CreateAccessibleCell( GetCurRow(),GetColumnPos( GetCurColumnId() ) ) ), in CursorMoved()
/AOO41X/main/svx/source/fmcomp/
H A Dgridctrl.cxx1346 if ((GetCurRow() == GetRowCount() - 1) && (GetCurRow() > 0)) in SetOptions()
1347 GoToRowColumnId(GetCurRow() - 1, GetCurColumnId()); in SetOptions()
2191 if (m_pDataCursor && m_nCurrentPos != GetCurRow()) in CursorMoved()
2194 SetCurrent(GetCurRow()); in CursorMoved()
2210 if ( m_nLastRowId != GetCurRow() ) in CursorMoved()
2212 m_nLastRowId = GetCurRow(); in CursorMoved()
2533 if (m_pSeekCursor && (GetCurRow() != 0)) in MoveToFirst()
2573 long nNewRow = std::max(GetCurRow() - 1L, 0L); in MoveToPrev()
2574 if (GetCurRow() != nNewRow) in MoveToPrev()
2587 long nNewRow = std::min(GetRowCount() - 1, GetCurRow() + 1); in MoveToNext()
[all …]
/AOO41X/main/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx367 sal_Int32 nRow = GetCurRow(); in SaveModified()
391 Invalidate(GetRowRectPixel(GetCurRow())); in SaveModified()
401 OIndexField& rCurrentField = m_aFields[GetCurRow()]; in SaveModified()
443 if (GetCurRow() >= GetRowCount() - 2) in IMPL_LINK()
446 sal_Int32 nCurrentRow = GetCurRow(); in IMPL_LINK()
H A DUserAdmin.cxx338 m_TableCtrl.ActivateCell(m_TableCtrl.GetCurRow(),m_TableCtrl.GetCurColumnId());
/AOO41X/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx446 if (GetCurRow() != 0) in PreFill()
979 long nRow = GetRealRow(GetCurRow()); in SaveModified()
1250 RowModified(GetCurRow(), GetCurColumnId()); in SaveModified()
1349 long nCurrentRow = GetCurRow(); in RemoveColumn()
1536 sal_uInt32 nRow = GetCurRow(); in DeleteFields()
1576 ActivateCell(GetCurRow(), GetCurColumnId()); in SetColWidth()
1604 long nCurrentRow = GetCurRow(); in InsertColumn()
2011 long nRow = GetRealRow(GetCurRow()); in CellModified()
2411 …olumnId() == nColId) && IsRowVisible(static_cast<sal_uInt16>(nRow)) && (GetCurRow() == static_cast… in SetCellContents()
2547 long nRow = GetRealRow(GetCurRow()); in isCutAllowed()
[all …]
H A DQueryDesignView.cxx3206 … m_pSelectionBox->ActivateCell(m_pSelectionBox->GetCurRow(), m_pSelectionBox->GetCurColumnId()); in GetFocus()
/AOO41X/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx443 sal_Int32 nRow = GetCurRow(); in SaveModified()
566 long nOldDataPos = GetCurRow(); in CursorMoving()
807 nIndex = GetCurRow(); in DeleteRows()
845 m_nDataPos = GetCurRow(); in DeleteRows()
895 sal_Int32 nPastePosition = GetSelectRowCount() ? FirstSelectedRow() : GetCurRow();
1100 long nCurRow = m_pFieldExpression->GetCurRow(); in UpdateData()
1226 SaveData(m_pFieldExpression->GetCurRow()); in IMPL_LINK()
1287 sal_Int32 nRow = m_pFieldExpression->GetCurRow(); in IMPL_LINK()
/AOO41X/main/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx223 long nRow = GetCurRow(); in IsTabAllowed()
246 sal_Int32 nRow = GetCurRow(); in SaveModified()
H A DRelationControl.cxx263 long nRow = GetCurRow(); in IsTabAllowed()
276 sal_Int32 nRow = GetCurRow(); in SaveModified()
/AOO41X/main/dbaccess/source/ui/inc/
H A Dindexfieldscontrol.hxx101 sal_Bool isNewField() const { return GetCurRow() >= (sal_Int32)m_aFields.size(); } in isNewField()
/AOO41X/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx581 void ActivateCell() { ActivateCell(GetCurRow(), GetCurColumnId()); } in ActivateCell()
H A Dbrwbox.hxx540 long GetCurRow() const { return nCurRow; } in GetCurRow() function in BrowseBox
/AOO41X/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1563 …if (xCurrentController.Is() && xCurrentController->IsModified() && ((nRow != GetCurRow()) || (nCol… in AcceptDrop()
H A Dunodatbr.cxx1890 … aReturn.bEnabled = pControl->canCopyCellText(pControl->GetCurRow(), pControl->GetCurColumnId()); in GetState()
2088 pControl->copyCellText(pControl->GetCurRow(), pControl->GetCurColumnId()); in Execute()
H A Dbrwctrlr.cxx2089 pVclGrid->SelectRow(pVclGrid->GetCurRow()); in Execute()

12