Home
last modified time | relevance | path

Searched refs:_nAttributes (Results 1 – 14 of 14) sorted by relevance

/trunk/main/comphelper/source/property/
H A Dpropertycontainerhelper.cxx98 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 Dpropertybag.cxx112 …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 Dopropertybag.cxx341 …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()
/trunk/main/dbaccess/source/core/api/
H A Dcolumn.cxx159 …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()
/trunk/main/dbaccess/source/core/inc/
H A Dcolumnsettings.hxx43 sal_Int32 _nAttributes,
51 sal_Int32 _nAttributes,
59 sal_Int32 _nAttributes,
H A Dcolumn.hxx119 …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…
/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx798 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 Dbase.hxx224 sal_Int32 _nAttributes; member in stoc_corefl::InterfaceIdlClassImpl
239 , _nAttributes( 0 ) in InterfaceIdlClassImpl()
/trunk/main/comphelper/inc/comphelper/
H A Dpropertycontainerhelper.hxx110 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 Dpropertybag.hxx90 sal_Int32 _nAttributes,
119 sal_Int32 _nAttributes
/trunk/main/forms/source/component/
H A Dpropertybaghelper.cxx200 …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 DFormComponent.cxx1178 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 DDatabaseForm.cxx1451 void SAL_CALL ODatabaseForm::addProperty( const ::rtl::OUString& _rName, ::sal_Int16 _nAttributes, … in addProperty() argument
1453 m_aPropertyBagHelper.addProperty( _rName, _nAttributes, _rInitialValue ); in addProperty()
/trunk/main/forms/source/inc/
H A Dpropertybaghelper.hxx80 …void addProperty( const ::rtl::OUString& _rName, ::sal_Int16 _nAttributes, const ::com::sun::star:…

Completed in 80 milliseconds