Home
last modified time | relevance | path

Searched refs:pSlide (Results 1 – 12 of 12) sorted by relevance

/aoo4110/main/sd/source/ui/dlg/
H A Ddlgctrls.cxx98 void FadeEffectLB::applySelected( SdPage* pSlide ) const in applySelected()
102 if( pSlide && (nPos < mpImpl->maPresets.size() ) ) in applySelected()
108 pPreset->apply( pSlide ); in applySelected()
112 pSlide->setTransitionType( 0 ); in applySelected()
113 pSlide->setTransitionSubtype( 0 ); in applySelected()
114 pSlide->setTransitionDirection( sal_True ); in applySelected()
115 pSlide->setTransitionFadeColor( 0 ); in applySelected()
H A Dheaderfooterdlg.cxx214 SdPage* pSlide; in HeaderFooterDialog() local
218 pSlide = pCurrentPage; in HeaderFooterDialog()
224 pSlide = (SdPage*)pDoc->GetPage( pCurrentPage->GetPageNum() -1 ); in HeaderFooterDialog()
225 mpCurrentPage = pSlide; in HeaderFooterDialog()
230 pSlide = pDoc->GetSdPage( 0, PK_STANDARD ); in HeaderFooterDialog()
238 mpSlideTabPage = new HeaderFooterTabPage( this, &maTabCtrl, pDoc, pSlide, false ); in HeaderFooterDialog()
269 maSlideSettings = pSlide->getHeaderFooterSettings(); in HeaderFooterDialog()
/aoo4110/main/oox/source/ppt/
H A Dtimenode.cxx211 …XmlFilterBase& rFilter, const Reference< XAnimationNode >& rxNode, const SlidePersistPtr & pSlide ) in addNode() argument
216 setNode( rFilter, xNode, pSlide ); in addNode()
225 … XmlFilterBase& rFilter, const Reference< XAnimationNode >& xNode, const SlidePersistPtr & pSlide ) in setNode() argument
232 pSlide->getAnimNodesMap()[ msId ] = xNode; in setNode()
238 maNodeProperties[ NP_TARGET ] = mpTarget->convert( pSlide, nSubType ); in setNode()
247 Any aAny = AnimationCondition::convertList( pSlide, maStCondList ); in setNode()
256 Any aAny = AnimationCondition::convertList( pSlide, maEndCondList ); in setNode()
265 Any aAny = AnimationCondition::convertList( pSlide, maNextCondList ); in setNode()
273 Any aAny = AnimationCondition::convertList( pSlide, maPrevCondList ); in setNode()
282 Any aValue = maEndSyncValue.convert( pSlide ); in setNode()
[all …]
H A Danimationspersist.cxx86 Any AnimTargetElement::convert(const SlidePersistPtr & pSlide, sal_Int16 & nSubType) const in convert() argument
106 ::oox::drawingml::ShapePtr pShape = pSlide->getShape(msValue); in convert()
165 Any AnimationCondition::convert(const SlidePersistPtr & pSlide) const in convert()
171 aAny = mpTarget->convert( pSlide, nSubType ); in convert()
181 …Any AnimationCondition::convertList(const SlidePersistPtr & pSlide, const AnimationConditionList &… in convertList() argument
187 aAny = addToSequence( aAny, iter->convert(pSlide) ); in convertList()
/aoo4110/main/sd/source/ui/sidebar/
H A DDocumentHelper.cxx126 SdPage* pSlide = rTargetDocument.GetSdPage( in CopyMasterPageToLocalDocument() local
129 if (pSlide == NULL) in CopyMasterPageToLocalDocument()
131 pSlide->SetAutoLayout(AUTOLAYOUT_TITLE, sal_True); in CopyMasterPageToLocalDocument()
457 SdPage* pSlide = NULL; in AssignMasterPageToPage() local
459 for (sal_uInt16 nPage=0; nPage<nPageCount&&pSlide==NULL; nPage++) in AssignMasterPageToPage()
466 pSlide = static_cast<SdPage*>(pCandidate); in AssignMasterPageToPage()
470 if (pSlide != NULL) in AssignMasterPageToPage()
475 (pSlide->GetPageNum()-1)/2, in AssignMasterPageToPage()
/aoo4110/main/sd/source/core/
H A DTransitionPreset.cxx243 void TransitionPreset::apply( SdPage* pSlide ) const in apply()
245 if( pSlide ) in apply()
247 pSlide->setTransitionType( mnTransition ); in apply()
248 pSlide->setTransitionSubtype( mnSubtype ); in apply()
249 pSlide->setTransitionDirection( mbDirection ); in apply()
250 pSlide->setTransitionFadeColor( mnFadeColor ); in apply()
/aoo4110/main/oox/inc/oox/ppt/
H A Danimationspersist.hxx80 ::com::sun::star::uno::Any convert(const SlidePersistPtr & pSlide, sal_Int16 & nSubType) const;
101 ::com::sun::star::uno::Any convert(const SlidePersistPtr & pSlide) const;
102 …static ::com::sun::star::uno::Any convertList(const SlidePersistPtr & pSlide, const AnimationCondi…
H A Dtimenode.hxx82 const SlidePersistPtr & pSlide );
/aoo4110/main/slideshow/source/engine/transitions/
H A Dslidechangebase.cxx98 SlideSharedPtr const & pSlide = *rSlide; in createBitmap() local
99 if( !pSlide ) in createBitmap()
143 pRet = pSlide->getCurrentSlideBitmap( rView ); in createBitmap()
/aoo4110/main/slideshow/source/engine/
H A Dslideshowimpl.cxx384 SlideSharedPtr const& pSlide, in matches() argument
388 if (pSlide) in matches()
389 return (pSlide->getXDrawPage() == xSlide && in matches()
390 pSlide->getXAnimationNode() == xNode); in matches()
934 const SlideSharedPtr pSlide( createSlide(xDrawPage, in makeSlide() local
956 pSlide->prefetch(); in makeSlide()
958 return pSlide; in makeSlide()
/aoo4110/main/sd/source/ui/inc/
H A Ddlgctrls.hxx53 void applySelected( SdPage* pSlide ) const;
/aoo4110/main/sd/inc/
H A DTransitionPreset.hxx60 void apply( SdPage* pSlide ) const;

Completed in 44 milliseconds