Searched refs:i_rCreationArgs (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | databaseobjectview.cxx | 107 const ::comphelper::NamedValueCollection& i_rCreationArgs ) in doCreateView() 111 aDispatchArgs.merge( i_rCreationArgs, false ); // false => do not overwrite in doCreateView() 113 aDispatchArgs.merge( i_rCreationArgs, true ); // true => do overwrite in doCreateView() 248 const ::comphelper::NamedValueCollection& i_rCreationArgs ) in doCreateView() 258 return DatabaseObjectView::doCreateView( _rDataSource, _rObjectName, i_rCreationArgs ); in doCreateView()
|
H A D | linkeddocuments.cxx | 320 …const ::comphelper::NamedValueCollection& i_rCreationArgs, Reference< XComponent >& o_rDefinition ) in newDocument() 325 if ( !i_rCreationArgs.has( "ClassID" ) in newDocument() 326 && !i_rCreationArgs.has( "MediaType" ) in newDocument() 327 && !i_rCreationArgs.has( "DocumentServiceName" ) in newDocument() 364 ::comphelper::NamedValueCollection aCreationArgs( i_rCreationArgs ); in newDocument()
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | databaseobjectview.hxx | 114 const ::comphelper::NamedValueCollection& i_rCreationArgs 218 const ::comphelper::NamedValueCollection& i_rCreationArgs
|
H A D | linkeddocuments.hxx | 111 const ::comphelper::NamedValueCollection& i_rCreationArgs,
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | sfxbasecontroller.hxx | 390 …const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& i_rCreationArgs );
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | documentdefinition.hxx | 118 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& i_rCreationArgs,
|
H A D | documentdefinition.cxx | 604 …tialLoad( const Sequence< sal_Int8 >& i_rClassID, const Sequence< PropertyValue >& i_rCreationArgs, in initialLoad() argument 611 loadEmbeddedObject( i_rConnection, i_rClassID, i_rCreationArgs, false, false ); in initialLoad()
|
/aoo42x/main/sfx2/source/view/ |
H A D | sfxbasecontroller.cxx | 593 void SfxBaseController::SetCreationArguments_Impl( const Sequence< PropertyValue >& i_rCreationArgs… in SetCreationArguments_Impl() argument 596 m_pData->m_aCreationArgs = i_rCreationArgs; in SetCreationArguments_Impl()
|
Completed in 35 milliseconds