Searched refs:mpPDFExtOutDevData (Results 1 – 4 of 4) sorted by relevance
282 mpPDFExtOutDevData = in SwTaggedPDFHelper()285 if ( mpPDFExtOutDevData && mpPDFExtOutDevData->GetIsExportTaggedPDF() ) in SwTaggedPDFHelper()288 sal_Int32 nCurrentStruct = mpPDFExtOutDevData->GetCurrentStructureElement(); in SwTaggedPDFHelper()301 nCurrentStruct = mpPDFExtOutDevData->GetCurrentStructureElement(); in SwTaggedPDFHelper()313 if ( mpPDFExtOutDevData && mpPDFExtOutDevData->GetIsExportTaggedPDF() ) in ~SwTaggedPDFHelper()316 sal_Int32 nCurrentStruct = mpPDFExtOutDevData->GetCurrentStructureElement(); in ~SwTaggedPDFHelper()322 nCurrentStruct = mpPDFExtOutDevData->GetCurrentStructureElement(); in ~SwTaggedPDFHelper()387 nRestoreCurrentTag = mpPDFExtOutDevData->GetCurrentStructureElement(); in CheckReopenTag()388 const bool bSuccess = mpPDFExtOutDevData->SetCurrentStructureElement( nReopenTag ); in CheckReopenTag()410 const bool bSuccess = mpPDFExtOutDevData->SetCurrentStructureElement( nRestoreCurrentTag ); in CheckRestoreTag()[all …]
552 mpPDFExtOutDevData(dynamic_cast< vcl::PDFExtOutDevData* >(rOutDev.GetExtOutDevData())) in VclMetafileProcessor2D()760 if(mpPDFExtOutDevData && !bSuppressPDFExtOutDevDataSupport) in processBasePrimitive2D()779 mpPDFExtOutDevData->BeginGroup(); in processBasePrimitive2D()852 … mpPDFExtOutDevData->EndGroup(rGraphicPrimitive.getGraphicObject().GetGraphic(), in processBasePrimitive2D()891 … const bool bPDFExport(mpPDFExtOutDevData && mpPDFExtOutDevData->GetIsExportFormFields()); in processBasePrimitive2D()900 … ::toolkitform::describePDFControl( rXControl, pPDFControl, *mpPDFExtOutDevData ); in processBasePrimitive2D()915 mpPDFExtOutDevData->BeginStructureElement(vcl::PDFWriter::Form); in processBasePrimitive2D()916 mpPDFExtOutDevData->CreateControl(*pPDFControl.get()); in processBasePrimitive2D()917 mpPDFExtOutDevData->EndStructureElement(); in processBasePrimitive2D()1011 … if(mpPDFExtOutDevData && drawinglayer::primitive2d::FIELD_TYPE_URL == rFieldPrimitive.getType()) in processBasePrimitive2D()[all …]
129 vcl::PDFExtOutDevData* mpPDFExtOutDevData; member in drawinglayer::processor2d::VclMetafileProcessor2D
153 vcl::PDFExtOutDevData* mpPDFExtOutDevData; member in SwTaggedPDFHelper