Searched refs:dTmp (Results 1 – 3 of 3) sorted by relevance
197 double dTmp = sTmp.ToDouble(); in IMPL_LINK() local198 FormatDegrees(dTmp); in IMPL_LINK()200 sal_Int64 nTmp = (sal_Int64)dTmp*100; in IMPL_LINK()570 void AlignmentPropertyPanel::FormatDegrees(double& dTmp) in FormatDegrees() argument572 while(dTmp<0) in FormatDegrees()573 dTmp += 360; in FormatDegrees()574 while (dTmp > 359) //modify in FormatDegrees()575 dTmp = 359; in FormatDegrees()
126 void FormatDegrees(double& dTmp);
701 double dTmp = sTmp.ToDouble(); in IMPL_LINK() local704 while(dTmp<0) in IMPL_LINK()705 dTmp += 360; in IMPL_LINK()707 sal_Int64 nTmp = dTmp*100; in IMPL_LINK()
Completed in 16 milliseconds