Lines Matching refs:pImageList
134 m_aImageList.pImageList = NULL; in OReadImagesDocumentHandler()
231 if ( !m_aImageList.pImageList ) in startElement()
232 m_aImageList.pImageList = new ImageListDescriptor; 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
681 for ( sal_uInt16 i = 0; i < m_aImageListsItems.pImageList->Count(); i++ ) in WriteImagesDocument()
683 const ImageListItemDescriptor* pImageItems = (*pImageList)[i]; in WriteImagesDocument()
703 void OWriteImagesDocumentHandler::WriteImageList( const ImageListItemDescriptor* pImageList ) throw in WriteImageList() argument
716 pImageList->aURL ); in WriteImageList()
718 if ( pImageList->nMaskMode == ImageMaskMode_Bitmap ) in WriteImageList()
726 pImageList->aMaskURL ); in WriteImageList()
728 if ( pImageList->aHighContrastMaskURL.Len() > 0 ) in WriteImageList()
732 pImageList->aHighContrastMaskURL ); in WriteImageList()
738 sal_Int64 nValue = pImageList->aMaskColor.GetRGBColor(); in WriteImageList()
752 if ( pImageList->aHighContrastURL.Len() > 0 ) in WriteImageList()
756 pImageList->aHighContrastURL ); in WriteImageList()
762 ImageItemListDescriptor* pImageItemList = pImageList->pImageItemList; in WriteImageList()