Searched refs:nMinDist (Results  1 – 6 of 6) sorted by relevance
| /trunk/main/sw/source/core/text/ | 
| H A D | porfld.cxx | 537           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 D | txtfld.cxx | 489 		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 D | porfld.hxx | 146 	KSHORT  nMinDist;		// minimaler Abstand zum Text  member in SwNumberPortion
  | 
| /trunk/main/svx/source/svdraw/ | 
| H A D | svdopath.cxx | 1360 			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()
  | 
| /trunk/main/sc/source/filter/excel/ | 
| H A D | xestyle.cxx | 449     sal_Int32 nMinDist = nFirstDist;  in GetMixedColors()  local 454         if( nDist < nMinDist )  in GetMixedColors() 456             nMinDist = nDist;  in GetMixedColors() 462     if( nMinDist < nFirstDist )  in GetMixedColors()
  | 
| /trunk/main/sw/source/core/layout/ | 
| H A D | frmtool.cxx | 3412         sal_uInt64 nMinDist = 0;  in GetFrmOfModify()  local 3477                     if ( !pMinFrm || nCurrentDist < nMinDist )  in GetFrmOfModify() 3480 	        			nMinDist = nCurrentDist;  in GetFrmOfModify()
  | 
        Completed in 125 milliseconds