/aoo4110/main/oox/source/xls/ |
H A D | addressconverter.cxx | 568 bool AddressConverter::checkTab( sal_Int16 nSheet, bool bTrackOverflow ) in checkTab() 587 const OUString& rString, sal_Int16 nSheet ) in convertToCellAddressUnchecked() 594 const OUString& rString, sal_Int16 nSheet, bool bTrackOverflow ) in convertToCellAddress() 602 const OUString& rString, sal_Int16 nSheet, bool bTrackOverflow ) in createValidCellAddress() 615 const BinAddress& rBinAddress, sal_Int16 nSheet ) in convertToCellAddressUnchecked() 623 const BinAddress& rBinAddress, sal_Int16 nSheet, bool bTrackOverflow ) in convertToCellAddress() 630 const BinAddress& rBinAddress, sal_Int16 nSheet, bool bTrackOverflow ) in createValidCellAddress() 670 const OUString& rString, sal_Int16 nSheet ) in convertToCellRangeUnchecked() 685 const BinRange& rBinRange, sal_Int16 nSheet ) in convertToCellRangeUnchecked() 719 const OUString& rString, sal_Int16 nSheet, bool bTrackOverflow ) in convertToCellRangeList() [all …]
|
H A D | tablebuffer.cxx | 62 void Table::importTable( const AttributeList& rAttribs, sal_Int16 nSheet ) in importTable() 73 void Table::importTable( SequenceInputStream& rStrm, sal_Int16 nSheet ) in importTable()
|
H A D | scenariobuffer.cxx | 76 Scenario::Scenario( const WorkbookHelper& rHelper, sal_Int16 nSheet ) : in Scenario() 219 SheetScenarios::SheetScenarios( const WorkbookHelper& rHelper, sal_Int16 nSheet ) : in SheetScenarios() 279 SheetScenarios& ScenarioBuffer::createSheetScenarios( sal_Int16 nSheet ) in createSheetScenarios()
|
H A D | pivotcachefragment.cxx | 208 sal_Int16 nSheet = mrPivotCache.getSourceRange().Sheet; in finalizeImport() local 377 sal_Int16 nSheet = mrPivotCache.getSourceRange().Sheet; in importFragment() local
|
H A D | workbookhelper.cxx | 125 inline void setCurrentSheetIndex( sal_Int16 nSheet ) { mnCurrSheet = nSheet; } in setCurrentSheetIndex() 441 void WorkbookGlobals::createBuffersPerSheet( sal_Int16 nSheet ) in createBuffersPerSheet() 634 void WorkbookHelper::setCurrentSheetIndex( sal_Int16 nSheet ) in setCurrentSheetIndex() 902 void WorkbookHelper::createBuffersPerSheet( sal_Int16 nSheet ) in createBuffersPerSheet()
|
H A D | autofilterbuffer.cxx | 647 void AutoFilter::importAutoFilter( const AttributeList& rAttribs, sal_Int16 nSheet ) in importAutoFilter() 653 void AutoFilter::importAutoFilter( SequenceInputStream& rStrm, sal_Int16 nSheet ) in importAutoFilter() 762 void AutoFilterBuffer::finalizeImport( sal_Int16 nSheet ) in finalizeImport()
|
H A D | pivottablebuffer.cxx | 1083 void PivotTable::importLocation( const AttributeList& rAttribs, sal_Int16 nSheet ) in importLocation() 1194 void PivotTable::importPTLocation( SequenceInputStream& rStrm, sal_Int16 nSheet ) in importPTLocation() 1238 void PivotTable::importPTDefinition( BiffInputStream& rStrm, sal_Int16 nSheet ) in importPTDefinition()
|
H A D | externallinkbuffer.cxx | 592 …for( sal_Int32 nSheet = 0, nCount = rStrm.readInt32(); !rStrm.isEof() && (nSheet < nCount); ++nShe… in importExtSheetNames() local 651 for( sal_uInt16 nSheet = 0; !rStrm.isEof() && (nSheet < nSheetCount); ++nSheet ) in importExternalBook() local
|
H A D | worksheethelper.cxx | 416 …Helper, const ISegmentProgressBarRef& rxProgressBar, WorksheetType eSheetType, sal_Int16 nSheet ) : in WorksheetGlobals() 1388 const ISegmentProgressBarRef& rxProgressBar, WorksheetType eSheetType, sal_Int16 nSheet ) in constructGlobals()
|
H A D | viewsettings.cxx | 710 void ViewSettings::setSheetViewSettings( sal_Int16 nSheet, const SheetViewModelRef& rxSheetView, co… in setSheetViewSettings()
|
H A D | sheetdatabuffer.cxx | 716 sal_Int16 nSheet = getSheetIndex(); in finalizeTableOperation() local
|
H A D | formulaparser.cxx | 1146 void FormulaParserImpl::initReference3d( SingleReference& orApiRef, sal_Int32 nSheet, bool bSameShe… in initReference3d() 1220 void FormulaParserImpl::convertReference3d( SingleReference& orApiRef, sal_Int32 nSheet, bool bSame… in convertReference3d()
|
H A D | pivotcachebuffer.cxx | 1371 sal_Int16 nSheet = getWorksheets().getCalcSheetIndex( maSheetSrcModel.maSheet ); in finalizeInternalSheetSource() local
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | xmlcoli.cxx | 142 sal_Int32 nSheet = rXMLImport.GetTables().GetCurrentSheet(); in EndElement() local 309 sal_Int32 nSheet = rXMLImport.GetTables().GetCurrentSheet(); in EndElement() local
|
H A D | xmlrowi.cxx | 167 sal_Int32 nSheet = rXMLImport.GetTables().GetCurrentSheet(); in EndElement() local 350 sal_Int32 nSheet(rXMLImport.GetTables().GetCurrentSheet()); in EndElement() local
|
H A D | XMLExportIterator.cxx | 474 void ScMyDetectiveObjContainer::AddObject( ScDetectiveObjType eObjType, const SCTAB nSheet, in AddObject()
|
H A D | xmlsubti.cxx | 66 ScMyTableData::ScMyTableData(sal_Int32 nSheet, sal_Int32 nCol, sal_Int32 nRow) in ScMyTableData()
|
/aoo4110/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetSample.cs | 560 int nSheet, int nStartCol, int nStartRow, int nEndCol, int nEndRow, in insertRange()
|
/aoo4110/main/connectivity/source/drivers/calc/ |
H A D | CDatabaseMetaData.cxx | 439 for (sal_Int32 nSheet=0; nSheet<nSheetCount; nSheet++) in getTables() local
|
/aoo4110/main/sd/source/core/ |
H A D | drawdoc.cxx | 803 for (sal_uInt16 nSheet = 0; nSheet < 10; nSheet++) in NewOrLoadCompleted() local
|
H A D | stlpool.cxx | 157 for (sal_uInt16 nSheet = 1; nSheet < 10; nSheet++) in CreateOutlineSheetList() local
|
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetSample.java | 588 int nSheet, int nStartCol, int nStartRow, int nEndCol, int nEndRow, in insertRange()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 4197 lcl_GetAutoFiltRange( ScDocShell* pShell, sal_Int16 nSheet, rtl::OUString& sName ) in lcl_GetAutoFiltRange() 4230 ScDBData* lcl_GetDBData_Impl( ScDocShell* pDocShell, sal_Int16 nSheet ) in lcl_GetDBData_Impl() 4263 ScQueryParam lcl_GetQueryParam( ScDocShell* pDocShell, sal_Int16 nSheet ) in lcl_GetQueryParam() 4295 void lcl_SetAllQueryForField( ScDocShell* pDocShell, SCCOLROW nField, sal_Int16 nSheet ) in lcl_SetAllQueryForField() 4396 sal_Int16 nSheet = thisAddress.Sheet; in AutoFilter() local
|
/aoo4110/main/oox/source/dump/ |
H A D | xlsbdumper.cxx | 1501 …for( sal_Int32 nSheet = 0, nCount = dumpDec< sal_Int32 >( "sheet-count" ); !mxStrm->isEof() && (nS… in implDumpRecordBody() local
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 2710 …SAL_CALL ScTableSheetsObj::getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow, sal_Int32 nSheet ) in getCellByPosition() 2721 …yPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom, sal_Int32 nSheet ) in getCellRangeByPosition()
|