Searched refs:nM2 (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/svtools/source/control/ |
H A D | ruler.cxx | 1310 if ( nM2 > nVirRight ) in ImplFormat() 1315 if ( nM2 > nP2 ) in ImplFormat() 1316 nM2 = nP2; in ImplFormat() 1320 nM2 = nVirRight+1; in ImplFormat() 1321 nP2 = nM2; in ImplFormat() 1344 if ( nM2 < nP2 ) in ImplFormat() 1346 if ( nM2-nM1 > 0 ) in ImplFormat() 1364 if ( nM2 < nP2 ) in ImplFormat() 1367 ImplVDrawLine( nM2+1, nVirTop, nM2+1, nVirBottom );//left line of the right rectangle in ImplFormat() 1379 if ( nM2 < nP2 ) in ImplFormat() [all …]
|
/aoo4110/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 428 sal_uInt16 nD1, nM1, nY1, nD2, nM2, nY2; in GetDiffDate() local 434 DaysToDate( nEndDate, nD2, nM2, nY2 ); in GetDiffDate() 439 nMonths = nM2 - nM1; in GetDiffDate() 445 if( nMode == 0 && nM1 == 2 && nM2 != 2 && nY1 == nY2 ) in GetDiffDate()
|
Completed in 69 milliseconds