Home
last modified time | relevance | path

Searched refs:xPoolHelper (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx237 xPoolHelper = new ScPoolHelper( this ); in ScDocument()
465 if ( xPoolHelper.isValid() && !bIsClip ) in ~ScDocument()
466 xPoolHelper->SourceDocumentGone(); in ~ScDocument()
467 xPoolHelper.unbind(); in ~ScDocument()
493 xPoolHelper = pSourceDoc->xPoolHelper; in InitClipPtrs()
522 return xPoolHelper->GetFormTable(); in GetFormatTable()
527 return xPoolHelper->GetEditPool(); in GetEditPool()
532 return xPoolHelper->GetEnginePool(); in GetEnginePool()
H A Ddocumen9.cxx169 if(xPoolHelper.isValid()) in InitDrawLayer()
171 ScDocumentPool* pLocalPool = xPoolHelper->GetDocPool(); in InitDrawLayer()
275 if(xPoolHelper.isValid()) in IMPL_LINK_INLINE_END()
277 ScDocumentPool* pLocalPool = xPoolHelper->GetDocPool(); in IMPL_LINK_INLINE_END()
732 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in UpdateFontCharSet()
H A Ddocument.cxx1389 xPoolHelper = pSrcDoc->xPoolHelper; in InitUndoSelected()
1413 xPoolHelper = pSrcDoc->xPoolHelper; in InitUndo()
1892 return pClipDoc && pClipDoc->xPoolHelper.isValid() && in IsClipboardSource()
1893 xPoolHelper->GetDocPool() == pClipDoc->xPoolHelper->GetDocPool(); in IsClipboardSource()
3939 return &xPoolHelper->GetDocPool()->GetDefaultItem( nWhich ); in GetAttr()
4313 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in HasAttrib()
4341 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in HasAttrib()
4998 return xPoolHelper->GetDocPool(); in GetPool()
5005 return xPoolHelper->GetStylePool(); in GetStyleSheetPool()
5056 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in UpdStlShtPtrsFrmNms()
[all …]
H A Ddocumen6.cxx142 ScCellFormat::GetString( pCell, nNumberFormat, aStr, &pColor, *xPoolHelper->GetFormTable() ); in GetCellScriptType()
176 sal_uLong nFormat = pPattern->GetNumberFormat( xPoolHelper->GetFormTable(), pCondSet ); in GetScriptType()
H A Ddocumen8.cxx130 new SfxItemSet( *xPoolHelper->GetDocPool(), in GetPrinter()
319 xPoolHelper->GetStylePool()->CopyStdStylesFrom( pSrcDoc->xPoolHelper->GetStylePool() ); in CopyStdStylesFrom()
397 SfxStyleSheetBase* pStyle = xPoolHelper->GetStylePool()->Find( aStyleName, SFX_STYLE_FAMILY_PAGE ); in GetEditTextDirection()
483 ScStyleSheetPool* pStylePool = xPoolHelper->GetStylePool(); in IdleCalcTextWidth()
H A Ddocumen3.cxx1877 xPoolHelper->SetFormTableOpt(rOpt); in SetDocOptions()
1904 if ( xPoolHelper.isValid() ) in SetLanguage()
1906 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in SetLanguage()
2015 &xPoolHelper->GetDocPool()->GetDefaultItem( ATTR_MERGE ); in RemoveMerge()
H A Dfillinfo.cxx165 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in FillInfo()
166 ScStyleSheetPool* pStlPool = xPoolHelper->GetStylePool(); in FillInfo()
H A Ddocumen4.cxx629 SfxStyleSheetBase* pStyleSheet = xPoolHelper->GetStylePool()->Find( in GetEffItem()
653 …SfxStyleSheetBase* pStyleSheet = xPoolHelper->GetStylePool()->Find( aStyle, SFX_STYLE_FAMILY_PARA … in GetCondResult()
/trunk/main/sc/inc/
H A Ddocument.hxx255 vos::ORef<ScPoolHelper> xPoolHelper; member in ScDocument

Completed in 92 milliseconds