Home
last modified time | relevance | path

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

1234567

/trunk/main/sfx2/inc/sfx2/
H A Dunoctitm.hxx180 SfxMapUnit GetCoreMetric( SfxItemPool& rPool, sal_uInt16 nSlot );
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx2919 SfxItemPool& rPool = pShell->GetPool(); in QueryState() local
2920 sal_uInt16 nWhich = rPool.GetWhich( nSID ); in QueryState()
2921 if ( rPool.GetMetric( nWhich ) == SFX_MAPUNIT_TWIP ) in QueryState()
/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/source/filter/ww8/
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()
H A Dww8atr.cxx5281 const SfxItemPool& rPool = *rSet.GetPool(); in OutputStyleItemSet() local
5313 *pItem != rPool.GetDefaultItem( nWhich ) || in OutputStyleItemSet()
/trunk/main/sc/source/core/data/
H A Dstlpool.cxx154 ((ScDocumentPool&)rPool).StyleDeleted((ScStyleSheet*)pStyle); in Remove()
/trunk/main/svx/source/unodraw/
H A Dunoprov.cxx1004 …mPropertySet* SvxUnoPropertyMapProvider::GetPropertySet(sal_uInt16 nPropertyId, SfxItemPool& rPool) in GetPropertySet() argument
1007 aSetArr[nPropertyId] = new SvxItemPropertySet( GetMap( nPropertyId ), rPool ); in GetPropertySet()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx1372 const SfxItemPool& rPool = pDoc->GetAttrPool(); in setPropertyValue() local
1373 const SfxMapUnit eMapUnit(rPool.GetMetric(pEntry->nWID)); in setPropertyValue()
2317 const SfxItemPool& rPool = pDoc->GetAttrPool(); in getPropertyValue() local
2318 const SfxMapUnit eMapUnit(rPool.GetMetric(pEntry->nWID)); in getPropertyValue()
/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 Dsvdattr.cxx332 SdrItemPool::SdrItemPool(const SdrItemPool& rPool) in SdrItemPool() argument
333 : XOutdevItemPool(rPool) in SdrItemPool()
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/txtnode/
H A Dndtxt.cxx839 void SwTxtNode::NewAttrSet( SwAttrPool& rPool ) in NewAttrSet() argument
842 SwAttrSet aNewAttrSet( rPool, aTxtNodeSetRange ); in NewAttrSet()

Completed in 299 milliseconds

1234567