| /AOO41X/main/sc/source/ui/pagedlg/ |
| H A D | tptable.cxx | 76 SfxItemSet& rCoreSet, 81 SfxItemSet& rCoreSet, 89 SfxItemSet& rCoreSet, 97 SfxItemSet& rCoreSet, 192 SfxTabPage* ScTablePage::Create( Window* pParent, const SfxItemSet& rCoreSet ) in Create() argument 194 return ( new ScTablePage( pParent, rCoreSet ) ); in Create() 199 void ScTablePage::Reset( const SfxItemSet& rCoreSet ) in Reset() argument 201 sal_Bool bTopDown = GET_BOOL( SID_SCATTR_PAGE_TOPDOWN, rCoreSet ); in Reset() 207 aBtnNotes .Check( GET_BOOL(SID_SCATTR_PAGE_NOTES,rCoreSet) ); in Reset() 208 aBtnGrid .Check( GET_BOOL(SID_SCATTR_PAGE_GRID,rCoreSet) ); in Reset() [all …]
|
| H A D | scuitphfedit.cxx | 209 #define IS_AVAILABLE(w)(rCoreSet.GetItemState( (w) ) >= SFX_ITEM_AVAILABLE) 211 void __EXPORT ScHFEditPage::Reset( const SfxItemSet& rCoreSet ) in Reset() argument 215 const ScPageHFItem& rItem = (const ScPageHFItem&)(rCoreSet.Get( nWhich )); in Reset() 232 sal_Bool __EXPORT ScHFEditPage::FillItemSet( SfxItemSet& rCoreSet ) in FillItemSet() argument 246 rCoreSet.Put( aItem ); in FillItemSet() 942 ScRightHeaderEditPage::ScRightHeaderEditPage( Window* pParent, const SfxItemSet& rCoreSet ) in ScRightHeaderEditPage() argument 943 : ScHFEditPage( pParent, RID_SCPAGE_HFED_HR, rCoreSet, in ScRightHeaderEditPage() 944 rCoreSet.GetPool()->GetWhich(SID_SCATTR_PAGE_HEADERRIGHT ), true ) in ScRightHeaderEditPage() 954 SfxTabPage* __EXPORT ScRightHeaderEditPage::Create( Window* pParent, const SfxItemSet& rCoreSet ) in Create() argument 955 { return ( new ScRightHeaderEditPage( pParent, rCoreSet ) ); }; in Create() [all …]
|
| H A D | hfedtdlg.cxx | 62 const SfxItemSet& rCoreSet, in ScHFEditDlg() argument 65 : SfxTabDialog( pFrameP, pParent, ScResId( nResIdP ), &rCoreSet ) in ScHFEditDlg() 67 eNumType = ((const SvxPageItem&)rCoreSet.Get(ATTR_PAGE)).GetNumType(); in ScHFEditDlg() 131 rCoreSet.Get( in ScHFEditDlg() 132 rCoreSet.GetPool()->GetWhich(SID_ATTR_PAGE) ); in ScHFEditDlg() 146 sal_Bool bShareHeader = IS_SHARE_HEADER(rCoreSet); in ScHFEditDlg() 152 sal_Bool bShareFooter = IS_SHARE_FOOTER(rCoreSet); in ScHFEditDlg()
|
| H A D | tphf.cxx | 292 SfxTabPage* __EXPORT ScHeaderPage::Create( Window* pParent, const SfxItemSet& rCoreSet ) in Create() argument 294 return ( new ScHeaderPage( pParent, rCoreSet ) ); in Create() 315 SfxTabPage* __EXPORT ScFooterPage::Create( Window* pParent, const SfxItemSet& rCoreSet ) in Create() argument 317 return ( new ScFooterPage( pParent, rCoreSet ) ); in Create()
|
| /AOO41X/main/sc/source/ui/optdlg/ |
| H A D | tpview.cxx | 144 const SfxItemSet& rCoreSet ) in Create() argument 146 return new ScTpContentOptions(pParent, rCoreSet); in Create() 151 sal_Bool ScTpContentOptions::FillItemSet( SfxItemSet& rCoreSet ) in FillItemSet() argument 177 rCoreSet.Put(ScTpViewItem(SID_SCVIEWOPTIONS, *pLocalOptions)); in FillItemSet() 182 rCoreSet.Put(SfxBoolItem(SID_SC_INPUT_RANGEFINDER, aRangeFindCB.IsChecked())); in FillItemSet() 187 rCoreSet.Put(SfxBoolItem(SID_SC_OPT_SYNCZOOM, aSyncZoomCB.IsChecked())); in FillItemSet() 198 void ScTpContentOptions::Reset( const SfxItemSet& rCoreSet ) in Reset() argument 201 if(SFX_ITEM_SET == rCoreSet.GetItemState(SID_SCVIEWOPTIONS, sal_False , &pItem)) in Reset() 230 if(SFX_ITEM_SET == rCoreSet.GetItemState(SID_SC_INPUT_RANGEFINDER, sal_False, &pItem)) in Reset() 232 if(SFX_ITEM_SET == rCoreSet.GetItemState(SID_SC_OPT_SYNCZOOM, sal_False, &pItem)) in Reset() [all …]
|
| H A D | tpprint.cxx | 86 void ScTpPrintOptions::Reset( const SfxItemSet& rCoreSet ) in Reset() argument 91 if(SFX_ITEM_SET == rCoreSet.GetItemState(SID_SCPRINTOPTIONS, sal_False , &pItem)) in Reset() 99 if ( SFX_ITEM_SET == rCoreSet.GetItemState( SID_PRINT_SELECTEDSHEET, sal_False , &pItem ) ) in Reset()
|
| /AOO41X/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 | 41 const SfxItemSet& rCoreSet, in SvxBorderBackgroundDlg() argument 44 SfxTabDialog( pParent, CUI_RES( RID_SVXDLG_BBDLG ), &rCoreSet ), in SvxBorderBackgroundDlg()
|
| /AOO41X/main/sw/source/ui/shells/ |
| H A D | langhelper.cxx | 241 …Language( SwWrtShell &rWrtSh, const String &rLangText, bool bIsForSelection, SfxItemSet &rCoreSet ) in SetLanguage() argument 243 SetLanguage( rWrtSh, 0 , ESelection(), rLangText, bIsForSelection, rCoreSet ); in SetLanguage() 246 … pOLV, ESelection aSelection, const String &rLangText, bool bIsForSelection, SfxItemSet &rCoreSet ) in SetLanguage() argument 278 rCoreSet.Put( SvxLanguageItem( nLang, nLangWhichId )); in SetLanguage() 279 pEditEngine->QuickSetAttribs( rCoreSet, aSelection); in SetLanguage() 283 rWrtSh.GetCurAttr( rCoreSet ); in SetLanguage() 284 rCoreSet.Put( SvxLanguageItem( nLang, nLangWhichId )); in SetLanguage() 285 rWrtSh.SetAttrSet( rCoreSet ); in SetLanguage() 307 void SetLanguage_None( SwWrtShell &rWrtSh, bool bIsForSelection, SfxItemSet &rCoreSet ) in SetLanguage_None() argument 309 SetLanguage_None( rWrtSh,0,ESelection(),bIsForSelection,rCoreSet ); in SetLanguage_None() [all …]
|
| /AOO41X/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 | 97 const SfxItemSet& rCoreSet ); 98 virtual sal_Bool FillItemSet ( SfxItemSet& rCoreSet ); 99 virtual void Reset ( const SfxItemSet& rCoreSet ); 153 const SfxItemSet& rCoreSet ); 154 virtual sal_Bool FillItemSet ( SfxItemSet& rCoreSet ); 155 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 );
|
| /AOO41X/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 );
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/sw/source/ui/utlui/ |
| H A D | uitool.cxx | 568 void SwToSfxPageDescAttr( SfxItemSet& rCoreSet ) in SwToSfxPageDescAttr() argument 574 switch( rCoreSet.GetItemState( RES_PAGEDESC, sal_True, &pItem ) ) in SwToSfxPageDescAttr() 583 rCoreSet.ClearItem( RES_PAGEDESC ); in SwToSfxPageDescAttr() 595 rCoreSet.Put( aPageNum ); in SwToSfxPageDescAttr() 598 rCoreSet.Put( SvxPageModelItem( aName, sal_True, SID_ATTR_PARA_MODEL ) ); in SwToSfxPageDescAttr()
|
| /AOO41X/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()
|
| /AOO41X/main/sw/source/ui/dialog/ |
| H A D | swdlgfact.cxx | 810 …y_Impl::CreateSwCharDlg(Window* pParent, SwView& pVw, const SfxItemSet& rCoreSet, int nResId, // a… in CreateSwCharDlg() argument 818 pDlg = new SwCharDlg( pParent, pVw, rCoreSet, pFmtStr, bIsDrwTxtDlg ); in CreateSwCharDlg() 990 const SfxItemSet& rCoreSet , in CreateSwParaDlg() argument 1001 pDlg = new SwParaDlg( pParent, rVw, rCoreSet,nDialogMode, pCollName, bDraw, nDefPage ); in CreateSwParaDlg() 1270 const SfxItemSet& rCoreSet, in CreateFrmTabDialog() argument 1283 … pDlg = new SwFrmDlg( pFrame, pParent, rCoreSet, bNewFrm, nResType, bFmt, nDefPage, pFmtStr ); in CreateFrmTabDialog()
|
| /AOO41X/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() 126 if(SFX_ITEM_SET == rCoreSet.GetItemState(SID_HTML_MODE, sal_False, &pItem ) in SwContentOptPage() 325 const SfxItemSet& rCoreSet) : in SwAddPrinterTabPage() argument 326 SfxTabPage( pParent, SW_RES( TP_OPTPRINT_PAGE ), rCoreSet), in SwAddPrinterTabPage() 385 if(SFX_ITEM_SET == rCoreSet.GetItemState(SID_HTML_MODE, sal_False, &pItem ) in SwAddPrinterTabPage() 451 sal_Bool SwAddPrinterTabPage::FillItemSet( SfxItemSet& rCoreSet ) in FillItemSet() argument 485 rCoreSet.Put(aAddPrinterAttr); in FillItemSet() 2487 const SfxItemSet& rCoreSet) : in SwTestTabPage() argument 2488 SfxTabPage( pParent, WB_HIDE, rCoreSet), in SwTestTabPage() [all …]
|
| /AOO41X/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()
|
| /AOO41X/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);
|