/trunk/main/xmlsecurity/source/dialogs/ |
H A D | resourcemanager.cxx | 399 void AlignAfterImage( const FixedImage& _rImage, Control& _rCtrl, long _nXOffset ) in AlignAfterImage() argument 401 Point aPos( _rImage.GetPosPixel() ); in AlignAfterImage() 402 Size aSize( _rImage.GetSizePixel() ); in AlignAfterImage() 414 void AlignAfterImage( const FixedImage& _rImage, FixedInfo& _rFI, long _nXOffset ) in AlignAfterImage() argument 416 AlignAfterImage( _rImage, static_cast< Control& >( _rFI ), _nXOffset ); in AlignAfterImage() 420 void AlignAndFitImageAndControl( FixedImage& _rImage, FixedInfo& _rFI, long _nXOffset ) in AlignAndFitImageAndControl() argument 422 _rImage.SetSizePixel( _rImage.GetImage().GetSizePixel() ); in AlignAndFitImageAndControl() 423 AlignAfterImage( _rImage, _rFI, _nXOffset ); in AlignAndFitImageAndControl()
|
H A D | resourcemanager.hxx | 58 void AlignAfterImage( const FixedImage& _rImage, Control& _rCtrl, long _nXOffset = 0 ); 59 void AlignAfterImage( const FixedImage& _rImage, FixedInfo& _rFI, long _nXOffset = 0 ); 60 void AlignAndFitImageAndControl( FixedImage& _rImage, FixedInfo& _rFI, long _nXOffset = 0 );
|
H A D | certificateviewer.cxx | 51 void ShrinkToFit( FixedImage& _rImage );
|
/trunk/main/svtools/inc/svtools/ |
H A D | svlbitm.hxx | 261 inline void SetBitmap1( const Image& _rImage, BmpColorMode _eMode = BMP_COLOR_NORMAL ); 262 inline void SetBitmap2( const Image& _rImage, BmpColorMode _eMode = BMP_COLOR_NORMAL ); 270 inline void SvLBoxContextBmp::SetBitmap1( const Image& _rImage, BmpColorMode _eMode ) in SetBitmap1() argument 272 implGetImageStore( sal_True, _eMode ) = _rImage; in SetBitmap1() 275 inline void SvLBoxContextBmp::SetBitmap2( const Image& _rImage, BmpColorMode _eMode ) in SetBitmap2() argument 277 implGetImageStore( sal_False, _eMode ) = _rImage; in SetBitmap2()
|
H A D | svtreebx.hxx | 231 …void SetExpandedEntryBmp( SvLBoxEntry* _pEntry, const Image& _rImage, BmpColorMode _eMode = BMP_… 232 …void SetCollapsedEntryBmp( SvLBoxEntry* _pEntry, const Image& _rImage, BmpColorMode _eMode = BMP…
|
/trunk/main/extensions/source/propctrlr/ |
H A D | browserline.cxx | 462 void OBrowserLine::ShowBrowseButton( const Image& _rImage, sal_Bool _bPrimary ) in ShowBrowseButton() argument 465 if ( !!_rImage ) in ShowBrowseButton() 466 rButton.SetModeImage( _rImage ); in ShowBrowseButton()
|
H A D | browserline.hxx | 108 void ShowBrowseButton( const Image& _rImage, sal_Bool _bPrimary );
|
/trunk/main/dbaccess/source/ui/app/ |
H A D | AppDetailPageHelper.hxx | 177 …DBTreeListBox* createTree( DBTreeListBox* _pTreeView, const Image& _rImage, const Image& _rImageHC… 189 …DBTreeListBox* createSimpleTree( const rtl::OString& _sHelpId, const Image& _rImage, const Image& …
|
H A D | AppDetailPageHelper.cxx | 878 …PageHelper::createSimpleTree( const rtl::OString& _sHelpId, const Image& _rImage, const Image& _rI… in createSimpleTree() argument 882 return createTree( pTreeView, _rImage, _rImageHC ); in createSimpleTree() 886 DBTreeListBox* OAppDetailPageHelper::createTree( DBTreeListBox* _pTreeView, const Image& _rImage, c… in createTree() argument 895 _pTreeView->SetDefaultCollapsedEntryBmp( _rImage ); in createTree() 897 _pTreeView->SetDefaultExpandedEntryBmp( _rImage ); in createTree()
|
/trunk/main/extensions/source/dbpilots/ |
H A D | commonpagesdbp.cxx | 251 …Box& _rListBox, const Sequence< ::rtl::OUString >& _rNames, const Image& _rImage, sal_Int32 _nComm… in lcl_fillEntries() argument 258 nPos = _rListBox.InsertEntry( *pNames++, _rImage ); in lcl_fillEntries()
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | documentdefinition.hxx | 371 void onCommandPreview( ::com::sun::star::uno::Any& _rImage );
|
H A D | documentdefinition.cxx | 1965 void ODocumentDefinition::onCommandPreview(Any& _rImage) in onCommandPreview() argument 1980 _rImage = xTransfer->getTransferData( aFlavor ); in onCommandPreview()
|