Searched refs:hasForms (Results 1 – 9 of 9) sorted by relevance
44 the existence of forms using <member>hasForms</member>, and if it returns48 <p>Semantically, <member>hasForms</member> is equivalent to calling54 boolean hasForms();
126 if ( !xFormsSupp->hasForms() ) in impl_isFormPageContainingForms()329 return xFormsSupp.is() && xFormsSupp->hasForms(); in pageContainsForms()393 if ( xFormsSupp.is() && !xFormsSupp->hasForms() ) in seekPage()
475 if ( m_xCurrentPageFormsSupp.is() && m_xCurrentPageFormsSupp->hasForms() ) in endPage()
65 virtual sal_Bool SAL_CALL hasForms(void) throw( ::com::sun::star::uno::RuntimeException );
127 sal_Bool SAL_CALL SvxFmDrawPage::hasForms(void) throw( ::com::sun::star::uno::RuntimeException ) in hasForms() function in SvxFmDrawPage
1273 sal_Bool bForms = GetImpl()->hasForms(); in DetermineForms()
417 sal_Bool hasForms() const {return m_xForms.is() && m_xForms->getCount() != 0;} in hasForms() function in FmXFormShell
2637 if ( xFormsSupplier.is() && xFormsSupplier->hasForms() ) in exportFormsElement()
761 if( xFormsSupplier.is() && xFormsSupplier->hasForms() ) in CollectShapesAutoStyles()
Completed in 79 milliseconds