Home
last modified time | relevance | path

Searched refs:hasForms (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/offapi/com/sun/star/form/
H A DXFormsSupplier2.idl44 the existence of forms using <member>hasForms</member>, and if it returns
48 <p>Semantically, <member>hasForms</member> is equivalent to calling
54 boolean hasForms();
/aoo42x/main/xmloff/source/forms/
H A Dlayerexport.cxx126 if ( !xFormsSupp->hasForms() ) in impl_isFormPageContainingForms()
329 return xFormsSupp.is() && xFormsSupp->hasForms(); in pageContainsForms()
393 if ( xFormsSupp.is() && !xFormsSupp->hasForms() ) in seekPage()
H A Dlayerimport.cxx475 if ( m_xCurrentPageFormsSupp.is() && m_xCurrentPageFormsSupp->hasForms() ) in endPage()
/aoo42x/main/svx/inc/svx/
H A Dfmdpage.hxx65 virtual sal_Bool SAL_CALL hasForms(void) throw( ::com::sun::star::uno::RuntimeException );
/aoo42x/main/svx/source/form/
H A Dfmdpage.cxx127 sal_Bool SAL_CALL SvxFmDrawPage::hasForms(void) throw( ::com::sun::star::uno::RuntimeException ) in hasForms() function in SvxFmDrawPage
H A Dfmshell.cxx1273 sal_Bool bForms = GetImpl()->hasForms(); in DetermineForms()
/aoo42x/main/svx/source/inc/
H A Dfmshimp.hxx417 sal_Bool hasForms() const {return m_xForms.is() && m_xForms->getCount() != 0;} in hasForms() function in FmXFormShell
/aoo42x/main/xmloff/source/draw/
H A Dsdxmlexp.cxx2637 if ( xFormsSupplier.is() && xFormsSupplier->hasForms() ) in exportFormsElement()
/aoo42x/main/sc/source/filter/xml/
H A Dxmlexprt.cxx761 if( xFormsSupplier.is() && xFormsSupplier->hasForms() ) in CollectShapesAutoStyles()

Completed in 91 milliseconds