Home
last modified time | relevance | path

Searched refs:GraphicControlModel (Results 1 – 3 of 3) sorted by relevance

/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx215 class GraphicControlModel : public UnoControlModel class
231GraphicControlModel( const GraphicControlModel& _rSource ) : UnoControlModel( _rSource ), mbAdjust… in GraphicControlModel() function in GraphicControlModel
240 GraphicControlModel& operator=( const GraphicControlModel& ); // never implemented
246 class UnoControlButtonModel : public GraphicControlModel
254 … UnoControlButtonModel( const UnoControlButtonModel& rModel ) : GraphicControlModel( rModel ) {;} in UnoControlButtonModel()
265 …DECLIMPL_SERVICEINFO_DERIVED( UnoControlButtonModel, GraphicControlModel, szServiceName2_UnoContro…
321 class UnoControlImageControlModel : public GraphicControlModel
383 class UnoControlRadioButtonModel : public GraphicControlModel
392 …UnoControlRadioButtonModel( const UnoControlRadioButtonModel& rModel ) : GraphicControlModel( rMod… in UnoControlRadioButtonModel()
463 class UnoControlCheckBoxModel : public GraphicControlModel
[all …]
H A Droadmapcontrol.hxx51 typedef GraphicControlModel UnoControlRoadmapModel_Base;
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx533 uno::Any GraphicControlModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
540 …uno::Reference< graphic::XGraphic > GraphicControlModel::getGraphicFromURL_nothrow( const ::rtl::O… in getGraphicFromURL_nothrow()
639 :GraphicControlModel( i_factory ) in UnoControlButtonModel()
671 return GraphicControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
836 :GraphicControlModel( i_factory ) in UnoControlImageControlModel()
855 return GraphicControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
878 GraphicControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
963 :GraphicControlModel( i_factory ) in UnoControlRadioButtonModel()
984 return GraphicControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
1173 :GraphicControlModel( i_factory ) in UnoControlCheckBoxModel()
[all …]

Completed in 34 milliseconds