Lines Matching refs:pRet
1904 SfxItemSet* pRet = 0; in CreateItemSet() local
1907 pRet = new SfxItemSet( GetPool(), in CreateItemSet()
1945 pRet->Put( SfxUInt16Item( SID_ATTR_METRIC, in CreateItemSet()
1949 pRet->Put( SfxUInt16Item( SID_ATTR_DEFTABSTOP, in CreateItemSet()
1951 pRet->Put( ScTpCalcItem( SID_SCDOCOPTIONS, aCalcOpt ) ); in CreateItemSet()
1954 pRet->Put( ScTpViewItem( SID_SCVIEWOPTIONS, aViewOpt ) ); in CreateItemSet()
1955 pRet->Put( SfxBoolItem( SID_SC_OPT_SYNCZOOM, GetAppOptions().GetSynchronizeZoom() ) ); in CreateItemSet()
1959 pRet->Put( SfxUInt16Item( SID_SC_INPUT_SELECTIONPOS, in CreateItemSet()
1961 pRet->Put( SfxBoolItem( SID_SC_INPUT_SELECTION, in CreateItemSet()
1963 pRet->Put( SfxBoolItem( SID_SC_INPUT_EDITMODE, in CreateItemSet()
1965 pRet->Put( SfxBoolItem( SID_SC_INPUT_FMT_EXPAND, in CreateItemSet()
1967 pRet->Put( SfxBoolItem( SID_SC_INPUT_RANGEFINDER, in CreateItemSet()
1969 pRet->Put( SfxBoolItem( SID_SC_INPUT_REF_EXPAND, in CreateItemSet()
1971 pRet->Put( SfxBoolItem( SID_SC_INPUT_MARK_HEADER, in CreateItemSet()
1973 pRet->Put( SfxBoolItem( SID_SC_INPUT_TEXTWYSIWYG, in CreateItemSet()
1975 pRet->Put( SfxBoolItem( SID_SC_INPUT_REPLCELLSWARN, in CreateItemSet()
1979 pRet->Put( ScTpPrintItem( SID_SCPRINTOPTIONS, GetPrintOptions() ) ); in CreateItemSet()
1983 pRet->Put( *pSvxGridItem ); in CreateItemSet()
1989 pRet->Put( aULItem ); in CreateItemSet()
1992 return pRet; in CreateItemSet()
2005 SfxTabPage* pRet = NULL; in CreateTabPage() local
2015 pRet = (*ScTpLayoutOptionsCreate) (pParent, rSet); in CreateTabPage()
2023 pRet = (*ScTpContentOptionsCreate)(pParent, rSet); in CreateTabPage()
2026 case SID_SC_TP_GRID: pRet = SvxGridTabPage::Create(pParent, rSet); break; in CreateTabPage()
2032 pRet = (*ScTpUserListsCreate)( pParent, rSet); in CreateTabPage()
2039 pRet = (*ScTpCalcOptionsCreate)(pParent, rSet); in CreateTabPage()
2046 pRet =(*ScRedlineOptionsTabPageCreate)(pParent, rSet); in CreateTabPage()
2053 pRet = (*ScTpPrintOptionsCreate)( pParent, rSet); in CreateTabPage()
2063 pRet = (*fnCreatePage)( pParent, rSet ); in CreateTabPage()
2068 DBG_ASSERT( pRet, "ScModule::CreateTabPage(): no valid ID for TabPage!" ); in CreateTabPage()
2070 return pRet; in CreateTabPage()