Home
last modified time | relevance | path

Searched refs:pCustomShow (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sd/source/ui/dlg/ !
H A Dcustsdlg.cxx62 pCustomShow ( NULL ), in SdCustomShowDlg()
83 for( pCustomShow = (SdCustomShow*) pCustomShowList->First(); in SdCustomShowDlg()
84 pCustomShow != NULL; in SdCustomShowDlg()
85 pCustomShow = (SdCustomShow*) pCustomShowList->Next() ) in SdCustomShowDlg()
87 aLbCustomShows.InsertEntry( pCustomShow->GetName() ); in SdCustomShowDlg()
131 pCustomShow = NULL; in IMPL_LINK()
132 SdDefineCustomShowDlg aDlg( this, rDoc, pCustomShow ); in IMPL_LINK()
135 if( pCustomShow ) in IMPL_LINK()
140 pCustomShowList->Insert( pCustomShow, LIST_APPEND ); in IMPL_LINK()
142 aLbCustomShows.InsertEntry( pCustomShow->GetName() ); in IMPL_LINK()
[all …]
H A Dpresent.cxx129 SdCustomShow* pCustomShow; in SdStartPresentationDlg() local
131 for( pCustomShow = (SdCustomShow*) pCustomShowList->First(); in SdStartPresentationDlg()
132 pCustomShow != NULL; in SdStartPresentationDlg()
133 pCustomShow = (SdCustomShow*) pCustomShowList->Next() ) in SdStartPresentationDlg()
135 aLbCustomshow.InsertEntry( pCustomShow->GetName() ); in SdStartPresentationDlg()
H A Dsdtreelb.cxx1537 SdCustomShow* pCustomShow = NULL; in PageBelongsToCurrentShow() local
1543 pCustomShow = static_cast<SdCustomShow*>(pObject); in PageBelongsToCurrentShow()
1547 if (pCustomShow != NULL) in PageBelongsToCurrentShow()
1550 sal_uLong nPageCount = pCustomShow->Count(); in PageBelongsToCurrentShow()
1552 if (pPage == static_cast<SdPage*>(pCustomShow->GetObject (i))) in PageBelongsToCurrentShow()
/trunk/main/sd/source/core/ !
H A Ddrawdoc_animations.cxx42 SdCustomShow* pCustomShow = (SdCustomShow*) mpCustomShowList->GetObject(i); in ReplacePageInCustomShows() local
44 pCustomShow->RemovePage(pOldPage); in ReplacePageInCustomShows()
46 pCustomShow->ReplacePage(pOldPage,pNewPage); in ReplacePageInCustomShows()
H A Ddrawdoc.cxx432 SdCustomShow* pCustomShow = (SdCustomShow*) mpCustomShowList->GetObject(j); in ~SdDrawDocument() local
433 delete pCustomShow; in ~SdDrawDocument()
/trunk/main/sd/source/ui/slideshow/ !
H A Dslideshow.cxx395 SdCustomShow* pCustomShow; in setPropertyValue() local
396 …for( pCustomShow = (SdCustomShow*) pCustomShowList->First(); pCustomShow != NULL; pCustomShow = (S… in setPropertyValue()
398 if( pCustomShow->GetName() == aShowName ) in setPropertyValue()
H A Dslideshowimpl.cxx2555 SdCustomShow* pCustomShow; in createSlideList() local
2558 pCustomShow = (SdCustomShow*) mpDoc->GetCustomShowList()->GetCurObject(); in createSlideList()
2560 pCustomShow = NULL; in createSlideList()
2564 ( pCustomShow && pCustomShow->Count() ) ? AnimationSlideController::CUSTOM : in createSlideList()
2627 …for( pCustomSlide = pCustomShow->First(),nSlideIndex=0; pCustomSlide; pCustomSlide = pCustomShow->… in createSlideList()
/trunk/main/sd/source/ui/inc/ !
H A Dcustsdlg.hxx57 SdCustomShow* pCustomShow; member in SdCustomShowDlg
/trunk/main/sd/source/filter/eppt/ !
H A Deppt.cxx716 const sal_Unicode* pCustomShow = aCustomShow.getStr(); in ImplCreateDocument() local
719 *mpStrm << (sal_uInt16)( pCustomShow[ i ] ); in ImplCreateDocument()