/aoo4110/main/sc/source/filter/excel/ |
H A D | xeview.cxx | 56 const XclExpTabInfo& rTabInfo = rStrm.GetRoot().GetTabInfo(); in SaveXml() local 69 … XML_firstSheet, OString::valueOf( (sal_Int32)rTabInfo.GetFirstVisXclTab() ).getStr(), in SaveXml() 70 … XML_activeTab, OString::valueOf( (sal_Int32)rTabInfo.GetDisplayedXclTab() ).getStr(), in SaveXml() 77 const XclExpTabInfo& rTabInfo = rStrm.GetRoot().GetTabInfo(); in WriteBody() local 84 << rTabInfo.GetDisplayedXclTab() in WriteBody() 85 << rTabInfo.GetFirstVisXclTab() in WriteBody() 86 << rTabInfo.GetXclSelectedCount() in WriteBody() 305 const XclExpTabInfo& rTabInfo = GetTabInfo(); in XclExpTabViewSettings() local 306 maData.mbSelected = rTabInfo.IsSelectedTab( nScTab ); in XclExpTabViewSettings() 307 maData.mbDisplayed = rTabInfo.IsDisplayedTab( nScTab ); in XclExpTabViewSettings() [all …]
|
H A D | excdoc.cxx | 185 XclExpTabInfo& rTabInfo = GetTabInfo(); in FillAsHeader() local 194 SCTAB nScTabCount = rTabInfo.GetScTabCount(); in FillAsHeader() 195 sal_uInt16 nExcTabCount = rTabInfo.GetXclTabCount(); in FillAsHeader() 251 if( rTabInfo.IsExportTab( nC ) ) in FillAsHeader() 347 if( rTabInfo.IsExportTab( nC ) ) in FillAsHeader() 379 if( rTabInfo.IsExportTab( nC ) ) in FillAsHeader()
|
H A D | xelink.cxx | 1570 XclExpTabInfo& rTabInfo = GetTabInfo(); in XclExpSupbookBuffer() local 1571 sal_uInt16 nXclCnt = rTabInfo.GetXclTabCount(); in XclExpSupbookBuffer() 1573 size_t nCount = nXclCnt + rTabInfo.GetXclExtTabCount(); in XclExpSupbookBuffer() 2056 XclExpTabInfo& rTabInfo = GetTabInfo(); in CreateInternal() local 2057 for( SCTAB nScTab = 0, nScCnt = rTabInfo.GetScTabCount(); nScTab < nScCnt; ++nScTab ) in CreateInternal() 2059 if( rTabInfo.IsExportTab( nScTab ) ) in CreateInternal() 2130 XclExpTabInfo& rTabInfo = GetTabInfo(); in FindExtSheet() local 2131 rnFirstXclTab = rTabInfo.GetXclTab( nFirstScTab ); in FindExtSheet() 2132 rnLastXclTab = rTabInfo.GetXclTab( nLastScTab ); in FindExtSheet() 2159 const XclExpTabInfo& rTabInfo = GetTabInfo(); in StoreCellRange() local [all …]
|
H A D | xename.cxx | 615 XclExpTabInfo& rTabInfo = GetTabInfo(); in CreateBuiltInNames() local 620 …for( SCTAB nScTabIdx = 0, nScTabCount = rTabInfo.GetScTabCount(); nScTabIdx < nScTabCount; ++nScTa… in CreateBuiltInNames() 623 SCTAB nScTab = rTabInfo.GetRealScTab( nScTabIdx ); in CreateBuiltInNames() 625 if( rTabInfo.IsExportTab( nScTab ) ) in CreateBuiltInNames()
|
H A D | xehelper.cxx | 82 const XclExpTabInfo& rTabInfo = GetTabInfo(); in Initialize() local 83 SCTAB nScTabCount = rTabInfo.GetScTabCount(); in Initialize() 93 if( rTabInfo.IsExportTab( nScTab ) ) in Initialize()
|
H A D | read.cxx | 790 XclImpTabInfo& rTabInfo = GetTabInfo(); in Read() local 1036 case EXC_ID_TABID: rTabInfo.ReadTabid( maStrm ); break; in Read()
|
/aoo4110/main/dbaccess/source/ui/dlg/ |
H A D | dbfindex.cxx | 398 OTableInfo& rTabInfo = m_aTableInfoList.back(); in Init() local 423 rTabInfo.aIndexList.push_back( OTableIndex( aEntry ) ); in Init() 467 const OTableInfo& rTabInfo = m_aTableInfoList.front(); in SetCtrls() local 468 aCB_Tables.SetText( rTabInfo.aTableName ); in SetCtrls() 471 for ( ConstTableIndexListIterator aIndex = rTabInfo.aIndexList.begin(); in SetCtrls() 472 aIndex != rTabInfo.aIndexList.end(); in SetCtrls() 477 if( rTabInfo.aIndexList.size() ) in SetCtrls()
|
/aoo4110/main/sc/source/core/data/ |
H A D | fillinfo.cxx | 157 void ScDocument::FillInfo( ScTableInfo& rTabInfo, SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, in FillInfo() argument 168 RowInfo* pRowInfo = rTabInfo.mpRowInfo; in FillInfo() 885 rTabInfo.mnArrCount = sal::static_int_cast<sal_uInt16>(nArrCount); in FillInfo() 886 rTabInfo.mbPageMode = bPageMode; in FillInfo() 897 svx::frame::Array& rArray = rTabInfo.maArray; in FillInfo()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | XclExpChangeTrack.hxx | 351 const XclExpTabInfo& rTabInfo; // for table num export (sc num -> xcl num) member in XclExpChTrAction 420 rStrm << rIdBuffer.GetId( rTabInfo.GetXclTab( nTab ) ); in WriteTabId()
|
/aoo4110/main/sc/source/filter/xcl97/ |
H A D | XclExpChangeTrack.cxx | 516 rTabInfo( rCopy.rTabInfo ), in XclExpChTrAction() 534 rTabInfo( rRoot.GetTabInfo() ), in XclExpChTrAction()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | output.hxx | 186 ScTableInfo& rTabInfo, ScDocument* pNewDoc,
|
H A D | gridwin.hxx | 355 ScTableInfo& rTabInfo, OutputDevice* pContentDev );
|
/aoo4110/main/sc/source/ui/view/ |
H A D | output.cxx | 136 ScTableInfo& rTabInfo, ScDocument* pNewDoc, in ScOutputData() argument 144 mrTabInfo( rTabInfo ), in ScOutputData() 145 pRowInfo( rTabInfo.mpRowInfo ), in ScOutputData() 146 nArrCount( rTabInfo.mnArrCount ), in ScOutputData()
|
H A D | gridwin4.cxx | 1204 …ttons( SCCOL nX1, SCROW /*nY1*/, SCCOL nX2, SCROW /*nY2*/, ScTableInfo& rTabInfo, OutputDevice* pC… in DrawButtons() argument 1219 RowInfo* pRowInfo = rTabInfo.mpRowInfo; in DrawButtons() 1220 sal_uInt16 nArrCount = rTabInfo.mnArrCount; in DrawButtons()
|
H A D | printfun.cxx | 383 void lcl_HidePrint( ScTableInfo& rTabInfo, SCCOL nX1, SCCOL nX2 ) in lcl_HidePrint() argument 385 for (SCSIZE nArrY=1; nArrY+1<rTabInfo.mnArrCount; nArrY++) in lcl_HidePrint() 387 RowInfo* pThisRowInfo = &rTabInfo.mpRowInfo[nArrY]; in lcl_HidePrint()
|
/aoo4110/main/sc/inc/ |
H A D | document.hxx | 1508 void FillInfo( ScTableInfo& rTabInfo, SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2,
|