Searched refs:pIL (Results 1 – 3 of 3) sorted by relevance
460 ScHTMLImageList* pIL = pE->pImageList; in GraphicSize() local461 if ( !pIL || !pIL->Count() ) in GraphicSize()468 for ( ScHTMLImage* pI = pIL->First(); pI; pI = pIL->Next() ) in GraphicSize()525 ScHTMLImageList* pIL = pE->pImageList; in InsertGraphic() local526 if ( !pIL || !pIL->Count() ) in InsertGraphic()545 for ( ScHTMLImage* pI = pIL->First(); pI; pI = pIL->Next() ) in InsertGraphic()
192 const ImageList *pIL = 0; in GetImageList() local205 pIL = pImgList[ nIndex ]; in GetImageList()208 DBG_ASSERT( pIL, "image list not found!" ); in GetImageList()209 return pIL; in GetImageList()
1315 ScHTMLImageList* pIL = pActEntry->pImageList; in Image() local1317 pIL->Insert( pImage, LIST_APPEND ); in Image()1390 if ( pIL->Count() > 0 ) in Image()1393 for ( ScHTMLImage* pI = pIL->First(); pI; pI = pIL->Next() ) in Image()1403 pIL->Last()->nDir = nVertical; in Image()
Completed in 36 milliseconds