Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/flash/
H A Dswfexporter.cxx124 maPagesMap.clear(); in Flush()
195 maPagesMap[nPage].mnForegroundID = mpWriter->startSprite(); in exportAll()
203 if (maPagesMap[nPage].mnBackgroundID != maPagesMap[nPage-1].mnBackgroundID) in exportAll()
206 mpWriter->placeShape( maPagesMap[nPage].mnBackgroundID, cBackgroundDepth, 0, 0 ); in exportAll()
209 if (maPagesMap[nPage].mnObjectsID != maPagesMap[nPage-1].mnObjectsID) in exportAll()
212 … mpWriter->placeShape( maPagesMap[nPage].mnObjectsID, cBackgroundObjectsDepth, 0, 0 ); in exportAll()
220 mpWriter->placeShape( maPagesMap[nPage].mnBackgroundID, cBackgroundDepth, 0, 0 ); in exportAll()
221 mpWriter->placeShape( maPagesMap[nPage].mnObjectsID, cBackgroundObjectsDepth, 0, 0 ); in exportAll()
224 mpWriter->placeShape( maPagesMap[nPage].mnForegroundID, cPageObjectsDepth, 0, 0 ); in exportAll()
298 mpWriter->placeShape( maPagesMap[nPage].mnObjectsID, _uInt16(1), 0, 0 ); in exportBackgrounds()
[all …]
H A Dswfexporter.hxx181 PageInfoMap maPagesMap; member in swf::FlashExporter