Home
last modified time | relevance | path

Searched refs:aObjectProps (Results 1 – 4 of 4) sorted by relevance

/trunk/main/embeddedobj/source/commonembedding/
H A Dmiscobj.cxx113 for ( sal_Int32 nInd = 0; nInd < aObjectProps.getLength(); nInd++ ) in CommonInit_Impl()
115 if ( aObjectProps[nInd].Name.equalsAscii( "ClassID" ) ) in CommonInit_Impl()
116 aObjectProps[nInd].Value >>= m_aClassID; in CommonInit_Impl()
118 aObjectProps[nInd].Value >>= m_aDocServiceName; in CommonInit_Impl()
119 else if ( aObjectProps[nInd].Name.equalsAscii( "ObjectDocumentFilterName" ) ) in CommonInit_Impl()
120 aObjectProps[nInd].Value >>= m_aPresetFilterName; in CommonInit_Impl()
121 else if ( aObjectProps[nInd].Name.equalsAscii( "ObjectMiscStatus" ) ) in CommonInit_Impl()
122 aObjectProps[nInd].Value >>= m_nMiscStatus; in CommonInit_Impl()
123 else if ( aObjectProps[nInd].Name.equalsAscii( "ObjectVerbs" ) ) in CommonInit_Impl()
124 aObjectProps[nInd].Value >>= m_aObjectVerbs; in CommonInit_Impl()
[all …]
H A Dspecialobject.cxx52 …e< lang::XMultiServiceFactory >& xFactory, const uno::Sequence< beans::NamedValue >& aObjectProps ) in OSpecialEmbeddedObject() argument
53 : OCommonEmbeddedObject( xFactory, aObjectProps ) in OSpecialEmbeddedObject()
/trunk/main/embeddedobj/source/inc/
H A Dcommonembobj.hxx167 …Impl( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aObjectProps );
169 …t_Impl( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aObjectProps,
240 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aObjectProps );
245 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aObjectProps,
H A Dspecialobject.hxx38 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aObjectProps );

Completed in 27 milliseconds