Lines Matching refs:xSheetGlob
257 …WorksheetGlobalsRef xSheetGlob = WorksheetHelper::constructGlobals( *this, xSheetSegment, eSheetTy… in finalizeImport() local
258 … OSL_ENSURE( xSheetGlob.get(), "WorkbookFragment::finalizeImport - missing sheet in document" ); in finalizeImport()
259 if( xSheetGlob.get() ) in finalizeImport()
268 … xFragment.set( new WorksheetFragment( *xSheetGlob, aFragmentPath ) ); in finalizeImport()
271 … xFragment.set( new ChartsheetFragment( *xSheetGlob, aFragmentPath ) ); in finalizeImport()
279 … aSheetFragments.push_back( SheetFragmentHandler( xSheetGlob, xFragment.get() ) ); in finalizeImport()
734 …WorksheetGlobalsRef xSheetGlob = WorksheetHelper::constructGlobals( *this, xSheetProgress, eSheetT… in importSheetFragment() local
735 …OSL_ENSURE( xSheetGlob.get(), "BiffWorkbookFragment::importSheetFragment - missing sheet in docume… in importSheetFragment()
736 if( !xSheetGlob.get() ) in importSheetFragment()
746 xFragment.reset( new BiffWorksheetFragment( *xSheetGlob, *this ) ); in importSheetFragment()
749 xFragment.reset( new BiffChartsheetFragment( *xSheetGlob, *this ) ); in importSheetFragment()
753 xFragment.reset( new BiffSkipWorksheetFragment( *xSheetGlob, *this ) ); in importSheetFragment()