Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/text/
H A Dporfld.cxx537 nMinDist( nMinDst ), in SwNumberPortion()
617 if( nDiff < nFixWidth + nMinDist ) in Format()
618 nDiff = nFixWidth + nMinDist; in Format()
737 if( nOffset < nMinDist ) in Paint()
746 if( nOffset < nMinDist ) in Paint()
750 nOffset = nOffset - nMinDist; in Paint()
910 if( nDiff < nFixWidth + nMinDist ) in Format()
911 nDiff = nFixWidth + nMinDist; in Format()
956 if( nOffset < nMinDist ) in Paint()
963 if( nOffset < nMinDist ) in Paint()
[all …]
H A Dtxtfld.cxx489 const KSHORT nMinDist = bLabelAlignmentPosAndSpaceModeActive in NewNumberPortion() local
501 bLeft, bCenter, nMinDist, in NewNumberPortion()
568 bLeft, bCenter, nMinDist, in NewNumberPortion()
613 bLeft, bCenter, nMinDist, in NewNumberPortion()
H A Dporfld.hxx146 KSHORT nMinDist; // minimaler Abstand zum Text member in SwNumberPortion
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/sw/source/core/layout/
H A Dfrmtool.cxx3412 sal_uInt64 nMinDist = 0; in GetFrmOfModify() local
3477 if ( !pMinFrm || nCurrentDist < nMinDist ) in GetFrmOfModify()
3480 nMinDist = nCurrentDist; in GetFrmOfModify()

Completed in 91 milliseconds