Searched refs:GetTabInfo (Results 1 – 19 of 19) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | excdoc.cxx | 160 nExcTab( rRoot.GetTabInfo().GetXclTab( nScTab ) ), in ExcTable() 185 XclExpTabInfo& rTabInfo = GetTabInfo(); in FillAsHeader() 671 if (GetTabInfo().IsExportTab( mnScTab ) ) in WriteXml() 691 if (GetTabInfo().IsExportTab( mnScTab ) ) in WriteXml() 720 SCTAB nScTab = 0, nScTabCount = GetTabInfo().GetScTabCount(); in ReadDoc() 725 if( GetTabInfo().IsExportTab( nScTab ) ) in ReadDoc()
|
H A D | xeview.cxx | 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()
|
H A D | xename.cxx | 253 … DBG_ASSERT( GetTabInfo().IsExportTab( nScTab ), "XclExpName::SetLocalTab - invalid sheet index" ); in SetLocalTab() 254 if( GetTabInfo().IsExportTab( nScTab ) ) in SetLocalTab() 615 XclExpTabInfo& rTabInfo = GetTabInfo(); in CreateBuiltInNames()
|
H A D | xelink.cxx | 1570 XclExpTabInfo& rTabInfo = GetTabInfo(); in XclExpSupbookBuffer() 1632 sal_uInt16 nXclTab = GetTabInfo().GetXclTab( rRange.aStart.Tab() ); in StoreCellRange() 2056 XclExpTabInfo& rTabInfo = GetTabInfo(); in CreateInternal() 2095 rnXclTab = GetTabInfo().GetXclTab( nScTab ); in FindInternal() 2130 XclExpTabInfo& rTabInfo = GetTabInfo(); in FindExtSheet() 2159 const XclExpTabInfo& rTabInfo = GetTabInfo(); in StoreCellRange()
|
H A D | excrecds.cxx | 376 nGrbit( rRootData.pER->GetTabInfo().IsVisibleTab( nTabNum ) ? 0x0000 : 0x0001 ), in ExcBundlesheetBase() 411 String sTabName = rRootData.pER->GetTabInfo().GetScTabName( _nTab ); in ExcBundlesheet()
|
H A D | xiroot.cxx | 189 XclImpTabInfo& XclImpRoot::GetTabInfo() const in GetTabInfo() function in XclImpRoot
|
H A D | xehelper.cxx | 82 const XclExpTabInfo& rTabInfo = GetTabInfo(); in Initialize() 116 DBG_ASSERT( (0 <= GetCurrScTab()) && (GetCurrScTab() < GetTabInfo().GetScTabCount()), in ActivateCreateRowsSegment()
|
H A D | xeroot.cxx | 77 XclExpTabInfo& XclExpRoot::GetTabInfo() const in GetTabInfo() function in XclExpRoot
|
H A D | xeescher.cxx | 330 if( GetTabInfo().IsExportTab( aCellLink.Tab() ) ) in ConvertSheetLinks() 350 …if( (aSrcRange.aStart.Tab() == aSrcRange.aEnd.Tab()) && GetTabInfo().IsExportTab( aSrcRange.aStart… in ConvertSheetLinks()
|
H A D | exctools.cxx | 399 rRoot.GetTabInfo().InsertScTab( nNewTab ); in Apply()
|
H A D | excimp8.cxx | 167 GetTabInfo().AppendXclTabName( aName, nBdshtTab ); in Boundsheet()
|
H A D | read.cxx | 790 XclImpTabInfo& rTabInfo = GetTabInfo(); in Read()
|
H A D | xipivot.cxx | 669 nScTab = GetTabInfo().GetScTabFromXclName( maTabName ); in ReadPivotCacheStream()
|
H A D | xepivot.cxx | 645 if( (nScTab == maExpSrcRange.aEnd.Tab()) && GetTabInfo().IsExportTab( nScTab ) ) in XclExpPivotCache()
|
/trunk/main/sc/source/filter/xcl97/ |
H A D | XclImpChangeTrack.cxx | 120 return static_cast<SCTAB>(GetTabInfo().GetCurrentIndex( in ReadTabNum() 157 …rFirstTab = static_cast< SCTAB >( GetTabInfo().GetCurrentIndex( pStrm->ReaduInt16(), nTabIdCount )… in Read3DTabRefInfo() 160 …static_cast< SCTAB >( GetTabInfo().GetCurrentIndex( pStrm->ReaduInt16(), nTabIdCount ) ) : rFirstT… in Read3DTabRefInfo()
|
H A D | XclExpChangeTrack.cxx | 534 rTabInfo( rRoot.GetTabInfo() ), in XclExpChTrAction() 922 lcl_WriteFixedString( rStrm, XclExpString( GetTabInfo().GetScTabName( nTab ) ), 127 ); in SaveActionData() 1081 pTabIdBuffer = new XclExpChTrTabIdBuffer( GetTabInfo().GetXclTabCount() ); in XclExpChangeTrack() 1091 pTabIdBuffer->InitFill( GetTabInfo().GetXclTab( nScTab ) ); in XclExpChangeTrack()
|
H A D | xcl97rec.cxx | 750 sUnicodeName( rRootData.pER->GetTabInfo().GetScTabName( _nTab ) ) in ExcBundlesheet8()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xeroot.hxx | 114 XclExpTabInfo& GetTabInfo() const;
|
H A D | xiroot.hxx | 169 XclImpTabInfo& GetTabInfo() const;
|
Completed in 119 milliseconds