Searched refs:bSetCursor (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | conflictsdlg.cxx | 677 sal_Bool bSetCursor = !maLbConflicts.NextSelected( pEntry ); in IMPL_LINK() local 678 pTabView->MarkRange( rBigRange.MakeRange(), bSetCursor, bContMark ); in IMPL_LINK()
|
H A D | acredlin.cxx | 1834 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 D | inputwin.cxx | 405 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 D | tabview3.cxx | 1477 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 D | viewfun2.cxx | 511 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 D | tabview.hxx | 487 …void MarkRange( const ScRange& rRange, sal_Bool bSetCursor = sal_True, sal_Bool bContin…
|
H A D | viewfunc.hxx | 94 … bool AutoSum( const ScRange& rRange, bool bSubTotal, bool bSetCursor, bool bContinue );
|
Completed in 51 milliseconds