Searched refs:pCustomShow (Results 1 – 9 of 9) sorted by relevance
62 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 …]
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()
1537 SdCustomShow* pCustomShow = NULL; in PageBelongsToCurrentShow() local1543 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()
42 SdCustomShow* pCustomShow = (SdCustomShow*) mpCustomShowList->GetObject(i); in ReplacePageInCustomShows() local44 pCustomShow->RemovePage(pOldPage); in ReplacePageInCustomShows()46 pCustomShow->ReplacePage(pOldPage,pNewPage); in ReplacePageInCustomShows()
432 SdCustomShow* pCustomShow = (SdCustomShow*) mpCustomShowList->GetObject(j); in ~SdDrawDocument() local433 delete pCustomShow; in ~SdDrawDocument()
395 SdCustomShow* pCustomShow; in setPropertyValue() local396 …for( pCustomShow = (SdCustomShow*) pCustomShowList->First(); pCustomShow != NULL; pCustomShow = (S… in setPropertyValue()398 if( pCustomShow->GetName() == aShowName ) in setPropertyValue()
2555 SdCustomShow* pCustomShow; in createSlideList() local2558 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()
57 SdCustomShow* pCustomShow; member in SdCustomShowDlg
716 const sal_Unicode* pCustomShow = aCustomShow.getStr(); in ImplCreateDocument() local719 *mpStrm << (sal_uInt16)( pCustomShow[ i ] ); in ImplCreateDocument()