Lines Matching refs:beans

106                                             DIRECT_INTERFACE ( css::beans::XPropertySet				 ),  in DEFINE_XINTERFACE_7()
107 DIRECT_INTERFACE ( css::beans::XFastPropertySet ), in DEFINE_XINTERFACE_7()
108 DIRECT_INTERFACE ( css::beans::XMultiPropertySet ) in DEFINE_XINTERFACE_7()
116 css::beans::XPropertySet , in DEFINE_XINTERFACE_7()
117 css::beans::XFastPropertySet , in DEFINE_XINTERFACE_7()
118 css::beans::XMultiPropertySet in DEFINE_XINTERFACE_7()
295 css::uno::Reference< css::beans::XProperty > xInfo(xPath, css::uno::UNO_QUERY); in impl_readNewFormat()
298 css::beans::Property aInfo = xInfo->getAsProperty(); in impl_readNewFormat()
299 …sal_Bool bFinalized = ((aInfo.Attributes & css::beans::PropertyAttribute::READONLY ) == css::bean… in impl_readNewFormat()
350 css::uno::Reference< css::beans::XPropertySet > xProps(xCfgOld, css::uno::UNO_QUERY_THROW); in impl_storePath()
525 const css::beans::Property& rProp = m_lPropDesc[i]; in impl_mapPathName2IDList()
755 css::beans::Property* pProp = 0; in impl_rebuildPropertyDescriptor()
761 pProp->Attributes = css::beans::PropertyAttribute::BOUND; in impl_rebuildPropertyDescriptor()
763 pProp->Attributes |= css::beans::PropertyAttribute::READONLY; in impl_rebuildPropertyDescriptor()
770 pProp->Attributes = css::beans::PropertyAttribute::BOUND | in impl_rebuildPropertyDescriptor()
771 css::beans::PropertyAttribute::READONLY; in impl_rebuildPropertyDescriptor()
778 pProp->Attributes = css::beans::PropertyAttribute::BOUND; in impl_rebuildPropertyDescriptor()
780 pProp->Attributes |= css::beans::PropertyAttribute::READONLY; in impl_rebuildPropertyDescriptor()
787 pProp->Attributes = css::beans::PropertyAttribute::BOUND; in impl_rebuildPropertyDescriptor()
789 pProp->Attributes |= css::beans::PropertyAttribute::READONLY; in impl_rebuildPropertyDescriptor()
1014 const css::beans::Property& rProp = m_lPropDesc[nHandle]; in impl_getPathAccess()
1034 const css::beans::Property& rProp = m_lPropDesc[nHandle]; in impl_getPathAccessConst()
1085 css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL PathSettings::getPropertySetInfo() in getPropertySetInfo()
1088 …return css::uno::Reference< css::beans::XPropertySetInfo >(createPropertySetInfo(getInfoHelper())); in getPropertySetInfo()