Home
last modified time | relevance | path

Searched refs:pShow (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sd/source/ui/unoidl/
H A Dunocpres.cxx59 : 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 Dunocpres.hxx67 void SetSdCustomShow( SdCustomShow* pShow ) throw() { mpSdCustomShow = pShow; } in SetSdCustomShow() argument
/trunk/main/sd/source/ui/dlg/
H A Dcustsdlg.cxx201 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()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx621 …SdCustomShow* pShow = (pList && rPresSettings.mbCustomShow)?(SdCustomShow*)pList->GetCurObject():N… in getPropertyValue() local
624 if(pShow) in getPropertyValue()
625 aShowName = pShow->GetName(); in getPropertyValue()
/trunk/main/rsc/source/parser/
H A Drscicpx.cxx390 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()
/trunk/main/sd/source/core/
H A Dcusshow.cxx83 extern uno::Reference< uno::XInterface > createUnoCustomShow( SdCustomShow* pShow );
/trunk/main/automation/source/server/
H A Dstatemnt.cxx1170 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 63 milliseconds