Searched refs:pShow (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/sd/source/ui/unoidl/ |
| H A D | unocpres.cxx | 46 uno::Reference< uno::XInterface > createUnoCustomShow( SdCustomShow* pShow ) in createUnoCustomShow() argument 48 return (cppu::OWeakObject*)new SdXCustomPresentation( pShow, NULL ); in createUnoCustomShow() 58 SdXCustomPresentation::SdXCustomPresentation( SdCustomShow* pShow, SdXImpressDocument* pMyModel) th… in SdXCustomPresentation() argument 59 : mpSdCustomShow(pShow), mpModel(pMyModel), in SdXCustomPresentation() 353 SdCustomShow* pShow = pXShow->GetSdCustomShow(); in insertByName() local 354 if( NULL == pShow ) in insertByName() 356 pShow = new SdCustomShow( mrModel.GetDoc(), xContainer ); in insertByName() 357 pXShow->SetSdCustomShow( pShow ); in insertByName() 366 pShow->SetName( aName); in insertByName() 373 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
|
| /AOO41X/main/sd/source/ui/dlg/ |
| H A D | custsdlg.cxx | 201 … SdCustomShow* pShow = new SdCustomShow( *(SdCustomShow*) pCustomShowList->GetObject( nPos ) ); in IMPL_LINK() local 202 String aStr( pShow->GetName() ); in IMPL_LINK() 248 pShow->SetName( aStr ); in IMPL_LINK() 250 pCustomShowList->Insert( pShow, LIST_APPEND ); in IMPL_LINK() 252 aLbCustomShows.InsertEntry( pShow->GetName() ); in IMPL_LINK() 253 aLbCustomShows.SelectEntry( pShow->GetName() ); in IMPL_LINK()
|
| /AOO41X/main/sd/source/ui/slideshow/ |
| H A D | slideshow.cxx | 621 …SdCustomShow* pShow = (pList && rPresSettings.mbCustomShow)?(SdCustomShow*)pList->GetCurObject():N… in getPropertyValue() local 624 if(pShow) in getPropertyValue() 625 aShowName = pShow->GetName(); in getPropertyValue()
|
| /AOO41X/main/rsc/source/parser/ |
| H A D | rscicpx.cxx | 390 RscEnum * pShow; in InitClassWorkWindow() local 392 aBaseLst.Insert( pShow = new RscEnum( pHS->getID( "EnumShowState" ), in InitClassWorkWindow() 396 SETCONST( pShow, "SHOW_NORMAL", WORKWIN_SHOWNORMAL ); in InitClassWorkWindow() 397 SETCONST( pShow, "SHOW_MINIMIZED", WORKWIN_SHOWMINIMIZED ); in InitClassWorkWindow() 398 SETCONST( pShow, "SHOW_MAXIMIZED", WORKWIN_SHOWMAXIMIZED ); in InitClassWorkWindow() 403 pClassWorkWindow->SetVariable( nVarId, pShow, NULL ); in InitClassWorkWindow()
|
| /AOO41X/main/sd/source/core/ |
| H A D | cusshow.cxx | 83 extern uno::Reference< uno::XInterface > createUnoCustomShow( SdCustomShow* pShow );
|
| /AOO41X/main/automation/source/server/ |
| H A D | statemnt.cxx | 1170 Image *pShow, *pShow2; member in DisplayHidWin 1222 , pShow( NULL ) in DisplayHidWin() 1252 if ( !pShow ) in SetDraging() 1253 pShow = new Image( GetItemImage( TT_SHOW ) ); in SetDraging() 1260 SetItemImage( TT_SHOW, *pShow ); in SetDraging()
|