Searched refs:nVarStart (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sc/source/ui/view/ |
H A D | gridmerg.cxx | 62 if ( nCount == 1 && nPos == nVarStart && in AddLine() 75 nVarDiff = nPos - nVarStart; in AddLine() 78 else if ( nPos != nVarStart + nCount * nVarDiff ) //! keep VarEnd? in AddLine() 90 nVarStart = nPos; in AddLine() 133 pDev->DrawLine( Point( nVarStart, nFixStart ), Point( nVarStart, nFixEnd ) ); in Flush() 136 long nVarEnd = nVarStart + ( nCount - 1 ) * nVarDiff; in Flush() 144 long nTemp = nVarStart; in Flush() 145 nVarStart = nVarEnd; in Flush() 148 pDev->DrawGrid( Rectangle( nVarStart, nFixStart, nVarEnd, nFixEnd ), in Flush() 156 pDev->DrawLine( Point( nFixStart, nVarStart ), Point( nFixEnd, nVarStart ) ); in Flush() [all …]
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | gridmerg.hxx | 39 long nVarStart; member in ScGridMerger
|
Completed in 10 milliseconds