Home
last modified time | relevance | path

Searched refs:SwVbaView (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sw/source/ui/vba/
H A Dvbaview.cxx53 SwVbaView::SwVbaView( const uno::Reference< ooo::vba::XHelperInterface >& rParent, const uno::Refer… in SwVbaView() function in SwVbaView
66 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()
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()
401 SwVbaView::getServiceImplName() in getServiceImplName()
[all …]
H A Dvbaview.hxx35 class SwVbaView : public SwVbaView_BASE class
46SwVbaView( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Refer…
48 virtual ~SwVbaView();
H A Dvbawindow.cxx63 …return uno::makeAny( uno::Reference< word::XView >( new SwVbaView( this, mxContext, m_xModel ) ) … in getView()
71 SwVbaView view( this, mxContext, m_xModel ); in setView()
H A Dvbapane.cxx44 …return uno::makeAny( uno::Reference< word::XView >( new SwVbaView( this, mxContext, mxModel ) ) )… in View()

Completed in 28 milliseconds