/trunk/main/cui/source/dialogs/ |
H A D | cuihyperdlg.cxx | 110 Image aImageHC; in SvxHpLinkDlg() local 116 aImageHC = Image( CUI_RES ( RID_SVXBMP_HLINETTP_H ) ); in SvxHpLinkDlg() 117 …pEntry = AddTabPage ( RID_SVXPAGE_HYPERLINK_INTERNET, aStrTitle, aImage, aImageHC, SvxHyperlinkInt… in SvxHpLinkDlg() 121 aImageHC = Image( CUI_RES ( RID_SVXBMP_HLMAILTP_H ) ); in SvxHpLinkDlg() 122 …pEntry = AddTabPage ( RID_SVXPAGE_HYPERLINK_MAIL, aStrTitle, aImage, aImageHC, SvxHyperlinkMailTp:… in SvxHpLinkDlg() 126 aImageHC = Image( CUI_RES ( RID_SVXBMP_HLDOCTP_H ) ); in SvxHpLinkDlg() 127 …pEntry = AddTabPage ( RID_SVXPAGE_HYPERLINK_DOCUMENT, aStrTitle, aImage, aImageHC, SvxHyperlinkDoc… in SvxHpLinkDlg() 131 aImageHC = Image( CUI_RES ( RID_SVXBMP_HLDOCNTP_H ) ); in SvxHpLinkDlg() 132 …pEntry = AddTabPage ( RID_SVXPAGE_HYPERLINK_NEWDOCUMENT, aStrTitle, aImage, aImageHC, SvxHyperlink… in SvxHpLinkDlg()
|
/trunk/main/dbaccess/source/ui/control/ |
H A D | tabletree.cxx | 181 Image aImage, aImageHC; in notifyHiContrastChanged() local 185 aImageHC = m_pImageProvider->getFolderImage( DatabaseObject::TABLE, true ); in notifyHiContrastChanged() 190 … m_pImageProvider->getImages( sCompleteName, DatabaseObject::TABLE, aImage, aImageHC ); in notifyHiContrastChanged() 195 pContextBitmapItem->SetBitmap1( aImageHC, BMP_COLOR_HIGHCONTRAST ); in notifyHiContrastChanged() 196 pContextBitmapItem->SetBitmap2( aImageHC, BMP_COLOR_HIGHCONTRAST ); in notifyHiContrastChanged() 549 Image aImage, aImageHC; in implAddEntry() local 550 m_pImageProvider->getImages( _rTableName, DatabaseObject::TABLE, aImage, aImageHC ); in implAddEntry() 554 SetExpandedEntryBmp( pRet, aImageHC, BMP_COLOR_HIGHCONTRAST ); in implAddEntry() 555 SetCollapsedEntryBmp( pRet, aImageHC, BMP_COLOR_HIGHCONTRAST ); in implAddEntry()
|
/trunk/main/dbaccess/source/ui/browser/ |
H A D | dsEntriesNoExp.cxx | 240 Image aImage, aImageHC; in notifyHiContrastChanged() local 244 aImageHC = pImageProvider->getDatabaseImage( true ); in notifyHiContrastChanged() 253 aImageHC = pImageProvider->getFolderImage( nObjectType, true ); in notifyHiContrastChanged() 258 … pImageProvider->getImages( GetEntryText( pEntryLoop ), nObjectType, aImage, aImageHC ); in notifyHiContrastChanged() 274 pContextBitmapItem->SetBitmap1( aImageHC, BMP_COLOR_HIGHCONTRAST ); in notifyHiContrastChanged() 275 pContextBitmapItem->SetBitmap2( aImageHC, BMP_COLOR_HIGHCONTRAST ); in notifyHiContrastChanged()
|
H A D | unodatbr.cxx | 2217 Image aImage, aImageHC; in implAppendEntry() local 2218 pImageProvider->getImages( _rName, getDatabaseObjectType( _eEntryType ), aImage, aImageHC ); in implAppendEntry() 2224 m_pTreeView->getListBox().SetExpandedEntryBmp( pNewEntry, aImageHC, BMP_COLOR_HIGHCONTRAST ); in implAppendEntry() 2225 m_pTreeView->getListBox().SetCollapsedEntryBmp( pNewEntry, aImageHC, BMP_COLOR_HIGHCONTRAST ); in implAppendEntry()
|
/trunk/main/svtools/inc/svtools/ |
H A D | ivctrl.hxx | 71 Image aImageHC; member in SvxIconChoiceCtrlEntry 125 void SetImageHC ( const Image& rImage ) { aImageHC = rImage; } in SetImageHC() 127 Image GetImageHC () const { return aImageHC; } in GetImageHC()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | TableWindow.cxx | 291 Image aImage, aImageHC; in impl_updateImage() local 292 …osedName(), m_pData->isQuery() ? DatabaseObject::QUERY : DatabaseObject::TABLE, aImage, aImageHC ); in impl_updateImage() 294 if ( !aImage || !aImageHC ) in impl_updateImage() 301 m_aTypeImage.SetModeImage( aImageHC, BMP_COLOR_HIGHCONTRAST ); in impl_updateImage()
|
/trunk/main/sfx2/source/dialog/ |
H A D | titledockwin.cxx | 246 Image aImageHC( SfxResId( SFX_IMG_CLOSE_DOC_HC ) ); in impl_resetToolBox() local 249 ? aImageHC in impl_resetToolBox()
|
/trunk/main/basctl/source/basicide/ |
H A D | bastype3.cxx | 120 Image aImageHC( IDEResId( bDlgMode ? RID_IMG_DLGLIB_HC : RID_IMG_MODLIB_HC ) ); in RequestingChilds() local 121 SetEntryBitmaps( pEntry, aImage, aImageHC ); in RequestingChilds()
|
H A D | bastype2.cxx | 232 Image aImageHC; in ScanEntry() local 233 GetRootEntryBitmaps( rDocument, aImage, aImageHC ); in ScanEntry() 237 aImageHC, in ScanEntry()
|
/trunk/main/svtools/source/contnr/ |
H A D | ivctrl.cxx | 44 aImageHC = rImage; in SvxIconChoiceCtrlEntry() 57 aImageHC = rImageHC; in SvxIconChoiceCtrlEntry()
|
/trunk/main/reportdesign/source/ui/dlg/ |
H A D | Navigator.cxx | 528 const Image aImageHC( m_aNavigatorImagesHC.GetImage( _nImageId ) ); in insertEntry() local 529 SetExpandedEntryBmp( pEntry, aImageHC, BMP_COLOR_HIGHCONTRAST ); in insertEntry() 530 SetCollapsedEntryBmp( pEntry, aImageHC, BMP_COLOR_HIGHCONTRAST ); in insertEntry()
|
/trunk/main/svx/source/tbxctrls/ |
H A D | grafctrl.cxx | 324 Image aImageHC( aResIdHC ); in ImplGrafControl() local 331 maImage.SetModeImage( aImageHC, BMP_COLOR_HIGHCONTRAST ); in ImplGrafControl()
|