Home
last modified time | relevance | path

Searched refs:rWriter (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dpdfextoutdevdata.cxx112 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()
[all …]
/AOO41X/main/filter/source/pdf/
H A Dpdfexport.cxx1015 sal_Bool PDFExport::ImplExportPage( PDFWriter& rWriter, PDFExtOutDevData& rPDFExtOutDevData, const … in ImplExportPage() argument
1022 rWriter.NewPage( aSizePDF.Width(), aSizePDF.Height() ); in ImplExportPage()
1023 rWriter.SetMapMode( rMtf.GetPrefMapMode() ); in ImplExportPage()
1029 aCtx.m_bTransparenciesWereRemoved = rWriter.GetReferenceDevice()-> in ImplExportPage()
1043rWriter.SetClipRegion( basegfx::B2DPolyPolygon( basegfx::tools::createPolygonFromRect( aB2DRect ) … in ImplExportPage()
1045 rWriter.PlayMetafile( aMtf, aCtx, &rPDFExtOutDevData ); in ImplExportPage()
1050 ImplWriteWatermark( rWriter, aSizePDF ); in ImplExportPage()
1057 void PDFExport::ImplWriteWatermark( PDFWriter& rWriter, const Size& rPageSize ) in ImplWriteWatermark() argument
1078 OutputDevice* pDev = rWriter.GetReferenceDevice(); in ImplWriteWatermark()
1101 rWriter.Push( PUSH_ALL ); in ImplWriteWatermark()
[all …]
H A Dpdfexport.hxx113 …sal_Bool ImplExportPage( ::vcl::PDFWriter& rWriter, ::vcl::PDFExtOutDevData& rPDFEx…
115 void ImplWriteWatermark( ::vcl::PDFWriter& rWriter, const Size& rPageSize );
/AOO41X/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx55 void writeConstantData(typereg::Writer& rWriter, sal_uInt16 fieldIndex, in writeConstantData() argument
134 rWriter.setFieldData(fieldIndex, OUString(), OUString(), RT_ACCESS_CONST, in writeConstantData()
167 void writeMethodData( typereg::Writer& rWriter, sal_uInt32 calculatedMemberOffset, in writeMethodData() argument
183 rWriter.setMethodData(methodIndex, OUString(), methodMode, in writeMethodData()
200 rWriter.setMethodParameterData(methodIndex, in writeMethodData()
208 rWriter.setMethodExceptionTypeName( in writeMethodData()
214 typereg::Writer& rWriter, sal_uInt16& methodindex, RTMethodMode methodmode, in writeAttributeMethodData() argument
224 rWriter.setMethodData(methodindex, OUString(), methodmode, in writeAttributeMethodData()
230 rWriter.setMethodExceptionTypeName( in writeAttributeMethodData()
/AOO41X/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx55 void writeConstantData( RegistryTypeWriter& rWriter, sal_uInt16 fieldIndex, in writeConstantData() argument
134 rWriter.setFieldData(fieldIndex, uConstName, uConstTypeName, OUString(), in writeConstantData()
174 void writeMethodData( RegistryTypeWriter& rWriter, sal_uInt32 calculatedMemberOffset, in writeMethodData() argument
190 rWriter.setMethodData(methodIndex, xMember->getMemberName(), in writeMethodData()
213rWriter.setParamData(methodIndex, (sal_uInt16)xParam->getPosition(), xParam->getType()->getName().… in writeMethodData()
219 rWriter.setExcData(methodIndex, i, exceptions[i]->getName().replace('.', '/')); in writeMethodData()
/AOO41X/main/vcl/inc/vcl/
H A Dpdfextoutdevdata.hxx106 sal_Bool PlaySyncPageAct( PDFWriter& rWriter, sal_uInt32& rCurGDIMtfAction );
109 void PlayGlobalActions( PDFWriter& rWriter );
/AOO41X/main/sw/source/filter/html/
H A Dwrthtml.cxx1350 HTMLSaveData::HTMLSaveData( SwHTMLWriter& rWriter, sal_uLong nStt, in HTMLSaveData() argument
1353 rWrt( rWriter ), in HTMLSaveData()