Home
last modified time | relevance | path

Searched refs:SwVbaSection (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbasection.cxx31 SwVbaSection::SwVbaSection( const uno::Reference< ooo::vba::XHelperInterface >& rParent, const uno:… in SwVbaSection() function in SwVbaSection
36 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()
H A Dvbasection.hxx32 class SwVbaSection : public SwVbaSection_BASE class
39SwVbaSection( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Re…
40 virtual ~SwVbaSection();
H A Dvbasections.cxx99 …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 8 milliseconds