Searched refs:aObjectProps (Results 1 – 4 of 4) sorted by relevance
113 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 …]
52 …e< lang::XMultiServiceFactory >& xFactory, const uno::Sequence< beans::NamedValue >& aObjectProps ) in OSpecialEmbeddedObject() argument53 : OCommonEmbeddedObject( xFactory, aObjectProps ) in OSpecialEmbeddedObject()
167 …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,
38 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aObjectProps );
Completed in 29 milliseconds