Home
last modified time | relevance | path

Searched refs:nRow2 (Results 101 – 113 of 113) sorted by relevance

12345

/trunk/main/sc/source/core/data/
H A Dattarray.cxx1168 sal_Bool ScAttrArray::HasLines( SCROW nRow1, SCROW nRow2, Rectangle& rSizes, in HasLines() argument
1174 Search( nRow2, nEndIndex ); in HasLines()
1245 bool ScAttrArray::HasAttrib( SCROW nRow1, SCROW nRow2, sal_uInt16 nMask ) const in HasAttrib() argument
1250 Search( nRow2, nEndIndex ); in HasAttrib()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx2033 void Output::writeRowRange( sal_Int32 nRow1, sal_Int32 nRow2 ) in writeRowRange() argument
2037 writeRowIndex( nRow2 ); in writeRowRange()
2441 void OutputObjectBase::writeRowRangeItem( const String& rName, sal_Int32 nRow1, sal_Int32 nRow2 ) in writeRowRangeItem() argument
2444 mxOut->writeColRowRange( nRow1, nRow2 ); in writeRowRangeItem()
2446 mxOut->writeRowRange( nRow1, nRow2 ); in writeRowRangeItem()
H A Dbiffdumper.cxx628 sal_Int32 nRow2 = readRow( bRow32Bit ); in dumpRowRange() local
629 writeRowRangeItem( rName( "row-range" ), nRow1, nRow2 ); in dumpRowRange()
630 return nRow2 - nRow1 + 1; in dumpRowRange()
1095 sal_uInt16 nRow2 = dumpTokenRow( "row2", bRelC2, bRelR2 ); in dumpTokenRange() local
1100 aRange.maLast = createTokenAddress( nCol2, nRow2, bRelC2, bRelR2, bNameMode ); in dumpTokenRange()
/trunk/main/sc/source/ui/dbgui/
H A Dfoptmgr.cxx140 rQueryData.nRow2, in Init()
H A Dfiltdlg.cxx509 SCROW nLastRow = theQueryData.nRow2; in UpdateValueList()
/trunk/main/sc/source/core/tool/
H A Ddoubleref.cxx398 pParam->nRow2 = e.Row(); in createQueryParam()
/trunk/main/sc/source/filter/excel/
H A Dexcimp8.cxx395 aParam.nRow2 = rRange.aEnd.Row(); in XclImpAutoFilterData()
H A Dexcrecds.cxx866 aParam.nCol2, aParam.nRow2, aParam.nTab ); in ExcAutoFilterRecs()
H A Dxelink.cxx1014 sal_uInt16 nRow2 = static_cast< sal_uInt16 >( bRow2Rel ? r2.nRelRow : r2.nRow ); in WriteAddData() local
1029 rStrm << nSBTab << nSBTab2 << nRow1 << nRow2 << nCol1 << nCol2; in WriteAddData()
/trunk/main/sc/source/ui/inc/
H A Dviewdata.hxx448 void SetScreen( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1123 void writeRowRange( sal_Int32 nRow1, sal_Int32 nRow2 );
1411 void writeRowRangeItem( const String& rName, sal_Int32 nRow1, sal_Int32 nRow2 );
/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx937 SCROW nRow2 = pViewData->GetEditEndRow(); in Draw() local
941 Point aEnd = pViewData->GetScrPos( nCol2+1, nRow2+1, eWhich ); in Draw()
H A Dviewdata.cxx2022 void ScViewData::SetScreen( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) in SetScreen() argument
2045 for (nRow=nRow1; nRow<=nRow2; nRow++) in SetScreen()

Completed in 278 milliseconds

12345