Home
last modified time | relevance | path

Searched refs:pSourcePool (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx905 SfxStyleSheetBasePool *pSourcePool = rSource.GetStyleSheetPool(); in LoadStyles() local
906 DBG_ASSERT(pSourcePool, "Source-DocumentShell ohne StyleSheetPool"); in LoadStyles()
909 pSourcePool->SetSearchMask(SFX_STYLE_FAMILY_ALL, 0xffff); in LoadStyles()
910 Styles_Impl *pFound = new Styles_Impl[pSourcePool->Count()]; in LoadStyles()
913 SfxStyleSheetBase *pSource = pSourcePool->First(); in LoadStyles()
927 pSource = pSourcePool->Next(); in LoadStyles()
/trunk/main/editeng/source/editeng/
H A Deditdoc2.cxx498 const SfxItemPool* pSourcePool = rSource.GetPool(); in ConvertAndPutItems() local
509 sal_uInt16 nW = pSourcePool->GetTrueWhich( nSlot ); in ConvertAndPutItems()
516 …MapUnit eSourceUnit = pSourceUnit ? *pSourceUnit : (MapUnit)pSourcePool->GetMetric( nSourceWhich ); in ConvertAndPutItems()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh6.cxx289 ScStyleSheetPool* pSourcePool = rSource.GetDocument()->GetStyleSheetPool(); in LoadStylesArgs() local
295 SfxStyleSheetIterator aIter( pSourcePool, eFamily ); in LoadStylesArgs()

Completed in 31 milliseconds