LibreOffice Module sw (master) 1
Enumerations | Functions
ooo::vba::word Namespace Reference

Enumerations

enum  E_DIRECTION {
  MOVE_LEFT = 1 ,
  MOVE_RIGHT ,
  MOVE_UP ,
  MOVE_DOWN
}
 

Functions

SwDocShellgetDocShell (const uno::Reference< frame::XModel > &xModel)
 
SwViewgetView (const uno::Reference< frame::XModel > &xModel)
 
uno::Reference< text::XTextViewCursor > getXTextViewCursor (const uno::Reference< frame::XModel > &xModel)
 
uno::Reference< style::XStyle > getCurrentPageStyle (const uno::Reference< frame::XModel > &xModel)
 
uno::Reference< style::XStyle > getCurrentPageStyle (const uno::Reference< frame::XModel > &xModel, const uno::Reference< beans::XPropertySet > &xProps)
 
sal_Int32 getPageCount (const uno::Reference< frame::XModel > &xModel)
 
uno::Reference< style::XStyle > getDefaultParagraphStyle (const uno::Reference< frame::XModel > &xModel)
 
uno::Reference< text::XTextRange > getFirstObjectPosition (const uno::Reference< text::XText > &xText)
 
uno::Reference< text::XText > getCurrentXText (const uno::Reference< frame::XModel > &xModel)
 
bool gotoSelectedObjectAnchor (const uno::Reference< frame::XModel > &xModel)
 
SwDocShellgetDocShell (const css::uno::Reference< css::frame::XModel > &xModel)
 
SwViewgetView (const css::uno::Reference< css::frame::XModel > &xModel)
 
css::uno::Reference< css::text::XTextViewCursor > getXTextViewCursor (const css::uno::Reference< css::frame::XModel > &xModel)
 
css::uno::Reference< css::style::XStyle > getCurrentPageStyle (const css::uno::Reference< css::frame::XModel > &xModel)
 
css::uno::Reference< css::style::XStyle > getCurrentPageStyle (const css::uno::Reference< css::frame::XModel > &xModel, const css::uno::Reference< css::beans::XPropertySet > &xProps)
 
sal_Int32 getPageCount (const css::uno::Reference< css::frame::XModel > &xModel)
 
css::uno::Reference< css::style::XStyle > getDefaultParagraphStyle (const css::uno::Reference< css::frame::XModel > &xModel)
 
css::uno::Reference< css::text::XTextRange > getFirstObjectPosition (const css::uno::Reference< css::text::XText > &xText)
 
css::uno::Reference< css::text::XText > getCurrentXText (const css::uno::Reference< css::frame::XModel > &xModel)
 
bool gotoSelectedObjectAnchor (const css::uno::Reference< css::frame::XModel > &xModel)
 

Enumeration Type Documentation

◆ E_DIRECTION

Enumerator
MOVE_LEFT 
MOVE_RIGHT 
MOVE_UP 
MOVE_DOWN 

Definition at line 52 of file wordvbahelper.hxx.

Function Documentation

◆ getCurrentPageStyle() [1/4]

css::uno::Reference< css::style::XStyle > ooo::vba::word::getCurrentPageStyle ( const css::uno::Reference< css::frame::XModel > &  xModel)
Exceptions
css::uno::RuntimeException

◆ getCurrentPageStyle() [2/4]

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 
)
Exceptions
css::uno::RuntimeException

◆ getCurrentPageStyle() [3/4]

uno::Reference< style::XStyle > ooo::vba::word::getCurrentPageStyle ( const uno::Reference< frame::XModel > &  xModel)

◆ getCurrentPageStyle() [4/4]

uno::Reference< style::XStyle > ooo::vba::word::getCurrentPageStyle ( const uno::Reference< frame::XModel > &  xModel,
const uno::Reference< beans::XPropertySet > &  xProps 
)

Definition at line 69 of file wordvbahelper.cxx.

References xModel.

◆ getCurrentXText() [1/2]

css::uno::Reference< css::text::XText > ooo::vba::word::getCurrentXText ( const css::uno::Reference< css::frame::XModel > &  xModel)
Exceptions
css::uno::RuntimeException

◆ getCurrentXText() [2/2]

uno::Reference< text::XText > ooo::vba::word::getCurrentXText ( const uno::Reference< frame::XModel > &  xModel)

◆ getDefaultParagraphStyle() [1/2]

css::uno::Reference< css::style::XStyle > ooo::vba::word::getDefaultParagraphStyle ( const css::uno::Reference< css::frame::XModel > &  xModel)
Exceptions
css::uno::RuntimeException

◆ getDefaultParagraphStyle() [2/2]

uno::Reference< style::XStyle > ooo::vba::word::getDefaultParagraphStyle ( const uno::Reference< frame::XModel > &  xModel)

◆ getDocShell() [1/2]

SwDocShell * ooo::vba::word::getDocShell ( const css::uno::Reference< css::frame::XModel > &  xModel)

◆ getDocShell() [2/2]

SwDocShell * ooo::vba::word::getDocShell ( const uno::Reference< frame::XModel > &  xModel)

◆ getFirstObjectPosition() [1/2]

css::uno::Reference< css::text::XTextRange > ooo::vba::word::getFirstObjectPosition ( const css::uno::Reference< css::text::XText > &  xText)
Exceptions
css::uno::RuntimeException

◆ getFirstObjectPosition() [2/2]

uno::Reference< text::XTextRange > ooo::vba::word::getFirstObjectPosition ( const uno::Reference< text::XText > &  xText)

◆ getPageCount() [1/2]

sal_Int32 ooo::vba::word::getPageCount ( const css::uno::Reference< css::frame::XModel > &  xModel)
Exceptions
css::uno::RuntimeException

◆ getPageCount() [2/2]

sal_Int32 ooo::vba::word::getPageCount ( const uno::Reference< frame::XModel > &  xModel)

◆ getView() [1/2]

SwView * ooo::vba::word::getView ( const css::uno::Reference< css::frame::XModel > &  xModel)

◆ getView() [2/2]

SwView * ooo::vba::word::getView ( const uno::Reference< frame::XModel > &  xModel)

◆ getXTextViewCursor() [1/2]

css::uno::Reference< css::text::XTextViewCursor > ooo::vba::word::getXTextViewCursor ( const css::uno::Reference< css::frame::XModel > &  xModel)
Exceptions
css::uno::RuntimeException

◆ getXTextViewCursor() [2/2]

uno::Reference< text::XTextViewCursor > ooo::vba::word::getXTextViewCursor ( const uno::Reference< frame::XModel > &  xModel)

◆ gotoSelectedObjectAnchor() [1/2]

bool ooo::vba::word::gotoSelectedObjectAnchor ( const css::uno::Reference< css::frame::XModel > &  xModel)
Exceptions
css::uno::RuntimeException

◆ gotoSelectedObjectAnchor() [2/2]

bool ooo::vba::word::gotoSelectedObjectAnchor ( const uno::Reference< frame::XModel > &  xModel)