Home
last modified time | relevance | path

Searched refs:nCropRight (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8par4.cxx105 nCropRight, in SV_IMPL_OP_PTRARR_SORT() local
115 >> nCropRight in SV_IMPL_OP_PTRARR_SORT()
118 rX = nOrgWidth - nCropLeft - nCropRight; in SV_IMPL_OP_PTRARR_SORT()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3872 sal_Int32 nCropRight = (sal_Int32)rPropSet.GetPropertyValue( DFF_Prop_cropFromRight, 0 ); in lcl_ApplyCropping() local
3874 if( nCropTop || nCropBottom || nCropLeft || nCropRight ) in lcl_ApplyCropping()
3903 if ( nCropRight ) in lcl_ApplyCropping()
3905 fFactor = (double)nCropRight / 65536.0; in lcl_ApplyCropping()