Home
last modified time | relevance | path

Searched refs:aLoadArgs (Results 1 – 10 of 10) sorted by relevance

/aoo41x/main/dbaccess/source/ui/browser/
H A Ddbloader.cxx227 ::comphelper::NamedValueCollection aLoadArgs( rArgs ); in load()
231 …sal_Bool bDisableBrowser = ( sal_False == aLoadArgs.getOrDefault( "ShowTreeViewButton", sal_True … in load()
232 … || ( sal_False == aLoadArgs.getOrDefault( (::rtl::OUString)PROPERTY_ENABLE_BROWSER, sal_True ) ); in load()
250 sal_Bool bPreview = aLoadArgs.getOrDefault( "Preview", sal_False ); in load()
257 … Reference< XModel > xReportModel( aLoadArgs.getOrDefault( "Model", Reference< XModel >() ) ); in load()
275 …Reference< XDataSource > xDataSource ( aLoadArgs.getOrDefault( "DataSource", Reference< X… in load()
276 …::rtl::OUString sDataSourceName( aLoadArgs.getOrDefault( "DataSourceName", ::rtl::OUStr… in load()
277 …Reference< XConnection > xConnection ( aLoadArgs.getOrDefault( "ActiveConnection", Reference< X… in load()
H A Dunodatbr.cxx3543 ::comphelper::NamedValueCollection aLoadArgs; in implAdministrate()
3544 aLoadArgs.put( "Model", xDocumentModel ); in implAdministrate()
3545 aLoadArgs.put( "InteractionHandler", xInteractionHandler ); in implAdministrate()
3546 aLoadArgs.put( "MacroExecutionMode", MacroExecMode::USE_CONFIG ); in implAdministrate()
3549 aLoadArgs >>= aLoadArgPV; in implAdministrate()
/aoo41x/main/dbaccess/source/core/recovery/
H A Dsubcomponentrecovery.cxx580 ::comphelper::NamedValueCollection aLoadArgs; in impl_recoverSubDocument_throw()
581 aLoadArgs.put( "RecoveryStorage", i_rRecoveryStorage ); in impl_recoverSubDocument_throw()
584 aLoadArgs.put( "Hidden", true ); in impl_recoverSubDocument_throw()
593 aLoadArgs.getPropertyValues() in impl_recoverSubDocument_throw()
603 aLoadArgs.getPropertyValues(), in impl_recoverSubDocument_throw()
643 ::comphelper::NamedValueCollection aLoadArgs; in impl_recoverQueryDesign_throw()
644 aLoadArgs.put( "CurrentQueryDesign", aCurrentQueryDesign ); in impl_recoverQueryDesign_throw()
645 aLoadArgs.put( "Hidden", true ); in impl_recoverQueryDesign_throw()
653 aLoadArgs.getPropertyValues() in impl_recoverQueryDesign_throw()
663 aLoadArgs.getPropertyValues(), in impl_recoverQueryDesign_throw()
/aoo41x/main/sfx2/source/view/
H A Dframe2.cxx267 Sequence< PropertyValue > aLoadArgs; in Create() local
268 TransformItems( SID_OPENDOC, *rDoc.GetMedium()->GetItemSet(), aLoadArgs ); in Create()
270 ::comphelper::NamedValueCollection aArgs( aLoadArgs ); in Create()
276 aLoadArgs = aArgs.getPropertyValues(); in Create()
285 aLoadArgs in Create()
H A Dviewfrm.cxx767 uno::Sequence < beans::PropertyValue > aLoadArgs; in ExecReload_Impl() local
768 TransformItems( SID_OPENDOC, *pNewSet, aLoadArgs ); in ExecReload_Impl()
772 xLoad->load( aLoadArgs ); in ExecReload_Impl()
864 TransformItems( SID_OPENDOC, *xNewObj->GetMedium()->GetItemSet(), aLoadArgs ); in ExecReload_Impl()
872 …LoadViewIntoFrame_Impl( *xNewObj, aViewFrames.front().first, aLoadArgs, aViewFrames.front().second… in ExecReload_Impl()
/aoo41x/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx355 ::comphelper::NamedValueCollection aLoadArgs; in InitNewDocument_Impl()
356 FillDefaultLoadArgs_Impl( m_xRecoveryStorage, aLoadArgs ); in InitNewDocument_Impl()
358 xDoc->loadFromStorage( m_xRecoveryStorage, aLoadArgs.getPropertyValues() ); in InitNewDocument_Impl()
524 ::comphelper::NamedValueCollection aLoadArgs; in LoadDocumentFromStorage_Impl()
525 FillDefaultLoadArgs_Impl( xSourceStorage, aLoadArgs ); in LoadDocumentFromStorage_Impl()
548 aLoadArgs.put( "URL", aTempFileURL ); in LoadDocumentFromStorage_Impl()
549 aLoadArgs.put( "InputStream", xTempInpStream ); in LoadDocumentFromStorage_Impl()
554 aLoadArgs.merge( m_aDocMediaDescriptor, true ); in LoadDocumentFromStorage_Impl()
563 xDoc->loadFromStorage( xSourceStorage, aLoadArgs.getPropertyValues() ); in LoadDocumentFromStorage_Impl()
568 xLoadable->load( aLoadArgs.getPropertyValues() ); in LoadDocumentFromStorage_Impl()
/aoo41x/main/sfx2/source/appl/
H A Dappserv.cxx912 ::comphelper::NamedValueCollection aLoadArgs; in OfaExec_Impl()
913 aLoadArgs.put( "Model", pBasicIDE->GetModel() ); in OfaExec_Impl()
914aLoadArgs.put( "URL", ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "private:factory/sbasic" ) ) ); in OfaExec_Impl()
921 xLoader->load( aLoadArgs.getPropertyValues(), xTargetFrame ); in OfaExec_Impl()
/aoo41x/main/dbaccess/source/ui/dlg/
H A Ddbwizsetup.cxx1157 ::comphelper::NamedValueCollection aLoadArgs;
1158 aLoadArgs.put( "InteractionHandler", m_xInteractionHandler );
1159 aLoadArgs.put( "MacroExecutionMode", MacroExecMode::USE_CONFIG );
1162 aLoadArgs >>= aLoadArgPV;
/aoo41x/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx306 ::comphelper::NamedValueCollection aLoadArgs; in lcl_loadSubDocument_nothrow()
307 aLoadArgs.put( "Hidden", (sal_Bool)sal_True ); in lcl_loadSubDocument_nothrow()
308 aLoadArgs.put( "StatusIndicator", _rxProgress ); in lcl_loadSubDocument_nothrow()
313 aCommand.Argument <<= aLoadArgs.getPropertyValues(); in lcl_loadSubDocument_nothrow()
/aoo41x/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx1851 Sequence< PropertyValue > aLoadArgs( fillLoadArgs( in loadEmbeddedObject() local
1859 ,aLoadArgs in loadEmbeddedObject()
1897 Sequence< PropertyValue > aLoadArgs( fillLoadArgs( in loadEmbeddedObject() local
1903 xCommon->reload( aLoadArgs, aEmbeddedObjectDescriptor ); in loadEmbeddedObject()

Completed in 112 milliseconds