Lines Matching refs:rProps
231 Sequence< PropertyValue > &rProps, const rtl::OUString &rCommandURL, in initPropertyCommon()
234 rProps[0].Name = m_aCommandURL; in initPropertyCommon()
235 rProps[1].Name = m_aHelpURL; in initPropertyCommon()
236 rProps[2].Name = m_aContainer; in initPropertyCommon()
237 rProps[3].Name = m_aLabel; in initPropertyCommon()
238 rProps[4].Name = m_aStyle; in initPropertyCommon()
239 rProps[5].Name = m_aType; in initPropertyCommon()
242 rProps[0].Value <<= rCommandURL.intern(); in initPropertyCommon()
243 rProps[1].Value <<= rHelpId; in initPropertyCommon()
244 rProps[2].Value <<= Reference< XIndexContainer >(); in initPropertyCommon()
245 rProps[3].Value <<= rLabel; in initPropertyCommon()
246 rProps[4].Value <<= nItemStyleBits; in initPropertyCommon()
247 rProps[5].Value <<= ::com::sun::star::ui::ItemType::DEFAULT; in initPropertyCommon()