diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-05 08:48:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-05 08:48:46 +0000 |
commit | bf1ab3099c53a9cd1cdeb67e96fb2c3bb387b7c1 (patch) | |
tree | a729d66d0eede5ed825c64267e5ffc3459f48be7 /sc/source/ui/view/tabvwsh4.cxx | |
parent | b5fb4feaf6abd26f5f02c63baaefbd2bcc312c77 (diff) |
INTEGRATION: CWS calc36 (1.55.48); FILE MERGED
2006/04/05 16:32:18 nn 1.55.48.1: #i40174# SingleCellMode for range selection API
Diffstat (limited to 'sc/source/ui/view/tabvwsh4.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwsh4.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/source/ui/view/tabvwsh4.cxx b/sc/source/ui/view/tabvwsh4.cxx index 47685e5beb92..161e3eada592 100644 --- a/sc/source/ui/view/tabvwsh4.cxx +++ b/sc/source/ui/view/tabvwsh4.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tabvwsh4.cxx,v $ * - * $Revision: 1.57 $ + * $Revision: 1.58 $ * - * last change: $Author: rt $ $Date: 2006-05-04 15:04:36 $ + * last change: $Author: rt $ $Date: 2006-05-05 09:48:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1377,7 +1377,7 @@ IMPL_LINK( ScTabViewShell, SimpleRefChange, String*, pResult ) } void ScTabViewShell::StartSimpleRefDialog( - const String& rTitle, const String& rInitVal, BOOL bCloseOnButtonUp ) + const String& rTitle, const String& rInitVal, BOOL bCloseOnButtonUp, BOOL bSingleCell ) { SfxViewFrame* pViewFrm = GetViewFrame(); @@ -1404,6 +1404,7 @@ void ScTabViewShell::StartSimpleRefDialog( LINK( this, ScTabViewShell, SimpleRefChange ) ); pWnd->SetRefString( rInitVal ); pWnd->SetFlags( bCloseOnButtonUp ); + pWnd->SetSingleCell( bSingleCell ); pWnd->SetAutoReOpen( FALSE ); Window* pWin = pWnd->GetWindow(); pWin->SetText( rTitle ); |