Lines Matching refs:reset

456                 mxStyles.reset( new StylesBuffer( *this ) );  in createBuffersPerSheet()
457 mxDefNames.reset( new DefinedNamesBuffer( *this ) ); in createBuffersPerSheet()
458 mxExtLinks.reset( new ExternalLinkBuffer( *this ) ); in createBuffersPerSheet()
466 mxExtLinks.reset( new ExternalLinkBuffer( *this ) ); in createBuffersPerSheet()
494 mxWorkbookSettings.reset( new WorkbookSettings( *this ) ); in initialize()
495 mxViewSettings.reset( new ViewSettings( *this ) ); in initialize()
496 mxWorksheets.reset( new WorksheetBuffer( *this ) ); in initialize()
497 mxTheme.reset( new ThemeBuffer( *this ) ); in initialize()
498 mxStyles.reset( new StylesBuffer( *this ) ); in initialize()
499 mxSharedStrings.reset( new SharedStringsBuffer( *this ) ); in initialize()
500 mxExtLinks.reset( new ExternalLinkBuffer( *this ) ); in initialize()
501 mxDefNames.reset( new DefinedNamesBuffer( *this ) ); in initialize()
502 mxTables.reset( new TableBuffer( *this ) ); in initialize()
503 mxScenarios.reset( new ScenarioBuffer( *this ) ); in initialize()
504 mxConnections.reset( new ConnectionsBuffer( *this ) ); in initialize()
505 mxPivotCaches.reset( new PivotCacheBuffer( *this ) ); in initialize()
506 mxPivotTables.reset( new PivotTableBuffer( *this ) ); in initialize()
508 mxUnitConverter.reset( new UnitConverter( *this ) ); in initialize()
509 mxAddrConverter.reset( new AddressConverter( *this ) ); in initialize()
510 mxChartConverter.reset( new ExcelChartConverter( *this ) ); in initialize()
511 mxPageSettConverter.reset( new PageSettingsConverter( *this ) ); in initialize()
531 …mxProgressBar.reset( new SegmentProgressBar( mrBaseFilter.getStatusIndicator(), CREATE_OUSTRING( "… in initialize()
532 mxFmlaParser.reset( new FormulaParser( *this ) ); in initialize()
537 …mxProgressBar.reset( new SegmentProgressBar( mrBaseFilter.getStatusIndicator(), CREATE_OUSTRING( "… in initialize()
544 mxCodecHelper.reset( new BiffCodecHelper( *this ) ); in initialize()
590 xBookGlob.reset(); in constructGlobals()
598 xBookGlob.reset(); in constructGlobals()