Lines Matching refs:FixedImage
935 void FixedImage::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit()
945 WinBits FixedImage::ImplInitStyle( WinBits nStyle ) in ImplInitStyle()
954 void FixedImage::ImplInitSettings() in ImplInitSettings()
979 void FixedImage::ImplLoadRes( const ResId& rResId ) in ImplLoadRes()
994 FixedImage::FixedImage( Window* pParent, WinBits nStyle ) : in FixedImage() function in FixedImage
1002 FixedImage::FixedImage( Window* pParent, const ResId& rResId ) : in FixedImage() function in FixedImage
1016 FixedImage::~FixedImage() in ~FixedImage()
1022 void FixedImage::ImplDraw( OutputDevice* pDev, sal_uLong nDrawFlags, in ImplDraw()
1060 void FixedImage::Paint( const Rectangle& ) in Paint()
1067 Size FixedImage::GetOptimalSize( WindowSizeType ) const in GetOptimalSize()
1075 void FixedImage::UserDraw( const UserDrawEvent& ) in UserDraw()
1081 void FixedImage::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw()
1104 void FixedImage::Resize() in Resize()
1112 void FixedImage::StateChanged( StateChangedType nType ) in StateChanged()
1139 void FixedImage::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
1153 void FixedImage::SetImage( const Image& rImage ) in SetImage()
1164 sal_Bool FixedImage::SetModeImage( const Image& rImage, BmpColorMode eMode ) in SetModeImage()
1183 const Image& FixedImage::GetModeImage( BmpColorMode eMode ) const in GetModeImage()
1193 Point FixedImage::CalcImagePos( const Point& rPos, in CalcImagePos()