Home
last modified time | relevance | path

Searched refs:nRow (Results 501 – 523 of 523) sorted by relevance

1...<<21

/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.hxx127 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Cells( const css::uno::Any &nRow, const …
H A Dvbarange.hxx225 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Cells( const css::uno::Any &nRow, const …
/trunk/main/sc/inc/
H A Dglobal.hxx863 SCROW nRow; // bzw. Anfang des Zielbereiches member
H A Ddptabres.hxx613 long nRow, long nMeasure ) const;
H A Ddocuno.hxx404 SAL_CALL getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow, sal_Int32 nSheet )
/trunk/main/sc/source/filter/qpro/
H A Dqproform.cxx59 rSRD.nRow = nTmp; in ReadSRD()
/trunk/main/sw/inc/
H A Dunotbl.hxx362 …::table::XCell > SAL_CALL getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow ) throw( ::com::sun…
462 …::table::XCell > SAL_CALL getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow ) throw( ::com::sun…
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx382 sal_Bool SeekCell( short nRow, short nCol, sal_Bool bPam );
/trunk/main/svtools/source/contnr/
H A Dimivctl.hxx561 …SvxIconChoiceCtrlEntry* SearchRow(sal_uInt16 nRow,sal_uInt16 nRight,sal_uInt16 nLeft,sal_uInt16 nP…
/trunk/main/oox/inc/oox/dump/
H A Dbiffdumper.hxx308 …TokenAddress createTokenAddress( sal_uInt16 nCol, sal_uInt16 nRow, bool bRelC, bool bRelR, …
/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.cxx2681 Rectangle TableControl_Impl::calcCellRect( sal_Int32 nRow, sal_Int32 nCol ) in calcCellRect() argument
2684 impl_getCellRect( nRow, nCol, aCellRect ); in calcCellRect()
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx1515 SCROW nRow = aOldQuery.aStart.Row() + 1; //! Header testen in Undo() local
1517 pDoc->GetCellType(ScAddress( nCol, nRow, nTab )) == CELLTYPE_FORMULA ) in Undo()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1041 getRow( BitmapBuffer *pBuffer, sal_uLong nRow ) in getRow() argument
1044 return pBuffer->mpBits + nRow * pBuffer->mnScanlineSize; in getRow()
1046 return pBuffer->mpBits + ( pBuffer->mnHeight - nRow - 1 ) * pBuffer->mnScanlineSize; in getRow()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1063 void ScOutputData::GetVisibleCell( SCCOL nCol, SCROW nRow, SCTAB nTabP, ScBaseCell*& rpCell ) in GetVisibleCell() argument
1065 pDoc->GetCell( nCol, nRow, nTabP, rpCell ); in GetVisibleCell()
1066 if ( rpCell && IsEmptyCellText( NULL, nCol, nRow ) ) in GetVisibleCell()
H A Dformatsh.cxx491 SCROW nRow = pViewData->GetCurY(); in ExecuteStyle() local
492 pAttrItem = pDoc->GetPattern( nCol, nRow, nCurTab ); in ExecuteStyle()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx3012 const sal_Int32 nRow = pPagePrintSettings->GetRow(); in getRenderer() local
3014 aRenderer[ nRenderDataIdxStart + 0 ].Value <<= ( nRow > 1 ? nRow : 1 ); in getRenderer()
/trunk/main/sc/source/ui/dbgui/
H A Dpvlaydlg.cxx218 maPivotData.nRow, in ScPivotLayoutDlg()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx250 void getCellAddress( sal_Int32 nCol, sal_Int32 nRow );
3568 void SchXMLExportHelper_Impl::getCellAddress( sal_Int32 nCol, sal_Int32 nRow ) in getCellAddress() argument
3585 msStringBuffer.append( nRow + (sal_Int32)1 ); in getCellAddress()
/trunk/main/sc/source/ui/unoobj/
H A Ddatauno.cxx1022 aPos.Row = aParam.nRow; in getStartOutputPosition()
1033 aParam.nRow = (SCROW)aStartOutputPosition.Row; in setStartOutputPosition()
/trunk/main/sc/source/filter/excel/
H A Dxlformula.cxx737 rAddress.Set( rRef.nCol, rRef.nRow, rRef.nTab ); in lclGetAddress()
H A Dxichart.cxx814 sal_uInt32 nRows = static_cast< sal_uInt32 >( rRef2.nRow - rRef1.nRow + 1 ); in GetCellCount()
H A Dxetable.cxx168 ScAddress aBasePos( rRef.nCol, rRef.nRow, GetCurrScTab() ); in FindArray()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx6257 …while ( ( nLastPos = pTC->getTableControlInterface().hitTest( aPos ).nRow ) != nNr1-1 && nStep > 0… in Execute()
6265 … if ( pTC->getTableControlInterface().hitTest( aPos ).nRow == nNr1-1 ) in Execute()

Completed in 285 milliseconds

1...<<21