Home
last modified time | relevance | path

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

/aoo4110/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 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()
3937 return &xPoolHelper->GetDocPool()->GetDefaultItem( nWhich ); in GetAttr()
4311 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in HasAttrib()
4339 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in HasAttrib()
4996 return xPoolHelper->GetDocPool(); in GetPool()
5003 return xPoolHelper->GetStylePool(); in GetStyleSheetPool()
5054 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()
H A Ddocumen9.cxx703 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in UpdateFontCharSet()
/aoo4110/main/sc/inc/
H A Ddocument.hxx255 vos::ORef<ScPoolHelper> xPoolHelper; member in ScDocument

Completed in 83 milliseconds