Home
last modified time | relevance | path

Searched refs:rPool (Results 76 – 100 of 162) sorted by relevance

1234567

/trunk/main/sw/source/core/docnode/
H A Dndnotxt.cxx72 void SwNoTxtNode::NewAttrSet( SwAttrPool& rPool ) in NewAttrSet() argument
75 SwAttrSet aNewAttrSet( rPool, aNoTxtNodeSetRange ); in NewAttrSet()
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.cxx576 const SfxItemPool& rPool = *pRichTextControl->getView().GetEmptyItemSet().GetPool(); in implCreateDispatcher() local
577 bSupportedSlot = rPool.IsInRange( rPool.GetWhich( _nSlotId ) ); in implCreateDispatcher()
/trunk/main/sd/source/ui/app/
H A Dsdmod2.cxx446 SfxItemPool& rPool = GetPool(); in CreateItemSet() local
447 rPool.SetDefaultMetric( SFX_MAPUNIT_100TH_MM ); in CreateItemSet()
449 SfxItemSet* pRet = new SfxItemSet( rPool, in CreateItemSet()
/trunk/main/sfx2/source/control/
H A Dsfxstatuslistener.cxx217 SfxSlotPool& rPool = SfxSlotPool::GetSlotPool( pViewFrame ); in statusChanged() local
218 const SfxSlot* pSlot = rPool.GetSlot( m_nSlotID ); in statusChanged()
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.hxx406 template<class T> const T & DefaultItemGet(const SfxItemPool &rPool, in DefaultItemGet() argument
409 return item_cast<T>(rPool.GetDefaultItem(eType)); in DefaultItemGet()
H A Dwrtw8sty.cxx379 const SfxItemPool& rPool = *rFmt.GetAttrSet().GetPool(); in SetStyleDefaults() local
381 aFlags[ n - RES_CHRATR_BEGIN ] = 0 != rPool.GetPoolDefaultItem( n ); in SetStyleDefaults()
772 const SfxItemPool& rPool = rDoc.GetAttrPool(); in InitFontTable() local
773 if (0 != (pFont = (const SvxFontItem*)rPool.GetPoolDefaultItem(RES_CHRATR_FONT))) in InitFontTable()
785 sal_uInt32 const nMaxItem = rPool.GetItemCount2( *pId ); in InitFontTable()
788 pFont = (const SvxFontItem*)rPool.GetItem2( *pId, nGet ); in InitFontTable()
/trunk/main/svx/source/xoutdev/
H A Dxpool.cxx187 XOutdevItemPool::XOutdevItemPool(const XOutdevItemPool& rPool) in XOutdevItemPool() argument
188 : SfxItemPool(rPool, sal_True), in XOutdevItemPool()
/trunk/main/chart2/source/view/main/
H A DChartItemPool.cxx186 ChartItemPool::ChartItemPool(const ChartItemPool& rPool): in ChartItemPool() argument
187 SfxItemPool(rPool) in ChartItemPool()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx2043 SfxItemPool& rPool = rSh.GetAttrPool(); in ExecTxtCtrl() local
2044 sal_uInt16 nWhich = rPool.GetWhich( nSlot ); in ExecTxtCtrl()
2068 pSSetItem = new SvxScriptSetItem( nSlot, rPool ); in ExecTxtCtrl()
2077 pSSetItem = new SvxScriptSetItem( nSlot, rPool ); in ExecTxtCtrl()
2207 SfxItemPool& rPool = *rSet.GetPool(); in GetTxtFontCtrlState() local
2208 SvxScriptSetItem aSetItem( rPool.GetSlotId( nWhich ), rPool ); in GetTxtFontCtrlState()
/trunk/main/svx/source/sdr/properties/
H A Dattributeproperties.cxx121 SfxItemSet& AttributeProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet() argument
123 return *(new SfxItemSet(rPool, in CreateObjectSpecificItemSet()
H A Dtextproperties.cxx51 SfxItemSet& TextProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet() argument
53 return *(new SfxItemSet(rPool, in CreateObjectSpecificItemSet()
/trunk/main/svx/source/table/
H A Dtablertfimporter.cxx76 …RTFCellInfo( SfxItemPool& rPool ) : maItemSet( rPool ), mnStartPara(0), mnParaCount(0), mnColSpan… in RTFCellInfo()
/trunk/main/extensions/source/preload/
H A Doemwiz.cxx81 SfxItemPool& rPool = SFX_APP()->GetPool(); in OEMPreloadDialog_Impl() local
82 pSet = new SfxItemSet(rPool, SID_FIELD_GRABFOCUS, SID_FIELD_GRABFOCUS); in OEMPreloadDialog_Impl()
/trunk/main/sd/inc/
H A Dstlsheet.hxx58 …SdStyleSheet( const rtl::OUString& rDisplayName, SfxStyleSheetBasePool& rPool, SfxStyleFamily eFam…
80 static SdStyleSheet* CreateEmptyUserStyle( SfxStyleSheetBasePool& rPool, SfxStyleFamily eFamily );
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx560 SfxSlotPool& rPool = SfxSlotPool::GetSlotPool( pViewFrame ); in statusChanged() local
561 const SfxSlot* pSlot = rPool.GetUnoSlot( rEvent.FeatureURL.Path ); in statusChanged()
1133 SfxSlotPool& rPool = SfxSlotPool::GetSlotPool( pViewFrame ); in statusChanged() local
1134 const SfxSlot* pSlot = rPool.GetUnoSlot( rEvent.FeatureURL.Path ); in statusChanged()
/trunk/main/sw/inc/
H A Dformat.hxx66 SwFmt( SwAttrPool& rPool, const sal_Char* pFmtNm,
68 SwFmt( SwAttrPool& rPool, const String &rFmtNm, const sal_uInt16* pWhichRanges,
H A Dunostyle.hxx213 SwXStyle(SfxStyleSheetBasePool& rPool, SfxStyleFamily eFam,
294 SwXFrameStyle(SfxStyleSheetBasePool& rPool, in SwXFrameStyle() argument
297 SwXStyle(rPool, SFX_STYLE_FAMILY_FRAME, pDoc, rStyleName){} in SwXFrameStyle()
323 SwXPageStyle(SfxStyleSheetBasePool& rPool, SwDocShell* pDocSh, SfxStyleFamily eFam,
/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx256 SwAttrPool& rPool = in _Seek() local
258 pSet = new SfxItemSet(rPool, RES_CHRATR_BEGIN, RES_CHRATR_END-1); in _Seek()
/trunk/main/editeng/source/editeng/
H A Deditobj.cxx138 XEditAttribute* MakeXEditAttribute( SfxItemPool& rPool, const SfxPoolItem& rItem, sal_uInt16 nStart… in MakeXEditAttribute() argument
141 const SfxPoolItem& rNew = rPool.Put( rItem ); in MakeXEditAttribute()
181 ContentInfo::ContentInfo( SfxItemPool& rPool ) : aParaAttribs( rPool, EE_PARA_START, EE_CHAR_END ) in ContentInfo() argument
/trunk/main/svx/source/form/
H A Dfmtextcontrolshell.cxx594 SfxItemPool& rPool = *_rSet.GetPool(); in transferFeatureStatesToItemSet() local
636 WhichId nWhich = rPool.GetWhich( nSlotId ); in transferFeatureStatesToItemSet()
637 bool bIsInPool = rPool.IsInRange( nWhich ); in transferFeatureStatesToItemSet()
/trunk/main/cui/source/dialogs/
H A Diconcdlg.cxx915 const sal_uInt16* IconChoiceDialog::GetInputRanges( const SfxItemPool& rPool ) in GetInputRanges() argument
947 if ( rPool.HasMap() ) in GetInputRanges()
953 aUS[i] = rPool.GetWhich( aUS[i] ); in GetInputRanges()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx251 SfxSlotPool& rPool = SfxSlotPool::GetSlotPool( pViewFrame ); in statusChanged() local
252 const SfxSlot* pSlot = rPool.GetUnoSlot( rEvent.FeatureURL.Path ); in statusChanged()
/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx438 SfxItemPool& rPool,
562 SfxItemPool& rPool,
/trunk/main/editeng/source/items/
H A Dtextitem.cxx3624 SvxScriptSetItem::SvxScriptSetItem( sal_uInt16 nSlotId, SfxItemPool& rPool ) in SvxScriptSetItem() argument
3625 : SfxSetItem( nSlotId, new SfxItemSet( rPool, in SvxScriptSetItem()
3746 const SfxItemPool& rPool = *rSet.GetPool(); in GetWhichIds() local
3748 rLatin = rPool.GetWhich( rLatin ); in GetWhichIds()
3749 rAsian = rPool.GetWhich( rAsian ); in GetWhichIds()
3750 rComplex = rPool.GetWhich( rComplex ); in GetWhichIds()
/trunk/main/basic/source/comp/
H A Ddim.cxx1002 SbiSymPool& rPool = pDef->GetParams(); in DefDeclare() local
1003 sal_uInt16 nParCount = rPool.GetSize(); in DefDeclare()
1015 SbiSymDef* pParDef = rPool.Get( i ); in DefDeclare()

Completed in 177 milliseconds

1234567