Searched refs:pShow (Results 1 – 7 of 7) sorted by relevance
| /AOO42X/main/sd/source/ui/unoidl/ |
| H A D | unocpres.cxx | 44 uno::Reference< uno::XInterface > createUnoCustomShow( SdCustomShow* pShow ) in createUnoCustomShow() argument 46 return (cppu::OWeakObject*)new SdXCustomPresentation( pShow, NULL ); in createUnoCustomShow() 56 SdXCustomPresentation::SdXCustomPresentation( SdCustomShow* pShow, SdXImpressDocument* pMyModel) th… in SdXCustomPresentation() argument 57 : mpSdCustomShow(pShow), mpModel(pMyModel), in SdXCustomPresentation() 351 SdCustomShow* pShow = pXShow->GetSdCustomShow(); in insertByName() local 352 if( NULL == pShow ) in insertByName() 354 pShow = new SdCustomShow( mrModel.GetDoc(), xContainer ); in insertByName() 355 pXShow->SetSdCustomShow( pShow ); in insertByName() 364 pShow->SetName( aName); in insertByName() 371 if( pCompare == pShow || pCompare->GetName() == pShow->GetName() ) in insertByName() [all …]
|
| H A D | unocpres.hxx | 67 void SetSdCustomShow( SdCustomShow* pShow ) throw() { mpSdCustomShow = pShow; } in SetSdCustomShow() argument
|
| /AOO42X/main/sd/source/ui/dlg/ |
| H A D | custsdlg.cxx | 195 … SdCustomShow* pShow = new SdCustomShow( *(SdCustomShow*) pCustomShowList->GetObject( nPos ) ); in IMPL_LINK() local 196 String aStr( pShow->GetName() ); in IMPL_LINK() 242 pShow->SetName( aStr ); in IMPL_LINK() 244 pCustomShowList->Insert( pShow, LIST_APPEND ); in IMPL_LINK() 246 aLbCustomShows.InsertEntry( pShow->GetName() ); in IMPL_LINK() 247 aLbCustomShows.SelectEntry( pShow->GetName() ); in IMPL_LINK()
|
| /AOO42X/main/sd/source/ui/slideshow/ |
| H A D | slideshow.cxx | 616 …SdCustomShow* pShow = (pList && rPresSettings.mbCustomShow)?(SdCustomShow*)pList->GetCurObject():N… in getPropertyValue() local 619 if(pShow) in getPropertyValue() 620 aShowName = pShow->GetName(); in getPropertyValue()
|
| /AOO42X/main/rsc/source/parser/ |
| H A D | rscicpx.cxx | 385 RscEnum * pShow; in InitClassWorkWindow() local 387 aBaseLst.Insert( pShow = new RscEnum( pHS->getID( "EnumShowState" ), in InitClassWorkWindow() 391 SETCONST( pShow, "SHOW_NORMAL", WORKWIN_SHOWNORMAL ); in InitClassWorkWindow() 392 SETCONST( pShow, "SHOW_MINIMIZED", WORKWIN_SHOWMINIMIZED ); in InitClassWorkWindow() 393 SETCONST( pShow, "SHOW_MAXIMIZED", WORKWIN_SHOWMAXIMIZED ); in InitClassWorkWindow() 398 pClassWorkWindow->SetVariable( nVarId, pShow, NULL ); in InitClassWorkWindow()
|
| /AOO42X/main/sd/source/core/ |
| H A D | cusshow.cxx | 83 extern uno::Reference< uno::XInterface > createUnoCustomShow( SdCustomShow* pShow );
|
| /AOO42X/main/automation/source/server/ |
| H A D | statemnt.cxx | 1166 Image *pShow, *pShow2; member in DisplayHidWin 1218 , pShow( NULL ) in DisplayHidWin() 1248 if ( !pShow ) in SetDraging() 1249 pShow = new Image( GetItemImage( TT_SHOW ) ); in SetDraging() 1256 SetItemImage( TT_SHOW, *pShow ); in SetDraging()
|