Home
last modified time | relevance | path

Searched refs:_rImage (Results 1 – 12 of 12) sorted by relevance

/trunk/main/xmlsecurity/source/dialogs/
H A Dresourcemanager.cxx399 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 Dresourcemanager.hxx58 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 Dcertificateviewer.cxx51 void ShrinkToFit( FixedImage& _rImage );
/trunk/main/svtools/inc/svtools/
H A Dsvlbitm.hxx261 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 Dsvtreebx.hxx231 …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 Dbrowserline.cxx462 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 Dbrowserline.hxx108 void ShowBrowseButton( const Image& _rImage, sal_Bool _bPrimary );
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.hxx177 …DBTreeListBox* createTree( DBTreeListBox* _pTreeView, const Image& _rImage, const Image& _rImageHC…
189 …DBTreeListBox* createSimpleTree( const rtl::OString& _sHelpId, const Image& _rImage, const Image& …
H A DAppDetailPageHelper.cxx878 …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 Dcommonpagesdbp.cxx251 …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 Ddocumentdefinition.hxx371 void onCommandPreview( ::com::sun::star::uno::Any& _rImage );
H A Ddocumentdefinition.cxx1965 void ODocumentDefinition::onCommandPreview(Any& _rImage) in onCommandPreview() argument
1980 _rImage = xTransfer->getTransferData( aFlavor ); in onCommandPreview()

Completed in 54 milliseconds