Lines Matching refs:vcl

1537 	vcl::PDFExtOutDevData*	pPDFExtOutDevData;
1539 vcl::PDFWriter::StructElement ImplBegStructureTag( SdrObject& rObject );
1545 ImplRenderPaintProc( const SdrLayerAdmin& rLA, SdrPageView* pView, vcl::PDFExtOutDevData* pData );
1555 ImplRenderPaintProc::ImplRenderPaintProc( const SdrLayerAdmin& rLA, SdrPageView* pView, vcl::PDFExt… in ImplRenderPaintProc()
1596 void ImplPDFExportComments( uno::Reference< drawing::XDrawPage > xPage, vcl::PDFExtOutDevData& rPDF… in ImplPDFExportComments()
1617 vcl::PDFNote aNote; in ImplPDFExportComments()
1632 …teraction( uno::Reference< drawing::XShape > xShape, SdDrawDocument& rDoc, vcl::PDFExtOutDevData& … in ImplPDFExportShapeInteraction()
1674 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nCount - 1, vcl::PDFWriter::FitRectan… in ImplPDFExportShapeInteraction()
1681 … sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, 0, vcl::PDFWriter::FitRectangle ); in ImplPDFExportShapeInteraction()
1691 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nDestPage, vcl::PDFWriter::FitRectang… in ImplPDFExportShapeInteraction()
1702 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nDestPage, vcl::PDFWriter::FitRectang… in ImplPDFExportShapeInteraction()
1730 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nPage, vcl::PDFWriter::FitRectangle ); in ImplPDFExportShapeInteraction()
1757 vcl::PDFWriter::StructElement ImplRenderPaintProc::ImplBegStructureTag( SdrObject& rObject ) in ImplBegStructureTag()
1759 vcl::PDFWriter::StructElement eElement(vcl::PDFWriter::NonStructElement); in ImplBegStructureTag()
1770 eElement = vcl::PDFWriter::Section; in ImplBegStructureTag()
1772 eElement = vcl::PDFWriter::Heading; in ImplBegStructureTag()
1774 eElement = vcl::PDFWriter::Division; in ImplBegStructureTag()
1776 eElement = vcl::PDFWriter::Figure; in ImplBegStructureTag()
1799 const vcl::PDFWriter::StructElement eElement(ImplBegStructureTag( *pObject )); in createRedirectedPrimitive2DSequence()
1800 const bool bTagUsed(vcl::PDFWriter::NonStructElement != eElement); in createRedirectedPrimitive2DSequence()
1890vcl::PDFExtOutDevData* pPDFExtOutDevData = PTR_CAST( vcl::PDFExtOutDevData, pOut->GetExtOutDevData… in render()
2032 vcl::PDFWriter::PageTransition eType = vcl::PDFWriter::Regular; in render()
2039 …case presentation::FadeEffect_HORIZONTAL_STRIPES : eType = vcl::PDFWriter::BlindsHorizontal; break; in render()
2043 … case presentation::FadeEffect_VERTICAL_STRIPES : eType = vcl::PDFWriter::BlindsVertical; break; in render()
2051 … case presentation::FadeEffect_MOVE_FROM_LEFT : eType = vcl::PDFWriter::WipeLeftToRight; break; in render()
2059 … case presentation::FadeEffect_MOVE_FROM_TOP : eType = vcl::PDFWriter::WipeTopToBottom; break; in render()
2068 … case presentation::FadeEffect_MOVE_FROM_RIGHT : eType = vcl::PDFWriter::WipeRightToLeft; break; in render()
2076 … case presentation::FadeEffect_MOVE_FROM_BOTTOM : eType = vcl::PDFWriter::WipeBottomToTop; break; in render()
2078 …case presentation::FadeEffect_OPEN_VERTICAL : eType = vcl::PDFWriter::SplitHorizontalInward; break; in render()
2079 …case presentation::FadeEffect_CLOSE_HORIZONTAL : eType = vcl::PDFWriter::SplitHorizontalOutward; b… in render()
2081 …case presentation::FadeEffect_OPEN_HORIZONTAL : eType = vcl::PDFWriter::SplitVerticalInward; break; in render()
2082 …case presentation::FadeEffect_CLOSE_VERTICAL : eType = vcl::PDFWriter::SplitVerticalOutward; break; in render()
2084 case presentation::FadeEffect_FADE_TO_CENTER : eType = vcl::PDFWriter::BoxInward; break; in render()
2085 … case presentation::FadeEffect_FADE_FROM_CENTER : eType = vcl::PDFWriter::BoxOutward; break; in render()
2087 case presentation::FadeEffect_NONE : eType = vcl::PDFWriter::Regular; break; in render()
2091 default: eType = vcl::PDFWriter::Dissolve; break; in render()
2103 … std::vector< vcl::PDFExtOutDevBookmarkEntry >& rBookmarks = pPDFExtOutDevData->GetBookmarks(); in render()
2104 std::vector< vcl::PDFExtOutDevBookmarkEntry >::iterator aIBeg = rBookmarks.begin(); in render()
2105 std::vector< vcl::PDFExtOutDevBookmarkEntry >::iterator aIEnd = rBookmarks.end(); in render()
2112 …LinkDest( aIBeg->nLinkId, pPDFExtOutDevData->CreateDest( aPageRect, nPage, vcl::PDFWriter::FitRect… in render()
2114 …pPDFExtOutDevData->DescribeRegisteredDest( aIBeg->nDestId, aPageRect, nPage, vcl::PDFWriter::FitRe… in render()