Home
last modified time | relevance | path

Searched refs:SfxUnoFrameItem (Results 1 – 12 of 12) sorted by relevance

/aoo42x/main/sfx2/source/view/
H A Dframe.cxx99 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 Dfrmload.cxx255 aRequest.AppendItem( SfxUnoFrameItem( SID_FILLFRAME, i_rxFrame ) ); in impl_createNewDocWithSlotParam()
H A Dviewfrm.cxx2240 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 Dframe.hxx289 class SFX2_DLLPUBLIC SfxUnoFrameItem : public SfxPoolItem class
296 SfxUnoFrameItem();
297SfxUnoFrameItem( sal_uInt16 nWhich, const ::com::sun::star::uno::Reference< ::com::sun::star::fram…
/aoo42x/main/sfx2/source/appl/
H A Dappserv.cxx251 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 Dappuno.cxx505 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 Dappopen.cxx1147 SFX_REQUEST_ARG(rReq, pUnoFrameItem, SfxUnoFrameItem, SID_FILLFRAME, sal_False); in OpenDocExec_Impl()
/aoo42x/main/sfx2/sdi/
H A Dsfxitems.sdi42 item String SfxUnoFrameItem //! Dummy
H A Dsfx.sdi7410 ( 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 Dsdmod1.cxx557 SFX_REQUEST_ARG( rReq, pFrmItem, SfxUnoFrameItem, SID_FILLFRAME, sal_False); in ExecuteNewDocument()
/aoo42x/main/sfx2/source/control/
H A Dunoctitm.cxx755 aInternalSet.Put( SfxUnoFrameItem( SID_FILLFRAME, xFrameRef ) ); in dispatch()
/aoo42x/main/sfx2/source/doc/
H A Dobjmisc.cxx2003 SFX_ITEMSET_ARG( pSet, pUnoItem, SfxUnoFrameItem, SID_FILLFRAME, sal_False ); in GetDialogParent()

Completed in 1015 milliseconds