Home
last modified time | relevance | path

Searched refs:i_rCreationArgs (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/dbaccess/source/ui/misc/
H A Ddatabaseobjectview.cxx107 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 Dlinkeddocuments.cxx320 …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()
/aoo41x/main/dbaccess/source/ui/inc/
H A Ddatabaseobjectview.hxx114 const ::comphelper::NamedValueCollection& i_rCreationArgs
218 const ::comphelper::NamedValueCollection& i_rCreationArgs
H A Dlinkeddocuments.hxx111 const ::comphelper::NamedValueCollection& i_rCreationArgs,
/aoo41x/main/sfx2/inc/sfx2/
H A Dsfxbasecontroller.hxx390 …const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& i_rCreationArgs );
/aoo41x/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.hxx118 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& i_rCreationArgs,
H A Ddocumentdefinition.cxx604 …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()
/aoo41x/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx593 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 55 milliseconds