Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx211 void VCLXGraphicControl::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()
216 void VCLXGraphicControl::ImplSetNewImage() in ImplSetNewImage()
223 void VCLXGraphicControl::setPosSize( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, s… in setPosSize()
236 void VCLXGraphicControl::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::… in setProperty()
289 ::com::sun::star::uno::Any VCLXGraphicControl::getProperty( const ::rtl::OUString& PropertyName ) t… in getProperty()
371 VCLXGraphicControl::ImplGetPropertyIds( rIds ); in ImplGetPropertyIds()
397 VCLXGraphicControl::dispose(); in dispose()
526 VCLXGraphicControl::setProperty( PropertyName, Value ); in setProperty()
566 aProp <<= VCLXGraphicControl::getProperty( PropertyName ); in getProperty()
617 VCLXGraphicControl::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
[all …]
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx113 class TOOLKIT_DLLPUBLIC VCLXGraphicControl : public VCLXWindow class
149 typedef ::cppu::ImplInheritanceHelper2 < VCLXGraphicControl
198 class VCLXImageControl : public VCLXGraphicControl
225 public VCLXGraphicControl
283 public VCLXGraphicControl
/trunk/main/svtools/source/inc/
H A Dunoiface.hxx241 typedef ::cppu::ImplInheritanceHelper3 < VCLXGraphicControl
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx1662 VCLXGraphicControl::ImplGetPropertyIds( rIds ); in ImplGetPropertyIds()