Searched refs:bOwnTab (Results 1 – 4 of 4) sorted by relevance
1452 explicit XclImpChartDrawing( const XclImpRoot& rRoot, bool bOwnTab );1482 explicit XclImpChart( const XclImpRoot& rRoot, bool bOwnTab );
418 explicit XclImpChartObj( const XclImpRoot& rRoot, bool bOwnTab = false );
4088 XclImpChartDrawing::XclImpChartDrawing( const XclImpRoot& rRoot, bool bOwnTab ) : in XclImpChartDrawing() argument4089 XclImpDrawing( rRoot, bOwnTab ), // sheet charts may contain OLE objects in XclImpChartDrawing()4091 mbOwnTab( bOwnTab ) in XclImpChartDrawing()4150 XclImpChart::XclImpChart( const XclImpRoot& rRoot, bool bOwnTab ) : in XclImpChart() argument4152 mbOwnTab( bOwnTab ), in XclImpChart()
1611 XclImpChartObj::XclImpChartObj( const XclImpRoot& rRoot, bool bOwnTab ) : in XclImpChartObj() argument1613 mbOwnTab( bOwnTab ) in XclImpChartObj()
Completed in 94 milliseconds