Home
last modified time | relevance | path

Searched refs:nEndRow (Results 101 – 117 of 117) sorted by relevance

12345

/trunk/main/sc/source/ui/inc/
H A Dprevloc.hxx113 void AddRowHeaders( const Rectangle& rRect, SCROW nStartRow, SCROW nEndRow, sal_Bool bRepRow );
H A DAccessibleTableBase.hxx300 …void CommitTableModelChange(sal_Int32 nStartRow, sal_Int32 nStartCol, sal_Int32 nEndRow, sal_Int32…
H A Dundodat.hxx362 SCROW nEndRow; member in ScUndoImportData
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx2318 SCROW nEndRow = 0; in Rows() local
2341 nEndRow = tmpRange.aEnd.Row(); in Rows()
2344 aRange.aEnd.SetRow( aRange.aStart.Row() + ( nEndRow - nStartRow )); in Rows()
3933 sal_Int32 nEndRow = thisAddress.EndRow; in getRowHeight() local
3942 for ( sal_Int32 nRow = nStartRow ; nRow <= nEndRow; ++nRow ) in getRowHeight()
4438 SCROW nEndRow = autoFiltAddress.EndRow; in AutoFilter() local
4439 …ment->GetDataArea( autoFiltAddress.Sheet, nStartCol, nStartRow, nEndCol, nEndRow, sal_True, true ); in AutoFilter()
4443 autoFiltAddress.EndRow = nEndRow; in AutoFilter()
4906 sal_Int32 nEndRow = aRangeAddr.EndRow - aRangeAddr.StartRow; in lclGetPrefixChar() local
4907 for( sal_Int32 nRow = 0; nRow <= nEndRow; ++nRow ) in lclGetPrefixChar()
/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx523 SCROW nEndRow = rRange.aEnd.Row(); in InitFromDoc() local
550 pDoc->FillDPCache( this, nDocTab, nStartCol, nEndCol, nStartRow, nEndRow ); in InitFromDoc()
H A Ddrwlayer.cxx1161 sal_Bool ScDrawLayer::HasObjectsInRows( SCTAB nTab, SCROW nStartRow, SCROW nEndRow, bool bIncludeNo… in HasObjectsInRows() argument
1180 if (nEndRow==MAXROW) in HasObjectsInRows()
1185 aTestRect.Bottom() += pDoc->GetRowHeight( nStartRow, nEndRow, nTab); in HasObjectsInRows()
/trunk/main/sc/inc/
H A Ddrwlayer.hxx174 …sal_Bool HasObjectsInRows( SCTAB nTab, SCROW nStartRow, SCROW nEndRow, bool bIncludeNot…
H A Ddbcolect.hxx51 SCROW nEndRow; member in ScDBData
H A Ddocuno.hxx589 SCROW nEndRow; member in ScTableRowsObj
/trunk/main/sc/source/filter/xml/
H A Dxmlcelli.cxx1040 …SCROW nEndRow(aCellPos.Row + nRepeatedRows - 1 < MAXROW ? static_cast<SCROW>(aCellPos.Row + nRepea… in EndElement() local
1042 nEndCol, nEndRow, aCellPos.Sheet ); in EndElement()
H A Dxmlsubti.hxx177 sal_Int32 nEndRow,
H A Dxmlexprt.hxx156 const sal_Int32 nEndCol, const sal_Int32 nEndRow, const sal_Int32 nSheet);
/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx1252 SCROW nEndRow; in DrawButtons() local
1254 pDBData->GetArea( nAreaTab, nStartCol, nStartRow, nEndCol, nEndRow ); in DrawButtons()
1256 nRow >= nStartRow && nRow <= nEndRow ) in DrawButtons()
H A Dpreview.cxx214 aState.nStartRow = aState.nEndRow = 0; in TestLastPage()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx549 SCROW nMaxRows = 0, nEndRow = 0; in glueState() local
578 if (n2 > nEndRow) in glueState()
579 nEndRow = static_cast<SCROW>(n2); in glueState()
592 SCROW nR = nEndRow - mnStartRow + 1; in glueState()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java588 int nSheet, int nStartCol, int nStartRow, int nEndCol, int nEndRow, in insertRange() argument
596 aAddress.EndRow = nEndRow; in insertRange()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs560 int nSheet, int nStartCol, int nStartRow, int nEndCol, int nEndRow, in insertRange() argument
569 aAddress.EndRow = nEndRow; in insertRange()

Completed in 190 milliseconds

12345