Home
last modified time | relevance | path

Searched refs:pEditPool (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx1033 : MSWordAttrIter( rWr ), pEditObj(&rEditObj), pEditPool(0), in MSWord_SdrAttrIter()
1051 pEditPool = aSet.GetPool(); in NextPara()
1168 const SfxItemPool* pSrcPool = pEditPool; in OutAttr()
1244 nWhich = sw::hack::TransformWhichBetweenPools(*pEditPool, in HasTextItem()
1291 const SfxItemPool* pSrcPool = pEditPool, in OutParaAttr()
H A Dww8graf.cxx512 SfxItemPool *pEditPool = rS.GetPool(); in InsertTxbxStyAttrs() local
517 0 != (nWhich = pEditPool->GetWhich(nSlotId)) && in InsertTxbxStyAttrs()
720 SfxItemPool *pEditPool = pS->GetPool(); in InsertAttrsAsDrawingAttrs() local
737 0 != (nWhich = pEditPool->GetWhich(nSlotId)) && in InsertAttrsAsDrawingAttrs()
H A Dwrtww8.hxx1421 const SfxItemPool* pEditPool; member in MSWord_SdrAttrIter
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtex.cxx909 SfxItemPool* pEditPool = aEditAttr.GetPool()->GetSecondaryPool(); in GetDrawTxtCtrlState() local
910 if( !pEditPool ) in GetDrawTxtCtrlState()
911 pEditPool = aEditAttr.GetPool(); in GetDrawTxtCtrlState()
912 SvxScriptSetItem aSetItem( nSlotId, *pEditPool ); in GetDrawTxtCtrlState()
/trunk/main/sc/source/filter/xml/
H A Dxmlfonte.cxx101 const SfxItemPool* pEditPool(rExportP.GetDocument()->GetEditPool()); in ScXMLFontAutoStylePool_Impl() local
102 AddFontItems(aEditWhichIds, 3, pEditPool, sal_False); in ScXMLFontAutoStylePool_Impl()
/trunk/main/sc/source/core/inc/
H A Dpoolhelp.hxx46 mutable SfxItemPool* pEditPool; // EditTextObjectPool member in ScPoolHelper
/trunk/main/sc/source/core/data/
H A Dpoolhelp.cxx43 ,pEditPool(NULL) in ScPoolHelper()
57 SfxItemPool::Free(pEditPool); in ~ScPoolHelper()
64 if ( !pEditPool ) in GetEditPool()
66 pEditPool = EditEngine::CreatePool(); in GetEditPool()
67 pEditPool->SetDefaultMetric( SFX_MAPUNIT_100TH_MM ); in GetEditPool()
68 pEditPool->FreezeIdRanges(); in GetEditPool()
69 pEditPool->SetFileFormatVersion( SOFFICE_FILEFORMAT_50 ); // used in ScGlobal::EETextObjEqual in GetEditPool()
71 return pEditPool; in GetEditPool()

Completed in 65 milliseconds