Searched refs:pImageList (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sfx2/source/toolbox/ |
H A D | imgmgr.cxx | 202 ImageList* pImageList = GetImageList( bBig, bHiContrast ); in GetImage() local 203 if ( pImageList ) in GetImage() 204 return pImageList->GetImage( nId ); in GetImage() 313 ImageList* pImageList = pImp->GetImageList( bBig, bHiContrast ); in GetImage() local 314 if ( pImageList && pImageList->HasImageAtPos( nId ) ) in GetImage() 315 return pImageList->GetImage( nId ); in GetImage() 333 if ( pImageList && pImageList->HasImageAtPos( nId ) ) in SeekImage() 334 return pImageList->GetImage( nId ); in SeekImage() 338 if ( pImageList ) in SeekImage() 339 return pImageList->GetImage( nId ); in SeekImage() [all …]
|
/aoo42x/main/framework/source/xml/ |
H A D | imagesdocumenthandler.cxx | 134 m_aImageList.pImageList = NULL; in OReadImagesDocumentHandler() 231 if ( !m_aImageList.pImageList ) in startElement() 544 if ( m_aImageList.pImageList ) in endElement() 545 m_aImageList.pImageList->Insert( m_pImages, m_aImageList.pImageList->Count() ); in endElement() 677 if ( m_aImageListsItems.pImageList ) in WriteImagesDocument() 679 ImageListDescriptor* pImageList = m_aImageListsItems.pImageList; in WriteImagesDocument() local 716 pImageList->aURL ); in WriteImageList() 726 pImageList->aMaskURL ); in WriteImageList() 732 pImageList->aHighContrastMaskURL ); in WriteImageList() 752 if ( pImageList->aHighContrastURL.Len() > 0 ) in WriteImageList() [all …]
|
/aoo42x/main/framework/source/uiconfiguration/ |
H A D | imagemanagerimpl.cxx | 325 ImageList* pImageList = impl_getImageList( nImageType ); in getImageFromCommandURL() local 326 return pImageList->GetImage( pIter->second ); in getImageFromCommandURL() 517 if (( aUserImageListInfo.pImageList != 0 ) && in implts_loadUserImages() 518 ( aUserImageListInfo.pImageList->Count() > 0 )) in implts_loadUserImages() 588 if ( pImageList->GetImageCount() > 0 ) in implts_storeUserImages() 594 aUserImageListInfo.pImageList->Insert( pList, 0 ); in implts_storeUserImages() 833 pImageList->GetImageNames( aUserImageNames ); in reset() 879 pImageList->GetImageNames( rUserImageNames ); in getAllImageNames() 916 if ( pImageList ) in hasImage() 1094 Image aImage = pImageList->GetImage( nPos ); in removeImages() [all …]
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | eeparser.hxx | 65 ScHTMLImageList* pImageList; // Grafiken in dieser Zelle member 79 pNumStr( NULL ), pName( NULL ), pImageList( NULL ), in ScEEParseEntry() 86 pNumStr( NULL ), pName( NULL ), pImageList( NULL ), in ScEEParseEntry() 99 if ( pImageList ) in ~ScEEParseEntry() 101 for ( ScHTMLImage* pI = pImageList->First(); in ~ScEEParseEntry() 102 pI; pI = pImageList->Next() ) in ~ScEEParseEntry() 106 delete pImageList; in ~ScEEParseEntry()
|
/aoo42x/main/starmath/source/ |
H A D | toolbox.cxx | 218 …const ImageList *pImageList = GetImageList( bHighContrast ? RID_ILH_CATALOG : RID_IL_CATALOG, bHig… in ApplyImageLists() local 219 DBG_ASSERT( pImageList, "image list missing" ); in ApplyImageLists() 220 if (pImageList) in ApplyImageLists() 221 aToolBoxCat.SetImageList( *pImageList ); in ApplyImageLists() 226 pImageList = GetImageList( nResId, bHighContrast ); in ApplyImageLists() 227 DBG_ASSERT( pImageList && nIdx >= 0, "image list or index missing" ); in ApplyImageLists() 228 if (pImageList && nIdx >= 0) in ApplyImageLists() 229 vToolBoxCategories[ nIdx ]->SetImageList( *pImageList ); in ApplyImageLists()
|
/aoo42x/main/framework/inc/xml/ |
H A D | imagesconfiguration.hxx | 90 ImageListsDescriptor() : pImageList( 0 ), in ImageListsDescriptor() 92 ~ImageListsDescriptor() { delete pImageList; delete pExternalImageList; } in ~ImageListsDescriptor() 94 ImageListDescriptor* pImageList; member
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | taborder.cxx | 100 ,pImageList( NULL ) in DBG_NAME() 111 …pImageList = new ImageList( PcrRes( bIsHighContrast ? RID_IL_FORMEXPLORER_HC : RID_IL_FORMEXPLORER… in DBG_NAME() 141 delete pImageList; in ~TabOrderDialog() 181 return pImageList->GetImage( nImageId ); in GetImage()
|
H A D | taborder.hxx | 99 ImageList* pImageList; member in pcr::TabOrderDialog
|
/aoo42x/main/sc/source/filter/rtf/ |
H A D | eeimpars.cxx | 388 if ( pE->pImageList ) in WriteToDocument() 443 if ( pE->pImageList ) in WriteToDocument() 460 ScHTMLImageList* pIL = pE->pImageList; in GraphicSize() 525 ScHTMLImageList* pIL = pE->pImageList; in InsertGraphic()
|
/aoo42x/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 1313 if ( !pActEntry->pImageList ) in Image() 1314 pActEntry->pImageList = new ScHTMLImageList; in Image() 1315 ScHTMLImageList* pIL = pActEntry->pImageList; in Image() 1619 if ( pActEntry->pImageList && pActEntry->pImageList->Count() > 0 ) in ProcToken() 1620 pActEntry->pImageList->Last()->nDir = nVertical; in ProcToken()
|
/aoo42x/main/vcl/source/window/ |
H A D | splitwin.cxx | 1956 ImageList* pImageList; in ImplDrawAutoHide() local 1970 pImageList = pSVData->maCtrlData.mpSplitHPinImgList; in ImplDrawAutoHide() 1985 pImageList = pSVData->maCtrlData.mpSplitVPinImgList; in ImplDrawAutoHide() 2005 Image aImage = pImageList->GetImage( nId ); in ImplDrawAutoHide()
|
Completed in 124 milliseconds