Lines Matching refs:rWriter

112 	void PlayGlobalActions( PDFWriter& rWriter );
148 void GlobalSyncData::PlayGlobalActions( PDFWriter& rWriter ) in PlayGlobalActions() argument
158 rWriter.Push( PUSH_MAPMODE ); in PlayGlobalActions()
159 rWriter.SetMapMode( mParaMapModes.front() ); in PlayGlobalActions()
161 …mParaIds.push_back( rWriter.CreateNamedDest( mParaOUStrings.front(), mParaRects.front(), mParaInts… in PlayGlobalActions()
166 rWriter.Pop(); in PlayGlobalActions()
171 rWriter.Push( PUSH_MAPMODE ); in PlayGlobalActions()
172 rWriter.SetMapMode( mParaMapModes.front() ); in PlayGlobalActions()
174 …mParaIds.push_back( rWriter.CreateDest( mParaRects.front(), mParaInts.front(), mParaDestAreaTypes.… in PlayGlobalActions()
178 rWriter.Pop(); in PlayGlobalActions()
183 rWriter.Push( PUSH_MAPMODE ); in PlayGlobalActions()
184 rWriter.SetMapMode( mParaMapModes.front() ); in PlayGlobalActions()
186 mParaIds.push_back( rWriter.CreateLink( mParaRects.front(), mParaInts.front() ) ); in PlayGlobalActions()
188 rWriter.SetLinkPropertyID( mParaIds.back(), sal_Int32(mParaIds.size()-1) ); in PlayGlobalActions()
191 rWriter.Pop(); in PlayGlobalActions()
198 rWriter.SetLinkDest( nLinkId, nDestId ); in PlayGlobalActions()
204 rWriter.SetLinkURL( nLinkId, mParaOUStrings.front() ); in PlayGlobalActions()
217 rWriter.Push( PUSH_MAPMODE ); in PlayGlobalActions()
218 rWriter.SetMapMode( rDest.mMapMode ); in PlayGlobalActions()
219 …mParaIds.push_back( rWriter.RegisterDestReference( nDestId, rDest.mRect, rDest.mPageNr, rDest.mAre… in PlayGlobalActions()
220 rWriter.Pop(); in PlayGlobalActions()
227 mParaIds.push_back( rWriter.CreateOutlineItem( nParent, mParaOUStrings.front(), nLinkId ) ); in PlayGlobalActions()
235 rWriter.SetOutlineItemParent( nItem, nNewParent ); in PlayGlobalActions()
241 rWriter.SetOutlineItemText( nItem, mParaOUStrings.front() ); in PlayGlobalActions()
249 rWriter.SetOutlineItemDest( nItem, nDestId ); in PlayGlobalActions()
254 rWriter.Push( PUSH_MAPMODE ); in PlayGlobalActions()
255 rWriter.SetMapMode( mParaMapModes.front() ); in PlayGlobalActions()
256 rWriter.CreateNote( mParaRects.front(), mParaPDFNotes.front(), mParaInts.front() ); in PlayGlobalActions()
265 rWriter.SetAutoAdvanceTime( mParauInts.front(), mParaInts.front() ); in PlayGlobalActions()
272rWriter.SetPageTransition( mParaPageTransitions.front(), mParauInts.front(), mParaInts.front() ); in PlayGlobalActions()
315 …sal_Bool PlaySyncPageAct( PDFWriter& rWriter, sal_uInt32& rCurGDIMtfAction, const PDFExtOutDevData…
330 sal_Bool PageSyncData::PlaySyncPageAct( PDFWriter& rWriter, sal_uInt32& rCurGDIMtfAction, const PDF… in PlaySyncPageAct() argument
342 …sal_Int32 nNewEl = rWriter.BeginStructureElement( mParaStructElements.front(), mParaOUStrings.fron… in PlaySyncPageAct()
350 rWriter.EndStructureElement(); in PlaySyncPageAct()
355rWriter.SetCurrentStructureElement( mpGlobalData->GetMappedStructId( mParaInts.front() ) ); in PlaySyncPageAct()
361rWriter.SetStructureAttribute( mParaStructAttributes.front(), mParaStructAttributeValues.front() ); in PlaySyncPageAct()
368 rWriter.SetStructureAttributeNumerical( mParaStructAttributes.front(), mParaInts.front() ); in PlaySyncPageAct()
375 rWriter.SetStructureBoundingBox( mParaRects.front() ); in PlaySyncPageAct()
381 rWriter.SetActualText( mParaOUStrings.front() ); in PlaySyncPageAct()
387 rWriter.SetAlternateText( mParaOUStrings.front() ); in PlaySyncPageAct()
396 rWriter.CreateControl( *pControl ); in PlaySyncPageAct()
457 rWriter.Push(); in PlaySyncPageAct()
461 rWriter.SetClipRegion( aRect); in PlaySyncPageAct()
470rWriter.DrawJPGBitmap( aTmp, aGraphic.GetBitmap().GetBitCount() > 8, aGraphic.GetSizePixel(), aOut… in PlaySyncPageAct()
474 rWriter.Pop(); in PlaySyncPageAct()
632 sal_Bool PDFExtOutDevData::PlaySyncPageAct( PDFWriter& rWriter, sal_uInt32& rIdx ) in PlaySyncPageAct() argument
634 return mpPageSyncData->PlaySyncPageAct( rWriter, rIdx, *this ); in PlaySyncPageAct()
636 void PDFExtOutDevData::PlayGlobalActions( PDFWriter& rWriter ) in PlayGlobalActions() argument
638 mpGlobalSyncData->PlayGlobalActions( rWriter ); in PlayGlobalActions()