| /aoo41x/main/chart2/source/controller/dialogs/ | 
| H A D | res_DataLabel.cxx | 92 void lcl_setBoolItemToCheckBox( const SfxItemSet& rInAttrs, sal_uInt16 nWhichId, CheckBox& rCheckbo…  in lcl_setBoolItemToCheckBox()  argument97     if( rInAttrs.GetItemState(nWhichId, sal_True, &pPoolItem) == SFX_ITEM_SET )  in lcl_setBoolItemToCheckBox()
 108 DataLabelResources::DataLabelResources( Window* pWindow, const SfxItemSet& rInAttrs )  in DataLabelResources()  argument
 134     m_pPool(rInAttrs.GetPool())  in DataLabelResources()
 365 void DataLabelResources::Reset(const SfxItemSet& rInAttrs)  in Reset()  argument
 370     lcl_setBoolItemToCheckBox( rInAttrs, SCHATTR_DATADESCR_SHOW_NUMBER, m_aCBNumber );  in Reset()
 371     lcl_setBoolItemToCheckBox( rInAttrs, SCHATTR_DATADESCR_SHOW_PERCENTAGE, m_aCBPercent );  in Reset()
 372     lcl_setBoolItemToCheckBox( rInAttrs, SCHATTR_DATADESCR_SHOW_CATEGORY, m_aCBCategory );  in Reset()
 373     lcl_setBoolItemToCheckBox( rInAttrs, SCHATTR_DATADESCR_SHOW_SYMBOL, m_aCBSymbol );  in Reset()
 399     if( rInAttrs.GetItemState(EE_PARA_WRITINGDIR, sal_True, &pPoolItem ) == SFX_ITEM_SET )  in Reset()
 [all …]
 
 | 
| H A D | tp_TitleRotation.cxx | 44                                          const SfxItemSet& rInAttrs, bool bWithRotation) :  in SchAlignmentTabPage()  argument45     SfxTabPage(pWindow, SchResId(TP_ALIGNMENT), rInAttrs),  in SchAlignmentTabPage()
 76                                         const SfxItemSet& rInAttrs)  in Create()  argument
 78     return new SchAlignmentTabPage(pParent, rInAttrs);  in Create()
 82                                         const SfxItemSet& rInAttrs)  in CreateWithoutRotation()  argument
 84     return new SchAlignmentTabPage(pParent, rInAttrs, false);  in CreateWithoutRotation()
 102 void SchAlignmentTabPage::Reset(const SfxItemSet& rInAttrs)  in Reset()  argument
 104     const SfxPoolItem* pItem = GetItem( rInAttrs, SCHATTR_TEXT_DEGREES );  in Reset()
 109     pItem = GetItem( rInAttrs, SCHATTR_TEXT_STACKED );  in Reset()
 114     if( rInAttrs.GetItemState(EE_PARA_WRITINGDIR, sal_True, &pItem) == SFX_ITEM_SET)  in Reset()
 
 | 
| H A D | tp_Scale.cxx | 110 ScaleTabPage::ScaleTabPage(Window* pWindow,const SfxItemSet& rInAttrs) :  in ScaleTabPage()  argument111 	SfxTabPage(pWindow, SchResId(TP_SCALE), rInAttrs),  in ScaleTabPage()
 450 void ScaleTabPage::Reset(const SfxItemSet& rInAttrs)  in Reset()  argument
 460     if (rInAttrs.GetItemState(SCHATTR_AXISTYPE, sal_True, &pPoolItem) == SFX_ITEM_SET)  in Reset()
 494 	if (rInAttrs.GetItemState(SCHATTR_AXIS_AUTO_MIN,sal_True,&pPoolItem) == SFX_ITEM_SET)  in Reset()
 497 	if (rInAttrs.GetItemState(SCHATTR_AXIS_MIN,sal_True, &pPoolItem) == SFX_ITEM_SET)  in Reset()
 503 	if (rInAttrs.GetItemState(SCHATTR_AXIS_AUTO_MAX,sal_True, &pPoolItem) == SFX_ITEM_SET)  in Reset()
 506 	if (rInAttrs.GetItemState(SCHATTR_AXIS_MAX,sal_True, &pPoolItem) == SFX_ITEM_SET)  in Reset()
 515 	if (rInAttrs.GetItemState(SCHATTR_AXIS_STEP_MAIN,sal_True, &pPoolItem) == SFX_ITEM_SET)  in Reset()
 523 	if (rInAttrs.GetItemState(SCHATTR_AXIS_LOGARITHM,sal_True, &pPoolItem) == SFX_ITEM_SET)  in Reset()
 [all …]
 
 | 
