Searched refs:nM1 (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/svtools/source/control/ |
H A D | ruler.cxx | 1246 long nM1; // Pixel-Position von Margin1 in ImplFormat() local 1289 nM1 = mpData->nMargin1+nNullVirOff; in ImplFormat() 1293 if ( nM1 < nVirLeft ) in ImplFormat() 1301 nM1 = nVirLeft-1; in ImplFormat() 1302 nP1 = nM1; in ImplFormat() 1342 if ( nM1 > nVirLeft ) in ImplFormat() 1346 if ( nM2-nM1 > 0 ) in ImplFormat() 1354 if ( nM1 > nVirLeft ) in ImplFormat() 1356 ImplVDrawLine( nM1-1, nVirTop, nM1-1, nVirBottom );//right line of the left rectangle in ImplFormat() 1377 if ( nM1 > nP1 ) in ImplFormat() [all …]
|
/aoo42x/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 428 sal_uInt16 nD1, nM1, nY1, nD2, nM2, nY2; in GetDiffDate() local 433 DaysToDate( nStartDate, nD1, nM1, nY1 ); in GetDiffDate() 439 nMonths = nM2 - nM1; in GetDiffDate() 445 if( nMode == 0 && nM1 == 2 && nM2 != 2 && nY1 == nY2 ) in GetDiffDate()
|
Completed in 41 milliseconds