Home
last modified time | relevance | path

Searched refs:eAttr (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dpdfwriter.cxx494 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 Dpdfextoutdevdata.cxx791 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 Dpdfwriter_impl.hxx1299 …bool setStructureAttribute( enum PDFWriter::StructAttribute eAttr, enum PDFWriter::StructAttribute…
1300 bool setStructureAttributeNumerical( enum PDFWriter::StructAttribute eAttr, sal_Int32 nValue );
H A Dpdfwriter_impl.cxx2593 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 Dpdfextoutdevdata.hxx458 …bool SetStructureAttribute( PDFWriter::StructAttribute eAttr, PDFWriter::StructAttributeValue eVal…
476 bool SetStructureAttributeNumerical( PDFWriter::StructAttribute eAttr, sal_Int32 nValue );
H A Dpdfwriter.hxx1202 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 Deppt.hxx382 …sal_Bool IsHardAttribute( sal_uInt32 nInstance, sal_uInt32 nLevel, PPTExTextAttr eAttr, sal_uInt3…
H A Deppt.cxx2380 …::IsHardAttribute( sal_uInt32 nInstance, sal_uInt32 nLevel, PPTExTextAttr eAttr, sal_uInt32 nValue… in IsHardAttribute() argument
2387 switch ( eAttr ) in IsHardAttribute()

Completed in 119 milliseconds