Home
last modified time | relevance | path

Searched refs:tProperty_type (Results 1 – 8 of 8) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpp_Property.h48 } tProperty_type; typedef
58 virtual tProperty_type getType() const = 0;
60 static PP_PropertyType *createPropertyType(tProperty_type Type, const gchar *p_init);
69 tProperty_type getType() const {return Property_type_bool;} in getType()
85 tProperty_type getType() const {return Property_type_int;} in getType()
101 tProperty_type getType() const {return Property_type_size;} in getType()
119 tProperty_type getType() const {return Property_type_color;} in getType()
157 const PP_PropertyType * getInitialType (tProperty_type Type) const;
180 tProperty_type Type,
H A Dpd_Style.h46 const PP_PropertyType * getPropertyType(const gchar * szName, tProperty_type Type) const;
H A Dpp_Property.cpp594 tProperty_type Type, in PP_evalPropertyType()
721 const PP_PropertyType * PP_Property::getInitialType(tProperty_type Type) const in getInitialType()
732 PP_PropertyType *PP_PropertyType::createPropertyType(tProperty_type Type, const gchar *p_init) in createPropertyType()
H A Dpp_AttrProp.h104 const PP_PropertyType *getPropertyType(const gchar * szName, tProperty_type Type) const;
H A Dpd_Style.cpp190 const PP_PropertyType * PD_Style::getPropertyType(const gchar * szName, tProperty_type Type) const in getPropertyType()
H A Dpp_AttrProp.cpp577 const PP_PropertyType *PP_AttrProp::getPropertyType(const gchar * szName, tProperty_type Type) const in getPropertyType()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_BlockLayout.h165 tProperty_type Type, bool bExpandStyles = true) const;
H A Dfl_BlockLayout.cpp4420 const PP_PropertyType * fl_BlockLayout::getPropertyType(const gchar * pszName, tProperty_type Type,… in getPropertyType()