Searched refs:thisAddress (Results 1 – 1 of 1) sorted by relevance
2059 …thisAddress.StartColumn ), static_cast< SCROW >( thisAddress.StartRow ), static_cast< SCTAB >( thi… in Address()3665 sal_Int32 nCols = thisAddress.EndColumn - thisAddress.StartColumn; in Delete()3666 sal_Int32 nRows = thisAddress.EndRow - thisAddress.StartRow; in Delete()4033 if ((thisAddress.StartColumn==0) && (thisAddress.StartRow==0)) in setPageBreak()4040 …ScAddress aAddr( static_cast<SCCOL>(thisAddress.StartColumn), thisAddress.StartRow, thisAddress.Sh… in setPageBreak()4677 …thisAddress.StartColumn ), static_cast< SCROW >( thisAddress.StartRow ), static_cast< SCTAB >( thi… in Insert()4989 …if( (thisAddress.StartRow == thisAddress.EndRow && thisAddress.EndRow == aOutlineAddress.EndRow )… in getShowDetail()4990 …(thisAddress.StartColumn == thisAddress.EndColumn && thisAddress.EndColumn == aOutlineAddress.EndC… in getShowDetail()5032 …if( (thisAddress.StartRow == thisAddress.EndRow && thisAddress.EndRow == aOutlineAddress.EndRow )… in setShowDetail()5033 …(thisAddress.StartColumn == thisAddress.EndColumn && thisAddress.EndColumn == aOutlineAddress.EndC… in setShowDetail()[all …]
Completed in 64 milliseconds