Lines Matching refs:aPropValue
182 PropertyValue aPropValue; in CreateUIElement() local
184 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in CreateUIElement()
185 aPropValue.Value <<= xFrame; in CreateUIElement()
186 aPropSeq[0] <<= aPropValue; in CreateUIElement()
187 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ConfigurationSource" )); in CreateUIElement()
188 aPropValue.Value <<= xCfgMgr; in CreateUIElement()
189 aPropSeq[1] <<= aPropValue; in CreateUIElement()
190 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ResourceURL" )); in CreateUIElement()
191 aPropValue.Value <<= aResourceURL; in CreateUIElement()
192 aPropSeq[2] <<= aPropValue; in CreateUIElement()
193 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Persistent" )); in CreateUIElement()
194 aPropValue.Value <<= bPersistent; in CreateUIElement()
195 aPropSeq[3] <<= aPropValue; in CreateUIElement()
198 aPropValue.Name = rtl::OUString::createFromAscii(_pExtraMode); in CreateUIElement()
199 aPropValue.Value <<= bExtraMode; in CreateUIElement()
200 aPropSeq[4] <<= aPropValue; in CreateUIElement()