Lines Matching refs:PDFWriterImpl
505 const sal_uInt8 PDFWriterImpl::s_nPadString[32] =
669 void PDFWriterImpl::createWidgetFieldName( sal_Int32 i_nWidgetIndex, const PDFWriter::AnyWidget& i_… in createWidgetFieldName()
919 void PDFWriterImpl::appendStrokingColor( const Color& rColor, OStringBuffer& rBuffer ) in appendStrokingColor()
929 void PDFWriterImpl::appendNonStrokingColor( const Color& rColor, OStringBuffer& rBuffer ) in appendNonStrokingColor()
963 void append( PDFWriterImpl::PDFPage& rPage, OStringBuffer& rBuffer, Point* pBack = NULL );
1068 void Matrix3::append( PDFWriterImpl::PDFPage& rPage, OStringBuffer& rBuffer, Point* pBack ) in append()
1081 static void appendResourceMap( OStringBuffer& rBuf, const char* pPrefix, const PDFWriterImpl::Resou… in appendResourceMap()
1089 for( PDFWriterImpl::ResourceMap::const_iterator it = rList.begin(); it != rList.end(); ++it ) in appendResourceMap()
1105 void PDFWriterImpl::ResourceDict::append( OStringBuffer& rBuf, sal_Int32 nFontDictObject ) in append()
1120 PDFWriterImpl::PDFPage::PDFPage( PDFWriterImpl* pWriter, sal_Int32 nPageWidth, sal_Int32 nPageHeigh… in PDFPage()
1139 PDFWriterImpl::PDFPage::~PDFPage() in ~PDFPage()
1143 void PDFWriterImpl::PDFPage::beginStream() in beginStream()
1179 void PDFWriterImpl::PDFPage::endStream() in endStream()
1205 bool PDFWriterImpl::PDFPage::emit(sal_Int32 nParentObject ) in emit()
1388 void PDFWriterImpl::PDFPage::appendPoint( const Point& rPoint, OStringBuffer& rBuffer, bool bNeg, P… in appendPoint()
1419 void PDFWriterImpl::PDFPage::appendPixelPoint( const basegfx::B2DPoint& rPoint, OStringBuffer& rBuf… in appendPixelPoint()
1432 void PDFWriterImpl::PDFPage::appendRect( const Rectangle& rRect, OStringBuffer& rBuffer ) const in appendRect()
1442 void PDFWriterImpl::PDFPage::convertRect( Rectangle& rRect ) const in convertRect()
1459 void PDFWriterImpl::PDFPage::appendPolygon( const Polygon& rPoly, OStringBuffer& rBuffer, bool bClo… in appendPolygon()
1504 void PDFWriterImpl::PDFPage::appendPolygon( const basegfx::B2DPolygon& rPoly, OStringBuffer& rBuffe… in appendPolygon()
1580 void PDFWriterImpl::PDFPage::appendPolyPolygon( const PolyPolygon& rPolyPoly, OStringBuffer& rBuffe… in appendPolyPolygon()
1587 void PDFWriterImpl::PDFPage::appendPolyPolygon( const basegfx::B2DPolyPolygon& rPolyPoly, OStringBu… in appendPolyPolygon()
1594 void PDFWriterImpl::PDFPage::appendMappedLength( sal_Int32 nLength, OStringBuffer& rBuffer, bool bV… in appendMappedLength()
1613 void PDFWriterImpl::PDFPage::appendMappedLength( double fLength, OStringBuffer& rBuffer, bool bVert… in appendMappedLength()
1625 bool PDFWriterImpl::PDFPage::appendLineInfo( const LineInfo& rInfo, OStringBuffer& rBuffer ) const in appendLineInfo()
1694 void PDFWriterImpl::PDFPage::appendWaveLine( sal_Int32 nWidth, sal_Int32 nY, sal_Int32 nDelta, OStr… in appendWaveLine()
1737 PDFWriterImpl::PDFWriterImpl( const PDFWriter::PDFWriterContext& rContext, in PDFWriterImpl() function in PDFWriterImpl
1864 PDFWriterImpl::~PDFWriterImpl() in ~PDFWriterImpl()
1878 void PDFWriterImpl::setupDocInfo() in setupDocInfo()
1886 void PDFWriterImpl::computeDocumentIdentifier( std::vector< sal_uInt8 >& o_rIdentifier, in computeDocumentIdentifier()
2019 inline void PDFWriterImpl::appendUnicodeTextStringEncrypt( const rtl::OUString& rInString, const sa… in appendUnicodeTextStringEncrypt()
2054 inline void PDFWriterImpl::appendLiteralStringEncrypt( rtl::OStringBuffer& rInString, const sal_Int… in appendLiteralStringEncrypt()
2071 inline void PDFWriterImpl::appendLiteralStringEncrypt( const rtl::OString& rInString, const sal_Int… in appendLiteralStringEncrypt()
2077 void PDFWriterImpl::appendLiteralStringEncrypt( const rtl::OUString& rInString, const sal_Int32 nIn… in appendLiteralStringEncrypt()
2101 void PDFWriterImpl::emitComment( const char* pComment ) in emitComment()
2110 bool PDFWriterImpl::compressStream( SvMemoryStream* pStream ) in compressStream()
2134 void PDFWriterImpl::beginCompression() in beginCompression()
2143 void PDFWriterImpl::endCompression() in endCompression()
2160 bool PDFWriterImpl::writeBuffer( const void* pBuffer, sal_uInt64 nBytes ) in writeBuffer()
2212 OutputDevice* PDFWriterImpl::getReferenceDevice() in getReferenceDevice()
2237 const PDFWriterImpl::BuiltinFont& mrBuiltin;
2241 ImplPdfBuiltinFontData( const PDFWriterImpl::BuiltinFont& );
2242 const PDFWriterImpl::BuiltinFont* GetBuiltinFont() const { return &mrBuiltin; } in GetBuiltinFont()
2257 static ImplDevFontAttributes GetDevFontAttributes( const PDFWriterImpl::BuiltinFont& rBuiltin ) in GetDevFontAttributes()
2277 ImplPdfBuiltinFontData::ImplPdfBuiltinFontData( const PDFWriterImpl::BuiltinFont& rBuiltin ) in ImplPdfBuiltinFontData()
2288 ImplDevFontList* PDFWriterImpl::filterDevFontList( ImplDevFontList* pFontList ) in filterDevFontList()
2303 bool PDFWriterImpl::isBuiltinFont( const ImplFontData* pFont ) const in isBuiltinFont()
2309 void PDFWriterImpl::getFontMetric( ImplFontSelectData* pSelect, ImplFontMetricData* pMetric ) const in getFontMetric()
2338 PDFWriterImpl& mrPDFWriterImpl;
2339 const PDFWriterImpl::BuiltinFont& mrBuiltinFont;
2345 PDFSalLayout( PDFWriterImpl&,
2346 const PDFWriterImpl::BuiltinFont&,
2359 PDFSalLayout::PDFSalLayout( PDFWriterImpl& rPDFWriterImpl, in PDFSalLayout()
2360 const PDFWriterImpl::BuiltinFont& rBuiltinFont, in PDFSalLayout()
2446 SalLayout* PDFWriterImpl::GetTextLayout( ImplLayoutArgs& rArgs, ImplFontSelectData* pSelect ) in GetTextLayout()
2463 sal_Int32 PDFWriterImpl::newPage( sal_Int32 nPageWidth, sal_Int32 nPageHeight, PDFWriter::Orientati… in newPage()
2481 void PDFWriterImpl::endPage() in endPage()
2544 sal_Int32 PDFWriterImpl::createObject() in createObject()
2550 bool PDFWriterImpl::updateObject( sal_Int32 n ) in updateObject()
2569 sal_Int32 PDFWriterImpl::emitStructParentTree( sal_Int32 nObject ) in emitStructParentTree()
2593 const sal_Char* PDFWriterImpl::getAttributeTag( PDFWriter::StructAttribute eAttr ) in getAttributeTag()
2631 const sal_Char* PDFWriterImpl::getAttributeValueTag( PDFWriter::StructAttributeValue eVal ) in getAttributeValueTag()
2676 static void appendStructureAttributeLine( PDFWriter::StructAttribute i_eAttr, const PDFWriterImpl::… in appendStructureAttributeLine()
2679 o_rLine.append( PDFWriterImpl::getAttributeTag( i_eAttr ) ); in appendStructureAttributeLine()
2684 o_rLine.append( PDFWriterImpl::getAttributeValueTag( i_rVal.eValue ) ); in appendStructureAttributeLine()
2698 OString PDFWriterImpl::emitStructureAttributes( PDFStructureElement& i_rEle ) in emitStructureAttributes()
2823 sal_Int32 PDFWriterImpl::emitStructure( PDFStructureElement& rEle ) in emitStructure()
2980 bool PDFWriterImpl::emitGradients() in emitGradients()
2990 bool PDFWriterImpl::emitTilings() in emitTilings()
3086 sal_Int32 PDFWriterImpl::emitBuiltinFont( const ImplFontData* pFont, sal_Int32 nFontObject ) in emitBuiltinFont()
3110 std::map< sal_Int32, sal_Int32 > PDFWriterImpl::emitSystemFont( const ImplFontData* pFont, EmbedFon… in emitSystemFont()
3261 std::map< sal_Int32, sal_Int32 > PDFWriterImpl::emitEmbeddedFont( const ImplFontData* pFont, EmbedF… in emitEmbeddedFont()
3842 sal_Int32 PDFWriterImpl::createToUnicodeCMap( sal_uInt8* pEncoding, in createToUnicodeCMap()
3946 sal_Int32 PDFWriterImpl::emitFontDescriptor( const ImplFontData* pFont, FontSubsetInfo& rInfo, sal_… in emitFontDescriptor()
4027 void PDFWriterImpl::appendBuiltinFontsToDict( OStringBuffer& rDict ) const in appendBuiltinFontsToDict()
4039 bool PDFWriterImpl::emitFonts() in emitFonts()
4320 sal_Int32 PDFWriterImpl::emitResources() in emitResources()
4345 sal_Int32 PDFWriterImpl::updateOutlineItemCount( std::vector< sal_Int32 >& rCounts, in updateOutlineItemCount()
4386 sal_Int32 PDFWriterImpl::emitOutline() in emitOutline()
4485 bool PDFWriterImpl::appendDest( sal_Int32 nDestID, OStringBuffer& rBuffer ) in appendDest()
4551 bool PDFWriterImpl::emitLinkAnnotations() in emitLinkAnnotations()
4771 bool PDFWriterImpl::emitNoteAnnotations() in emitNoteAnnotations()
4819 Font PDFWriterImpl::replaceFont( const Font& rControlFont, const Font& rAppSetFont ) in replaceFont()
4851 sal_Int32 PDFWriterImpl::getBestBuiltinFont( const Font& rFont ) in getBestBuiltinFont()
4884 void PDFWriterImpl::createDefaultPushButtonAppearance( PDFWidget& rButton, const PDFWriter::PushBut… in createDefaultPushButtonAppearance()
4941 Font PDFWriterImpl::drawFieldBorder( PDFWidget& rIntern, in drawFieldBorder()
4991 void PDFWriterImpl::createDefaultEditAppearance( PDFWidget& rEdit, const PDFWriter::EditWidget& rWi… in createDefaultEditAppearance()
5043 void PDFWriterImpl::createDefaultListBoxAppearance( PDFWidget& rBox, const PDFWriter::ListBoxWidget… in createDefaultListBoxAppearance()
5122 void PDFWriterImpl::createDefaultCheckBoxAppearance( PDFWidget& rBox, const PDFWriter::CheckBoxWidg… in createDefaultCheckBoxAppearance()
5247 void PDFWriterImpl::createDefaultRadioButtonAppearance( PDFWidget& rBox, const PDFWriter::RadioButt… in createDefaultRadioButtonAppearance()
5372 bool PDFWriterImpl::emitAppearances( PDFWidget& rWidget, OStringBuffer& rAnnotDict ) in emitAppearances()
5464 bool PDFWriterImpl::emitWidgetAnnotations() in emitWidgetAnnotations()
5735 bool PDFWriterImpl::emitAnnotations() in emitAnnotations()
5752 bool PDFWriterImpl::emitCatalog() in emitCatalog()
6062 sal_Int32 PDFWriterImpl::emitInfoDict( ) in emitInfoDict()
6124 sal_Int32 PDFWriterImpl::emitNamedDestinations() in emitNamedDestinations()
6225 sal_Int32 PDFWriterImpl::emitOutputIntent() in emitOutputIntent()
6324 sal_Int32 PDFWriterImpl::emitDocumentMetadata() in emitDocumentMetadata()
6477 bool PDFWriterImpl::emitTrailer() in emitTrailer()
6641 std::vector< PDFWriterImpl::PDFWidget >& m_rWidgets;
6643 AnnotSorterLess( std::vector< PDFWriterImpl::PDFWidget >& rWidgets ) : m_rWidgets( rWidgets ) {} in AnnotSorterLess()
6671 void PDFWriterImpl::sortWidgets() in sortWidgets()
6729 PDFWriterImpl* m_pWriter;
6732 PDFStreamIf( PDFWriterImpl* pWriter ) : m_pWriter( pWriter ), m_bWrite( true ) {} in PDFStreamIf()
6764 bool PDFWriterImpl::emitAdditionalStreams() in emitAdditionalStreams()
6828 bool PDFWriterImpl::emit() in emit()
6851 std::set< PDFWriter::ErrorCode > PDFWriterImpl::getErrors() in getErrors()
6856 sal_Int32 PDFWriterImpl::getSystemFont( const Font& i_rFont ) in getSystemFont()
6880 void PDFWriterImpl::registerGlyphs( int nGlyphs, in registerGlyphs()
7054 void PDFWriterImpl::drawRelief( SalLayout& rLayout, const String& rText, bool bTextLines ) in drawRelief()
7101 void PDFWriterImpl::drawShadow( SalLayout& rLayout, const String& rText, bool bTextLines ) in drawShadow()
7132 void PDFWriterImpl::drawVerticalGlyphs( in drawVerticalGlyphs()
7133 const std::vector<PDFWriterImpl::PDFGlyph>& rGlyphs, in drawVerticalGlyphs()
7210 void PDFWriterImpl::drawHorizontalGlyphs( in drawHorizontalGlyphs()
7211 const std::vector<PDFWriterImpl::PDFGlyph>& rGlyphs, in drawHorizontalGlyphs()
7312 void PDFWriterImpl::drawLayout( SalLayout& rLayout, const String& rText, bool bTextLines ) in drawLayout()
7704 void PDFWriterImpl::drawEmphasisMark( long nX, long nY, in drawEmphasisMark()
7743 void PDFWriterImpl::drawText( const Point& rPos, const String& rText, xub_StrLen nIndex, xub_StrLen… in drawText()
7759 void PDFWriterImpl::drawTextArray( const Point& rPos, const String& rText, const sal_Int32* pDXArra… in drawTextArray()
7775 void PDFWriterImpl::drawStretchText( const Point& rPos, sal_uLong nWidth, const String& rText, xub_… in drawStretchText()
7791 void PDFWriterImpl::drawText( const Rectangle& rRect, const String& rOrigStr, sal_uInt16 nStyle, bo… in drawText()
7931 void PDFWriterImpl::drawLine( const Point& rStart, const Point& rStop ) in drawLine()
7949 void PDFWriterImpl::drawLine( const Point& rStart, const Point& rStop, const LineInfo& rInfo ) in drawLine()
7985 void PDFWriterImpl::drawWaveLine( const Point& rStart, const Point& rStop, sal_Int32 nDelta, sal_In… in drawWaveLine()
8021 void PDFWriterImpl::drawWaveTextLine( OStringBuffer& aLine, long nWidth, FontUnderline eTextLine, C… in drawWaveTextLine()
8091 void PDFWriterImpl::drawStraightTextLine( OStringBuffer& aLine, long nWidth, FontUnderline eTextLin… in drawStraightTextLine()
8260 void PDFWriterImpl::drawStrikeoutLine( OStringBuffer& aLine, long nWidth, FontStrikeout eStrikeout,… in drawStrikeoutLine()
8324 void PDFWriterImpl::drawStrikeoutChar( const Point& rPos, long nWidth, FontStrikeout eStrikeout ) in drawStrikeoutChar()
8359 void PDFWriterImpl::drawTextLine( const Point& rPos, long nWidth, FontStrikeout eStrikeout, FontUnd… in drawTextLine()
8444 void PDFWriterImpl::drawPolygon( const Polygon& rPoly ) in drawPolygon()
8468 void PDFWriterImpl::drawPolyPolygon( const PolyPolygon& rPolyPoly ) in drawPolyPolygon()
8493 void PDFWriterImpl::drawTransparent( const PolyPolygon& rPolyPoly, sal_uInt32 nTransparentPercent ) in drawTransparent()
8559 void PDFWriterImpl::pushResource( ResourceKind eKind, const OString& rResource, sal_Int32 nObject ) in pushResource()
8589 void PDFWriterImpl::beginRedirect( SvStream* pStream, const Rectangle& rTargetRect ) in beginRedirect()
8621 Rectangle PDFWriterImpl::getRedirectTargetRect() const in getRedirectTargetRect()
8626 SvStream* PDFWriterImpl::endRedirect() in endRedirect()
8649 void PDFWriterImpl::beginTransparencyGroup() in beginTransparencyGroup()
8656 void PDFWriterImpl::endTransparencyGroup( const Rectangle& rBoundingBox, sal_uInt32 nTransparentPer… in endTransparencyGroup()
8696 void PDFWriterImpl::endTransparencyGroup( const Rectangle& rBoundingBox, const Bitmap& rAlphaMask ) in endTransparencyGroup()
8738 void PDFWriterImpl::drawRectangle( const Rectangle& rRect ) in drawRectangle()
8762 void PDFWriterImpl::drawRectangle( const Rectangle& rRect, sal_uInt32 nHorzRound, sal_uInt32 nVertR… in drawRectangle()
8853 void PDFWriterImpl::drawEllipse( const Rectangle& rRect ) in drawEllipse()
8939 void PDFWriterImpl::drawArc( const Rectangle& rRect, const Point& rStart, const Point& rStop, bool … in drawArc()
9016 void PDFWriterImpl::drawPolyLine( const Polygon& rPoly ) in drawPolyLine()
9036 void PDFWriterImpl::drawPolyLine( const Polygon& rPoly, const LineInfo& rInfo ) in drawPolyLine()
9061 void PDFWriterImpl::convertLineInfoToExtLineInfo( const LineInfo& rIn, PDFWriter::ExtLineInfo& rOut… in convertLineInfoToExtLineInfo()
9135 void PDFWriterImpl::drawPolyLine( const Polygon& rPoly, const PDFWriter::ExtLineInfo& rInfo ) in drawPolyLine()
9264 void PDFWriterImpl::drawPixel( const Point& rPoint, const Color& rColor ) in drawPixel()
9292 void PDFWriterImpl::drawPixel( const Polygon& rPoints, const Color* pColors ) in drawPixel()
9342 bool PDFWriterImpl::writeTransparentObject( TransparencyEmit& rObject ) in writeTransparentObject()
9491 bool PDFWriterImpl::writeGradientFunction( GradientEmit& rObject ) in writeGradientFunction()
9597 bool PDFWriterImpl::writeJPG( JPGEmit& rObject ) in writeJPG()
9671 bool PDFWriterImpl::writeBitmapObject( BitmapEmit& rObject, bool bMask ) in writeBitmapObject()
9961 void PDFWriterImpl::drawJPGBitmap( SvStream& rDCTData, bool bIsTrueColor, const Size& rSizePixel, c… in drawJPGBitmap()
10051 void PDFWriterImpl::drawBitmap( const Point& rDestPoint, const Size& rDestSize, const BitmapEmit& r… in drawBitmap()
10083 const PDFWriterImpl::BitmapEmit& PDFWriterImpl::createBitmapEmit( const BitmapEx& i_rBitmap, bool b… in createBitmapEmit()
10132 void PDFWriterImpl::drawBitmap( const Point& rDestPoint, const Size& rDestSize, const Bitmap& rBitm… in drawBitmap()
10144 void PDFWriterImpl::drawBitmap( const Point& rDestPoint, const Size& rDestSize, const BitmapEx& rBi… in drawBitmap()
10156 void PDFWriterImpl::drawMask( const Point& rDestPoint, const Size& rDestSize, const Bitmap& rBitmap… in drawMask()
10173 sal_Int32 PDFWriterImpl::createGradient( const Gradient& rGradient, const Size& rSize ) in createGradient()
10210 void PDFWriterImpl::drawGradient( const Rectangle& rRect, const Gradient& rGradient ) in drawGradient()
10255 void PDFWriterImpl::drawGradient( const PolyPolygon& rPolyPoly, const Gradient& rGradient ) in drawGradient()
10293 void PDFWriterImpl::drawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch ) in drawHatch()
10311 void PDFWriterImpl::drawWallpaper( const Rectangle& rRect, const Wallpaper& rWall ) in drawWallpaper()
10480 void PDFWriterImpl::beginPattern( const Rectangle& rCellRect ) in beginPattern()
10485 sal_Int32 PDFWriterImpl::endPattern( const SvtGraphicFill::Transform& rTransform ) in endPattern()
10523 void PDFWriterImpl::drawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPattern, bool bEOFill… in drawPolyPolygon()
10600 void PDFWriterImpl::updateGraphicsState() in updateGraphicsState()
10704 void PDFWriterImpl::setFont( const Font& rFont ) in setFont()
10714 void PDFWriterImpl::push( sal_uInt16 nFlags ) in push()
10721 void PDFWriterImpl::pop() in pop()
10766 void PDFWriterImpl::setMapMode( const MapMode& rMapMode ) in setMapMode()
10773 void PDFWriterImpl::setClipRegion( const basegfx::B2DPolyPolygon& rRegion ) in setClipRegion()
10782 void PDFWriterImpl::moveClipRegion( sal_Int32 nX, sal_Int32 nY ) in moveClipRegion()
10801 bool PDFWriterImpl::intersectClipRegion( const Rectangle& rRect ) in intersectClipRegion()
10809 bool PDFWriterImpl::intersectClipRegion( const basegfx::B2DPolyPolygon& rRegion ) in intersectClipRegion()
10828 void PDFWriterImpl::createNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr ) in createNote()
10847 sal_Int32 PDFWriterImpl::createLink( const Rectangle& rRect, sal_Int32 nPageNr ) in createLink()
10871 sal_Int32 PDFWriterImpl::createNamedDest( const rtl::OUString& sDestName, const Rectangle& rRect, s… in createNamedDest()
10893 sal_Int32 PDFWriterImpl::createDest( const Rectangle& rRect, sal_Int32 nPageNr, PDFWriter::DestArea… in createDest()
10913 sal_Int32 PDFWriterImpl::registerDestReference( sal_Int32 nDestId, const Rectangle& rRect, sal_Int3… in registerDestReference()
10918 sal_Int32 PDFWriterImpl::setLinkDest( sal_Int32 nLinkId, sal_Int32 nDestId ) in setLinkDest()
10930 sal_Int32 PDFWriterImpl::setLinkURL( sal_Int32 nLinkId, const OUString& rURL ) in setLinkURL()
10960 void PDFWriterImpl::setLinkPropertyId( sal_Int32 nLinkId, sal_Int32 nPropertyId ) in setLinkPropertyId()
10965 sal_Int32 PDFWriterImpl::createOutlineItem( sal_Int32 nParent, const OUString& rText, sal_Int32 nDe… in createOutlineItem()
10979 sal_Int32 PDFWriterImpl::setOutlineItemParent( sal_Int32 nItem, sal_Int32 nNewParent ) in setOutlineItemParent()
11014 sal_Int32 PDFWriterImpl::setOutlineItemText( sal_Int32 nItem, const OUString& rText ) in setOutlineItemText()
11023 sal_Int32 PDFWriterImpl::setOutlineItemDest( sal_Int32 nItem, sal_Int32 nDestID ) in setOutlineItemDest()
11033 const sal_Char* PDFWriterImpl::getStructureTag( PDFWriter::StructElement eType ) in getStructureTag()
11082 void PDFWriterImpl::beginStructureElementMCSeq() in beginStructureElementMCSeq()
11130 void PDFWriterImpl::endStructureElementMCSeq() in endStructureElementMCSeq()
11142 bool PDFWriterImpl::checkEmitStructure() in checkEmitStructure()
11162 sal_Int32 PDFWriterImpl::beginStructureElement( PDFWriter::StructElement eType, const rtl::OUString… in beginStructureElement()
11250 void PDFWriterImpl::endStructureElement() in endStructureElement()
11300 void PDFWriterImpl::addInternalStructureContainer( PDFStructureElement& rEle ) in addInternalStructureContainer()
11395 bool PDFWriterImpl::setCurrentStructureElement( sal_Int32 nEle ) in setCurrentStructureElement()
11427 sal_Int32 PDFWriterImpl::getCurrentStructureElement() in getCurrentStructureElement()
11432 bool PDFWriterImpl::setStructureAttribute( enum PDFWriter::StructAttribute eAttr, enum PDFWriter::S… in setStructureAttribute()
11628 bool PDFWriterImpl::setStructureAttributeNumerical( enum PDFWriter::StructAttribute eAttr, sal_Int3… in setStructureAttributeNumerical()
11761 void PDFWriterImpl::setStructureBoundingBox( const Rectangle& rRect ) in setStructureBoundingBox()
11783 void PDFWriterImpl::setActualText( const String& rText ) in setActualText()
11791 void PDFWriterImpl::setAlternateText( const String& rText ) in setAlternateText()
11799 void PDFWriterImpl::setAutoAdvanceTime( sal_uInt32 nSeconds, sal_Int32 nPageNr ) in setAutoAdvanceTime()
11810 void PDFWriterImpl::setPageTransition( PDFWriter::PageTransition eType, sal_uInt32 nMilliSec, sal_I… in setPageTransition()
11822 void PDFWriterImpl::ensureUniqueRadioOnValues() in ensureUniqueRadioOnValues()
11895 sal_Int32 PDFWriterImpl::findRadioGroupWidget( const PDFWriter::RadioButtonWidget& rBtn ) in findRadioGroupWidget()
11922 sal_Int32 PDFWriterImpl::createControl( const PDFWriter::AnyWidget& rControl, sal_Int32 nPageNr ) in createControl()
12108 void PDFWriterImpl::beginControlAppearance( sal_Int32 nControl ) in beginControlAppearance()
12131 bool PDFWriterImpl::endControlAppearance( PDFWriter::WidgetState eState ) in endControlAppearance()
12204 void PDFWriterImpl::addStream( const String& rMimeType, PDFOutputStream* pStream, bool bCompress ) in addStream()