Lines Matching refs:eType

82 	const PropertyType eType (GetPropertyType(eItem));  in GetImage()  local
83 OSL_ASSERT(eType==PT_Image); in GetImage()
84 const sal_Int32 nIndex (GetIndex(eItem, eType)); in GetImage()
92 const PropertyType eType (GetPropertyType(eItem)); in GetColor() local
93 OSL_ASSERT(eType==PT_Color || eType==PT_Paint); in GetColor()
94 const sal_Int32 nIndex (GetIndex(eItem, eType)); in GetColor()
96 if (eType == PT_Color) in GetColor()
98 else if (eType == PT_Paint) in GetColor()
107 const PropertyType eType (GetPropertyType(eItem)); in GetPaint() local
108 OSL_ASSERT(eType==PT_Paint); in GetPaint()
109 const sal_Int32 nIndex (GetIndex(eItem, eType)); in GetPaint()
123 const PropertyType eType (GetPropertyType(eItem)); in GetInteger() local
124 OSL_ASSERT(eType==PT_Integer); in GetInteger()
125 const sal_Int32 nIndex (GetIndex(eItem, eType)); in GetInteger()
133 const PropertyType eType (GetPropertyType(eItem)); in GetBoolean() local
134 OSL_ASSERT(eType==PT_Boolean); in GetBoolean()
135 const sal_Int32 nIndex (GetIndex(eItem, eType)); in GetBoolean()
143 const PropertyType eType (GetPropertyType(eItem)); in GetRectangle() local
144 OSL_ASSERT(eType==PT_Rectangle); in GetRectangle()
145 const sal_Int32 nIndex (GetIndex(eItem, eType)); in GetRectangle()
504 const PropertyType eType (GetPropertyType(iId->second)); in setPropertyValue() local
505 if (eType == PT_Invalid) in setPropertyValue()
533 ProcessNewValue(rValue, eItem, eType); in setPropertyValue()
550 const PropertyType eType (GetPropertyType(iId->second)); in getPropertyValue() local
551 if (eType == PT_Invalid) in getPropertyValue()
574 const PropertyType eType (GetPropertyType(iId->second)); in addPropertyChangeListener() local
575 if (eType == PT_Invalid) in addPropertyChangeListener()
600 const PropertyType eType (GetPropertyType(iId->second)); in removePropertyChangeListener() local
601 if (eType == PT_Invalid) in removePropertyChangeListener()
636 const PropertyType eType (GetPropertyType(iId->second)); in addVetoableChangeListener() local
637 if (eType == PT_Invalid) in addVetoableChangeListener()
662 const PropertyType eType (GetPropertyType(iId->second)); in removeVetoableChangeListener() local
663 if (eType == PT_Invalid) in removeVetoableChangeListener()
691 const PropertyType eType (GetPropertyType(eItem)); in getProperties() local
692 if (eType == PT_Invalid) in getProperties()
698 GetCppuType(eType), in getProperties()
717 const PropertyType eType (GetPropertyType(iId->second)); in getPropertyByName() local
718 if (eType == PT_Invalid) in getPropertyByName()
726 GetCppuType(eType), in getPropertyByName()
738 const PropertyType eType (GetPropertyType(iId->second)); in hasPropertyByName() local
739 if (eType == PT_Invalid) in hasPropertyByName()
896 cssu::Type Theme::GetCppuType (const PropertyType eType) in GetCppuType() argument
898 switch(eType) in GetCppuType()
925 sal_Int32 Theme::GetIndex (const ThemeItem eItem, const PropertyType eType) in GetIndex() argument
927 switch(eType) in GetIndex()
1043 const PropertyType eType) in ProcessNewValue() argument
1045 const sal_Int32 nIndex (GetIndex (eItem, eType)); in ProcessNewValue()
1046 switch (eType) in ProcessNewValue()
1113 OSL_ASSERT(eType != PT_Invalid); in ProcessNewValue()