Home
last modified time | relevance | path

Searched refs:_nPropertyHandle (Results 1 – 4 of 4) sorted by relevance

/trunk/main/forms/source/component/
H A Dformcontrolfont.cxx155 return isFontAggregateProperty( _nPropertyHandle ) in isFontRelatedProperty()
156 || ( _nPropertyHandle == PROPERTY_ID_FONT ) in isFontRelatedProperty()
169 || ( _nPropertyHandle == PROPERTY_ID_FONT_NAME ) in isFontAggregateProperty()
170 || ( _nPropertyHandle == PROPERTY_ID_FONT_STYLENAME ) in isFontAggregateProperty()
171 || ( _nPropertyHandle == PROPERTY_ID_FONT_FAMILY ) in isFontAggregateProperty()
172 || ( _nPropertyHandle == PROPERTY_ID_FONT_CHARSET ) in isFontAggregateProperty()
173 || ( _nPropertyHandle == PROPERTY_ID_FONT_HEIGHT ) in isFontAggregateProperty()
174 || ( _nPropertyHandle == PROPERTY_ID_FONT_WEIGHT ) in isFontAggregateProperty()
175 || ( _nPropertyHandle == PROPERTY_ID_FONT_SLANT ) in isFontAggregateProperty()
176 || ( _nPropertyHandle == PROPERTY_ID_FONT_UNDERLINE ) in isFontAggregateProperty()
[all …]
/trunk/main/dbaccess/source/core/api/
H A Dcolumnsettings.cxx99 bool OColumnSettings::isColumnSettingProperty( const sal_Int32 _nPropertyHandle ) in isColumnSettingProperty() argument
101 return ( _nPropertyHandle == PROPERTY_ID_ALIGN ) in isColumnSettingProperty()
102 || ( _nPropertyHandle == PROPERTY_ID_NUMBERFORMAT ) in isColumnSettingProperty()
103 || ( _nPropertyHandle == PROPERTY_ID_RELATIVEPOSITION ) in isColumnSettingProperty()
104 || ( _nPropertyHandle == PROPERTY_ID_WIDTH ) in isColumnSettingProperty()
105 || ( _nPropertyHandle == PROPERTY_ID_HELPTEXT ) in isColumnSettingProperty()
106 || ( _nPropertyHandle == PROPERTY_ID_CONTROLDEFAULT ) in isColumnSettingProperty()
107 || ( _nPropertyHandle == PROPERTY_ID_CONTROLMODEL ) in isColumnSettingProperty()
108 || ( _nPropertyHandle == PROPERTY_ID_HIDDEN ); in isColumnSettingProperty()
112 … bool OColumnSettings::isDefaulted( const sal_Int32 _nPropertyHandle, const Any& _rPropertyValue ) in isDefaulted() argument
[all …]
/trunk/main/dbaccess/source/core/inc/
H A Dcolumnsettings.hxx93 static bool isColumnSettingProperty( const sal_Int32 _nPropertyHandle );
94 …static bool isDefaulted( const sal_Int32 _nPropertyHandle, const ::com::sun::star::uno::Any& _rPro…
/trunk/main/forms/source/inc/
H A Dformcontrolfont.hxx72 bool isFontRelatedProperty( sal_Int32 _nPropertyHandle ) const;
73 bool isFontAggregateProperty( sal_Int32 _nPropertyHandle ) const;

Completed in 35 milliseconds