Home
last modified time | relevance | path

Searched refs:m_aImageListsItems (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/framework/source/xml/
H A Dimagesdocumenthandler.cxx632 m_aImageListsItems( aItems ), in OWriteImagesDocumentHandler()
677 if ( m_aImageListsItems.pImageList ) in WriteImagesDocument()
679 ImageListDescriptor* pImageList = m_aImageListsItems.pImageList; in WriteImagesDocument()
681 for ( sal_uInt16 i = 0; i < m_aImageListsItems.pImageList->Count(); i++ ) in WriteImagesDocument()
688 if ( m_aImageListsItems.pExternalImageList ) in WriteImagesDocument()
690 WriteExternalImageList( m_aImageListsItems.pExternalImageList ); in WriteImagesDocument()
/AOO41X/main/framework/inc/xml/
H A Dimagesdocumenthandler.hxx186 …t ImageListsDescriptor& m_aImageListsItems; member in framework::OWriteImagesDocumentHandler