diff options
Diffstat (limited to 'sc/source/ui/app/inputwin.cxx')
-rw-r--r-- | sc/source/ui/app/inputwin.cxx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index 12fd5728b3ae..57e5bec06e35 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include <algorithm> #include "scitems.hxx" @@ -91,7 +90,6 @@ using com::sun::star::frame::XFrame; using com::sun::star::frame::XController; using com::sun::star::beans::XPropertySet; - enum ScNameInputType { SC_NAME_INPUT_CELL, @@ -106,7 +104,6 @@ enum ScNameInputType SC_MANAGE_NAMES }; - ScTextWndBase::ScTextWndBase( Window* pParent, WinBits nStyle ) : Window ( pParent, nStyle ) { @@ -117,10 +114,8 @@ ScTextWndBase::ScTextWndBase( Window* pParent, WinBits nStyle ) } } - // class ScInputWindowWrapper - SFX_IMPL_CHILDWINDOW_WITHID(ScInputWindowWrapper,FID_INPUTLINE_STATUS) ScInputWindowWrapper::ScInputWindowWrapper( Window* pParentP, @@ -157,10 +152,8 @@ static bool lcl_isExperimentalMode() return true; } - // class ScInputWindow - static ScTextWndBase* lcl_chooseRuntimeImpl( Window* pParent, SfxBindings* pBind ) { ScTabViewShell* pViewSh = NULL; @@ -902,8 +895,6 @@ void ScInputWindow::MouseButtonUp( const MouseEvent& rMEvt ) ToolBox::MouseButtonUp( rMEvt ); } - - ScInputBarGroup::ScInputBarGroup(Window* pParent, ScTabViewShell* pViewSh) : ScTextWndBase ( pParent, WinBits(WB_HIDE | WB_TABSTOP ) ), aMultiTextWnd ( this, pViewSh ), @@ -1026,13 +1017,11 @@ void ScInputBarGroup::StartEditEngine() aMultiTextWnd.StartEditEngine(); } - void ScInputBarGroup::MakeDialogEditView() { aMultiTextWnd.MakeDialogEditView(); } - EditView* ScInputBarGroup::GetEditView() { return aMultiTextWnd.GetEditView(); @@ -1152,9 +1141,6 @@ void ScInputBarGroup::TextGrabFocus() aMultiTextWnd.TextGrabFocus(); } - - - ScMultiTextWnd::ScMultiTextWnd( ScInputBarGroup* pParen, ScTabViewShell* pViewSh ) : ScTextWnd( pParen, pViewSh ), @@ -1349,7 +1335,6 @@ static void lcl_ModifyRTLVisArea( EditView* pEditView ) pEditView->SetVisArea(aVisArea); } - void ScMultiTextWnd::InitEditEngine() { ScFieldEditEngine* pNew; @@ -1451,8 +1436,6 @@ void ScMultiTextWnd::SetTextString( const OUString& rNewString ) DoScroll(); } - - ScTextWnd::ScTextWnd( Window* pParent, ScTabViewShell* pViewSh ) : ScTextWndBase ( pParent, WinBits(WB_HIDE | WB_BORDER) ), DragSourceHelper( this ), @@ -1720,7 +1703,6 @@ void ScTextWnd::UpdateAutoCorrFlag() } } - void ScTextWnd::StartEditEngine() { // Don't activate if we're a modal ourselves (Doc modal Dialog) @@ -2065,10 +2047,8 @@ void ScTextWnd::TextGrabFocus() GrabFocus(); } - // Position window - ScPosWnd::ScPosWnd( Window* pParent ) : ComboBox ( pParent, WinBits(WB_HIDE | WB_DROPDOWN) ), pAccel ( NULL ), |