Home
last modified time | relevance | path

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

12

/aoo4110/main/svtools/workben/
H A Dbrowser.cxx445 aEvent += String( GetCurRow() ); in DoubleClick()
464 aEvent += String( GetCurRow() ); in CursorMoved()
612 if ( aBrowser.GetCurRow() == 0 ) in IMPL_LINK_INLINE_END()
617 nPos = 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()
648 nPos = aBrowser.GetCurRow(); in IMPL_LINK_INLINE_END()
676 nPos = aBrowser.GetCurRow(); in IMPL_LINK_INLINE_END()
[all …]
/aoo4110/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()
/aoo4110/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx288 long nRow(GetCurRow()); in SetReadOnly()
577 SetDataPtr(GetCurRow()); in SaveCurRow()
616 m_nDataPos = GetCurRow(); in CursorMoved()
789 nOldDataPos = GetCurRow(); in CursorMoving()
837 nRow = GetCurRow(); in CellModified()
1084 m_nDataPos = GetCurRow(); in DeleteRows()
1169 nRow = GetCurRow(); in SetCellData()
1193 nRow = GetCurRow(); in SetCellData()
1282 nRow = GetCurRow(); in GetCellData()
1923 long nRow(GetCurRow()); in SwitchType()
[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()
/aoo4110/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 …]
/aoo4110/main/svtools/source/brwbox/
H A Dbrwbox2.cxx1935 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()
1969 long nRow = GetCurRow(); in Dispatch()
1973 bDone = GoToRow( GetCurRow() + 1 , sal_False ); in Dispatch()
1975 SelectRow( GetCurRow(), sal_True, sal_True ); in Dispatch()
1986 long nRow = GetCurRow(); in Dispatch()
1992 SelectRow( GetCurRow(), sal_True, sal_True ); in Dispatch()
2060 SelectRow( GetCurRow(), !IsRowSelected( GetCurRow() ), sal_True ); 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()
/aoo4110/main/svx/source/fmcomp/
H A Dgridctrl.cxx1346 if ((GetCurRow() == GetRowCount() - 1) && (GetCurRow() > 0)) in SetOptions()
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()
2574 if (GetCurRow() != nNewRow) in MoveToPrev()
2588 if (GetCurRow() != nNewRow) in MoveToNext()
2604 MoveToPosition(GetCurRow() + 1); in MoveToNext()
2677 if (nNewRow > 0 && GetCurRow() != nNewRow) in AppendNew()
3495 long nRow = GetCurRow(); in KeyInput()
[all …]
/aoo4110/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());
/aoo4110/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx446 if (GetCurRow() != 0) in PreFill()
979 long nRow = GetRealRow(GetCurRow()); in SaveModified()
1349 long nCurrentRow = GetCurRow(); in RemoveColumn()
1536 sal_uInt32 nRow = GetCurRow(); in DeleteFields()
1604 long nCurrentRow = GetCurRow(); in InsertColumn()
2011 long nRow = GetRealRow(GetCurRow()); in CellModified()
2547 long nRow = GetRealRow(GetCurRow()); in isCutAllowed()
2568 long nRow = GetRealRow(GetCurRow()); in cut()
2587 long nRow = GetRealRow(GetCurRow()); in paste()
2605 long nRow = GetRealRow(GetCurRow()); in isPasteAllowed()
[all …]
H A DQueryDesignView.cxx3206 m_pSelectionBox->ActivateCell(m_pSelectionBox->GetCurRow(), m_pSelectionBox->GetCurColumnId()); in GetFocus()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/dbaccess/source/ui/inc/
H A Dindexfieldscontrol.hxx101 sal_Bool isNewField() const { return GetCurRow() >= (sal_Int32)m_aFields.size(); } in isNewField()
/aoo4110/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
/aoo4110/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()

Completed in 794 milliseconds

12