Searched refs:pEditPool (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sc/source/core/data/ |
H A D | poolhelp.cxx | 43 ,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()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | drwtxtex.cxx | 909 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()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlfonte.cxx | 101 const SfxItemPool* pEditPool(rExportP.GetDocument()->GetEditPool()); in ScXMLFontAutoStylePool_Impl() local 102 AddFontItems(aEditWhichIds, 3, pEditPool, sal_False); in ScXMLFontAutoStylePool_Impl()
|
/aoo42x/main/sc/source/core/inc/ |
H A D | poolhelp.hxx | 46 mutable SfxItemPool* pEditPool; // EditTextObjectPool member in ScPoolHelper
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtw8esh.cxx | 1033 : 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 D | ww8graf.cxx | 512 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 D | wrtww8.hxx | 1421 const SfxItemPool* pEditPool; member in MSWord_SdrAttrIter
|
Completed in 72 milliseconds