Home
last modified time | relevance | path

Searched refs:pIL (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx460 ScHTMLImageList* pIL = pE->pImageList; in GraphicSize() local
461 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() local
526 if ( !pIL || !pIL->Count() ) in InsertGraphic()
545 for ( ScHTMLImage* pI = pIL->First(); pI; pI = pIL->Next() ) in InsertGraphic()
/trunk/main/starmath/source/
H A Dtoolbox.cxx192 const ImageList *pIL = 0; in GetImageList() local
205 pIL = pImgList[ nIndex ]; in GetImageList()
208 DBG_ASSERT( pIL, "image list not found!" ); in GetImageList()
209 return pIL; in GetImageList()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx1315 ScHTMLImageList* pIL = pActEntry->pImageList; in Image() local
1317 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 25 milliseconds