Home
last modified time | relevance | path

Searched refs:SetStructureAttribute (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/vcl/inc/vcl/
H A Dpdfextoutdevdata.hxx458 …bool SetStructureAttribute( PDFWriter::StructAttribute eAttr, PDFWriter::StructAttributeValue eVal…
H A Dpdfwriter.hxx1202 bool SetStructureAttribute( enum StructAttribute eAttr, enum StructAttributeValue eVal );
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx163 aWriter.SetStructureAttribute( PDFWriter::WritingMode, PDFWriter::LrTb ); in doTestCode()
164 aWriter.SetStructureAttribute( PDFWriter::TextDecorationType, PDFWriter::Underline ); in doTestCode()
173 aWriter.SetStructureAttribute( PDFWriter::WritingMode, PDFWriter::LrTb ); in doTestCode()
H A Dpdfextoutdevdata.cxx60 SetStructureAttribute, enumerator
281 case PDFExtOutDevDataSync::SetStructureAttribute: in PlayGlobalActions()
359 case PDFExtOutDevDataSync::SetStructureAttribute : in PlaySyncPageAct()
361 …rWriter.SetStructureAttribute( mParaStructAttributes.front(), mParaStructAttributeValues.front() ); in PlaySyncPageAct()
791 bool PDFExtOutDevData::SetStructureAttribute( PDFWriter::StructAttribute eAttr, PDFWriter::StructAt… in SetStructureAttribute() function in vcl::PDFExtOutDevData
793 mpPageSyncData->PushAction( mrOutDev, PDFExtOutDevDataSync::SetStructureAttribute ); in SetStructureAttribute()
H A Dpdfwriter.cxx494 bool PDFWriter::SetStructureAttribute( enum StructAttribute eAttr, enum StructAttributeValue eVal ) in SetStructureAttribute() function in PDFWriter
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx610 mpPDFExtOutDevData->SetStructureAttribute( vcl::PDFWriter::Placement, eVal ); in SetAttributes()
622 mpPDFExtOutDevData->SetStructureAttribute( vcl::PDFWriter::WritingMode, eVal ); in SetAttributes()
678 mpPDFExtOutDevData->SetStructureAttribute( vcl::PDFWriter::TextAlign, eVal ); in SetAttributes()
817 …mpPDFExtOutDevData->SetStructureAttribute( vcl::PDFWriter::TextDecorationType, vcl::PDFWriter::Und… in SetAttributes()
819 …mpPDFExtOutDevData->SetStructureAttribute( vcl::PDFWriter::TextDecorationType, vcl::PDFWriter::Ove… in SetAttributes()
821 …mpPDFExtOutDevData->SetStructureAttribute( vcl::PDFWriter::TextDecorationType, vcl::PDFWriter::Lin… in SetAttributes()
823 …mpPDFExtOutDevData->SetStructureAttribute( vcl::PDFWriter::TextDecorationType, vcl::PDFWriter::Ove… in SetAttributes()

Completed in 117 milliseconds