Home
last modified time | relevance | path

Searched refs:pImageList (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sfx2/source/toolbox/
H A Dimgmgr.cxx202 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 …]
/trunk/main/framework/source/xml/
H A Dimagesdocumenthandler.cxx134 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 …]
/trunk/main/framework/source/uiconfiguration/
H A Dimagemanagerimpl.cxx325 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 …]
/trunk/main/sc/source/filter/inc/
H A Deeparser.hxx65 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()
/trunk/main/starmath/source/
H A Dtoolbox.cxx218 …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()
/trunk/main/framework/inc/xml/
H A Dimagesconfiguration.hxx90 ImageListsDescriptor() : pImageList( 0 ), in ImageListsDescriptor()
92 ~ImageListsDescriptor() { delete pImageList; delete pExternalImageList; } in ~ImageListsDescriptor()
94 ImageListDescriptor* pImageList; member
/trunk/main/extensions/source/propctrlr/
H A Dtaborder.cxx100 ,pImageList( NULL ) in DBG_NAME()
111pImageList = 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 Dtaborder.hxx99 ImageList* pImageList; member in pcr::TabOrderDialog
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx388 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()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx1313 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()
/trunk/main/vcl/source/window/
H A Dsplitwin.cxx1956 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 97 milliseconds