Lines Matching refs:OLinkedDocumentsAccess
184 DBG_NAME(OLinkedDocumentsAccess) in DBG_NAME() argument
186 …OLinkedDocumentsAccess::OLinkedDocumentsAccess( Window* _pDialogParent, const Reference< XDatabase… in DBG_NAME()
196 DBG_CTOR(OLinkedDocumentsAccess,NULL); in DBG_NAME()
201 OLinkedDocumentsAccess::~OLinkedDocumentsAccess() in ~OLinkedDocumentsAccess()
203 DBG_DTOR(OLinkedDocumentsAccess,NULL); in ~OLinkedDocumentsAccess()
206 …Reference< XComponent> OLinkedDocumentsAccess::impl_open( const ::rtl::OUString& _rLinkName, Refer… in impl_open()
261 void OLinkedDocumentsAccess::impl_newWithPilot( const char* _pWizardService, in impl_newWithPilot()
298 …void OLinkedDocumentsAccess::newFormWithPilot( const sal_Int32 _nCommandType,const ::rtl::OUString… in newFormWithPilot()
304 …void OLinkedDocumentsAccess::newReportWithPilot( const sal_Int32 _nCommandType, const ::rtl::OUStr… in newReportWithPilot()
309 void OLinkedDocumentsAccess::newTableWithPilot() in newTableWithPilot()
314 void OLinkedDocumentsAccess::newQueryWithPilot() in newQueryWithPilot()
319 Reference< XComponent > OLinkedDocumentsAccess::newDocument( sal_Int32 i_nActionID, in newDocument()
406 …Reference< XComponent > OLinkedDocumentsAccess::open( const ::rtl::OUString& _rLinkName, Reference… in open()