/aoo41x/main/comphelper/source/property/ |
H A D | propertycontainerhelper.cxx | 98 sal_Int32 _nAttributes, void* _pPointerToMember, const Type& _rMemberType) in registerProperty() argument 100 OSL_ENSURE((_nAttributes & PropertyAttribute::MAYBEVOID) == 0, in registerProperty() 108 aNewProp.aProperty = Property( _rName, _nHandle, _rMemberType, (sal_Int16)_nAttributes ); in registerProperty() 125 …egisterMayBeVoidProperty(const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, in registerMayBeVoidProperty() argument 128 OSL_ENSURE((_nAttributes & PropertyAttribute::MAYBEVOID) != 0, in registerMayBeVoidProperty() 135 _nAttributes |= PropertyAttribute::MAYBEVOID; in registerMayBeVoidProperty() 138 aNewProp.aProperty = Property( _rName, _nHandle, _rExpectedType, (sal_Int16)_nAttributes ); in registerMayBeVoidProperty() 147 …registerPropertyNoMember(const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, in registerPropertyNoMember() argument 152 OSL_ENSURE(_pInitialValue || ((_nAttributes & PropertyAttribute::MAYBEVOID) != 0), in registerPropertyNoMember() 156 aNewProp.aProperty = Property( _rName, _nHandle, _rType, (sal_Int16)_nAttributes ); in registerPropertyNoMember()
|
H A D | propertybag.cxx | 112 …ty( const ::rtl::OUString& _rName, const Type& _rType, sal_Int32 _nHandle, sal_Int32 _nAttributes ) in addVoidProperty() argument 127 …OSL_ENSURE( _nAttributes & PropertyAttribute::MAYBEVOID, "PropertyBag::addVoidProperty: this is fo… in addVoidProperty() 128 …registerPropertyNoMember( _rName, _nHandle, _nAttributes | PropertyAttribute::MAYBEVOID, _rType, N… in addVoidProperty() 135 …roperty( const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, const Any& _rI… in addProperty() argument 150 registerPropertyNoMember( _rName, _nHandle, _nAttributes, aPropertyType, in addProperty()
|
H A D | opropertybag.cxx | 341 …OPropertyBag::addProperty( const ::rtl::OUString& _rName, ::sal_Int16 _nAttributes, const Any& _rI… in addProperty() argument 354 m_aDynamicProperties.addProperty( _rName, findFreeHandle(), _nAttributes, _rInitialValue ); in addProperty()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | column.cxx | 159 …roperty( const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, void* _pPointe… in registerProperty() argument 161 …::comphelper::OPropertyContainer::registerProperty( _rName, _nHandle, _nAttributes, _pPointerToMem… in registerProperty() 165 …roperty( const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, Any* _pPointer… in registerMayBeVoidProperty() argument 167 …::comphelper::OPropertyContainer::registerMayBeVoidProperty( _rName, _nHandle, _nAttributes, _pPoi… in registerMayBeVoidProperty() 171 …oMember( const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, const Type& _r… in registerPropertyNoMember() argument 173 …::comphelper::OPropertyContainer::registerPropertyNoMember( _rName, _nHandle, _nAttributes, _rType… in registerPropertyNoMember()
|
/aoo41x/main/dbaccess/source/core/inc/ |
H A D | columnsettings.hxx | 43 sal_Int32 _nAttributes, 51 sal_Int32 _nAttributes, 59 sal_Int32 _nAttributes,
|
H A D | column.hxx | 119 …roperty( const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, void* _pPointe… 120 …roperty( const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, ::com::sun::st… 121 …oMember( const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, const ::com::s…
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | propertycontainerhelper.hxx | 110 void registerProperty(const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, 124 …egisterMayBeVoidProperty(const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, 137 …registerPropertyNoMember(const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttributes,
|
H A D | propertybag.hxx | 90 sal_Int32 _nAttributes, 119 sal_Int32 _nAttributes
|
/aoo41x/main/stoc/source/corereflection/ |
H A D | criface.cxx | 798 for ( sal_Int32 nPos = _nMethods + _nAttributes; nPos--; ) in ~InterfaceIdlClassImpl() 838 ++_nAttributes; in initMembers() 839 nIndex = (nAll - _nAttributes); in initMembers() 908 Sequence< Reference< XIdlField > > aRet( _nAttributes ); in getFields() 910 for ( sal_Int32 nPos = _nAttributes; nPos--; ) in getFields() 912 /*_aName2Field[_pSortedMemberInit[_nMethods+nPos].first] = */pRet[_nAttributes-nPos-1] = in getFields() 966 for ( sal_Int32 nPos = _nAttributes; nPos--; ) in getField()
|
H A D | base.hxx | 224 sal_Int32 _nAttributes; member in stoc_corefl::InterfaceIdlClassImpl 239 , _nAttributes( 0 ) in InterfaceIdlClassImpl()
|
/aoo41x/main/forms/source/component/ |
H A D | propertybaghelper.cxx | 200 …void PropertyBagHelper::addProperty( const ::rtl::OUString& _rName, ::sal_Int16 _nAttributes, cons… in addProperty() argument 215 _nAttributes |= PropertyAttribute::REMOVEABLE; in addProperty() 223 m_aDynamicProperties.addProperty( _rName, nHandle, _nAttributes, _rInitialValue ); in addProperty()
|
H A D | FormComponent.cxx | 1178 void SAL_CALL OControlModel::addProperty( const ::rtl::OUString& _rName, ::sal_Int16 _nAttributes, … in addProperty() argument 1180 m_aPropertyBagHelper.addProperty( _rName, _nAttributes, _rInitialValue ); in addProperty()
|
H A D | DatabaseForm.cxx | 1451 void SAL_CALL ODatabaseForm::addProperty( const ::rtl::OUString& _rName, ::sal_Int16 _nAttributes, … in addProperty() argument 1453 m_aPropertyBagHelper.addProperty( _rName, _nAttributes, _rInitialValue ); in addProperty()
|
/aoo41x/main/forms/source/inc/ |
H A D | propertybaghelper.hxx | 80 …void addProperty( const ::rtl::OUString& _rName, ::sal_Int16 _nAttributes, const ::com::sun::star:…
|