| H A D | tp_SeriesToAxis.cxx | 48 SchOptionTabPage::SchOptionTabPage(Window* pWindow,const SfxItemSet& rInAttrs) :  in SchOptionTabPage()  argument49 	SfxTabPage(pWindow, SchResId(TP_OPTIONS), rInAttrs),  in SchOptionTabPage()
 129 void SchOptionTabPage::Reset(const SfxItemSet& rInAttrs)  in Reset()  argument
 135 	if (rInAttrs.GetItemState(SCHATTR_AXIS,sal_True, &pPoolItem) == SFX_ITEM_SET)  in Reset()
 146 	if (rInAttrs.GetItemState(SCHATTR_BAR_GAPWIDTH, sal_True, &pPoolItem) == SFX_ITEM_SET)  in Reset()
 152 	if (rInAttrs.GetItemState(SCHATTR_BAR_OVERLAP, sal_True, &pPoolItem) == SFX_ITEM_SET)  in Reset()
 158 	if (rInAttrs.GetItemState(SCHATTR_BAR_CONNECT, sal_True, &pPoolItem) == SFX_ITEM_SET)  in Reset()
 164     if (rInAttrs.GetItemState(SCHATTR_AXIS_FOR_ALL_SERIES, sal_True, &pPoolItem) == SFX_ITEM_SET)  in Reset()
 169     if (rInAttrs.GetItemState(SCHATTR_GROUP_BARS_PER_AXIS, sal_True, &pPoolItem) == SFX_ITEM_SET)  in Reset()
 185 …if( rInAttrs.GetItemState(SCHATTR_AVAILABLE_MISSING_VALUE_TREATMENTS, sal_True, &pPoolItem) == SFX…  in Reset()
 [all …]
 
 | 
| H A D | tp_AxisLabel.cxx | 46 SchAxisLabelTabPage::SchAxisLabelTabPage( Window* pParent, const SfxItemSet& rInAttrs ) :  in SchAxisLabelTabPage()  argument47 		SfxTabPage( pParent, SchResId( TP_AXIS_LABEL ), rInAttrs ),  in SchAxisLabelTabPage()
 157 void SchAxisLabelTabPage::Reset( const SfxItemSet& rInAttrs )  in Reset()  argument
 163     aState = rInAttrs.GetItemState( SCHATTR_AXIS_SHOWDESCR, sal_False, &pPoolItem );  in Reset()
 185     aState = rInAttrs.GetItemState( SCHATTR_TEXT_DEGREES, sal_False, &pPoolItem );  in Reset()
 197     aState = rInAttrs.GetItemState( SCHATTR_TEXT_STACKED, sal_False, &pPoolItem );  in Reset()
 207     if( rInAttrs.GetItemState( EE_PARA_WRITINGDIR, sal_True, &pPoolItem ) == SFX_ITEM_SET )  in Reset()
 211     aState = rInAttrs.GetItemState( SCHATTR_AXIS_LABEL_OVERLAP, sal_False, &pPoolItem );  in Reset()
 230     aState = rInAttrs.GetItemState( SCHATTR_AXIS_LABEL_BREAK, sal_False, &pPoolItem );  in Reset()
 255         aState = rInAttrs.GetItemState( SCHATTR_AXIS_LABEL_ORDER, sal_False, &pPoolItem );  in Reset()
 
 | 
| H A D | tp_PolarOptions.cxx | 40 PolarOptionsTabPage::PolarOptionsTabPage( Window* pWindow,const SfxItemSet& rInAttrs ) :  in PolarOptionsTabPage()  argument41     SfxTabPage( pWindow, SchResId(TP_POLAROPTIONS), rInAttrs ),  in PolarOptionsTabPage()
 81 void PolarOptionsTabPage::Reset(const SfxItemSet& rInAttrs)  in Reset()  argument
 86     if (rInAttrs.GetItemState(SCHATTR_STARTING_ANGLE, sal_True, &pPoolItem) == SFX_ITEM_SET)  in Reset()
 99     if (rInAttrs.GetItemState(SCHATTR_CLOCKWISE, sal_True, &pPoolItem) == SFX_ITEM_SET)  in Reset()
 108     if (rInAttrs.GetItemState(SCHATTR_INCLUDE_HIDDEN_CELLS, sal_True, &pPoolItem) == SFX_ITEM_SET)  in Reset()
 
 | 
| H A D | tp_AxisPositions.cxx | 87 AxisPositionsTabPage::AxisPositionsTabPage(Window* pWindow,const SfxItemSet& rInAttrs)  in AxisPositionsTabPage()  argument88     : SfxTabPage(pWindow, SchResId(TP_AXIS_POSITIONS), rInAttrs)  in AxisPositionsTabPage()
 273 void AxisPositionsTabPage::Reset(const SfxItemSet& rInAttrs)  in Reset()  argument
 302     if(rInAttrs.GetItemState(SCHATTR_AXIS_POSITION,sal_True, &pPoolItem)== SFX_ITEM_SET)  in Reset()
 319 …if( rInAttrs.GetItemState(SCHATTR_AXIS_POSITION_VALUE,sal_True, &pPoolItem)== SFX_ITEM_SET || bZer…  in Reset()
 342 …  if( rInAttrs.GetItemState( SCHATTR_AXIS_LABEL_POSITION, sal_False, &pPoolItem ) == SFX_ITEM_SET )  in Reset()
 354 	if(rInAttrs.GetItemState(SCHATTR_AXIS_TICKS,sal_True, &pPoolItem)== SFX_ITEM_SET)  in Reset()
 356 	if(rInAttrs.GetItemState(SCHATTR_AXIS_HELPTICKS,sal_True, &pPoolItem)== SFX_ITEM_SET)  in Reset()
 365     if( rInAttrs.GetItemState( SCHATTR_AXIS_MARK_POSITION, sal_False, &pPoolItem ) == SFX_ITEM_SET )  in Reset()
 
 | 
| H A D | tp_DataLabel.cxx | 36 DataLabelsTabPage::DataLabelsTabPage(Window* pWindow, const SfxItemSet& rInAttrs) :  in DataLabelsTabPage()  argument37 		SfxTabPage(pWindow, SchResId(TP_DATA_DESCR), rInAttrs),  in DataLabelsTabPage()
 38         m_aDataLabelResources(this, rInAttrs)  in DataLabelsTabPage()
 58 void DataLabelsTabPage::Reset(const SfxItemSet& rInAttrs)  in Reset()  argument
 60 	m_aDataLabelResources.Reset(rInAttrs);  in Reset()
 
 | 
| H A D | tp_Trendline.cxx | 36 TrendlineTabPage::TrendlineTabPage( Window* pParent, const SfxItemSet& rInAttrs ) :  in TrendlineTabPage()  argument37         SfxTabPage( pParent, SchResId( TP_TRENDLINE ), rInAttrs ),  in TrendlineTabPage()
 38         m_aTrendlineResources( this, rInAttrs, false )  in TrendlineTabPage()
 58 void TrendlineTabPage::Reset( const SfxItemSet& rInAttrs )  in Reset()  argument
 60     m_aTrendlineResources.Reset( rInAttrs );  in Reset()
 
 | 
| H A D | tp_LegendPosition.cxx | 42 										 const SfxItemSet& rInAttrs)  in SchLegendPosTabPage()  argument43     : SfxTabPage( pWindow, SchResId(TP_LEGEND_POS), rInAttrs )  in SchLegendPosTabPage()
 74 void SchLegendPosTabPage::Reset(const SfxItemSet& rInAttrs)  in Reset()  argument
 76     m_apLegendPositionResources->initFromItemSet(rInAttrs);  in Reset()
 79     if( rInAttrs.GetItemState( EE_PARA_WRITINGDIR, sal_True, &pPoolItem ) == SFX_ITEM_SET )  in Reset()
 
 | 
| H A D | tp_ErrorBars.cxx | 39 ErrorBarsTabPage::ErrorBarsTabPage( Window* pParent, const SfxItemSet& rInAttrs ) :  in ErrorBarsTabPage()  argument40         SfxTabPage( pParent, SchResId( TP_YERRORBAR ), rInAttrs ),  in ErrorBarsTabPage()
 45             rInAttrs, /* bNoneAvailable = */ false )  in ErrorBarsTabPage()
 65 void ErrorBarsTabPage::Reset( const SfxItemSet& rInAttrs )  in Reset()  argument
 67     m_aErrorBarResources.Reset( rInAttrs );  in Reset()
 
 | 
