Searched refs:nM2 (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/svtools/source/control/ |
| H A D | ruler.cxx | 1247 long nM2; // Pixel-Position von Margin2 in ImplFormat() local 1306 nM2 = mpData->nMargin2+nNullVirOff; in ImplFormat() 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() 1330 ImplVDrawLine( nM2 +1, nVirTop, nP2 -1, nVirTop ); //top right line in ImplFormat() 1344 if ( nM2 < nP2 ) in ImplFormat() 1345 ImplVDrawRect( nM2+1, nVirTop, nP2, nVirBottom ); //right gray rectangle in ImplFormat() [all …]
|
| /AOO41X/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()
|