Home
last modified time | relevance | path

Searched refs:GetPropertyType (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/sfx2/source/sidebar/
H A DTheme.cxx82 const PropertyType eType (GetPropertyType(eItem)); in GetImage()
92 const PropertyType eType (GetPropertyType(eItem)); in GetColor()
107 const PropertyType eType (GetPropertyType(eItem)); in GetPaint()
123 const PropertyType eType (GetPropertyType(eItem)); in GetInteger()
133 const PropertyType eType (GetPropertyType(eItem)); in GetBoolean()
143 const PropertyType eType (GetPropertyType(eItem)); in GetRectangle()
504 const PropertyType eType (GetPropertyType(iId->second)); in setPropertyValue()
550 const PropertyType eType (GetPropertyType(iId->second)); in getPropertyValue()
574 const PropertyType eType (GetPropertyType(iId->second)); in addPropertyChangeListener()
600 const PropertyType eType (GetPropertyType(iId->second)); in removePropertyChangeListener()
[all …]
/AOO41X/main/toolkit/source/helper/
H A Dunopropertyarrayhelper.cxx101 pProps[n].Type = *GetPropertyType( nId ); in getProperties()
116 aProp.Type = *GetPropertyType( nId ); in getPropertyByName()
H A Dproperty.cxx382 const ::com::sun::star::uno::Type* GetPropertyType( sal_uInt16 nPropertyId ) in GetPropertyType() function
/AOO41X/main/toolkit/inc/toolkit/helper/
H A Dproperty.hxx240 const ::com::sun::star::uno::Type* GetPropertyType( sal_uInt16 nPropertyId );
/AOO41X/main/sfx2/inc/sfx2/sidebar/
H A DTheme.hxx255 static PropertyType GetPropertyType (const ThemeItem eItem);
/AOO41X/main/linguistic/source/
H A Dconvdicxml.cxx172 sal_Int16 GetPropertyType() const { return nPropertyType; } in GetPropertyType() function in ConvDicXMLEntryTextContext_Impl
/AOO41X/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx854 …const ::com::sun::star::uno::Type* pType = mpData->Get( nPropId ) ? GetPropertyType( nPropId ) : N… in read()
1135 const ::com::sun::star::uno::Type* pDestType = GetPropertyType( (sal_uInt16)nPropId ); in convertFastPropertyValue()