Searched refs:XclExpTabInfo (Results 1 – 9 of 9) sorted by relevance
647 XclExpTabInfo::XclExpTabInfo( const XclExpRoot& rRoot ) : in XclExpTabInfo() function in XclExpTabInfo746 bool XclExpTabInfo::IsExportTab( SCTAB nScTab ) const in IsExportTab()752 bool XclExpTabInfo::IsExternalTab( SCTAB nScTab ) const in IsExternalTab()759 bool XclExpTabInfo::IsVisibleTab( SCTAB nScTab ) const in IsVisibleTab()764 bool XclExpTabInfo::IsSelectedTab( SCTAB nScTab ) const in IsSelectedTab()816 void XclExpTabInfo::CalcXclIndexes() in CalcXclIndexes()857 void XclExpTabInfo::CalcSortedIndexes() in CalcSortedIndexes()1570 XclExpTabInfo& rTabInfo = GetTabInfo(); in XclExpSupbookBuffer()2056 XclExpTabInfo& rTabInfo = GetTabInfo(); in CreateInternal()2130 XclExpTabInfo& rTabInfo = GetTabInfo(); in FindExtSheet()[all …]
56 const XclExpTabInfo& rTabInfo = rStrm.GetRoot().GetTabInfo(); in SaveXml()77 const XclExpTabInfo& rTabInfo = rStrm.GetRoot().GetTabInfo(); in WriteBody()305 const XclExpTabInfo& rTabInfo = GetTabInfo(); in XclExpTabViewSettings()
77 XclExpTabInfo& XclExpRoot::GetTabInfo() const in GetTabInfo()169 mrExpData.mxTabInfo.reset( new XclExpTabInfo( GetRoot() ) ); in InitializeConvert()
615 XclExpTabInfo& rTabInfo = GetTabInfo(); in CreateBuiltInNames()
185 XclExpTabInfo& rTabInfo = GetTabInfo(); in FillAsHeader()
82 const XclExpTabInfo& rTabInfo = GetTabInfo(); in Initialize()
42 class XclExpTabInfo;60 typedef ScfRef< XclExpTabInfo > XclExpTabInfoRef;114 XclExpTabInfo& GetTabInfo() const;
54 class XclExpTabInfo : protected XclExpRoot class58 explicit XclExpTabInfo( const XclExpRoot& rRoot );
351 const XclExpTabInfo& rTabInfo; // for table num export (sc num -> xcl num)
Completed in 182 milliseconds