Lines Matching refs:sal_Int32
39 const sal_Int32 STLPropertyState_DEFAULT = 0;
40 const sal_Int32 STLPropertyState_DIRECT = 1;
41 const sal_Int32 STLPropertyState_AMBIGUOUS = 3;
46 sal_Int32 mnState;
50 …STLPropertyMapEntry( ::com::sun::star::uno::Any aValue, sal_Int32 nState = STLPropertyState_DEFAUL… in STLPropertyMapEntry()
55 typedef std::map<sal_Int32, STLPropertyMapEntry > PropertyMap;
65 void setPropertyDefaultValue( sal_Int32 nHandle, const com::sun::star::uno::Any& rValue );
66 …void setPropertyValue( sal_Int32 nHandle, const com::sun::star::uno::Any& rValue, sal_Int32 nState…
67 ::com::sun::star::uno::Any getPropertyValue( sal_Int32 nHandle ) const;
69 sal_Int32 getPropertyState( sal_Int32 nHandle ) const;
70 void setPropertyState( sal_Int32 nHandle, sal_Int32 nState );
73 bool findProperty( sal_Int32 nHandle, PropertyMapIter& rIter );
74 bool findProperty( sal_Int32 nHandle, PropertyMapConstIter& rIter ) const;