Lines Matching refs:aObjectProps
102 void OCommonEmbeddedObject::CommonInit_Impl( const uno::Sequence< beans::NamedValue >& aObjectProps… in CommonInit_Impl() argument
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()
117 else if ( aObjectProps[nInd].Name.equalsAscii( "ObjectDocumentServiceName" ) ) 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()
226 const uno::Sequence< beans::NamedValue >& aObjectProps, in LinkInit_Impl()
262 CommonInit_Impl( aObjectProps ); in LinkInit_Impl()