| H A D | res_ErrorBar.cxx | 102                                       const SfxItemSet& rInAttrs, bool bNoneAvailable,  in ErrorBarResources()  argument178     Reset( rInAttrs );  in ErrorBarResources()
 512 void ErrorBarResources::Reset(const SfxItemSet& rInAttrs)  in Reset()  argument
 519     aState = rInAttrs.GetItemState( SCHATTR_STAT_KIND_ERROR, sal_True, &pPoolItem );  in Reset()
 560     aState = rInAttrs.GetItemState( SCHATTR_STAT_CONSTPLUS, sal_True, &pPoolItem );  in Reset()
 570     aState = rInAttrs.GetItemState( SCHATTR_STAT_CONSTMINUS, sal_True, &pPoolItem );  in Reset()
 585     aState = rInAttrs.GetItemState( SCHATTR_STAT_INDICATE, sal_True, &pPoolItem );  in Reset()
 614     aState = rInAttrs.GetItemState( SCHATTR_STAT_RANGE_POS, sal_True, &pPoolItem );  in Reset()
 622     aState = rInAttrs.GetItemState( SCHATTR_STAT_RANGE_NEG, sal_True, &pPoolItem );  in Reset()
 
 | 
| H A D | res_Trendline.cxx | 81 TrendlineResources::TrendlineResources( Window * pParent, const SfxItemSet& rInAttrs, bool bNoneAva…  in TrendlineResources()  argument115     Reset( rInAttrs );  in TrendlineResources()
 181 void TrendlineResources::Reset( const SfxItemSet& rInAttrs )  in Reset()  argument
 186 	aState = rInAttrs.GetItemState( SCHATTR_REGRESSION_TYPE, sal_True, &pPoolItem );  in Reset()
 195     aState = rInAttrs.GetItemState( SCHATTR_REGRESSION_SHOW_EQUATION, sal_True, &pPoolItem );  in Reset()
 208     aState = rInAttrs.GetItemState( SCHATTR_REGRESSION_SHOW_COEFF, sal_True, &pPoolItem );  in Reset()
 
 | 
| H A D | tp_TitleRotation.hxx | 52     SchAlignmentTabPage(Window* pParent, const SfxItemSet& rInAttrs, bool bWithRotation = true);55 	static SfxTabPage* Create(Window* pParent, const SfxItemSet& rInAttrs);
 56     static SfxTabPage* CreateWithoutRotation(Window* pParent, const SfxItemSet& rInAttrs);
 58 	virtual void Reset(const SfxItemSet& rInAttrs);
 
 | 
| H A D | tp_PointGeometry.cxx | 43 SchLayoutTabPage::SchLayoutTabPage(Window* pWindow,const SfxItemSet& rInAttrs)  in SchLayoutTabPage()  argument44                  : SfxTabPage(pWindow, SchResId(TP_LAYOUT), rInAttrs)  in SchLayoutTabPage()
 83 void SchLayoutTabPage::Reset(const SfxItemSet& rInAttrs)  in Reset()  argument
 87 	if (rInAttrs.GetItemState(SCHATTR_STYLE_SHAPE,sal_True, &pPoolItem) == SFX_ITEM_SET)  in Reset()
 
 | 
| H A D | tp_PointGeometry.hxx | 38 	SchLayoutTabPage(Window* pParent, const SfxItemSet& rInAttrs);41 	static SfxTabPage* Create(Window* pParent, const SfxItemSet& rInAttrs);
 43 	virtual void Reset(const SfxItemSet& rInAttrs);
 
 | 
| /aoo41x/main/sd/source/ui/dlg/ | 
| H A D | sddlgfact.cxx | 393 											::Window* pWindow, const SfxItemSet& rInAttrs,  in CreateCopyDlg()  argument396 	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 D | tpoption.cxx | 67 SdTpOptionsSnap::SdTpOptionsSnap( Window* pParent, const SfxItemSet& rInAttrs  ) :  in SdTpOptionsSnap()  argument68         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 D | sddlgfact.hxx | 258 …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);
 
 | 
