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.cxx68 pCustomShow ( NULL ), in SdCustomShowDlg()
90 pCustomShow != NULL; in SdCustomShowDlg()
137 pCustomShow = NULL; in IMPL_LINK()
141 if( pCustomShow ) in IMPL_LINK()
155 else if( pCustomShow ) in IMPL_LINK()
156 DELETEZ( pCustomShow ); in IMPL_LINK()
170 if( pCustomShow ) in IMPL_LINK()
230 pCustomShow != NULL && bDifferent; in IMPL_LINK()
233 if( aStr == pCustomShow->GetName() ) in IMPL_LINK()
527 SdCustomShow* pCustomShow; in IMPL_LINK() local
[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.cxx1606 SdCustomShow* pCustomShow = NULL; in PageBelongsToCurrentShow() local
1612 pCustomShow = static_cast<SdCustomShow*>(pObject); in PageBelongsToCurrentShow()
1616 if (pCustomShow != NULL) in PageBelongsToCurrentShow()
1619 sal_uLong nPageCount = pCustomShow->Count(); in PageBelongsToCurrentShow()
1621 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.cxx436 SdCustomShow* pCustomShow = (SdCustomShow*) mpCustomShowList->GetObject(j); in ~SdDrawDocument() local
437 delete pCustomShow; in ~SdDrawDocument()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx400 SdCustomShow* pCustomShow; in setPropertyValue() local
401 …for( pCustomShow = (SdCustomShow*) pCustomShowList->First(); pCustomShow != NULL; pCustomShow = (S… in setPropertyValue()
403 if( pCustomShow->GetName() == aShowName ) in setPropertyValue()
H A Dslideshowimpl.cxx2565 SdCustomShow* pCustomShow; in createSlideList() local
2568 pCustomShow = (SdCustomShow*) mpDoc->GetCustomShowList()->GetCurObject(); in createSlideList()
2570 pCustomShow = NULL; in createSlideList()
2574 ( pCustomShow && pCustomShow->Count() ) ? AnimationSlideController::CUSTOM : in createSlideList()
2637 …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()

Completed in 63 milliseconds