| /trunk/main/sc/source/ui/dbgui/ |
| H A D | validate.cxx | 319 ScTPValidationValue::ScTPValidationValue( Window* pParent, const SfxItemSet& rArgSet ) : in ScTPValidationValue() argument 320 SfxTabPage( pParent, ScResId( TP_VALIDATION_VALUES ), rArgSet ), in ScTPValidationValue() 380 SfxTabPage* ScTPValidationValue::Create( Window* pParent, const SfxItemSet& rArgSet ) in Create() argument 382 return( new ScTPValidationValue( pParent, rArgSet ) ); in Create() 390 void ScTPValidationValue::Reset( const SfxItemSet& rArgSet ) in Reset() argument 395 if( rArgSet.GetItemState( FID_VALID_MODE, sal_True, &pItem ) == SFX_ITEM_SET ) in Reset() 401 if( rArgSet.GetItemState( FID_VALID_CONDMODE, sal_True, &pItem ) == SFX_ITEM_SET ) in Reset() 408 if( rArgSet.GetItemState( FID_VALID_BLANK, sal_True, &pItem ) == SFX_ITEM_SET ) in Reset() 413 if( rArgSet.GetItemState( FID_VALID_LISTTYPE, sal_True, &pItem ) == SFX_ITEM_SET ) in Reset() 420 if ( rArgSet.GetItemState( FID_VALID_VALUE1, sal_True, &pItem ) == SFX_ITEM_SET ) in Reset() [all …]
|
| H A D | tpsubt.cxx | 56 const SfxItemSet& rArgSet ) in ScTpSubTotalGroup() argument 59 rArgSet ), in ScTpSubTotalGroup() 72 nWhichSubTotals ( rArgSet.GetPool()->GetWhich( SID_SUBTOTALS ) ), in ScTpSubTotalGroup() 74 rArgSet.Get( nWhichSubTotals )). in ScTpSubTotalGroup() 139 const SfxItemSet& rArgSet ) in DoReset() argument 161 rArgSet.Get( nWhichSubTotals )). in DoReset() 196 SfxItemSet& rArgSet ) in DoFillItemSet() argument 269 rArgSet.Put( ScSubTotalItem( SCITEM_SUBTDATA, &theSubTotalData ) ); in DoFillItemSet() 437 const SfxItemSet& rArgSet ) in Create() argument 438 { return ( new ScTpSubTotalGroup1( pParent, rArgSet ) ); } in Create() [all …]
|
| H A D | tpsort.cxx | 93 const SfxItemSet& rArgSet ) in ScTabPageSortFields() argument 97 rArgSet ), in ScTabPageSortFields() 118 nWhichSort ( rArgSet.GetPool()->GetWhich( SID_SORT ) ), in ScTabPageSortFields() 122 rArgSet.Get( nWhichSort )). in ScTabPageSortFields() 185 const SfxItemSet& rArgSet ) in Create() argument 187 return ( new ScTabPageSortFields( pParent, rArgSet ) ); in Create() 260 sal_Bool __EXPORT ScTabPageSortFields::FillItemSet( SfxItemSet& rArgSet ) in FillItemSet() argument 321 rArgSet.Put( ScSortItem( SCITEM_SORTDATA, NULL, &theSortData ) ); in FillItemSet() 552 const SfxItemSet& rArgSet ) in ScTabPageSortOptions() argument 556 rArgSet ), in ScTabPageSortOptions() [all …]
|
| H A D | sfiltdlg.cxx | 65 const SfxItemSet& rArgSet ) in ScSpecialFilterDlg() argument 82 nWhichQuery ( rArgSet.GetPool()->GetWhich( SID_QUERY ) ), in ScSpecialFilterDlg() 84 rArgSet.Get( nWhichQuery )).GetQueryData() ), in ScSpecialFilterDlg() 92 Init( rArgSet ); in ScSpecialFilterDlg() 133 void __EXPORT ScSpecialFilterDlg::Init( const SfxItemSet& rArgSet ) in Init() argument 136 rArgSet.Get( nWhichQuery ); in Init()
|
| H A D | pfiltdlg.cxx | 55 const SfxItemSet& rArgSet, in ScPivotFilterDlg() argument 94 nWhichQuery ( rArgSet.GetPool()->GetWhich( SID_QUERY ) ), in ScPivotFilterDlg() 96 rArgSet.Get( nWhichQuery )).GetQueryData() ), in ScPivotFilterDlg() 106 Init( rArgSet ); in ScPivotFilterDlg() 123 void __EXPORT ScPivotFilterDlg::Init( const SfxItemSet& rArgSet ) in Init() argument 126 rArgSet.Get( nWhichQuery ); in Init()
|
| H A D | consdlg.cxx | 81 const SfxItemSet& rArgSet ) in ScConsolidateDlg() argument 119 rArgSet.Get( rArgSet.GetPool()-> in ScConsolidateDlg() 129 nWhichCons ( rArgSet.GetPool()->GetWhich( SID_CONSOLIDATE ) ), in ScConsolidateDlg()
|
| H A D | filtdlg.cxx | 66 const SfxItemSet& rArgSet ) in ScFilterDlg() argument 105 nWhichQuery ( rArgSet.GetPool()->GetWhich( SID_QUERY ) ), in ScFilterDlg() 107 rArgSet.Get( nWhichQuery )).GetQueryData() ), in ScFilterDlg() 124 Init( rArgSet ); in ScFilterDlg() 211 void __EXPORT ScFilterDlg::Init( const SfxItemSet& rArgSet ) in Init() argument 214 rArgSet.Get( nWhichQuery ); in Init()
|
| /trunk/main/sc/source/ui/inc/ |
| H A D | tpsubt.hxx | 47 const SfxItemSet& rArgSet ); 54 const SfxItemSet& rArgSet ); 56 SfxItemSet& rArgSet ); 93 const SfxItemSet& rArgSet ); 99 const SfxItemSet& rArgSet ); 100 virtual sal_Bool FillItemSet ( SfxItemSet& rArgSet ); 101 virtual void Reset ( const SfxItemSet& rArgSet ); 110 const SfxItemSet& rArgSet ); 116 const SfxItemSet& rArgSet ); 117 virtual sal_Bool FillItemSet ( SfxItemSet& rArgSet ); [all …]
|
| H A D | validate.hxx | 191 explicit ScTPValidationValue( Window* pParent, const SfxItemSet& rArgSet ); 194 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rArgSet ); 197 virtual sal_Bool FillItemSet( SfxItemSet& rArgSet ); 198 virtual void Reset( const SfxItemSet& rArgSet ); 288 ScTPValidationHelp( Window* pParent, const SfxItemSet& rArgSet ); 291 static SfxTabPage* Create ( Window* pParent, const SfxItemSet& rArgSet ); 293 virtual sal_Bool FillItemSet ( SfxItemSet& rArgSet ); 294 virtual void Reset ( const SfxItemSet& rArgSet ); 321 ScTPValidationError( Window* pParent, const SfxItemSet& rArgSet ); 324 static SfxTabPage* Create ( Window* pParent, const SfxItemSet& rArgSet ); [all …]
|
| H A D | tpsort.hxx | 55 const SfxItemSet& rArgSet ); 59 const SfxItemSet& rArgSet ); 61 virtual sal_Bool FillItemSet ( SfxItemSet& rArgSet ); 62 virtual void Reset ( const SfxItemSet& rArgSet ); 139 const SfxItemSet& rArgSet ); 145 const SfxItemSet& rArgSet ); 147 virtual sal_Bool FillItemSet ( SfxItemSet& rArgSet ); 148 virtual void Reset ( const SfxItemSet& rArgSet );
|
| H A D | filtdlg.hxx | 93 const SfxItemSet& rArgSet ); 176 void Init ( const SfxItemSet& rArgSet ); 204 const SfxItemSet& rArgSet ); 245 void Init( const SfxItemSet& rArgSet );
|
| H A D | pfiltdlg.hxx | 65 const SfxItemSet& rArgSet, SCTAB nSourceTab ); 126 void Init ( const SfxItemSet& rArgSet );
|
| H A D | tpview.hxx | 91 const SfxItemSet& rArgSet ); 147 const SfxItemSet& rArgSet );
|
| H A D | tpusrlst.hxx | 53 const SfxItemSet& rArgSet );
|
| H A D | consdlg.hxx | 54 const SfxItemSet& rArgSet );
|
| /trunk/main/toolkit/workben/layout/ |
| H A D | tpsort.cxx | 96 const SfxItemSet& rArgSet ) in ScTabPageSortFields() argument 100 rArgSet ), in ScTabPageSortFields() 122 nWhichSort ( rArgSet.GetPool()->GetWhich( SID_SORT ) ), in ScTabPageSortFields() 130 rArgSet.Get( nWhichSort )). in ScTabPageSortFields() 198 const SfxItemSet& rArgSet ) in Create() argument 200 return ( new ScTabPageSortFields( pParent, rArgSet ) ); in Create() 265 BOOL __EXPORT ScTabPageSortFields::FillItemSet( SfxItemSet& rArgSet ) in FillItemSet() argument 326 rArgSet.Put( ScSortItem( SCITEM_SORTDATA, NULL, &theSortData ) ); in FillItemSet() 554 const SfxItemSet& rArgSet ) in ScTabPageSortOptions() argument 558 rArgSet ), in ScTabPageSortOptions() [all …]
|
| H A D | tpsort.hxx | 55 const SfxItemSet& rArgSet ); 59 const SfxItemSet& rArgSet ); 61 virtual BOOL FillItemSet ( SfxItemSet& rArgSet ); 62 virtual void Reset ( const SfxItemSet& rArgSet ); 135 const SfxItemSet& rArgSet ); 141 const SfxItemSet& rArgSet ); 143 virtual BOOL FillItemSet ( SfxItemSet& rArgSet ); 144 virtual void Reset ( const SfxItemSet& rArgSet );
|
| /trunk/main/sc/source/ui/optdlg/ |
| H A D | tpview.cxx | 57 const SfxItemSet& rArgSet ) : in ScTpContentOptions() argument 58 SfxTabPage(pParent, ScResId( RID_SCPAGE_CONTENT ), rArgSet), in ScTpContentOptions() 408 const SfxItemSet& rArgSet ) : in ScTpLayoutOptions() argument 409 SfxTabPage(pParent, ScResId( RID_SCPAGE_LAYOUT ), rArgSet), in ScTpLayoutOptions()
|
| /trunk/main/sc/source/ui/attrdlg/ |
| H A D | scdlgfact.cxx | 1141 … const SfxItemSet& rArgSet, sal_uInt16 nSourceTab , int nId ) in CreateScPivotFilterDlg() argument 1147 pDlg = new ScPivotFilterDlg( pParent, rArgSet, nSourceTab ); in CreateScPivotFilterDlg()
|
| H A D | scdlgfact.hxx | 486 … const SfxItemSet& rArgSet, sal_uInt16 nSourceTab , int nId );
|
| /trunk/main/sc/inc/ |
| H A D | scabstdlg.hxx | 401 … const SfxItemSet& rArgSet, sal_uInt16 nSourceTab , int nId ) = 0;
|