Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/sidebar/
H A DAlignmentPropertyPanel.cxx197 double dTmp = sTmp.ToDouble(); in IMPL_LINK() local
198 FormatDegrees(dTmp); in IMPL_LINK()
200 sal_Int64 nTmp = (sal_Int64)dTmp*100; in IMPL_LINK()
570 void AlignmentPropertyPanel::FormatDegrees(double& dTmp) in FormatDegrees() argument
572 while(dTmp<0) in FormatDegrees()
573 dTmp += 360; in FormatDegrees()
574 while (dTmp > 359) //modify in FormatDegrees()
575 dTmp = 359; in FormatDegrees()
H A DAlignmentPropertyPanel.hxx126 void FormatDegrees(double& dTmp);
/aoo4110/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx694 double dTmp = sTmp.ToDouble(); in IMPL_LINK() local
697 while(dTmp<0) in IMPL_LINK()
698 dTmp += 360; in IMPL_LINK()
700 sal_Int64 nTmp = dTmp*100; in IMPL_LINK()

Completed in 30 milliseconds