LibreOffice Module sw (master) 1
Namespaces | Enumerations | Functions
wordvbahelper.hxx File Reference
#include <vbahelper/vbahelper.hxx>
#include <com/sun/star/text/XText.hpp>
#include <com/sun/star/text/XTextViewCursor.hpp>
#include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
Include dependency graph for wordvbahelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Enumerations

enum  ooo::vba::word::E_DIRECTION {
  ooo::vba::word::MOVE_LEFT = 1 ,
  ooo::vba::word::MOVE_RIGHT ,
  ooo::vba::word::MOVE_UP ,
  ooo::vba::word::MOVE_DOWN
}
 

Functions

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