Searched refs:pCustomShow (Results 1 – 9 of 9) sorted by relevance
68 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 …]
129 SdCustomShow* pCustomShow; in SdStartPresentationDlg() local131 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()
1606 SdCustomShow* pCustomShow = NULL; in PageBelongsToCurrentShow() local1612 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()
42 SdCustomShow* pCustomShow = (SdCustomShow*) mpCustomShowList->GetObject(i); in ReplacePageInCustomShows() local44 pCustomShow->RemovePage(pOldPage); in ReplacePageInCustomShows()46 pCustomShow->ReplacePage(pOldPage,pNewPage); in ReplacePageInCustomShows()
436 SdCustomShow* pCustomShow = (SdCustomShow*) mpCustomShowList->GetObject(j); in ~SdDrawDocument() local437 delete pCustomShow; in ~SdDrawDocument()
400 SdCustomShow* pCustomShow; in setPropertyValue() local401 …for( pCustomShow = (SdCustomShow*) pCustomShowList->First(); pCustomShow != NULL; pCustomShow = (S… in setPropertyValue()403 if( pCustomShow->GetName() == aShowName ) in setPropertyValue()
2565 SdCustomShow* pCustomShow; in createSlideList() local2568 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()
57 SdCustomShow* pCustomShow; member in SdCustomShowDlg
716 const sal_Unicode* pCustomShow = aCustomShow.getStr(); in ImplCreateDocument() local719 *mpStrm << (sal_uInt16)( pCustomShow[ i ] ); in ImplCreateDocument()
Completed in 65 milliseconds