| /aoo41x/main/cui/source/tabpages/ | 
| H A D | connect.cxx | 64 SvxConnectionDialog::SvxConnectionDialog( Window* pParent, const SfxItemSet& rInAttrs,  in SvxConnectionDialog()  argument66 		SfxSingleTabDialog( pParent, rInAttrs, RID_SVXPAGE_CONNECTION )  in SvxConnectionDialog()
 68     SvxConnectionPage* _pPage = new SvxConnectionPage( this, rInAttrs );  in SvxConnectionDialog()
 93 SvxConnectionPage::SvxConnectionPage( Window* pWindow, const SfxItemSet& rInAttrs ) :  in SvxConnectionPage()  argument
 95 								  rInAttrs ),  in SvxConnectionPage()
 118         aCtlPreview             ( this, CUI_RES( CTL_PREVIEW ), rInAttrs ),  in SvxConnectionPage()
 119         rOutAttrs               ( rInAttrs ),  in SvxConnectionPage()
 120         aAttrSet                ( *rInAttrs.GetPool() )  in SvxConnectionPage()
 132 	const FieldUnit eFUnit = GetModuleFieldUnit( rInAttrs );  in SvxConnectionPage()
 
 | 
| H A D | measure.cxx | 64 SvxMeasureDialog::SvxMeasureDialog( Window* pParent, const SfxItemSet& rInAttrs,  in SvxMeasureDialog()  argument66 		SfxSingleTabDialog( pParent, rInAttrs, RID_SVXPAGE_MEASURE )  in SvxMeasureDialog()
 68     SvxMeasurePage* _pPage = new SvxMeasurePage( this, rInAttrs );  in SvxMeasureDialog()
 93 SvxMeasurePage::SvxMeasurePage( Window* pWindow, const SfxItemSet& rInAttrs ) :  in SvxMeasurePage()  argument
 95 								  rInAttrs ),  in SvxMeasurePage()
 120         aCtlPreview             ( this, CUI_RES( CTL_PREVIEW ), rInAttrs ),  in SvxMeasurePage()
 123         rOutAttrs               ( rInAttrs ),  in SvxMeasurePage()
 124         aAttrSet                ( *rInAttrs.GetPool() ),  in SvxMeasurePage()
 134 	const FieldUnit eFUnit = GetModuleFieldUnit( rInAttrs );  in SvxMeasurePage()
 
 | 
