Home
last modified time | relevance | path

Searched refs:xSheetGlob (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/oox/source/xls/
H A Dworkbookfragment.cxx258 … 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()
[all …]
H A Dpivotcachefragment.cxx209 …WorksheetGlobalsRef xSheetGlob = WorksheetHelper::constructGlobals( *this, ISegmentProgressBarRef(… in finalizeImport() local
210 if( xSheetGlob.get() ) in finalizeImport()
211 … importOoxFragment( new PivotCacheRecordsFragment( *xSheetGlob, aRecFragmentPath, mrPivotCache ) ); in finalizeImport()
378 …WorksheetGlobalsRef xSheetGlob = WorksheetHelper::constructGlobals( *this, ISegmentProgressBarRef(… in importFragment() local
379 if( xSheetGlob.get() ) in importFragment()
381 BiffPivotCacheRecordsContext aContext( *xSheetGlob, mrPivotCache ); in importFragment()
H A Dworksheethelper.cxx1390 …WorksheetGlobalsRef xSheetGlob( new WorksheetGlobals( rHelper, rxProgressBar, eSheetType, nSheet )… in constructGlobals() local
1391 if( !xSheetGlob->isValidSheet() ) in constructGlobals()
1392 xSheetGlob.reset(); in constructGlobals()
1393 return xSheetGlob; in constructGlobals()

Completed in 42 milliseconds