Searched refs:FmFormPageImpl (Results 1 – 4 of 4) sorted by relevance
75 DBG_NAME(FmFormPageImpl) in DBG_NAME() argument77 FmFormPageImpl::FmFormPageImpl( FmFormPage& _rPage ) in DBG_NAME()84 DBG_CTOR(FmFormPageImpl,NULL); in DBG_NAME()166 void FmFormPageImpl::initFrom( FmFormPageImpl& i_foreignImpl ) in initFrom()233 Reference< XMap > FmFormPageImpl::getControlToShapeMap() in getControlToShapeMap()358 FmFormPageImpl::~FmFormPageImpl() in ~FmFormPageImpl()363 DBG_DTOR(FmFormPageImpl,NULL); in ~FmFormPageImpl()367 bool FmFormPageImpl::validateCurForm() in validateCurForm()389 Reference< XForm > FmFormPageImpl::getDefaultForm() in getDefaultForm()572 Reference< XForm > FmFormPageImpl::findFormForDataSource( in findFormForDataSource()[all …]
91 ,m_pImpl( new FmFormPageImpl( *this ) ) in FmFormPage()104 ,m_pImpl(new FmFormPageImpl( *this ) ) in FmFormPage()
61 class SVX_DLLPRIVATE FmFormPageImpl class79 FmFormPageImpl( FmFormPage& _rPage );80 ~FmFormPageImpl();82 void initFrom( FmFormPageImpl& i_foreignImpl );161 FmFormPageImpl(); // never implemented162 FmFormPageImpl( const FmFormPageImpl& ); // never implemented163 FmFormPageImpl& operator=( const FmFormPageImpl& ); // never implemented
33 class FmFormPageImpl; // haelt die Liste aller Forms44 FmFormPageImpl* m_pImpl;69 FmFormPageImpl& GetImpl() const { return *m_pImpl; } in GetImpl()
Completed in 22 milliseconds