Searched refs:xPoolHelper (Results 1 – 9 of 9) sorted by relevance
237 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()
169 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()
1389 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 …]
142 ScCellFormat::GetString( pCell, nNumberFormat, aStr, &pColor, *xPoolHelper->GetFormTable() ); in GetCellScriptType()176 sal_uLong nFormat = pPattern->GetNumberFormat( xPoolHelper->GetFormTable(), pCondSet ); in GetScriptType()
130 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()
1877 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()
165 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in FillInfo()166 ScStyleSheetPool* pStlPool = xPoolHelper->GetStylePool(); in FillInfo()
629 SfxStyleSheetBase* pStyleSheet = xPoolHelper->GetStylePool()->Find( in GetEffItem()653 …SfxStyleSheetBase* pStyleSheet = xPoolHelper->GetStylePool()->Find( aStyle, SFX_STYLE_FAMILY_PARA … in GetCondResult()
255 vos::ORef<ScPoolHelper> xPoolHelper; member in ScDocument
Completed in 152 milliseconds