Home
last modified time | relevance | path

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

12345

/trunk/main/oox/source/dump/
H A Ddumperbase.cxx2033 void Output::writeRowRange( sal_Int32 nRow1, sal_Int32 nRow2 ) in writeRowRange() argument
2035 writeRowIndex( nRow1 ); 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.cxx627 sal_Int32 nRow1 = readRow( bRow32Bit ); in dumpRowRange() local
629 writeRowRangeItem( rName( "row-range" ), nRow1, nRow2 ); in dumpRowRange()
630 return nRow2 - nRow1 + 1; in dumpRowRange()
1094 sal_uInt16 nRow1 = dumpTokenRow( "row1", bRelC1, bRelR1 ); in dumpTokenRange() local
1099 aRange.maFirst = createTokenAddress( nCol1, nRow1, bRelC1, bRelR1, bNameMode ); in dumpTokenRange()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx1001 const sal_Int32 nRow1 (GetRowAtPosition(aVisibleArea.Bottom(), true, GM_PREVIOUS)); in GetRangeOfVisiblePageObjects() local
1006 return Range(GetIndex(nRow0,nCol0,true), GetIndex(nRow1,nCol1,true)); in GetRangeOfVisiblePageObjects()
/trunk/main/sc/source/ui/dbgui/
H A Dfoptmgr.cxx137 rQueryData.nRow1, in Init()
H A Dfiltdlg.cxx458 SCROW nFirstRow = theQueryData.nRow1; in FillFieldLists()
508 SCROW nFirstRow = theQueryData.nRow1; in UpdateValueList()
/trunk/main/sc/source/core/tool/
H A Ddoubleref.cxx396 pParam->nRow1 = s.Row(); in createQueryParam()
/trunk/main/sc/source/filter/excel/
H A Dexcimp8.cxx392 aParam.nRow1 = rRange.aStart.Row(); in XclImpAutoFilterData()
H A Dexcrecds.cxx865 ScRange aRange( aParam.nCol1, aParam.nRow1, aParam.nTab, in ExcAutoFilterRecs()
H A Dxelink.cxx1013 sal_uInt16 nRow1 = static_cast< sal_uInt16 >( bRow1Rel ? r1.nRelRow : r1.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/sc/source/ui/view/
H A Dviewdata.cxx2022 void ScViewData::SetScreen( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) in SetScreen() argument
2033 SetPosY( SC_SPLIT_BOTTOM, nRow1 ); in SetScreen()
2045 for (nRow=nRow1; nRow<=nRow2; nRow++) in SetScreen()
H A Dgridwin4.cxx935 SCROW nRow1 = pViewData->GetEditStartRow(); in Draw() local
940 Point aStart = pViewData->GetScrPos( nCol1, nRow1, eWhich ); in Draw()
/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 );

Completed in 194 milliseconds

12345