Lines Matching refs:presentation

303 	else QUERYINT(presentation::XHandoutMasterSupplier);  in queryInterface()
308 else if( mbImpressDoc && rType == ITYPE(presentation::XPresentationSupplier) ) in queryInterface()
309 aAny <<= uno::Reference< presentation::XPresentationSupplier >(this); in queryInterface()
310 else if( mbImpressDoc && rType == ITYPE(presentation::XCustomPresentationSupplier) ) in queryInterface()
311 aAny <<= uno::Reference< presentation::XCustomPresentationSupplier >(this); in queryInterface()
416 *pTypes++ = ITYPE(presentation::XPresentationSupplier); in getTypes()
417 *pTypes++ = ITYPE(presentation::XCustomPresentationSupplier); in getTypes()
418 *pTypes++ = ITYPE(presentation::XHandoutMasterSupplier); in getTypes()
847 extern uno::Reference< presentation::XPresentation > createPresentation( SdXImpressDocument& rModel…
850 uno::Reference< presentation::XPresentation > SAL_CALL SdXImpressDocument::getPresentation() in getPresentation()
858 return uno::Reference< presentation::XPresentation >( mpDoc->getPresentation().get() ); in getPresentation()
1665 presentation::ClickAction eCa; in ImplPDFExportShapeInteraction()
1671 case presentation::ClickAction_LASTPAGE : in ImplPDFExportShapeInteraction()
1679 case presentation::ClickAction_FIRSTPAGE : in ImplPDFExportShapeInteraction()
1686 case presentation::ClickAction_PREVPAGE : in ImplPDFExportShapeInteraction()
1696 case presentation::ClickAction_NEXTPAGE : in ImplPDFExportShapeInteraction()
1708 case presentation::ClickAction_PROGRAM : in ImplPDFExportShapeInteraction()
1709 case presentation::ClickAction_BOOKMARK : in ImplPDFExportShapeInteraction()
1710 case presentation::ClickAction_DOCUMENT : in ImplPDFExportShapeInteraction()
1718 case presentation::ClickAction_DOCUMENT : in ImplPDFExportShapeInteraction()
1719 case presentation::ClickAction_PROGRAM : in ImplPDFExportShapeInteraction()
1725 case presentation::ClickAction_BOOKMARK : in ImplPDFExportShapeInteraction()
1743 case presentation::ClickAction_STOPPRESENTATION : in ImplPDFExportShapeInteraction()
1744 case presentation::ClickAction_SOUND : in ImplPDFExportShapeInteraction()
1745 case presentation::ClickAction_INVISIBLE : in ImplPDFExportShapeInteraction()
1746 case presentation::ClickAction_VERB : in ImplPDFExportShapeInteraction()
1747 case presentation::ClickAction_VANISH : in ImplPDFExportShapeInteraction()
1748 case presentation::ClickAction_MACRO : in ImplPDFExportShapeInteraction()
2018 presentation::AnimationSpeed aAs; in render()
2024 case presentation::AnimationSpeed_SLOW : nTime = 1500; break; in render()
2025 case presentation::AnimationSpeed_FAST : nTime = 300; break; in render()
2027 case presentation::AnimationSpeed_MEDIUM : nTime = 800; in render()
2030 presentation::FadeEffect eFe; in render()
2037 case presentation::FadeEffect_HORIZONTAL_LINES : in render()
2038 case presentation::FadeEffect_HORIZONTAL_CHECKERBOARD : in render()
2039 …case presentation::FadeEffect_HORIZONTAL_STRIPES : eType = vcl::PDFWriter::BlindsHorizontal; break; in render()
2041 case presentation::FadeEffect_VERTICAL_LINES : in render()
2042 case presentation::FadeEffect_VERTICAL_CHECKERBOARD : in render()
2043 … case presentation::FadeEffect_VERTICAL_STRIPES : eType = vcl::PDFWriter::BlindsVertical; break; in render()
2045 case presentation::FadeEffect_UNCOVER_TO_RIGHT : in render()
2046 case presentation::FadeEffect_UNCOVER_TO_UPPERRIGHT : in render()
2047 case presentation::FadeEffect_ROLL_FROM_LEFT : in render()
2048 case presentation::FadeEffect_FADE_FROM_UPPERLEFT : in render()
2049 case presentation::FadeEffect_MOVE_FROM_UPPERLEFT : in render()
2050 case presentation::FadeEffect_FADE_FROM_LEFT : in render()
2051 … case presentation::FadeEffect_MOVE_FROM_LEFT : eType = vcl::PDFWriter::WipeLeftToRight; break; in render()
2053 case presentation::FadeEffect_UNCOVER_TO_BOTTOM : in render()
2054 case presentation::FadeEffect_UNCOVER_TO_LOWERRIGHT : in render()
2055 case presentation::FadeEffect_ROLL_FROM_TOP : in render()
2056 case presentation::FadeEffect_FADE_FROM_UPPERRIGHT : in render()
2057 case presentation::FadeEffect_MOVE_FROM_UPPERRIGHT : in render()
2058 case presentation::FadeEffect_FADE_FROM_TOP : in render()
2059 … case presentation::FadeEffect_MOVE_FROM_TOP : eType = vcl::PDFWriter::WipeTopToBottom; break; in render()
2061 case presentation::FadeEffect_UNCOVER_TO_LEFT : in render()
2062 case presentation::FadeEffect_UNCOVER_TO_LOWERLEFT : in render()
2063 case presentation::FadeEffect_ROLL_FROM_RIGHT : in render()
2065 case presentation::FadeEffect_FADE_FROM_LOWERRIGHT : in render()
2066 case presentation::FadeEffect_MOVE_FROM_LOWERRIGHT : in render()
2067 case presentation::FadeEffect_FADE_FROM_RIGHT : in render()
2068 … case presentation::FadeEffect_MOVE_FROM_RIGHT : eType = vcl::PDFWriter::WipeRightToLeft; break; in render()
2070 case presentation::FadeEffect_UNCOVER_TO_TOP : in render()
2071 case presentation::FadeEffect_UNCOVER_TO_UPPERLEFT : in render()
2072 case presentation::FadeEffect_ROLL_FROM_BOTTOM : in render()
2073 case presentation::FadeEffect_FADE_FROM_LOWERLEFT : in render()
2074 case presentation::FadeEffect_MOVE_FROM_LOWERLEFT : in render()
2075 case presentation::FadeEffect_FADE_FROM_BOTTOM : 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()
2089 case presentation::FadeEffect_RANDOM : in render()
2090 case presentation::FadeEffect_DISSOLVE : in render()
2262 uno::Reference< presentation::XPresentation > xPresentation( mxPresentation ); in dispose()
2265 …uno::Reference< ::com::sun::star::presentation::XPresentation2 > xPres( mpDoc->getPresentation().g… in dispose()