Home
last modified time | relevance | path

Searched refs:nSheet (Results 26 – 42 of 42) sorted by relevance

12

/aoo42x/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx474 void ScMyDetectiveObjContainer::AddObject( ScDetectiveObjType eObjType, const SCTAB nSheet, in AddObject() argument
496 aDetObj.aSourceRange.Sheet = nSheet; in AddObject()
498 aDetObj.aPosition.Sheet = nSheet; in AddObject()
H A Dxmlsubti.cxx66 ScMyTableData::ScMyTableData(sal_Int32 nSheet, sal_Int32 nCol, sal_Int32 nRow) in ScMyTableData() argument
73 aTableCellPos.Sheet = sal::static_int_cast<sal_Int16>( nSheet ); in ScMyTableData()
H A Dxmlsubti.hxx62 ScMyTableData(sal_Int32 nSheet = -1, sal_Int32 nCol = -1, sal_Int32 nRow = -1);
H A DXMLExportIterator.hxx247 const SCTAB nSheet,
H A Dxmlexprt.hxx156 const sal_Int32 nEndCol, const sal_Int32 nEndRow, const sal_Int32 nSheet);
/aoo42x/main/sc/source/ui/vba/
H A Dvbarange.cxx4213 if ( dbAddress.Sheet == nSheet ) in lcl_GetAutoFiltRange()
4230 ScDBData* lcl_GetDBData_Impl( ScDocShell* pDocShell, sal_Int16 nSheet ) in lcl_GetDBData_Impl() argument
4233 lcl_GetAutoFiltRange( pDocShell, nSheet, sName ); in lcl_GetDBData_Impl()
4263 ScQueryParam lcl_GetQueryParam( ScDocShell* pDocShell, sal_Int16 nSheet ) in lcl_GetQueryParam() argument
4265 ScDBData* pDBData = lcl_GetDBData_Impl( pDocShell, nSheet ); in lcl_GetQueryParam()
4297 ScQueryParam aParam = lcl_GetQueryParam( pDocShell, nSheet ); in lcl_SetAllQueryForField()
4396 sal_Int16 nSheet = thisAddress.Sheet; in AutoFilter() local
4451 sGenName += rtl::OUString::valueOf( static_cast< sal_Int32 >( nSheet ) ); in AutoFilter()
4601 lcl_SetAllQueryForField( pShell, nField, nSheet ); in AutoFilter()
4614 ScQueryParam aParam = lcl_GetQueryParam( pShell, nSheet ); in AutoFilter()
[all …]
/aoo42x/main/oox/source/xls/
H A Dviewsettings.cxx710 void ViewSettings::setSheetViewSettings( sal_Int16 nSheet, const SheetViewModelRef& rxSheetView, co… in setSheetViewSettings() argument
712 maSheetViews[ nSheet ] = rxSheetView; in setSheetViewSettings()
713 maSheetProps[ nSheet ] = rProperties; in setSheetViewSettings()
H A Dpivotcachebuffer.cxx1371 sal_Int16 nSheet = getWorksheets().getCalcSheetIndex( maSheetSrcModel.maSheet ); in finalizeInternalSheetSource() local
1377 …finedName* pDefName = getDefinedNames().getByModelName( maSheetSrcModel.maDefName, nSheet ).get() ) in finalizeInternalSheetSource()
1392 else if( nSheet >= 0 ) in finalizeInternalSheetSource()
1395 maSheetSrcModel.maRange.Sheet = nSheet; in finalizeInternalSheetSource()
/aoo42x/main/oox/inc/oox/xls/
H A Dviewsettings.hxx192 void setSheetViewSettings( sal_Int16 nSheet,
H A Dworksheethelper.hxx195 sal_Int16 nSheet );
/aoo42x/main/oox/source/dump/
H A Dxlsbdumper.cxx1501 …for( sal_Int32 nSheet = 0, nCount = dumpDec< sal_Int32 >( "sheet-count" ); !mxStrm->isEof() && (nS… in implDumpRecordBody() local
H A Dbiffdumper.cxx2334 for( sal_uInt16 nSheet = 0; !rStrm.isEof() && (nSheet < nCount); ++nSheet ) in implDumpRecordBody() local
/aoo42x/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx3252 for ( sal_Int16 nSheet = aStart.Sheet; nSheet <= aEnd.Sheet && !bFound; ++nSheet) in getNumberFormatKeyByIndex() local
3254 xSheet.set(xIndex->getByIndex(nSheet), uno::UNO_QUERY); in getNumberFormatKeyByIndex()
H A Ddocuno.cxx2710 …SAL_CALL ScTableSheetsObj::getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow, sal_Int32 nSheet ) in getCellByPosition() argument
2714 …table::XCellRange> xSheet(static_cast<ScCellRangeObj*>(GetObjectByIndex_Impl((sal_uInt16)nSheet))); in getCellByPosition()
2721 …yPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom, sal_Int32 nSheet ) in getCellRangeByPosition() argument
2725 …table::XCellRange> xSheet(static_cast<ScCellRangeObj*>(GetObjectByIndex_Impl((sal_uInt16)nSheet))); in getCellRangeByPosition()
/aoo42x/main/sc/inc/
H A Ddocuno.hxx404 SAL_CALL getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow, sal_Int32 nSheet )
408 …yPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom, sal_Int32 nSheet )
/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java588 int nSheet, int nStartCol, int nStartRow, int nEndCol, int nEndRow, in insertRange() argument
592 aAddress.Sheet = (short)nSheet; in insertRange()
/aoo42x/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs560 int nSheet, int nStartCol, int nStartRow, int nEndCol, int nEndRow, in insertRange() argument
565 aAddress.Sheet = (short)nSheet; in insertRange()

Completed in 269 milliseconds

12