Searched refs:SwVbaSection (Results 1 – 3 of 3) sorted by relevance
31 SwVbaSection::SwVbaSection( const uno::Reference< ooo::vba::XHelperInterface >& rParent, const uno:… in SwVbaSection() function in SwVbaSection36 SwVbaSection::~SwVbaSection() in ~SwVbaSection()40 ::sal_Bool SAL_CALL SwVbaSection::getProtectedForForms() throw (uno::RuntimeException) in getProtectedForForms()45 void SAL_CALL SwVbaSection::setProtectedForForms( ::sal_Bool /*_protectedforforms*/ ) throw (uno::R… in setProtectedForForms()49 uno::Any SAL_CALL SwVbaSection::Headers( ) throw (uno::RuntimeException) in Headers()54 uno::Any SAL_CALL SwVbaSection::Footers( ) throw (uno::RuntimeException) in Footers()60 SwVbaSection::PageSetup( ) throw (uno::RuntimeException) in PageSetup()66 SwVbaSection::getServiceImplName() in getServiceImplName()73 SwVbaSection::getServiceNames() in getServiceNames()
32 class SwVbaSection : public SwVbaSection_BASE class39 …SwVbaSection( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Re…40 virtual ~SwVbaSection();
99 …return uno::makeAny( uno::Reference< word::XSection >( new SwVbaSection( mxParent, mxContext, mxM… in getByIndex()125 …return uno::makeAny( uno::Reference< word::XSection > ( new SwVbaSection( m_xParent, m_xContext, m… in nextElement()
Completed in 260 milliseconds