| H A D | dstribut.cxx | 51 	const SfxItemSet& rInAttrs,  in SvxDistributeDialog()  argument54 :	SfxSingleTabDialog(pParent, rInAttrs, RID_SVXPAGE_DISTRIBUTE ),  in SvxDistributeDialog()
 57 	mpPage = new SvxDistributePage(this, rInAttrs, eHor, eVer);  in SvxDistributeDialog()
 80 	const SfxItemSet& rInAttrs,  in SvxDistributePage()  argument
 83 :	SvxTabPage(pWindow, CUI_RES(RID_SVXPAGE_DISTRIBUTE), rInAttrs),  in SvxDistributePage()
 
 | 
| /aoo41x/main/svx/source/dialog/ | 
| H A D | measctrl.cxx | 46 	const SfxItemSet& rInAttrs  in SvxXMeasurePreview()  argument50 	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()
 
 | 
| /aoo41x/main/sd/inc/ | 
| H A D | sdabstdlg.hxx | 186 …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;
 
 | 
| /aoo41x/main/cui/source/inc/ | 
| H A D | cuitabarea.hxx | 166 	SvxTransparenceTabPage(Window* pParent, const SfxItemSet& rInAttrs);284 	SvxAreaTabPage( Window* pParent, const SfxItemSet& rInAttrs  );
 363 	SvxShadowTabPage( Window* pParent, const SfxItemSet& rInAttrs  );
 455 	SvxGradientTabPage( Window* pParent, const SfxItemSet& rInAttrs  );
 542 	SvxHatchTabPage( Window* pParent, const SfxItemSet& rInAttrs  );
 635 	SvxBitmapTabPage( Window* pParent, const SfxItemSet& rInAttrs  );
 759 	SvxColorTabPage( Window* pParent, const SfxItemSet& rInAttrs  );
 
 |