Searched refs:m_bFormsContainer (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | documentcontainer.cxx | 147 ,m_bFormsContainer(_bFormsContainer) in DBG_NAME() 177 aSupported[0] = m_bFormsContainer ? SERVICE_NAME_FORM_COLLECTION : SERVICE_NAME_REPORT_COLLECTION; in IMPLEMENT_PROPERTYCONTAINER_DEFAULTS() 194 …DocumentContainer( m_aContext.getLegacyServiceFactory(), *this, aFind->second, m_bFormsContainer ); in createObject() 195 …ocumentDefinition( *this, m_aContext.getLegacyServiceFactory(), aFind->second, m_bFormsContainer ); in createObject() 328 …DocumentDefinition( *this, m_aContext.getLegacyServiceFactory(), pElementImpl, m_bFormsContainer ); in createInstanceWithArguments() 422 if ( m_bFormsContainer ) in createInstanceWithArguments() 769 …? m_pImpl->m_pDataSource->getStorage( m_bFormsContainer ? ODatabaseModelImpl::E_FORM : ODatabase… in getContainerStorage()
|
H A D | documentcontainer.hxx | 76 sal_Bool m_bFormsContainer; member in dbaccess::ODocumentContainer
|
Completed in 17 milliseconds