Home
last modified time | relevance | path

Searched refs:GetDocPool (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/sc/source/core/data/
H A Ddocumen9.cxx171 ScDocumentPool* pLocalPool = xPoolHelper->GetDocPool(); in InitDrawLayer()
277 ScDocumentPool* pLocalPool = xPoolHelper->GetDocPool(); in IMPL_LINK_INLINE_END()
732 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in UpdateFontCharSet()
H A Ddocument.cxx1890 xPoolHelper->GetDocPool() == pClipDoc->xPoolHelper->GetDocPool(); in IsClipboardSource()
3928 return &xPoolHelper->GetDocPool()->GetDefaultItem( nWhich ); in GetAttr()
4302 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in HasAttrib()
4330 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in HasAttrib()
4934 SfxItemPoolCache aCache( xPoolHelper->GetDocPool(), pSet ); in ApplySelectionPattern()
4981 return (ScPatternAttr*) &xPoolHelper->GetDocPool()->GetDefaultItem(ATTR_PATTERN); in GetDefPattern()
4987 return xPoolHelper->GetDocPool(); in GetPool()
5045 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in UpdStlShtPtrsFrmNms()
5063 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in StylesToNames()
H A Ddocumen3.cxx1906 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in SetLanguage()
2015 &xPoolHelper->GetDocPool()->GetDefaultItem( ATTR_MERGE ); in RemoveMerge()
H A Dfillinfo.cxx165 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in FillInfo()
H A Ddocumen8.cxx130 new SfxItemSet( *xPoolHelper->GetDocPool(), in GetPrinter()
/AOO42X/main/sc/source/core/inc/
H A Dpoolhelp.hxx60 ScDocumentPool* GetDocPool() const { return pDocPool; } in GetDocPool() function in ScPoolHelper