Home
last modified time | relevance | path

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

/aoo41x/main/framework/source/xml/
H A Dimagesdocumenthandler.cxx197 if ( pImageEntry != m_aImageMap.end() ) in startElement()
199 switch ( pImageEntry->second ) in startElement()
239 pImageEntry = m_aImageMap.find( xAttribs->getNameByIndex( n ) ); in startElement()
240 if ( pImageEntry != m_aImageMap.end() ) in startElement()
242 switch ( pImageEntry->second ) in startElement()
348 if ( pImageEntry != m_aImageMap.end() ) in startElement()
350 switch ( pImageEntry->second ) in startElement()
463 if ( pImageEntry != m_aImageMap.end() ) in startElement()
465 switch ( pImageEntry->second ) in startElement()
530 if ( pImageEntry != m_aImageMap.end() ) in endElement()
[all …]
/aoo41x/main/framework/source/fwe/classes/
H A Daddonsoptions.cxx991 ImageEntry* pImageEntry = ReadImageData( aImagesUserDefinedItemNode ); in ReadImages() local
992 if ( pImageEntry ) in ReadImages()
995 aImageManager.insert( ImageManager::value_type( aURL, *pImageEntry )); in ReadImages()
996 delete pImageEntry; // We have the ownership of the pointer in ReadImages()

Completed in 42 milliseconds