xref: /aoo4110/main/sw/source/ui/vba/vbaapplication.hxx (revision b1cdbd2c)
1*b1cdbd2cSJim Jagielski /**************************************************************
2*b1cdbd2cSJim Jagielski  *
3*b1cdbd2cSJim Jagielski  * Licensed to the Apache Software Foundation (ASF) under one
4*b1cdbd2cSJim Jagielski  * or more contributor license agreements.  See the NOTICE file
5*b1cdbd2cSJim Jagielski  * distributed with this work for additional information
6*b1cdbd2cSJim Jagielski  * regarding copyright ownership.  The ASF licenses this file
7*b1cdbd2cSJim Jagielski  * to you under the Apache License, Version 2.0 (the
8*b1cdbd2cSJim Jagielski  * "License"); you may not use this file except in compliance
9*b1cdbd2cSJim Jagielski  * with the License.  You may obtain a copy of the License at
10*b1cdbd2cSJim Jagielski  *
11*b1cdbd2cSJim Jagielski  *   http://www.apache.org/licenses/LICENSE-2.0
12*b1cdbd2cSJim Jagielski  *
13*b1cdbd2cSJim Jagielski  * Unless required by applicable law or agreed to in writing,
14*b1cdbd2cSJim Jagielski  * software distributed under the License is distributed on an
15*b1cdbd2cSJim Jagielski  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*b1cdbd2cSJim Jagielski  * KIND, either express or implied.  See the License for the
17*b1cdbd2cSJim Jagielski  * specific language governing permissions and limitations
18*b1cdbd2cSJim Jagielski  * under the License.
19*b1cdbd2cSJim Jagielski  *
20*b1cdbd2cSJim Jagielski  *************************************************************/
21*b1cdbd2cSJim Jagielski 
22*b1cdbd2cSJim Jagielski 
23*b1cdbd2cSJim Jagielski #ifndef SW_VBA_APPLICATION_HXX
24*b1cdbd2cSJim Jagielski #define SW_VBA_APPLICATION_HXX
25*b1cdbd2cSJim Jagielski 
26*b1cdbd2cSJim Jagielski #include <ooo/vba/word/XApplication.hpp>
27*b1cdbd2cSJim Jagielski #include <ooo/vba/word/XDocument.hpp>
28*b1cdbd2cSJim Jagielski #include <ooo/vba/word/XWindow.hpp>
29*b1cdbd2cSJim Jagielski #include <ooo/vba/word/XSystem.hpp>
30*b1cdbd2cSJim Jagielski #include <ooo/vba/word/XOptions.hpp>
31*b1cdbd2cSJim Jagielski #include <ooo/vba/word/XSelection.hpp>
32*b1cdbd2cSJim Jagielski #include <ooo/vba/word/XAddins.hpp>
33*b1cdbd2cSJim Jagielski #include <vbahelper/vbahelperinterface.hxx>
34*b1cdbd2cSJim Jagielski #include <vbahelper/vbaapplicationbase.hxx>
35*b1cdbd2cSJim Jagielski #include <cppuhelper/implbase1.hxx>
36*b1cdbd2cSJim Jagielski 
37*b1cdbd2cSJim Jagielski //typedef InheritedHelperInterfaceImpl1< ooo::vba::word::XApplication > SwVbaApplication_BASE;
38*b1cdbd2cSJim Jagielski typedef cppu::ImplInheritanceHelper1< VbaApplicationBase, ooo::vba::word::XApplication > SwVbaApplication_BASE;
39*b1cdbd2cSJim Jagielski 
40*b1cdbd2cSJim Jagielski class SwVbaApplication : public SwVbaApplication_BASE
41*b1cdbd2cSJim Jagielski {
42*b1cdbd2cSJim Jagielski public:
43*b1cdbd2cSJim Jagielski 	SwVbaApplication( css::uno::Reference< css::uno::XComponentContext >& m_xContext );
44*b1cdbd2cSJim Jagielski 	virtual ~SwVbaApplication();
45*b1cdbd2cSJim Jagielski 
46*b1cdbd2cSJim Jagielski     virtual SfxObjectShell* GetDocShell( const css::uno::Reference< css::frame::XModel >& xModel ) throw (css::uno::RuntimeException);
47*b1cdbd2cSJim Jagielski 
48*b1cdbd2cSJim Jagielski 	// XApplication
49*b1cdbd2cSJim Jagielski     virtual ::rtl::OUString SAL_CALL getName() throw (css::uno::RuntimeException);
50*b1cdbd2cSJim Jagielski     virtual css::uno::Reference< ooo::vba::word::XSystem > SAL_CALL getSystem() throw (css::uno::RuntimeException);
51*b1cdbd2cSJim Jagielski     virtual css::uno::Reference< ov::word::XDocument > SAL_CALL getActiveDocument() throw (css::uno::RuntimeException);
52*b1cdbd2cSJim Jagielski     virtual css::uno::Reference< ov::word::XWindow > SAL_CALL getActiveWindow() throw (css::uno::RuntimeException);
53*b1cdbd2cSJim Jagielski     virtual css::uno::Reference< ooo::vba::word::XOptions > SAL_CALL getOptions() throw (css::uno::RuntimeException);
54*b1cdbd2cSJim Jagielski     virtual css::uno::Reference< ooo::vba::word::XSelection > SAL_CALL getSelection() throw (css::uno::RuntimeException);
55*b1cdbd2cSJim Jagielski     virtual css::uno::Any SAL_CALL CommandBars( const css::uno::Any& aIndex ) throw (css::uno::RuntimeException);
56*b1cdbd2cSJim Jagielski     virtual css::uno::Any SAL_CALL Documents( const css::uno::Any& aIndex ) throw (css::uno::RuntimeException);
57*b1cdbd2cSJim Jagielski     virtual css::uno::Any SAL_CALL Addins( const css::uno::Any& aIndex ) throw (css::uno::RuntimeException);
58*b1cdbd2cSJim Jagielski     virtual css::uno::Any SAL_CALL Dialogs( const css::uno::Any& aIndex ) throw (css::uno::RuntimeException);
59*b1cdbd2cSJim Jagielski     virtual sal_Bool SAL_CALL getDisplayAutoCompleteTips() throw (css::uno::RuntimeException);
60*b1cdbd2cSJim Jagielski     virtual void SAL_CALL setDisplayAutoCompleteTips( sal_Bool _displayAutoCompleteTips ) throw (css::uno::RuntimeException);
61*b1cdbd2cSJim Jagielski     virtual sal_Int32 SAL_CALL getEnableCancelKey() throw (css::uno::RuntimeException);
62*b1cdbd2cSJim Jagielski     virtual void SAL_CALL setEnableCancelKey( sal_Int32 _enableCancelKey ) throw (css::uno::RuntimeException);
63*b1cdbd2cSJim Jagielski     virtual float SAL_CALL CentimetersToPoints( float _Centimeters ) throw (css::uno::RuntimeException);
64*b1cdbd2cSJim Jagielski 	// XHelperInterface
65*b1cdbd2cSJim Jagielski 	virtual rtl::OUString& getServiceImplName();
66*b1cdbd2cSJim Jagielski 	virtual css::uno::Sequence<rtl::OUString> getServiceNames();
67*b1cdbd2cSJim Jagielski protected:
68*b1cdbd2cSJim Jagielski     virtual css::uno::Reference< css::frame::XModel > getCurrentDocument() throw (css::uno::RuntimeException);
69*b1cdbd2cSJim Jagielski };
70*b1cdbd2cSJim Jagielski #endif /* SW_VBA_APPLICATION_HXX */
71