Home
last modified time | relevance | path

Searched refs:implGetImageStore (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/svtools/inc/svtools/
H A Dsvlbitm.hxx267 Image& implGetImageStore( sal_Bool _bFirst, BmpColorMode _eMode );
272 implGetImageStore( sal_True, _eMode ) = _rImage; in SetBitmap1()
277 implGetImageStore( sal_False, _eMode ) = _rImage; in SetBitmap2()
282 Image& rImage = const_cast< SvLBoxContextBmp* >( this )->implGetImageStore( sal_True, _eMode ); in GetBitmap1()
285 rImage = const_cast< SvLBoxContextBmp* >( this )->implGetImageStore( sal_True, BMP_COLOR_NORMAL ); in GetBitmap1()
291 Image& rImage = const_cast< SvLBoxContextBmp* >( this )->implGetImageStore( sal_False, _eMode ); in GetBitmap2()
294 rImage = const_cast< SvLBoxContextBmp* >( this )->implGetImageStore( sal_True, BMP_COLOR_NORMAL ); in GetBitmap2()
/aoo42x/main/svtools/source/contnr/
H A Dsvlbitm.cxx581 Image& SvLBoxContextBmp::implGetImageStore( sal_Bool _bFirst, BmpColorMode _eMode ) in implGetImageStore() function in SvLBoxContextBmp
624 …const Image& rImage = implGetImageStore( 0 == ( _nViewDataEntryFlags & m_pImpl->m_nB2IndicatorFlag… in Paint()

Completed in 66 milliseconds