Searched refs:SfxUnoFrameItem (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/sfx2/source/view/ |
H A D | frame.cxx | 99 TYPEINIT1_AUTOFACTORY(SfxUnoFrameItem, SfxPoolItem); 654 SfxUnoFrameItem::SfxUnoFrameItem() in SfxUnoFrameItem() function in SfxUnoFrameItem 660 SfxUnoFrameItem::SfxUnoFrameItem( sal_uInt16 nWhichId, const ::com::sun::star::uno::Reference< ::co… in SfxUnoFrameItem() function in SfxUnoFrameItem 666 int SfxUnoFrameItem::operator==( const SfxPoolItem& i_rItem ) const in operator ==() 668 …return i_rItem.ISA( SfxUnoFrameItem ) && static_cast< const SfxUnoFrameItem& >( i_rItem ).m_xFrame… in operator ==() 671 SfxPoolItem* SfxUnoFrameItem::Clone( SfxItemPool* ) const in Clone() 673 return new SfxUnoFrameItem( Which(), m_xFrame ); in Clone() 676 sal_Bool SfxUnoFrameItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) con… in QueryValue() 682 sal_Bool SfxUnoFrameItem::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) in PutValue() 986 i_rSet.Put( SfxUnoFrameItem( SID_FILLFRAME, i_rTargetFrame ) ); in OpenDocumentSynchron()
|
H A D | frmload.cxx | 255 aRequest.AppendItem( SfxUnoFrameItem( SID_FILLFRAME, i_rxFrame ) ); in impl_createNewDocWithSlotParam()
|
H A D | viewfrm.cxx | 2240 SFX_REQUEST_ARG( i_rCreateDocRequest, pFrameItem, SfxUnoFrameItem, SID_FILLFRAME, sal_False ); in DisplayNewDocument() 2537 SFX_REQUEST_ARG( rReq, pFrameItem, SfxUnoFrameItem, SID_FILLFRAME, sal_False ); in ExecView_Impl()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | frame.hxx | 289 class SFX2_DLLPUBLIC SfxUnoFrameItem : public SfxPoolItem class 296 SfxUnoFrameItem(); 297 …SfxUnoFrameItem( sal_uInt16 nWhich, const ::com::sun::star::uno::Reference< ::com::sun::star::fram…
|
/aoo42x/main/sfx2/source/appl/ |
H A D | appserv.cxx | 251 SFX_ITEMSET_ARG( pIntSet, pFrameItem, SfxUnoFrameItem, SID_FILLFRAME, sal_False ); in MiscExec_Impl() 830 …OSL_ENSURE( pItem->ISA( SfxUnoFrameItem ), "SfxApplication::OfaExec_Impl: XFrames are to be transp… in OfaExec_Impl() 831 xFrame = static_cast< const SfxUnoFrameItem*>( pItem )->GetFrame(); in OfaExec_Impl() 1001 SFX_ITEMSET_ARG( pIntSet, pFrameItem, SfxUnoFrameItem, SID_FILLFRAME, sal_False ); in OfaExec_Impl()
|
H A D | appuno.cxx | 505 rSet.Put( SfxUnoFrameItem( SID_FILLFRAME, xFrame ) ); in TransformParameters() 601 rSet.Put( SfxUnoFrameItem( SID_FILLFRAME, xFrame ) ); in TransformParameters() 1471 else if ( pItem->ISA( SfxUnoFrameItem ) ) in TransformItems() 1472 … pValue[nActProp++].Value <<= static_cast< const SfxUnoFrameItem* >( pItem )->GetFrame(); in TransformItems()
|
H A D | appopen.cxx | 1147 SFX_REQUEST_ARG(rReq, pUnoFrameItem, SfxUnoFrameItem, SID_FILLFRAME, sal_False); in OpenDocExec_Impl()
|
/aoo42x/main/sfx2/sdi/ |
H A D | sfxitems.sdi | 42 item String SfxUnoFrameItem //! Dummy
|
H A D | sfx.sdi | 7410 ( SfxUnoFrameItem Frame SID_FILLFRAME, SfxBoolItem Hidden SID_HIDDEN ) 7435 ( SfxUnoFrameItem Frame SID_FILLFRAME, SfxBoolItem Hidden SID_HIDDEN ) 7460 ( SfxUnoFrameItem Frame SID_FILLFRAME, SfxBoolItem Hidden SID_HIDDEN ) 7485 ( SfxUnoFrameItem Frame SID_FILLFRAME, SfxBoolItem Hidden SID_HIDDEN ) 7510 ( SfxUnoFrameItem Frame SID_FILLFRAME, SfxBoolItem Hidden SID_HIDDEN )
|
/aoo42x/main/sd/source/ui/app/ |
H A D | sdmod1.cxx | 557 SFX_REQUEST_ARG( rReq, pFrmItem, SfxUnoFrameItem, SID_FILLFRAME, sal_False); in ExecuteNewDocument()
|
/aoo42x/main/sfx2/source/control/ |
H A D | unoctitm.cxx | 755 aInternalSet.Put( SfxUnoFrameItem( SID_FILLFRAME, xFrameRef ) ); in dispatch()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objmisc.cxx | 2003 SFX_ITEMSET_ARG( pSet, pUnoItem, SfxUnoFrameItem, SID_FILLFRAME, sal_False ); in GetDialogParent()
|
Completed in 77 milliseconds