Home
last modified time | relevance | path

Searched refs:SfxViewFrameItem (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dappopen.cxx446 const SfxViewFrameItem *pView = PTR_CAST( SfxViewFrameItem, pRet ); in LoadTemplate()
559 const SfxViewFrameItem* pItem = PTR_CAST( SfxViewFrameItem, aReq.GetReturnValue() ); in NewDocDirectExec_Impl()
1236 rReq.SetReturnValue( SfxViewFrameItem( 0, pView ) ); in OpenDocExec_Impl()
1337 rReq.SetReturnValue( SfxViewFrameItem( 0, pCntrFrame->GetCurrentViewFrame() ) ); in OpenDocExec_Impl()
H A Dappdde.cxx599 if( pRet && pRet->ISA( SfxViewFrameItem ) && in MakeTopic()
600 ((SfxViewFrameItem*)pRet)->GetFrame() && in MakeTopic()
601 0 != ( pShell = ((SfxViewFrameItem*)pRet) in MakeTopic()
/trunk/main/sfx2/inc/sfx2/
H A Dviewfrm.hxx304 class SFX2_DLLPUBLIC SfxViewFrameItem: public SfxPoolItem class
310 SfxViewFrameItem( SfxViewFrame *pViewFrame ): in SfxViewFrameItem() function in SfxViewFrameItem
314 SfxViewFrameItem( sal_uInt16 nWhichId, SfxViewFrame *pViewFrame ): in SfxViewFrameItem() function in SfxViewFrameItem
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx628 const SfxViewFrameItem* pFrameItem = PTR_CAST( SfxViewFrameItem, pRet ); in ExecuteNewDocument()
647 const SfxViewFrameItem* pFrameItem = PTR_CAST( SfxViewFrameItem, pRet ); in ExecuteNewDocument()
/trunk/main/sfx2/source/view/
H A Dviewfrm2.cxx340 const SfxViewFrameItem* pItem = PTR_CAST( SfxViewFrameItem, aReq.GetReturnValue() ); in Exec_Impl()
H A Dviewfrm.cxx167 TYPEINIT1(SfxViewFrameItem, SfxPoolItem);
1792 int SfxViewFrameItem::operator==( const SfxPoolItem &rItem ) const in operator ==()
1794 return PTR_CAST(SfxViewFrameItem, &rItem)->pFrame== pFrame; in operator ==()
1798 String SfxViewFrameItem::GetValueText() const in GetValueText()
1804 SfxPoolItem* SfxViewFrameItem::Clone( SfxItemPool *) const in Clone()
1806 return new SfxViewFrameItem( pFrame); in Clone()
/trunk/main/cui/source/dialogs/
H A Dhldocntp.cxx377 …const SfxViewFrameItem *pItem = PTR_CAST( SfxViewFrameItem, pReturn ); // SJ: pReturn is NULL if t… in DoApply()
/trunk/main/sw/source/ui/utlui/
H A Dnavipi.cxx1283 const SfxViewFrameItem* pFrameItem = PTR_CAST(SfxViewFrameItem, pItem ); in IMPL_LINK()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx1595 const SfxViewFrameItem* pRet = PTR_CAST( SfxViewFrameItem, SFX_APP()->ExecuteSlot( aReq ) ); in UpdatePreview()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx2536 else if ( pRetItem->ISA( SfxViewFrameItem ) ) in MoveTable()
2538 SfxViewFrame* pFrm = ((const SfxViewFrameItem*)pRetItem)->GetFrame(); in MoveTable()

Completed in 110 milliseconds