Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx1837 Point aMin1; in lcl_ProjectOntoClosestTableFrm() local
1871 aMin1 = aS1; in lcl_ProjectOntoClosestTableFrm()
1882 aRet.X() = aMin1.X(); in lcl_ProjectOntoClosestTableFrm()
1885 else if ( aRet.Y() < aMin1.Y() ) in lcl_ProjectOntoClosestTableFrm()
1886 aRet.Y() = aMin1.Y(); in lcl_ProjectOntoClosestTableFrm()
1890 aRet.Y() = aMin1.Y(); in lcl_ProjectOntoClosestTableFrm()
1893 else if ( aRet.X() < aMin1.X() ) in lcl_ProjectOntoClosestTableFrm()
1894 aRet.X() = aMin1.X(); in lcl_ProjectOntoClosestTableFrm()

Completed in 26 milliseconds