Searched refs:aSolverContainer (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/sd/source/filter/eppt/ |
| H A D | epptso.cxx | 4260 void PPTWriter::ImplWritePage( const PHLayout& rLayout, EscherSolverContainer& aSolverContainer, Pa… in ImplWritePage() argument 4356 aSolverContainer.AddShape( mXShape, nShapeId ); in ImplWritePage() 4398 ImplCreateShape( ESCHER_ShpInst_PictureFrame, 0xa00, aSolverContainer ); in ImplWritePage() 4415 ImplCreateShape( eShapeType, nMirrorFlags | 0xa00, aSolverContainer ); in ImplWritePage() 4436 …ImplCreateShape( ESCHER_ShpInst_RoundRectangle, 0xa00, aSolverContainer ); // Flags: Connector | H… in ImplWritePage() 4449 …ImplCreateShape( ESCHER_ShpInst_Rectangle, 0xa00, aSolverContainer ); // Flags: Connector… in ImplWritePage() 4488 …ImplCreateShape( ESCHER_ShpInst_Ellipse, 0xa00, aSolverContainer ); // Flags: Connector… in ImplWritePage() 4533 …ImplCreateShape( ESCHER_ShpInst_NotPrimitive, 0xa00, aSolverContainer ); // Flags: Connector… in ImplWritePage() 4667 ImplCreateShape( ESCHER_ShpInst_HostControl, nSpFlags, aSolverContainer ); in ImplWritePage() 4697 …if ( aPropOpt.CreateConnectorProperties( mXShape, aSolverContainer, aNewRect, nSpType, nSpFlags ) … in ImplWritePage() [all …]
|
| H A D | eppt.cxx | 1016 EscherSolverContainer aSolverContainer; in ImplCreateMaster() local 1022 …ImplWritePage( pPHLayout[ 0 ], aSolverContainer, MASTER, sal_True ); // Die Shapes der Seite we… in ImplCreateMaster() 1027 aSolverContainer.WriteSolver( *mpStrm ); in ImplCreateMaster() 1072 EscherSolverContainer aSolverContainer; in ImplCreateMainNotes() local 1083 ImplWritePage( pPHLayout[ 20 ], aSolverContainer, NOTICE, sal_True ); in ImplCreateMainNotes() 1100 aSolverContainer.WriteSolver( *mpStrm ); in ImplCreateMainNotes() 1529 EscherSolverContainer aSolverContainer; in ImplCreateSlide() local 1533 …ImplWritePage( rLayout, aSolverContainer, NORMAL, sal_False, nPageNum ); // Die Shapes der Seit… in ImplCreateSlide() 1553 aSolverContainer.WriteSolver( *mpStrm ); in ImplCreateSlide() 1565 ppt::AnimationExporter aExporter( aSolverContainer, maSoundCollection ); in ImplCreateSlide() [all …]
|
| H A D | eppt.hxx | 825 …no::Reference< com::sun::star::drawing::XShape >& rXShape, EscherSolverContainer& aSolverContainer,
|