Home
last modified time | relevance | path

Searched refs:XclExpTabInfo (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/sc/source/filter/excel/
H A Dxelink.cxx647 XclExpTabInfo::XclExpTabInfo( const XclExpRoot& rRoot ) : in XclExpTabInfo() function in XclExpTabInfo
746 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()
769 bool XclExpTabInfo::IsDisplayedTab( SCTAB nScTab ) const in IsDisplayedTab()
775 bool XclExpTabInfo::IsMirroredTab( SCTAB nScTab ) const in IsMirroredTab()
780 const String& XclExpTabInfo::GetScTabName( SCTAB nScTab ) const in GetScTabName()
786 sal_uInt16 XclExpTabInfo::GetXclTab( SCTAB nScTab ) const in GetXclTab()
791 SCTAB XclExpTabInfo::GetRealScTab( SCTAB nSortedScTab ) const in GetRealScTab()
[all …]
H A Dxeview.cxx56 const XclExpTabInfo& rTabInfo = rStrm.GetRoot().GetTabInfo(); in SaveXml()
77 const XclExpTabInfo& rTabInfo = rStrm.GetRoot().GetTabInfo(); in WriteBody()
305 const XclExpTabInfo& rTabInfo = GetTabInfo(); in XclExpTabViewSettings()
H A Dxeroot.cxx77 XclExpTabInfo& XclExpRoot::GetTabInfo() const in GetTabInfo()
169 mrExpData.mxTabInfo.reset( new XclExpTabInfo( GetRoot() ) ); in InitializeConvert()
H A Dexcdoc.cxx185 XclExpTabInfo& rTabInfo = GetTabInfo(); in FillAsHeader()
H A Dxename.cxx615 XclExpTabInfo& rTabInfo = GetTabInfo(); in CreateBuiltInNames()
H A Dxehelper.cxx82 const XclExpTabInfo& rTabInfo = GetTabInfo(); in Initialize()
/AOO41X/main/sc/source/filter/inc/
H A Dxeroot.hxx42 class XclExpTabInfo;
60 typedef ScfRef< XclExpTabInfo > XclExpTabInfoRef;
114 XclExpTabInfo& GetTabInfo() const;
H A Dxelink.hxx54 class XclExpTabInfo : protected XclExpRoot class
58 explicit XclExpTabInfo( const XclExpRoot& rRoot );
H A DXclExpChangeTrack.hxx351 const XclExpTabInfo& rTabInfo; // for table num export (sc num -> xcl num)