Searched refs:maPagesMap (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/filter/source/flash/ |
| H A D | swfexporter.cxx | 143 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 D | swfexporter.hxx | 195 PageInfoMap maPagesMap; member in swf::FlashExporter
|