Lines Matching refs:aImage

762                             Image aImage = GetImage( theChild, xCtx, bIsRootNode,BMP_COLOR_NORMAL );  in Init()  local
765 SetExpandedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in Init()
766 SetCollapsedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in Init()
767 aImage = GetImage( theChild, xCtx, bIsRootNode,BMP_COLOR_HIGHCONTRAST ); in Init()
768 SetExpandedEntryBmp(pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST); in Init()
769 SetCollapsedEntryBmp(pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST); in Init()
814 Image aImage; in GetImage() local
822 aImage = pImp->m_hdImage; in GetImage()
824 aImage = pImp->m_hdImage_hc; in GetImage()
870 aImage = SvFileInformationManager::GetFileImage( in GetImage()
874 aImage = SvFileInformationManager::GetFileImage( in GetImage()
881 aImage = pImp->m_docImage; in GetImage()
883 aImage = pImp->m_docImage_hc; in GetImage()
892 aImage = pImp->m_macImage; in GetImage()
894 aImage = pImp->m_macImage_hc; in GetImage()
899 aImage = pImp->m_libImage; in GetImage()
901 aImage = pImp->m_libImage_hc; in GetImage()
904 return aImage; in GetImage()
1052 …Image aImage = GetImage( children[n], Reference< XComponentContext >(), sal_False, BMP_COLOR_NORMA… in GroupSelected() local
1055 … pFunctionListBox->SetExpandedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in GroupSelected()
1056 … pFunctionListBox->SetCollapsedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in GroupSelected()
1057aImage = GetImage( children[n], Reference< XComponentContext >(), sal_False, BMP_COLOR_HIGHCONTRAS… in GroupSelected()
1058 … pFunctionListBox->SetExpandedEntryBmp(pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST); in GroupSelected()
1059 … pFunctionListBox->SetCollapsedEntryBmp(pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST); in GroupSelected()
1216 …Image aImage = GetImage( theChild, Reference< XComponentContext >(), sal_False, BMP_COLOR_NORMAL ); in RequestingChilds() local
1219 SetExpandedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in RequestingChilds()
1220 SetCollapsedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in RequestingChilds()
1221aImage = GetImage( theChild, Reference< XComponentContext >(), sal_False, BMP_COLOR_HIGHCONTRAST ); in RequestingChilds()
1222 SetExpandedEntryBmp(pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST); in RequestingChilds()
1223 SetCollapsedEntryBmp(pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST); in RequestingChilds()