LibreOffice Module sw (master) 1
Namespaces | Functions
wordvbahelper.cxx File Reference
#include <docsh.hxx>
#include "wordvbahelper.hxx"
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/text/XTextViewCursorSupplier.hpp>
#include <com/sun/star/table/XCellRange.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <com/sun/star/view/XSelectionSupplier.hpp>
#include <unotxdoc.hxx>
#include <doc.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <view.hxx>
#include <viewsh.hxx>
#include <comphelper/servicehelper.hxx>
Include dependency graph for wordvbahelper.cxx:

Go to the source code of this file.

Namespaces

namespace  ooo
 
namespace  ooo::vba
 
namespace  ooo::vba::word
 

Functions

SwDocShellooo::vba::word::getDocShell (const uno::Reference< frame::XModel > &xModel)
 
SwViewooo::vba::word::getView (const uno::Reference< frame::XModel > &xModel)
 
uno::Reference< text::XTextViewCursor > ooo::vba::word::getXTextViewCursor (const uno::Reference< frame::XModel > &xModel)
 
uno::Reference< style::XStyle > ooo::vba::word::getCurrentPageStyle (const uno::Reference< frame::XModel > &xModel)
 
uno::Reference< style::XStyle > ooo::vba::word::getCurrentPageStyle (const uno::Reference< frame::XModel > &xModel, const uno::Reference< beans::XPropertySet > &xProps)
 
sal_Int32 ooo::vba::word::getPageCount (const uno::Reference< frame::XModel > &xModel)
 
uno::Reference< style::XStyle > ooo::vba::word::getDefaultParagraphStyle (const uno::Reference< frame::XModel > &xModel)
 
uno::Reference< text::XTextRange > ooo::vba::word::getFirstObjectPosition (const uno::Reference< text::XText > &xText)
 
uno::Reference< text::XText > ooo::vba::word::getCurrentXText (const uno::Reference< frame::XModel > &xModel)
 
bool ooo::vba::word::gotoSelectedObjectAnchor (const uno::Reference< frame::XModel > &xModel)