LibreOffice Module sw (master) 1
|
#include <vbaglobals.hxx>
Public Member Functions | |
SwVbaGlobals (css::uno::Sequence< css::uno::Any > const &aArgs, css::uno::Reference< css::uno::XComponentContext > const &rxContext) | |
virtual | ~SwVbaGlobals () override |
virtual OUString SAL_CALL | getName () override |
virtual css::uno::Reference< ooo::vba::word::XSystem > SAL_CALL | getSystem () override |
virtual css::uno::Reference< ov::word::XDocument > SAL_CALL | getActiveDocument () override |
virtual css::uno::Reference< ov::word::XWindow > SAL_CALL | getActiveWindow () override |
virtual css::uno::Reference< ooo::vba::word::XOptions > SAL_CALL | getOptions () override |
virtual css::uno::Reference< ooo::vba::word::XSelection > SAL_CALL | getSelection () override |
virtual css::uno::Reference< ooo::vba::word::XGlobals > SAL_CALL | getWord () override |
virtual css::uno::Reference< ooo::vba::word::XWordBasic > SAL_CALL | getWordBasic () override |
virtual css::uno::Any SAL_CALL | CommandBars (const css::uno::Any &aIndex) override |
virtual css::uno::Any SAL_CALL | Documents (const css::uno::Any &aIndex) override |
virtual css::uno::Any SAL_CALL | Addins (const css::uno::Any &aIndex) override |
virtual css::uno::Any SAL_CALL | Dialogs (const css::uno::Any &aIndex) override |
virtual css::uno::Any SAL_CALL | ListGalleries (const css::uno::Any &aIndex) override |
virtual float SAL_CALL | CentimetersToPoints (float Centimeters) override |
virtual float SAL_CALL | PointsToCentimeters (float Points) override |
virtual float SAL_CALL | PixelsToPoints (float Pixels, ::sal_Bool fVertical) override |
virtual float SAL_CALL | PointsToPixels (float Pixels, ::sal_Bool fVertical) override |
virtual float SAL_CALL | InchesToPoints (float Inches) override |
virtual float SAL_CALL | PointsToInches (float Points) override |
virtual float SAL_CALL | MillimetersToPoints (float Millimeters) override |
virtual float SAL_CALL | PointsToMillimeters (float Points) override |
virtual float SAL_CALL | PicasToPoints (float Picas) override |
virtual float SAL_CALL | PointsToPicas (float Points) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getAvailableServiceNames () override |
virtual OUString | getServiceImplName () override |
virtual css::uno::Sequence< OUString > | getServiceNames () override |
Private Member Functions | |
css::uno::Reference< ooo::vba::word::XApplication > const & | getApplication () |
Private Attributes | |
css::uno::Reference< ooo::vba::word::XApplication > | mxApplication |
Definition at line 33 of file vbaglobals.hxx.
SwVbaGlobals::SwVbaGlobals | ( | css::uno::Sequence< css::uno::Any > const & | aArgs, |
css::uno::Reference< css::uno::XComponentContext > const & | rxContext | ||
) |
Definition at line 32 of file vbaglobals.cxx.
References getApplication(), init(), Reference, and SAL_INFO.
|
overridevirtual |
Definition at line 47 of file vbaglobals.cxx.
References SAL_INFO.
|
overridevirtual |
Definition at line 107 of file vbaglobals.cxx.
References getApplication(), and index.
|
overridevirtual |
Definition at line 143 of file vbaglobals.cxx.
References getApplication().
|
overridevirtual |
Definition at line 95 of file vbaglobals.cxx.
References aIndex, and getApplication().
|
overridevirtual |
Definition at line 113 of file vbaglobals.cxx.
References getApplication(), and index.
|
overridevirtual |
Definition at line 101 of file vbaglobals.cxx.
References getApplication(), and index.
|
overridevirtual |
Definition at line 71 of file vbaglobals.cxx.
References getApplication().
|
overridevirtual |
Definition at line 77 of file vbaglobals.cxx.
References getApplication().
|
private |
css::uno::RuntimeException |
Definition at line 55 of file vbaglobals.cxx.
References mxApplication, mxContext, and SAL_INFO.
Referenced by Addins(), CentimetersToPoints(), CommandBars(), Dialogs(), Documents(), getActiveDocument(), getActiveWindow(), getName(), getOptions(), getSelection(), getSystem(), getWordBasic(), InchesToPoints(), ListGalleries(), MillimetersToPoints(), PicasToPoints(), PixelsToPoints(), PointsToCentimeters(), PointsToInches(), PointsToMillimeters(), PointsToPicas(), PointsToPixels(), and SwVbaGlobals().
|
overridevirtual |
Definition at line 206 of file vbaglobals.cxx.
References comphelper::concatSequences().
|
overridevirtual |
Definition at line 83 of file vbaglobals.cxx.
References getApplication().
|
overridevirtual |
Definition at line 89 of file vbaglobals.cxx.
References getApplication().
|
overridevirtual |
Definition at line 125 of file vbaglobals.cxx.
References getApplication().
|
overridevirtual |
Definition at line 194 of file vbaglobals.cxx.
|
overridevirtual |
Definition at line 200 of file vbaglobals.cxx.
|
overridevirtual |
Definition at line 65 of file vbaglobals.cxx.
References getApplication().
|
overridevirtual |
Definition at line 130 of file vbaglobals.cxx.
|
overridevirtual |
Definition at line 135 of file vbaglobals.cxx.
References sw::proofreadingiterator::get(), and getApplication().
|
overridevirtual |
Definition at line 163 of file vbaglobals.cxx.
References getApplication().
|
overridevirtual |
Definition at line 119 of file vbaglobals.cxx.
References getApplication(), and index.
|
overridevirtual |
Definition at line 173 of file vbaglobals.cxx.
References getApplication().
|
overridevirtual |
Definition at line 183 of file vbaglobals.cxx.
References getApplication().
|
overridevirtual |
Definition at line 153 of file vbaglobals.cxx.
References getApplication().
|
overridevirtual |
Definition at line 148 of file vbaglobals.cxx.
References getApplication().
|
overridevirtual |
Definition at line 168 of file vbaglobals.cxx.
References getApplication().
|
overridevirtual |
Definition at line 178 of file vbaglobals.cxx.
References getApplication().
|
overridevirtual |
Definition at line 188 of file vbaglobals.cxx.
References getApplication().
|
overridevirtual |
Definition at line 158 of file vbaglobals.cxx.
References getApplication().
|
private |
Definition at line 36 of file vbaglobals.hxx.
Referenced by getApplication().