| /trunk/main/sc/source/ui/pagedlg/ |
| H A D | tptable.cxx | 75 SfxItemSet& rCoreSet, 80 SfxItemSet& rCoreSet, 88 SfxItemSet& rCoreSet, 96 SfxItemSet& rCoreSet, 191 SfxTabPage* ScTablePage::Create( Window* pParent, const SfxItemSet& rCoreSet ) in Create() argument 193 return ( new ScTablePage( pParent, rCoreSet ) ); in Create() 198 void ScTablePage::Reset( const SfxItemSet& rCoreSet ) in Reset() argument 200 sal_Bool bTopDown = GET_BOOL( SID_SCATTR_PAGE_TOPDOWN, rCoreSet ); in Reset() 206 aBtnNotes .Check( GET_BOOL(SID_SCATTR_PAGE_NOTES,rCoreSet) ); in Reset() 207 aBtnGrid .Check( GET_BOOL(SID_SCATTR_PAGE_GRID,rCoreSet) ); in Reset() [all …]
|
| H A D | scuitphfedit.cxx | 208 #define IS_AVAILABLE(w)(rCoreSet.GetItemState( (w) ) >= SFX_ITEM_AVAILABLE) 210 void __EXPORT ScHFEditPage::Reset( const SfxItemSet& rCoreSet ) in Reset() argument 214 const ScPageHFItem& rItem = (const ScPageHFItem&)(rCoreSet.Get( nWhich )); in Reset() 231 sal_Bool __EXPORT ScHFEditPage::FillItemSet( SfxItemSet& rCoreSet ) in FillItemSet() argument 245 rCoreSet.Put( aItem ); in FillItemSet() 941 ScRightHeaderEditPage::ScRightHeaderEditPage( Window* pParent, const SfxItemSet& rCoreSet ) in ScRightHeaderEditPage() argument 942 : ScHFEditPage( pParent, RID_SCPAGE_HFED_HR, rCoreSet, in ScRightHeaderEditPage() 943 rCoreSet.GetPool()->GetWhich(SID_SCATTR_PAGE_HEADERRIGHT ), true ) in ScRightHeaderEditPage() 953 SfxTabPage* __EXPORT ScRightHeaderEditPage::Create( Window* pParent, const SfxItemSet& rCoreSet ) in Create() argument 954 { return ( new ScRightHeaderEditPage( pParent, rCoreSet ) ); }; in Create() [all …]
|
| H A D | hfedtdlg.cxx | 61 const SfxItemSet& rCoreSet, in ScHFEditDlg() argument 64 : SfxTabDialog( pFrameP, pParent, ScResId( nResIdP ), &rCoreSet ) in ScHFEditDlg() 66 eNumType = ((const SvxPageItem&)rCoreSet.Get(ATTR_PAGE)).GetNumType(); in ScHFEditDlg() 130 rCoreSet.Get( in ScHFEditDlg() 131 rCoreSet.GetPool()->GetWhich(SID_ATTR_PAGE) ); in ScHFEditDlg() 145 sal_Bool bShareHeader = IS_SHARE_HEADER(rCoreSet); in ScHFEditDlg() 151 sal_Bool bShareFooter = IS_SHARE_FOOTER(rCoreSet); in ScHFEditDlg()
|
| H A D | tphf.cxx | 291 SfxTabPage* __EXPORT ScHeaderPage::Create( Window* pParent, const SfxItemSet& rCoreSet ) in Create() argument 293 return ( new ScHeaderPage( pParent, rCoreSet ) ); in Create() 314 SfxTabPage* __EXPORT ScFooterPage::Create( Window* pParent, const SfxItemSet& rCoreSet ) in Create() argument 316 return ( new ScFooterPage( pParent, rCoreSet ) ); in Create()
|
| /trunk/main/sc/source/ui/optdlg/ |
| H A D | tpview.cxx | 139 const SfxItemSet& rCoreSet ) in Create() argument 141 return new ScTpContentOptions(pParent, rCoreSet); in Create() 146 sal_Bool ScTpContentOptions::FillItemSet( SfxItemSet& rCoreSet ) in FillItemSet() argument 171 rCoreSet.Put(ScTpViewItem(SID_SCVIEWOPTIONS, *pLocalOptions)); in FillItemSet() 176 rCoreSet.Put(SfxBoolItem(SID_SC_INPUT_RANGEFINDER, aRangeFindCB.IsChecked())); in FillItemSet() 181 rCoreSet.Put(SfxBoolItem(SID_SC_OPT_SYNCZOOM, aSyncZoomCB.IsChecked())); in FillItemSet() 192 void ScTpContentOptions::Reset( const SfxItemSet& rCoreSet ) in Reset() argument 195 if(SFX_ITEM_SET == rCoreSet.GetItemState(SID_SCVIEWOPTIONS, sal_False , &pItem)) in Reset() 223 if(SFX_ITEM_SET == rCoreSet.GetItemState(SID_SC_INPUT_RANGEFINDER, sal_False, &pItem)) in Reset() 225 if(SFX_ITEM_SET == rCoreSet.GetItemState(SID_SC_OPT_SYNCZOOM, sal_False, &pItem)) in Reset() [all …]
|
| H A D | tpprint.cxx | 85 void ScTpPrintOptions::Reset( const SfxItemSet& rCoreSet ) in Reset() argument 90 if(SFX_ITEM_SET == rCoreSet.GetItemState(SID_SCPRINTOPTIONS, sal_False , &pItem)) in Reset() 98 if ( SFX_ITEM_SET == rCoreSet.GetItemState( SID_PRINT_SELECTEDSHEET, sal_False , &pItem ) ) in Reset()
|
| /trunk/main/cui/source/tabpages/ |
| H A D | backgrnd.cxx | 336 const SfxItemSet& rCoreSet ) : in SvxBackgroundTabPage() argument 342 SvxTabPage( pParent, CUI_RES( RID_SVXPAGE_BACKGROUND ), rCoreSet ), in SvxBackgroundTabPage() 394 if ( SFX_ITEM_SET == rCoreSet.GetItemState( SID_HTML_MODE, sal_False, &pItem ) in SvxBackgroundTabPage() 749 sal_Bool SvxBackgroundTabPage::FillItemSet( SfxItemSet& rCoreSet ) in FillItemSet() argument 766 if(SFX_ITEM_AVAILABLE <= rCoreSet.GetItemState(GetWhich(SID_VIEW_FLD_PIC), sal_False)) in FillItemSet() 767 return FillItemSetWithWallpaperItem( rCoreSet, SID_VIEW_FLD_PIC ); in FillItemSet() 801 const SfxPoolItem* pOld = GetOldItem( rCoreSet, nSlot ); in FillItemSet() 802 SfxItemState eOldItemState = rCoreSet.GetItemState(nSlot, sal_False); in FillItemSet() 830 rCoreSet.Put( SvxBrushItem( aBgdColor, nWhich ) ); in FillItemSet() 833 rCoreSet.ClearItem( nWhich ); in FillItemSet() [all …]
|
| H A D | bbdlg.cxx | 44 const SfxItemSet& rCoreSet, in SvxBorderBackgroundDlg() argument 51 &rCoreSet), in SvxBorderBackgroundDlg()
|
| /trunk/main/sw/source/ui/shells/ |
| H A D | langhelper.cxx | 239 …Language( SwWrtShell &rWrtSh, const String &rLangText, bool bIsForSelection, SfxItemSet &rCoreSet ) in SetLanguage() argument 241 SetLanguage( rWrtSh, 0 , ESelection(), rLangText, bIsForSelection, rCoreSet ); in SetLanguage() 244 … pOLV, ESelection aSelection, const String &rLangText, bool bIsForSelection, SfxItemSet &rCoreSet ) in SetLanguage() argument 276 rCoreSet.Put( SvxLanguageItem( nLang, nLangWhichId )); in SetLanguage() 277 pEditEngine->QuickSetAttribs( rCoreSet, aSelection); in SetLanguage() 281 rWrtSh.GetCurAttr( rCoreSet ); in SetLanguage() 282 rCoreSet.Put( SvxLanguageItem( nLang, nLangWhichId )); in SetLanguage() 283 rWrtSh.SetAttrSet( rCoreSet ); in SetLanguage() 305 void SetLanguage_None( SwWrtShell &rWrtSh, bool bIsForSelection, SfxItemSet &rCoreSet ) in SetLanguage_None() argument 307 SetLanguage_None( rWrtSh,0,ESelection(),bIsForSelection,rCoreSet ); in SetLanguage_None() [all …]
|
| /trunk/main/sc/source/ui/inc/ |
| H A D | scuitphfedit.hxx | 58 virtual sal_Bool FillItemSet ( SfxItemSet& rCoreSet ); 59 virtual void Reset ( const SfxItemSet& rCoreSet ); 67 const SfxItemSet& rCoreSet, 118 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rCoreSet ); 130 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rCoreSet ); 142 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rCoreSet ); 154 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rCoreSet );
|
| H A D | tpview.hxx | 96 const SfxItemSet& rCoreSet ); 97 virtual sal_Bool FillItemSet ( SfxItemSet& rCoreSet ); 98 virtual void Reset ( const SfxItemSet& rCoreSet ); 152 const SfxItemSet& rCoreSet ); 153 virtual sal_Bool FillItemSet ( SfxItemSet& rCoreSet ); 154 virtual void Reset ( const SfxItemSet& rCoreSet );
|
| H A D | tpprint.hxx | 39 ScTpPrintOptions( Window* pParent, const SfxItemSet& rCoreSet ); 43 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rCoreSet ); 45 virtual sal_Bool FillItemSet( SfxItemSet& rCoreSet ); 46 virtual void Reset( const SfxItemSet& rCoreSet );
|
| H A D | tpcalc.hxx | 43 const SfxItemSet& rCoreSet ); 45 virtual sal_Bool FillItemSet ( SfxItemSet& rCoreSet ); 46 virtual void Reset ( const SfxItemSet& rCoreSet ); 52 const SfxItemSet& rCoreSet );
|
| H A D | tptable.hxx | 55 const SfxItemSet& rCoreSet ); 57 virtual sal_Bool FillItemSet ( SfxItemSet& rCoreSet ); 58 virtual void Reset ( const SfxItemSet& rCoreSet ); 64 ScTablePage( Window* pParent, const SfxItemSet& rCoreSet );
|
| /trunk/main/svx/source/dialog/ |
| H A D | optgrid.cxx | 170 SvxGridTabPage::SvxGridTabPage( Window* pParent, const SfxItemSet& rCoreSet) : in SvxGridTabPage() argument 172 SfxTabPage( pParent, SVX_RES( RID_SVXPAGE_GRID ), rCoreSet ), in SvxGridTabPage() 222 FieldUnit eFUnit = GetModuleFieldUnit( rCoreSet ); in SvxGridTabPage() 269 sal_Bool SvxGridTabPage::FillItemSet( SfxItemSet& rCoreSet ) in FillItemSet() argument 280 rCoreSet.GetPool()->GetMetric( GetWhich( SID_ATTR_GRID_OPTIONS ) ); in FillItemSet() 289 rCoreSet.Put( aGridItem ); in FillItemSet()
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | langhelper.hxx | 39 …anguage( SwWrtShell &rWrtSh, const String &rLangText, bool bIsForSelection, SfxItemSet &rCoreSet ); 41 …pOLV, ESelection aSelection, const String &rLangText, bool bIsForSelection, SfxItemSet &rCoreSet ); 42 extern void SetLanguage_None( SwWrtShell &rWrtSh, bool bIsForSelection, SfxItemSet &rCoreSet ); 44 … &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool bIsForSelection, SfxItemSet &rCoreSet );
|
| /trunk/main/sw/source/ui/chrdlg/ |
| H A D | chardlg.cxx | 97 SwCharDlg::SwCharDlg(Window* pParent, SwView& rVw, const SfxItemSet& rCoreSet, in SwCharDlg() argument 99 SfxTabDialog(pParent, SW_RES(DLG_CHAR), &rCoreSet, pStr != 0), in SwCharDlg() 190 const SfxItemSet& rCoreSet ) : in SwCharURLPage() argument 191 SfxTabPage( pParent, SW_RES( TP_CHAR_URL ), rCoreSet ), in SwCharURLPage() 219 if(SFX_ITEM_SET == rCoreSet.GetItemState(SID_HTML_MODE, sal_False, &pItem) || in SwCharURLPage()
|
| H A D | pardlg.cxx | 68 const SfxItemSet& rCoreSet, in SwParaDlg() argument 75 &rCoreSet, 0 != pTitle), in SwParaDlg() 126 sal_uInt16 nWhich(rCoreSet.GetPool()->GetWhich(SID_ATTR_LRSPACE)); in SwParaDlg() 127 sal_Bool bLRValid = SFX_ITEM_AVAILABLE <= rCoreSet.GetItemState(nWhich); in SwParaDlg()
|
| /trunk/main/sw/source/ui/utlui/ |
| H A D | uitool.cxx | 582 void SwToSfxPageDescAttr( SfxItemSet& rCoreSet ) in SwToSfxPageDescAttr() argument 588 switch( rCoreSet.GetItemState( RES_PAGEDESC, sal_True, &pItem ) ) in SwToSfxPageDescAttr() 597 rCoreSet.ClearItem( RES_PAGEDESC ); in SwToSfxPageDescAttr() 609 rCoreSet.Put( aPageNum ); in SwToSfxPageDescAttr() 612 rCoreSet.Put( SvxPageModelItem( aName, sal_True, SID_ATTR_PARA_MODEL ) ); in SwToSfxPageDescAttr()
|
| /trunk/main/sw/source/ui/frmdlg/ |
| H A D | frmdlg.cxx | 65 const SfxItemSet& rCoreSet, in SwFrmDlg() argument 72 SfxTabDialog(pViewFrame, pParent, SW_RES(nResType), &rCoreSet, pStr != 0), in SwFrmDlg() 75 m_rSet(rCoreSet), in SwFrmDlg()
|
| /trunk/main/filter/source/pdf/ |
| H A D | impdialog.cxx | 414 const SfxItemSet& rCoreSet in ImpPDFTabGeneralPage() argument 416 SfxTabPage( pParent, PDFFilterResId( RID_PDF_TAB_GENER ), rCoreSet ), in ImpPDFTabGeneralPage() 752 const SfxItemSet& rCoreSet ) : in ImpPDFTabOpnFtrPage() argument 753 SfxTabPage( pParent, PDFFilterResId( RID_PDF_TAB_OPNFTR ), rCoreSet ), in ImpPDFTabOpnFtrPage() 925 const SfxItemSet& rCoreSet ) : in ImpPDFTabViewerPage() argument 926 SfxTabPage( pParent, PDFFilterResId( RID_PDF_TAB_VPREFER ), rCoreSet ), in ImpPDFTabViewerPage() 1275 const SfxItemSet& rCoreSet ) : in ImpPDFTabLinksPage() argument 1276 SfxTabPage( pParent, PDFFilterResId( RID_PDF_TAB_LINKS ), rCoreSet ), in ImpPDFTabLinksPage()
|
| /trunk/main/sw/source/ui/dialog/ |
| H A D | swdlgfact.cxx | 808 …y_Impl::CreateSwCharDlg(Window* pParent, SwView& pVw, const SfxItemSet& rCoreSet, int nResId, // a… in CreateSwCharDlg() argument 816 pDlg = new SwCharDlg( pParent, pVw, rCoreSet, pFmtStr, bIsDrwTxtDlg ); in CreateSwCharDlg() 988 const SfxItemSet& rCoreSet , in CreateSwParaDlg() argument 999 pDlg = new SwParaDlg( pParent, rVw, rCoreSet,nDialogMode, pCollName, bDraw, nDefPage ); in CreateSwParaDlg() 1268 const SfxItemSet& rCoreSet, in CreateFrmTabDialog() argument 1281 … pDlg = new SwFrmDlg( pFrame, pParent, rCoreSet, bNewFrm, nResType, bFmt, nDefPage, pFmtStr ); in CreateFrmTabDialog()
|
| /trunk/main/sw/source/ui/config/ |
| H A D | optpage.cxx | 95 const SfxItemSet& rCoreSet ) : in SwContentOptPage() argument 96 SfxTabPage( pParent, SW_RES( TP_CONTENT_OPT ), rCoreSet ), in SwContentOptPage() 125 if(SFX_ITEM_SET == rCoreSet.GetItemState(SID_HTML_MODE, sal_False, &pItem ) in SwContentOptPage() 322 const SfxItemSet& rCoreSet) : in SwAddPrinterTabPage() argument 323 SfxTabPage( pParent, SW_RES( TP_OPTPRINT_PAGE ), rCoreSet), in SwAddPrinterTabPage() 382 if(SFX_ITEM_SET == rCoreSet.GetItemState(SID_HTML_MODE, sal_False, &pItem ) in SwAddPrinterTabPage() 448 sal_Bool SwAddPrinterTabPage::FillItemSet( SfxItemSet& rCoreSet ) in FillItemSet() argument 482 rCoreSet.Put(aAddPrinterAttr); in FillItemSet() 2484 const SfxItemSet& rCoreSet) : in SwTestTabPage() argument 2485 SfxTabPage( pParent, WB_HIDE, rCoreSet), in SwTestTabPage() [all …]
|
| /trunk/main/sw/source/ui/fldui/ |
| H A D | flddinf.cxx | 70 SwFldDokInfPage::SwFldDokInfPage(Window* pWindow, const SfxItemSet& rCoreSet ) : in SwFldDokInfPage() argument 71 SwFldPage( pWindow, SW_RES( TP_FLD_DOKINF ), rCoreSet ), in SwFldDokInfPage() 97 SFX_ITEMSET_ARG( &rCoreSet, pItem, SfxUnoAnyItem, SID_DOCINFO, sal_False ); in SwFldDokInfPage()
|
| /trunk/main/cui/source/inc/ |
| H A D | backgrnd.hxx | 80 SvxBackgroundTabPage( Window* pParent, const SfxItemSet& rCoreSet ); 147 sal_Bool FillItemSetWithWallpaperItem( SfxItemSet& rCoreSet, sal_uInt16 nSlot);
|