Searched refs:pShow (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | unocpres.cxx | 59 : mpSdCustomShow(pShow), mpModel(pMyModel), in SdXCustomPresentation() 354 if( NULL == pShow ) in insertByName() 357 pXShow->SetSdCustomShow( pShow ); in insertByName() 366 pShow->SetName( aName); in insertByName() 373 if( pCompare == pShow || pCompare->GetName() == pShow->GetName() ) in insertByName() 377 pList->Insert(pShow); in insertByName() 390 if(pList && pShow) in removeByName() 415 if(pShow) in getByName() 443 pStringList[nIdx] = pShow->GetName(); in getElementNames() 486 if( pShow->GetName() == aName ) in getSdCustomShow() [all …]
|
H A D | unocpres.hxx | 67 void SetSdCustomShow( SdCustomShow* pShow ) throw() { mpSdCustomShow = pShow; } in SetSdCustomShow() argument
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/sd/source/core/ |
H A D | cusshow.cxx | 83 extern uno::Reference< uno::XInterface > createUnoCustomShow( SdCustomShow* pShow );
|
/aoo4110/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()
|
Completed in 74 milliseconds