Searched refs:FontControlModel (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/forms/source/component/ |
H A D | formcontrolfont.cxx | 134 FontControlModel::FontControlModel( bool _bToolkitCompatibleDefaults ) in FontControlModel() function in frm::FontControlModel 142 FontControlModel::FontControlModel( const FontControlModel* _pOriginal ) in FontControlModel() function in frm::FontControlModel 153 bool FontControlModel::isFontRelatedProperty( sal_Int32 _nPropertyHandle ) const in isFontRelatedProperty() 164 bool FontControlModel::isFontAggregateProperty( sal_Int32 _nPropertyHandle ) const in isFontAggregateProperty() 185 sal_Int32 FontControlModel::getTextColor( ) const in getTextColor() 193 sal_Int32 FontControlModel::getTextLineColor( ) const in getTextLineColor() 201 …void FontControlModel::describeFontRelatedProperties( Sequence< Property >& /* [out] */ _rProps ) … in describeFontRelatedProperties() 232 void FontControlModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() 263 sal_Bool FontControlModel::convertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue, in convertFastPropertyValue() 363 …void FontControlModel::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rValue ) … in setFastPropertyValue_NoBroadcast() [all …]
|
H A D | navigationbar.cxx | 68 ,FontControlModel( true ) in DBG_NAME() 92 ,FontControlModel( _pOriginal ) in ONavigationBarModel() 374 FontControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue() 394 …bModified = FontControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _r… in convertFastPropertyValue() 415 FontControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast() 474 aDefault = FontControlModel::getPropertyDefaultByHandle( _nHandle ); in getPropertyDefaultByHandle()
|
H A D | Grid.cxx | 92 ,FontControlModel( false ) in OGridControlModel() 118 ,FontControlModel( _pOriginal ) in OGridControlModel() 558 FontControlModel::getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue() 647 …bModified = FontControlModel::convertFastPropertyValue( rConvertedValue, rOldValue, nHandle, rValu… in convertFastPropertyValue() 719 FontControlModel::setFastPropertyValue_NoBroadcast( nHandle, rValue ); in setFastPropertyValue_NoBroadcast() 779 aReturn = FontControlModel::getPropertyDefaultByHandle( nHandle ); in getPropertyDefaultByHandle()
|
H A D | navigationbar.hxx | 52 ,public FontControlModel
|
H A D | Grid.hxx | 73 ,public FontControlModel
|
/aoo42x/main/forms/source/inc/ |
H A D | formcontrolfont.hxx | 40 class FontControlModel class 68 FontControlModel( bool _bToolkitCompatibleDefaults ); 69 FontControlModel( const FontControlModel* _pOriginal ); 88 FontControlModel(); // never implemented 89 FontControlModel( const FontControlModel& ); // never implemented 90 FontControlModel& operator=( const FontControlModel& ); // never implemented
|
/aoo42x/main/forms/source/richtext/ |
H A D | richtextmodel.cxx | 76 ,FontControlModel ( true ) in DBG_NAME() 109 ,FontControlModel ( _pOriginal ) in ORichTextModel() 335 FontControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue() 354 …bModified = FontControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _r… in convertFastPropertyValue() 406 FontControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast() 492 aDefault = FontControlModel::getPropertyDefaultByHandle( _nHandle ); in getPropertyDefaultByHandle()
|
H A D | richtextmodel.hxx | 58 ,public FontControlModel
|
Completed in 42 milliseconds