Home
last modified time | relevance | path

Searched refs:nMinDist (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/sw/source/core/text/
H A Dporfld.cxx538 nMinDist( nMinDst ), in SwNumberPortion()
618 if( nDiff < nFixWidth + nMinDist ) in Format()
619 nDiff = nFixWidth + nMinDist; in Format()
738 if( nOffset < nMinDist ) in Paint()
747 if( nOffset < nMinDist ) in Paint()
751 nOffset = nOffset - nMinDist; in Paint()
911 if( nDiff < nFixWidth + nMinDist ) in Format()
912 nDiff = nFixWidth + nMinDist; in Format()
957 if( nOffset < nMinDist ) in Paint()
964 if( nOffset < nMinDist ) in Paint()
[all …]
H A Dtxtfld.cxx487 const KSHORT nMinDist = bLabelAlignmentPosAndSpaceModeActive in NewNumberPortion() local
499 bLeft, bCenter, nMinDist, in NewNumberPortion()
570 bLeft, bCenter, nMinDist, in NewNumberPortion()
619 bLeft, bCenter, nMinDist, in NewNumberPortion()
H A Dporfld.hxx146 KSHORT nMinDist; // minimaler Abstand zum Text member in SwNumberPortion
/aoo4110/main/svx/source/svdraw/
H A Dsvdopath.cxx1360 long nMinDist=1; in MovCreate() local
1361 if (pView!=NULL) nMinDist=pView->GetFreeHandMinDistPix(); in MovCreate()
1362 if (pOut!=NULL) nMinDist=pOut->PixelToLogic(Size(nMinDist,0)).Width(); in MovCreate()
1363 if (nMinDist<1) nMinDist=1; in MovCreate()
1369 if (dx<nMinDist && dy<nMinDist) return sal_False; in MovCreate()
/aoo4110/main/sc/source/filter/excel/
H A Dxestyle.cxx449 sal_Int32 nMinDist = nFirstDist; in GetMixedColors() local
454 if( nDist < nMinDist ) in GetMixedColors()
456 nMinDist = nDist; in GetMixedColors()
462 if( nMinDist < nFirstDist ) in GetMixedColors()
/aoo4110/main/sw/source/core/layout/
H A Dfrmtool.cxx3396 sal_uInt64 nMinDist = 0; in GetFrmOfModify() local
3461 if ( !pMinFrm || nCurrentDist < nMinDist ) in GetFrmOfModify()
3464 nMinDist = nCurrentDist; in GetFrmOfModify()

Completed in 207 milliseconds