Home
last modified time | relevance | path

Searched refs:placeShape (Results 1 – 3 of 3) sorted by relevance

/trunk/main/filter/source/flash/
H A Dswfexporter.cxx260 mpWriter->placeShape( maPagesMap[nPage].mnBackgroundID, cBackgroundDepth, 0, 0 ); 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()
354 mpWriter->placeShape( maPagesMap[nPage].mnBackgroundID, _uInt16(0), 0, 0 ); in exportBackgrounds()
693 …mpWriter->placeShape( pShapeInfo->mnID, _uInt16(nPlaceDepth++), pShapeInfo->mnX, pShapeInfo->mnY ); in exportShape()
H A Dswfwriter.cxx226 void Writer::placeShape( sal_uInt16 nID, sal_uInt16 nDepth, sal_Int32 x, sal_Int32 y, sal_uInt16 nC… in placeShape() function in Writer
366 placeShape( *aIter, iDepth++, x, y ); in defineShape()
619 placeShape( _uInt16( mnPageButtonId ), nDepth, 0, 0 ); in waitOnClick()
H A Dswfwriter.hxx315 …void placeShape( sal_uInt16 nID, sal_uInt16 nDepth, sal_Int32 x, sal_Int32 y, sal_uInt16 nClipDept…

Completed in 36 milliseconds