Searched refs:eAttr (Results 1 – 8 of 8) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | pdfwriter.cxx | 494 bool PDFWriter::SetStructureAttribute( enum StructAttribute eAttr, enum StructAttributeValue eVal ) in SetStructureAttribute() argument 496 return ((PDFWriterImpl*)pImplementation)->setStructureAttribute( eAttr, eVal ); in SetStructureAttribute() 499 bool PDFWriter::SetStructureAttributeNumerical( enum StructAttribute eAttr, sal_Int32 nValue ) in SetStructureAttributeNumerical() argument 501 return ((PDFWriterImpl*)pImplementation)->setStructureAttributeNumerical( eAttr, nValue ); in SetStructureAttributeNumerical()
|
H A D | pdfextoutdevdata.cxx | 791 bool PDFExtOutDevData::SetStructureAttribute( PDFWriter::StructAttribute eAttr, PDFWriter::StructAt… in SetStructureAttribute() argument 794 mpPageSyncData->mParaStructAttributes.push_back( eAttr ); in SetStructureAttribute() 798 bool PDFExtOutDevData::SetStructureAttributeNumerical( PDFWriter::StructAttribute eAttr, sal_Int32 … in SetStructureAttributeNumerical() argument 801 mpPageSyncData->mParaStructAttributes.push_back( eAttr ); in SetStructureAttributeNumerical()
|
H A D | pdfwriter_impl.hxx | 1299 …bool setStructureAttribute( enum PDFWriter::StructAttribute eAttr, enum PDFWriter::StructAttribute… 1300 bool setStructureAttributeNumerical( enum PDFWriter::StructAttribute eAttr, sal_Int32 nValue );
|
H A D | pdfwriter_impl.cxx | 2593 const sal_Char* PDFWriterImpl::getAttributeTag( PDFWriter::StructAttribute eAttr ) in getAttributeTag() argument 2621 aAttributeStrings.find( eAttr ); in getAttributeTag() 2625 fprintf( stderr, "invalid PDFWriter::StructAttribute %d\n", eAttr ); in getAttributeTag() 11441 switch( eAttr ) in setStructureAttribute() 11614 … m_aStructure[ m_nCurrentStructElement ].m_aAttributes[ eAttr ] = PDFStructureAttribute( eVal ); in setStructureAttribute() 11618 getAttributeTag( eAttr ), in setStructureAttribute() 11628 bool PDFWriterImpl::setStructureAttributeNumerical( enum PDFWriter::StructAttribute eAttr, sal_Int3… in setStructureAttributeNumerical() argument 11636 if( eAttr == PDFWriter::Language ) in setStructureAttributeNumerical() 11643 switch( eAttr ) in setStructureAttributeNumerical() 11748 … m_aStructure[ m_nCurrentStructElement ].m_aAttributes[ eAttr ] = PDFStructureAttribute( nValue ); in setStructureAttributeNumerical() [all …]
|
/trunk/main/vcl/inc/vcl/ |
H A D | pdfextoutdevdata.hxx | 458 …bool SetStructureAttribute( PDFWriter::StructAttribute eAttr, PDFWriter::StructAttributeValue eVal… 476 bool SetStructureAttributeNumerical( PDFWriter::StructAttribute eAttr, sal_Int32 nValue );
|
H A D | pdfwriter.hxx | 1202 bool SetStructureAttribute( enum StructAttribute eAttr, enum StructAttributeValue eVal ); 1220 bool SetStructureAttributeNumerical( enum StructAttribute eAttr, sal_Int32 nValue );
|
/trunk/main/sd/source/filter/eppt/ |
H A D | eppt.hxx | 382 …sal_Bool IsHardAttribute( sal_uInt32 nInstance, sal_uInt32 nLevel, PPTExTextAttr eAttr, sal_uInt3…
|
H A D | eppt.cxx | 2380 …::IsHardAttribute( sal_uInt32 nInstance, sal_uInt32 nLevel, PPTExTextAttr eAttr, sal_uInt32 nValue… in IsHardAttribute() argument 2387 switch ( eAttr ) in IsHardAttribute()
|
Completed in 139 milliseconds