| /AOO41X/main/sc/source/ui/dbgui/ |
| H A D | tpsubt.cxx | 57 const SfxItemSet& rArgSet ) in ScTpSubTotalGroup() argument 60 rArgSet ), in ScTpSubTotalGroup() 73 nWhichSubTotals ( rArgSet.GetPool()->GetWhich( SID_SUBTOTALS ) ), in ScTpSubTotalGroup() 75 rArgSet.Get( nWhichSubTotals )). in ScTpSubTotalGroup() 140 const SfxItemSet& rArgSet ) in DoReset() argument 162 rArgSet.Get( nWhichSubTotals )). in DoReset() 197 SfxItemSet& rArgSet ) in DoFillItemSet() argument 270 rArgSet.Put( ScSubTotalItem( SCITEM_SUBTDATA, &theSubTotalData ) ); in DoFillItemSet() 438 const SfxItemSet& rArgSet ) in Create() argument 439 { return ( new ScTpSubTotalGroup1( pParent, rArgSet ) ); } in Create() [all …]
|
| H A D | validate.cxx | 322 ScTPValidationValue::ScTPValidationValue( Window* pParent, const SfxItemSet& rArgSet ) : in ScTPValidationValue() argument 323 SfxTabPage( pParent, ScResId( TP_VALIDATION_VALUES ), rArgSet ), in ScTPValidationValue() 383 SfxTabPage* ScTPValidationValue::Create( Window* pParent, const SfxItemSet& rArgSet ) in Create() argument 385 return( new ScTPValidationValue( pParent, rArgSet ) ); in Create() 393 void ScTPValidationValue::Reset( const SfxItemSet& rArgSet ) in Reset() argument 398 if( rArgSet.GetItemState( FID_VALID_MODE, sal_True, &pItem ) == SFX_ITEM_SET ) in Reset() 404 if( rArgSet.GetItemState( FID_VALID_CONDMODE, sal_True, &pItem ) == SFX_ITEM_SET ) in Reset() 411 if( rArgSet.GetItemState( FID_VALID_BLANK, sal_True, &pItem ) == SFX_ITEM_SET ) in Reset() 416 if( rArgSet.GetItemState( FID_VALID_LISTTYPE, sal_True, &pItem ) == SFX_ITEM_SET ) in Reset() 423 if ( rArgSet.GetItemState( FID_VALID_VALUE1, sal_True, &pItem ) == SFX_ITEM_SET ) in Reset() [all …]
|
| H A D | tpsort.cxx | 94 const SfxItemSet& rArgSet ) in ScTabPageSortFields() argument 98 rArgSet ), in ScTabPageSortFields() 119 nWhichSort ( rArgSet.GetPool()->GetWhich( SID_SORT ) ), in ScTabPageSortFields() 123 rArgSet.Get( nWhichSort )). in ScTabPageSortFields() 186 const SfxItemSet& rArgSet ) in Create() argument 188 return ( new ScTabPageSortFields( pParent, rArgSet ) ); in Create() 261 sal_Bool __EXPORT ScTabPageSortFields::FillItemSet( SfxItemSet& rArgSet ) in FillItemSet() argument 322 rArgSet.Put( ScSortItem( SCITEM_SORTDATA, NULL, &theSortData ) ); in FillItemSet() 553 const SfxItemSet& rArgSet ) in ScTabPageSortOptions() argument 557 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 | 56 const SfxItemSet& rArgSet, in ScPivotFilterDlg() argument 95 nWhichQuery ( rArgSet.GetPool()->GetWhich( SID_QUERY ) ), in ScPivotFilterDlg() 97 rArgSet.Get( nWhichQuery )).GetQueryData() ), in ScPivotFilterDlg() 107 Init( rArgSet ); in ScPivotFilterDlg() 124 void __EXPORT ScPivotFilterDlg::Init( const SfxItemSet& rArgSet ) in Init() argument 127 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()
|
| /AOO41X/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 | 92 const SfxItemSet& rArgSet ); 148 const SfxItemSet& rArgSet );
|
| H A D | tpusrlst.hxx | 53 const SfxItemSet& rArgSet );
|
| H A D | consdlg.hxx | 54 const SfxItemSet& rArgSet );
|
| /AOO41X/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 );
|
| /AOO41X/main/sc/source/ui/optdlg/ |
| H A D | tpview.cxx | 60 const SfxItemSet& rArgSet ) : in ScTpContentOptions() argument 61 SfxTabPage(pParent, ScResId( RID_SCPAGE_CONTENT ), rArgSet), in ScTpContentOptions() 422 const SfxItemSet& rArgSet ) : in ScTpLayoutOptions() argument 423 SfxTabPage(pParent, ScResId( RID_SCPAGE_LAYOUT ), rArgSet), in ScTpLayoutOptions()
|
| /AOO41X/main/sc/source/ui/attrdlg/ |
| H A D | scdlgfact.cxx | 1142 … const SfxItemSet& rArgSet, sal_uInt16 nSourceTab , int nId ) in CreateScPivotFilterDlg() argument 1148 pDlg = new ScPivotFilterDlg( pParent, rArgSet, nSourceTab ); in CreateScPivotFilterDlg()
|
| H A D | scdlgfact.hxx | 486 … const SfxItemSet& rArgSet, sal_uInt16 nSourceTab , int nId );
|
| /AOO41X/main/sc/inc/ |
| H A D | scabstdlg.hxx | 401 … const SfxItemSet& rArgSet, sal_uInt16 nSourceTab , int nId ) = 0;
|