Lines Matching refs:mpPDFExtOutDevData

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()
431 …const sal_Int32 nId = mpPDFExtOutDevData->BeginStructureElement( eType, rtl::OUString( rString ) ); in BeginTag()
492 mpPDFExtOutDevData->EndStructureElement(); in EndTag()
610 mpPDFExtOutDevData->SetStructureAttribute( vcl::PDFWriter::Placement, eVal ); in SetAttributes()
622 mpPDFExtOutDevData->SetStructureAttribute( vcl::PDFWriter::WritingMode, eVal ); in SetAttributes()
629mpPDFExtOutDevData->SetStructureAttributeNumerical( vcl::PDFWriter::SpaceBefore, nVal ); in SetAttributes()
636mpPDFExtOutDevData->SetStructureAttributeNumerical( vcl::PDFWriter::SpaceAfter, nVal ); in SetAttributes()
643mpPDFExtOutDevData->SetStructureAttributeNumerical( vcl::PDFWriter::StartIndent, nVal ); in SetAttributes()
650mpPDFExtOutDevData->SetStructureAttributeNumerical( vcl::PDFWriter::EndIndent, nVal ); in SetAttributes()
660mpPDFExtOutDevData->SetStructureAttributeNumerical( vcl::PDFWriter::TextIndent, nVal ); in SetAttributes()
678 mpPDFExtOutDevData->SetStructureAttribute( vcl::PDFWriter::TextAlign, eVal ); in SetAttributes()
692 mpPDFExtOutDevData->SetAlternateText( aAlternateTxt ); in SetAttributes()
699 mpPDFExtOutDevData->SetStructureAttributeNumerical( vcl::PDFWriter::Width, nVal ); in SetAttributes()
705 mpPDFExtOutDevData->SetStructureAttributeNumerical( vcl::PDFWriter::Height, nVal ); in SetAttributes()
715 mpPDFExtOutDevData->SetStructureBoundingBox( pFrm->Frm().SVRect() ); in SetAttributes()
725mpPDFExtOutDevData->SetStructureAttributeNumerical( vcl::PDFWriter::RowSpan, nVal ); in SetAttributes()
745mpPDFExtOutDevData->SetStructureAttributeNumerical( vcl::PDFWriter::ColSpan, nVal ); in SetAttributes()
797 mpPDFExtOutDevData->SetActualText( aActualTxt ); in SetAttributes()
810mpPDFExtOutDevData->SetStructureAttributeNumerical( vcl::PDFWriter::BaselineShift, nVal ); in SetAttributes()
817mpPDFExtOutDevData->SetStructureAttribute( vcl::PDFWriter::TextDecorationType, vcl::PDFWriter::Und… in SetAttributes()
819mpPDFExtOutDevData->SetStructureAttribute( vcl::PDFWriter::TextDecorationType, vcl::PDFWriter::Ove… in SetAttributes()
821mpPDFExtOutDevData->SetStructureAttribute( vcl::PDFWriter::TextDecorationType, vcl::PDFWriter::Lin… in SetAttributes()
823mpPDFExtOutDevData->SetStructureAttribute( vcl::PDFWriter::TextDecorationType, vcl::PDFWriter::Ove… in SetAttributes()
833mpPDFExtOutDevData->SetStructureAttributeNumerical( vcl::PDFWriter::Language, nCurrentLanguage ); in SetAttributes()
849mpPDFExtOutDevData->SetStructureAttributeNumerical( vcl::PDFWriter::LinkAnnotation, nLinkId ); in SetAttributes()
967 nRestoreCurrentTag = mpPDFExtOutDevData->GetCurrentStructureElement(); in BeginNumberedListStructureElements()
968 mpPDFExtOutDevData->SetCurrentStructureElement( nReopenTag ); in BeginNumberedListStructureElements()