Home
last modified time | relevance | path

Searched refs:bSetCursor (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/ui/miscdlgs/
H A Dconflictsdlg.cxx677 sal_Bool bSetCursor = !maLbConflicts.NextSelected( pEntry ); in IMPL_LINK() local
678 pTabView->MarkRange( rBigRange.MakeRange(), bSetCursor, bContMark ); in IMPL_LINK()
H A Dacredlin.cxx1834 sal_Bool bSetCursor = !pTheView->NextSelected( pEntry ); in IMPL_LINK() local
1835 pTabView->MarkRange( rBigRange.MakeRange(), bSetCursor, bContMark ); in IMPL_LINK()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx405 const bool bSetCursor = ( i == nCount - 1 ? true : false ); in Select() local
407 if ( !pViewSh->AutoSum( aRange, bSubTotal, bSetCursor, bContinue ) ) in Select()
/trunk/main/sc/source/ui/view/
H A Dtabview3.cxx1477 void ScTabView::MarkRange( const ScRange& rRange, sal_Bool bSetCursor, sal_Bool bContinue ) in MarkRange() argument
1484 if (bSetCursor) // Wenn Cursor gesetzt wird, immer auch alignen in MarkRange()
1496 if (bSetCursor) in MarkRange()
H A Dviewfun2.cxx511 bool ScViewFunc::AutoSum( const ScRange& rRange, bool bSubTotal, bool bSetCursor, bool bContinue ) in AutoSum() argument
701 if ( bSetCursor ) in AutoSum()
/trunk/main/sc/source/ui/inc/
H A Dtabview.hxx487 …void MarkRange( const ScRange& rRange, sal_Bool bSetCursor = sal_True, sal_Bool bContin…
H A Dviewfunc.hxx94 … bool AutoSum( const ScRange& rRange, bool bSubTotal, bool bSetCursor, bool bContinue );

Completed in 61 milliseconds