Home
last modified time | relevance | path

Searched refs:rPool (Results 1 – 25 of 162) sorted by last modified time

1234567

/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/sw/source/ui/ribbar/
H A Dconcustomshape.cxx165 SfxItemPool& rPool = aFormModel.GetItemPool(); in SetAttributes() local
166 rPool.FreezeIdRanges(); in SetAttributes()
/trunk/main/svx/source/table/
H A Dcell.cxx116 SfxItemSet& CreateObjectSpecificItemSet(SfxItemPool& rPool);
143 SfxItemSet& CellProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet() argument
145 return *(new SfxItemSet(rPool, in CreateObjectSpecificItemSet()
H A Dsvdotable.cxx98 SfxItemSet& CreateObjectSpecificItemSet(SfxItemPool& rPool);
144 SfxItemSet& TableProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet() argument
146 return *(new SfxItemSet(rPool, in CreateObjectSpecificItemSet()
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx2161 static SfxItemSet CreatePaintSet( const sal_uInt16 *pRanges, SfxItemPool& rPool, const SfxItemSet& … in CreatePaintSet() argument
2163 SfxItemSet aPaintSet( rPool, pRanges ); in CreatePaintSet()
H A Dsvddrgmt.cxx3963 SfxItemPool& rPool = getSdrDragView().GetModel()->GetItemPool(); in EndSdrDrag() local
3964 SfxItemSet aSet( rPool, SDRATTR_GRAFCROP, SDRATTR_GRAFCROP ); in EndSdrDrag()
/trunk/main/sw/source/core/view/
H A Dvprint.cxx381 const SfxItemPool& rPool = GetAttrPool(); in FillPrtDoc() local
383 if( 0 != ( pCpyItem = rPool.GetPoolDefaultItem( nWh ) ) ) in FillPrtDoc()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx5281 const SfxItemPool& rPool = *rSet.GetPool(); in OutputStyleItemSet() local
5313 *pItem != rPool.GetDefaultItem( nWhich ) || in OutputStyleItemSet()
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 Dwrtw8nds.cxx764 const SfxItemPool &rPool = pPool ? *pPool : m_rWW8Export.pDoc->GetAttrPool(); in StartRuby() local
766 const SvxFontItem &rFont = DefaultItemGet< SvxFontItem >( rPool, in StartRuby()
771 ( rPool, GetWhichOfScript( RES_CHRATR_FONTSIZE, nRubyScript ) ); in StartRuby()
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx51 SfxItemSet& TextProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet() argument
53 return *(new SfxItemSet(rPool, in CreateObjectSpecificItemSet()
/trunk/main/sd/source/ui/view/
H A Ddrtxtob1.cxx597 SfxItemPool& rPool = mpView->GetDoc()->GetPool(); in Execute() local
598 SvxScriptSetItem aSvxScriptSetItem( nSlot, rPool ); in Execute()
599 … aSvxScriptSetItem.PutItemForScriptType( nScriptType, pArgs->Get( rPool.GetWhich( nSlot ) ) ); in Execute()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx889 SfxItemPool& rPool = GetPool(); in ExecuteAttr() local
890 SvxScriptSetItem aSetItem( nSlot, rPool ); in ExecuteAttr()
891 sal_uInt16 nWhich = rPool.GetWhich( nSlot ); in ExecuteAttr()
/trunk/main/sc/source/ui/view/
H A Deditsh.cxx851 SfxItemPool& rPool = GetPool(); in ExecuteAttr() local
852 SvxScriptSetItem aSetItem( nSlot, rPool ); in ExecuteAttr()
853 sal_uInt16 nWhich = rPool.GetWhich( nSlot ); in ExecuteAttr()
878 SfxItemPool& rPool = GetPool(); in ExecuteAttr() local
881 SvxScriptSetItem aOldSetItem( nSlot, rPool ); in ExecuteAttr()
887 SvxScriptSetItem aSetItem( nSlot, rPool ); in ExecuteAttr()
901 SfxItemPool& rPool = GetPool(); in ExecuteAttr() local
904 SvxScriptSetItem aOldSetItem( nSlot, rPool ); in ExecuteAttr()
910 SvxScriptSetItem aSetItem( nSlot, rPool ); in ExecuteAttr()
/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
H A Deditobj2.hxx158 ContentInfo( SfxItemPool& rPool );
H A Deditdoc.cxx262 EditCharAttrib* MakeCharAttrib( SfxItemPool& rPool, const SfxPoolItem& rAttr, sal_uInt16 nS, sal_uI… in MakeCharAttrib() argument
265 const SfxPoolItem& rNew = rPool.Put( rAttr ); in MakeCharAttrib()
703 ContentNode::ContentNode( SfxItemPool& rPool ) : aContentAttribs( rPool ) in ContentNode() argument
953 void ContentNode::CopyAndCutAttribs( ContentNode* pPrevNode, SfxItemPool& rPool, sal_Bool bKeepEndi… in CopyAndCutAttribs() argument
973 EditCharAttrib* pNewAttrib = MakeCharAttrib( rPool, *(pAttrib->GetItem()), 0, 0 ); in CopyAndCutAttribs()
982 …EditCharAttrib* pNewAttrib = MakeCharAttrib( rPool, *(pAttrib->GetItem()), 0, pAttrib->GetEnd()-nC… in CopyAndCutAttribs()
1118 ContentAttribs::ContentAttribs( SfxItemPool& rPool ) : in ContentAttribs() argument
1119 aAttribSet( rPool, EE_PARA_START, EE_CHAR_END ) in ContentAttribs()
H A Deditdbg.cxx65 ByteString DbgOutItem( const SfxItemPool& rPool, const SfxPoolItem& rItem ) in DbgOutItem() argument
208 SfxMapUnit eUnit = rPool.GetMetric( rItem.Which() ); in DbgOutItem()
278 SfxMapUnit eUnit = rPool.GetMetric( rItem.Which() ); in DbgOutItem()
331 const SfxItemPool& rPool = *pEE->GetEmptyItemSet().GetPool(); in ShowEditEngineData() local
367 ByteString aDebStr = DbgOutItem( rPool, *pAttr->GetItem() ); in ShowEditEngineData()
H A Deditdoc.hxx55 EditCharAttrib* MakeCharAttrib( SfxItemPool& rPool, const SfxPoolItem& rAttr, sal_uInt16 nS, sal_uI…
267 …void CopyAndCutAttribs( ContentNode* pPrevNode, SfxItemPool& rPool, sal_Bool bKeepEndingAttribs …
/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/svx/source/toolbars/
H A Dfontworkbar.cxx383 SfxItemPool& rPool = aFormModel.GetItemPool(); in GetGeometryForCustomShape() local
384 rPool.FreezeIdRanges(); in GetGeometryForCustomShape()
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx1808 const SfxItemPool &rPool = pPage->GetFmt()->GetDoc()->GetAttrPool(); in GetVirtPageNum() local
1810 sal_uInt32 nMaxItems = rPool.GetItemCount2( RES_PAGEDESC ); in GetVirtPageNum()
1813 if( 0 == (pItem = rPool.GetItem2( RES_PAGEDESC, n ) )) in GetVirtPageNum()
/trunk/main/sw/inc/
H A Dshellio.hxx437 void _AddFontItem( SfxItemPool& rPool, const SvxFontItem& rFont );
438 void _AddFontItems( SfxItemPool& rPool, sal_uInt16 nWhichId );
/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/svl/source/items/
H A Dstyle.cxx135 : rPool( r ) in SfxStyleSheetBase()
152 , rPool( r.rPool ) in SfxStyleSheetBase()
186 , rPool( implGetStaticPool() ) in SfxStyleSheetBase()
229 rPool.SetSearchMask(nFamily); in SetName()
595 , rPool(r) in SfxStyleSheetBasePool()
610 , rPool(r.rPool) in SfxStyleSheetBasePool()
898 if ( !rPool.IsVer2_Impl() ) in Load()
912 aAppName = rPool.GetName(); in Load()
1002 aAppName = rPool.GetName(); in Load1_Impl()
1241 return rPool; in GetPool()
[all …]

Completed in 164 milliseconds

1234567