Searched refs:SwVbaView (Results 1 – 4 of 4) sorted by relevance
53 SwVbaView::SwVbaView( const uno::Reference< ooo::vba::XHelperInterface >& rParent, const uno::Refer… in SwVbaView() function in SwVbaView66 SwVbaView::~SwVbaView() in ~SwVbaView()71 SwVbaView::getSeekView() throw (css::uno::RuntimeException) in getSeekView()122 SwVbaView::setSeekView( ::sal_Int32 _seekview ) throw (css::uno::RuntimeException) in setSeekView()187 SwVbaView::getSplitSpecial() throw (css::uno::RuntimeException) in getSplitSpecial()193 SwVbaView::setSplitSpecial( ::sal_Int32/* _splitspecial */) throw (css::uno::RuntimeException) in setSplitSpecial()199 SwVbaView::getTableGridLines() throw (css::uno::RuntimeException) in getTableGridLines()207 SwVbaView::setTableGridLines( ::sal_Bool _tablegridlines ) throw (css::uno::RuntimeException) in setTableGridLines()213 SwVbaView::getType() throw (css::uno::RuntimeException) in getType()222 SwVbaView::setType( ::sal_Int32 _type ) throw (css::uno::RuntimeException) in setType()[all …]
35 class SwVbaView : public SwVbaView_BASE class46 …SwVbaView( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Refer…48 virtual ~SwVbaView();
63 …return uno::makeAny( uno::Reference< word::XView >( new SwVbaView( this, mxContext, m_xModel ) ) … in getView()71 SwVbaView view( this, mxContext, m_xModel ); in setView()
44 …return uno::makeAny( uno::Reference< word::XView >( new SwVbaView( this, mxContext, mxModel ) ) ); in View()