Home
last modified time | relevance | path

Searched refs:rInAttrs (Results 51 – 75 of 91) sorted by relevance

1234

/aoo42x/main/svx/inc/svx/
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 );
H A Ddlgctrl.hxx64 SvxTabPage( Window* pParent, ResId Id, const SfxItemSet& rInAttrs ) : in SvxTabPage() argument
65 SfxTabPage( pParent, Id, rInAttrs ) {} in SvxTabPage()
/aoo42x/main/chart2/source/controller/dialogs/
H A Dres_Trendline.hxx39 TrendlineResources( Window* pParent, const SfxItemSet& rInAttrs, bool bNoneAvailable );
42 void Reset(const SfxItemSet& rInAttrs);
H A Dres_DataLabel.hxx45 DataLabelResources( Window* pParent, const SfxItemSet& rInAttrs );
49 void Reset(const SfxItemSet& rInAttrs);
H A Ddlg_InsertTrendline.cxx64 rInAttrs( rMyAttrs ), in InsertTrendlineDialog()
68 m_apTrendlineResources( new TrendlineResources( this, rInAttrs, true )) in InsertTrendlineDialog()
H A Ddlg_InsertErrorBars.cxx58 rInAttrs( rMyAttrs ), in InsertErrorBarsDialog()
63 this, this, rInAttrs, in InsertErrorBarsDialog()
/aoo42x/main/cui/source/inc/
H A Dcuitabline.hxx212 SvxLineTabPage( Window* pParent, const SfxItemSet& rInAttrs );
324 SvxLineDefTabPage( Window* pParent, const SfxItemSet& rInAttrs );
403 SvxLineEndDefTabPage( Window* pParent, const SfxItemSet& rInAttrs );
/aoo42x/main/sd/source/ui/dlg/
H A Dlayeroptionsdlg.cxx38 SdInsertLayerDlg::SdInsertLayerDlg( Window* pWindow, const SfxItemSet& rInAttrs, bool bDeletable, S… in SdInsertLayerDlg() argument
53 , mrOutAttrs( rInAttrs ) in SdInsertLayerDlg()
H A Dsdpreslt.cxx59 const SfxItemSet& rInAttrs ): in SdPresLayoutDlg() argument
71 mrOutAttrs (rInAttrs), in SdPresLayoutDlg()
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 Dcopydlg.cxx62 const SfxItemSet& rInAttrs, in CopyDlg() argument
90 mrOutAttrs ( rInAttrs ), in CopyDlg()
H A Dpresent.cxx52 const SfxItemSet& rInAttrs, in SdStartPresentationDlg() argument
87 rOutAttrs ( rInAttrs ), in SdStartPresentationDlg()
/aoo42x/main/cui/source/tabpages/
H A Dtpbitmap.cxx83 const SfxItemSet& rInAttrs in SvxBitmapTabPage() argument
86 SvxTabPage ( pParent, CUI_RES( RID_SVXPAGE_BITMAP ), rInAttrs ), in SvxBitmapTabPage()
108 rOutAttrs ( rInAttrs ), in SvxBitmapTabPage()
113 pXPool ( (XOutdevItemPool*) rInAttrs.GetPool() ), in SvxBitmapTabPage()
H A Dtpgradnt.cxx69 const SfxItemSet& rInAttrs in SvxGradientTabPage() argument
71 SfxTabPage ( pParent, CUI_RES( RID_SVXPAGE_GRADIENT ), rInAttrs ), in SvxGradientTabPage()
98 rOutAttrs ( rInAttrs ), in SvxGradientTabPage()
103 pXPool ( (XOutdevItemPool*) rInAttrs.GetPool() ), in SvxGradientTabPage()
H A Dtparea.cxx255 SvxTransparenceTabPage::SvxTransparenceTabPage(Window* pParent, const SfxItemSet& rInAttrs) in SvxTransparenceTabPage() argument
256 : SvxTabPage ( pParent, CUI_RES( RID_SVXPAGE_TRANSPARENCE ), rInAttrs), in SvxTransparenceTabPage()
257 rOutAttrs ( rInAttrs ), in SvxTransparenceTabPage()
288 pXPool ( (XOutdevItemPool*) rInAttrs.GetPool() ), in SvxTransparenceTabPage()
626 SvxAreaTabPage::SvxAreaTabPage( Window* pParent, const SfxItemSet& rInAttrs ) in SvxAreaTabPage() argument
627 : SvxTabPage ( pParent, CUI_RES( RID_SVXPAGE_AREA ), rInAttrs ), in SvxAreaTabPage()
667 rOutAttrs ( rInAttrs ), in SvxAreaTabPage()
692 pXPool ( (XOutdevItemPool*) rInAttrs.GetPool() ), in SvxAreaTabPage()
754 eFUnit = GetModuleFieldUnit( rInAttrs ); in SvxAreaTabPage()
H A Dlabdlg.cxx81 SvxCaptionTabPage::SvxCaptionTabPage(Window* pParent, const SfxItemSet& rInAttrs) in SvxCaptionTabPage() argument
82 : SfxTabPage( pParent, CUI_RES( RID_SVXPAGE_CAPTION ), rInAttrs ), in SvxCaptionTabPage()
102 rOutAttrs ( rInAttrs ) in SvxCaptionTabPage()
H A Dtpcolor.cxx80 const SfxItemSet& rInAttrs in SvxColorTabPage() argument
83 SfxTabPage ( pParent, CUI_RES( RID_SVXPAGE_COLOR ), rInAttrs ), in SvxColorTabPage()
113 rOutAttrs ( rInAttrs ), in SvxColorTabPage()
116 pXPool ( (XOutdevItemPool*) rInAttrs.GetPool() ), in SvxColorTabPage()
H A Dtpline.cxx101 const SfxItemSet& rInAttrs in SvxLineTabPage() argument
103 SvxTabPage ( pParent, CUI_RES( RID_SVXPAGE_LINE ), rInAttrs ), in SvxLineTabPage()
153 rOutAttrs ( rInAttrs ), in SvxLineTabPage()
156 pXPool ( (XOutdevItemPool*) rInAttrs.GetPool() ), in SvxLineTabPage()
184 FieldUnit eFUnit = GetModuleFieldUnit( rInAttrs ); in SvxLineTabPage()
/aoo42x/main/cui/source/options/
H A Ddbregister.cxx85 DatabaseRegistrationDialog::DatabaseRegistrationDialog( Window* pParent, const SfxItemSet& rInAttrs in DatabaseRegistrationDialog() argument
86 :RegistrationItemSetHolder( rInAttrs ) in DatabaseRegistrationDialog()
/aoo42x/main/sd/source/ui/inc/
H A Doptdlg.hxx39 SdOptionsDlg( Window* pParent, const SfxItemSet& rInAttrs,
H A Dlayeroptionsdlg.hxx59 SdInsertLayerDlg( Window* pWindow, const SfxItemSet& rInAttrs, bool bDeletable, String aStr );
H A Dsdpreslt.hxx51 const SfxItemSet& rInAttrs);
/aoo42x/main/chart2/source/controller/inc/
H A Ddlg_InsertTrendline.hxx51 const SfxItemSet & rInAttrs; member in chart::InsertTrendlineDialog
H A Ddlg_InsertDataLabel.hxx58 DataLabelsDialog(Window* pParent, const SfxItemSet& rInAttrs, SvNumberFormatter* pFormatter);

Completed in 145 milliseconds

1234