Home
last modified time | relevance | path

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

/AOO42X/main/filter/source/flash/
H A Dswfexporter.cxx143 maPagesMap.clear(); in Flush()
239 maPagesMap[nPage].mnForegroundID = mpWriter->startSprite(); in exportAll()
257 if (maPagesMap[nPage].mnBackgroundID != maPagesMap[nPage-1].mnBackgroundID) in exportAll()
260 mpWriter->placeShape( maPagesMap[nPage].mnBackgroundID, cBackgroundDepth, 0, 0 ); in exportAll()
263 if (maPagesMap[nPage].mnObjectsID != maPagesMap[nPage-1].mnObjectsID) in exportAll()
266 … mpWriter->placeShape( maPagesMap[nPage].mnObjectsID, cBackgroundObjectsDepth, 0, 0 ); in exportAll()
274 mpWriter->placeShape( maPagesMap[nPage].mnBackgroundID, cBackgroundDepth, 0, 0 ); in exportAll()
275 mpWriter->placeShape( maPagesMap[nPage].mnObjectsID, cBackgroundObjectsDepth, 0, 0 ); in exportAll()
278 mpWriter->placeShape( maPagesMap[nPage].mnForegroundID, cPageObjectsDepth, 0, 0 ); in exportAll()
352 mpWriter->placeShape( maPagesMap[nPage].mnObjectsID, _uInt16(1), 0, 0 ); in exportBackgrounds()
[all …]
H A Dswfexporter.hxx195 PageInfoMap maPagesMap; member in swf::FlashExporter