Home
last modified time | relevance | path

Searched refs:rInAttrs (Results 1 – 25 of 91) sorted by last modified time

1234

/trunk/main/sd/source/ui/dlg/
H A Dcopydlg.cxx62 const SfxItemSet& rInAttrs, in CopyDlg() argument
90 mrOutAttrs ( rInAttrs ), in CopyDlg()
H A Dtpaction.cxx120 SdTPAction::SdTPAction( Window* pWindow, const SfxItemSet& rInAttrs ) : in SdTPAction() argument
121 SfxTabPage ( pWindow, SdResId( TP_ANIMATION ), rInAttrs ), in SdTPAction()
138 rOutAttrs ( rInAttrs ), in SdTPAction()
H A Dpresent.cxx52 const SfxItemSet& rInAttrs, in SdStartPresentationDlg() argument
87 rOutAttrs ( rInAttrs ), in SdStartPresentationDlg()
H A Dprntopts.cxx47 SdPrintOptions::SdPrintOptions( Window* pParent, const SfxItemSet& rInAttrs ) : in SdPrintOptions() argument
48 SfxTabPage ( pParent, SdResId( TP_PRINT_OPTIONS ), rInAttrs ), in SdPrintOptions()
79 rOutAttrs ( rInAttrs ) in SdPrintOptions()
H A Dsddlgfact.cxx393 ::Window* pWindow, const SfxItemSet& rInAttrs, in CreateCopyDlg() argument
396 return new AbstractCopyDlg_Impl( new ::sd::CopyDlg( pWindow, rInAttrs, aColTab, pView ) ); in CreateCopyDlg()
435 …Factory_Impl::CreateSdSnapLineDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, ::sd::View* pVie… in CreateSdSnapLineDlg() argument
437 return new AbstractSdSnapLineDlg_Impl( new SdSnapLineDlg( pWindow, rInAttrs, pView ) ); in CreateSdSnapLineDlg()
442 …tory_Impl::CreateSdInsertLayerDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, bool bDeletable,… in CreateSdInsertLayerDlg() argument
444 …return new AbstractSdInsertLayerDlg_Impl( new SdInsertLayerDlg( pWindow, rInAttrs, bDeletable, aSt… in CreateSdInsertLayerDlg()
482 …mpl::CreateSdStartPresentationDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, List& rPageNames… in CreateSdStartPresentationDlg() argument
484 …return new AbstractSdStartPresDlg_Impl( new SdStartPresentationDlg( pWindow, rInAttrs, rPageNames,… in CreateSdStartPresentationDlg()
495 …rawDocShell* pDocShell, ::sd::ViewShell* pViewShell, ::Window* pWindow, const SfxItemSet& rInAttrs) in CreateSdPresLayoutDlg() argument
497 …ew AbstractSdPresLayoutDlg_Impl( new SdPresLayoutDlg( pDocShell, pViewShell, pWindow, rInAttrs ) ); in CreateSdPresLayoutDlg()
H A Dsddlgfact.hxx258 …virtual AbstractCopyDlg* CreateCopyDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, XColorLis…
264 …virtual AbstractSdSnapLineDlg* CreateSdSnapLineDlg( ::Window* pWindow, const SfxItemSet& rInAttrs
265 …tLayerDlg* CreateSdInsertLayerDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, bool bDeletable,…
271 …lg* CreateSdStartPresentationDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, List& rPageNames…
273 …awDocShell* pDocShell, ::sd::ViewShell* pViewShell, ::Window* pWindow, const SfxItemSet& rInAttrs);
H A Dsdpreslt.cxx59 const SfxItemSet& rInAttrs ): in SdPresLayoutDlg() argument
71 mrOutAttrs (rInAttrs), in SdPresLayoutDlg()
H A Dtpoption.cxx67 SdTpOptionsSnap::SdTpOptionsSnap( Window* pParent, const SfxItemSet& rInAttrs ) : in SdTpOptionsSnap() argument
68 SvxGridTabPage(pParent, rInAttrs) in SdTpOptionsSnap()
160 SdTpOptionsContents::SdTpOptionsContents( Window* pParent, const SfxItemSet& rInAttrs ) : in SdTpOptionsContents() argument
161 SfxTabPage ( pParent, SdResId( TP_OPTIONS_CONTENTS ), rInAttrs ), in SdTpOptionsContents()
242 SdTpOptionsMisc::SdTpOptionsMisc( Window* pParent, const SfxItemSet& rInAttrs ) : in SdTpOptionsMisc() argument
243 SfxTabPage ( pParent, SdResId( TP_OPTIONS_MISC ), rInAttrs ), in SdTpOptionsMisc()
290 if ( rInAttrs.GetItemState( nWhich ) >= SFX_ITEM_AVAILABLE ) in SdTpOptionsMisc()
292 const SfxUInt16Item& rItem = (SfxUInt16Item&)rInAttrs.Get( nWhich ); in SdTpOptionsMisc()
329 SfxItemPool* pPool = rInAttrs.GetPool(); in SdTpOptionsMisc()
H A Ddlgsnap.cxx53 const SfxItemSet& rInAttrs, in SdSnapLineDlg() argument
91 SfxItemPool* pPool = rInAttrs.GetPool(); in SdSnapLineDlg()
130 nXValue = ((const SfxUInt32Item&) rInAttrs.Get(ATTR_SNAPLINE_X)).GetValue(); in SdSnapLineDlg()
131 nYValue = ((const SfxUInt32Item&) rInAttrs.Get(ATTR_SNAPLINE_Y)).GetValue(); in SdSnapLineDlg()
H A Dlayeroptionsdlg.cxx38 SdInsertLayerDlg::SdInsertLayerDlg( Window* pWindow, const SfxItemSet& rInAttrs, bool bDeletable, S… in SdInsertLayerDlg() argument
53 , mrOutAttrs( rInAttrs ) in SdInsertLayerDlg()
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx64 SvxTabPage( Window* pParent, ResId Id, const SfxItemSet& rInAttrs ) : in SvxTabPage() argument
65 SfxTabPage( pParent, Id, rInAttrs ) {} in SvxTabPage()
H A Dmeasctrl.hxx54 const SfxItemSet& rInAttrs );
60 void SetAttributes( const SfxItemSet& rInAttrs );
H A Dconnctrl.hxx56 const SfxItemSet& rInAttrs );
62 void SetAttributes( const SfxItemSet& rInAttrs );
/trunk/main/svx/source/dialog/
H A Dmeasctrl.cxx46 const SfxItemSet& rInAttrs in SvxXMeasurePreview() argument
50 rAttrs ( rInAttrs ) in SvxXMeasurePreview()
73 pMeasureObj->SetMergedItemSetAndBroadcast(rInAttrs); in SvxXMeasurePreview()
116 void SvxXMeasurePreview::SetAttributes( const SfxItemSet& rInAttrs ) in SetAttributes() argument
119 pMeasureObj->SetMergedItemSetAndBroadcast(rInAttrs); in SetAttributes()
H A Dconnctrl.cxx54 const SfxItemSet& rInAttrs ) : in SvxXConnectionPreview() argument
56 rAttrs ( rInAttrs ), in SvxXConnectionPreview()
282 void SvxXConnectionPreview::SetAttributes( const SfxItemSet& rInAttrs ) in SetAttributes() argument
285 pEdgeObj->SetMergedItemSetAndBroadcast(rInAttrs); in SetAttributes()
/trunk/main/sd/source/ui/inc/
H A Dtpaction.hxx117 SdTPAction( Window* pParent, const SfxItemSet& rInAttrs );
H A Dtpoption.hxx55 SdTpOptionsSnap( Window* pParent, const SfxItemSet& rInAttrs );
81 SdTpOptionsContents( Window* pParent, const SfxItemSet& rInAttrs );
170 SdTpOptionsMisc( Window* pParent, const SfxItemSet& rInAttrs );
H A Dlayeroptionsdlg.hxx59 SdInsertLayerDlg( Window* pWindow, const SfxItemSet& rInAttrs, bool bDeletable, String aStr );
H A Doptdlg.hxx39 SdOptionsDlg( Window* pParent, const SfxItemSet& rInAttrs,
H A Dpresent.hxx102 const SfxItemSet& rInAttrs,
H A Dprntopts.hxx89 SdPrintOptions( Window* pParent, const SfxItemSet& rInAttrs);
H A Dsdpreslt.hxx51 const SfxItemSet& rInAttrs);
H A Ddlgsnap.hxx86 SdSnapLineDlg(Window* pWindow, const SfxItemSet& rInAttrs, ::sd::View* pView);
H A Dcopydlg.hxx49 …CopyDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, XColorListSharedPtr aColTab, ::sd::View* p…
/trunk/main/sd/inc/
H A Dsdabstdlg.hxx186 …virtual AbstractCopyDlg* CreateCopyDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, XColorLis…
192 …virtual AbstractSdSnapLineDlg* CreateSdSnapLineDlg( ::Window* pWindow, const SfxItemSet& rInAttrs
193 …tLayerDlg* CreateSdInsertLayerDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, bool bDeletable,…
199 …lg* CreateSdStartPresentationDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, List& rPageNames…
201 …cShell* pDocShell, ::sd::ViewShell* pViewShell, ::Window* pWindow, const SfxItemSet& rInAttrs) = 0;

Completed in 98 milliseconds

1234