Lines Matching refs:aImage

380 …      Image aImage = GetImage( theChild, aContext.getUNOContext(), bIsRootNode, BMP_COLOR_NORMAL );  in fillScriptList()  local
381 SetExpandedEntryBmp( pNewEntry, aImage, BMP_COLOR_NORMAL ); in fillScriptList()
382 SetCollapsedEntryBmp( pNewEntry, aImage, BMP_COLOR_NORMAL ); in fillScriptList()
384aImage = GetImage( theChild, aContext.getUNOContext(), bIsRootNode, BMP_COLOR_HIGHCONTRAST ); in fillScriptList()
385 SetExpandedEntryBmp( pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST ); in fillScriptList()
386 SetCollapsedEntryBmp( pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST ); in fillScriptList()
593 Image aImage; in GetImage() local
599 aImage = m_hdImage; in GetImage()
601 aImage = m_hdImage_hc; in GetImage()
644 aImage = SvFileInformationManager::GetFileImage( in GetImage()
648 aImage = SvFileInformationManager::GetFileImage( in GetImage()
655 aImage = m_docImage; in GetImage()
657 aImage = m_docImage_hc; in GetImage()
666 aImage = m_macImage; in GetImage()
668 aImage = m_macImage_hc; in GetImage()
673 aImage = m_libImage; in GetImage()
675 aImage = m_libImage_hc; in GetImage()
678 return aImage; in GetImage()
757 Image aImage; in GroupSelected() local
763 aImage = m_pImageProvider->GetImage( aCmdURL ); in GroupSelected()
794 if ( !!aImage ) in GroupSelected()
797 aLabel, aImage, aImage ); in GroupSelected()
860 …Image aImage = GetImage( children[n], Reference< XComponentContext >(), sal_False, BMP_COLOR_NORMA… in GroupSelected() local
863 pFunctionListBox->SetExpandedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in GroupSelected()
864 pFunctionListBox->SetCollapsedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in GroupSelected()
865aImage = GetImage( children[n], Reference< XComponentContext >(), sal_False, BMP_COLOR_HIGHCONTRAS… in GroupSelected()
866 pFunctionListBox->SetExpandedEntryBmp(pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST); in GroupSelected()
867 pFunctionListBox->SetCollapsedEntryBmp(pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST); in GroupSelected()