Lines Matching refs:aPos1
847 Point aPos1; in ImplDrawIndent() local
872 aPos1 = rPoly.GetPoint( 2 ); in ImplDrawIndent()
873 aPos1.X()++; in ImplDrawIndent()
876 maVirDev.DrawLine( aPos2, aPos1 ); in ImplDrawIndent()
879 aPos1 = rPoly.GetPoint( 0 ); in ImplDrawIndent()
880 aPos1.Y()++; in ImplDrawIndent()
881 maVirDev.DrawLine( aPos2, aPos1 ); in ImplDrawIndent()
885 maVirDev.DrawLine( aPos1, aPos2 ); in ImplDrawIndent()
887 aPos1 = rPoly.GetPoint( 3 ); in ImplDrawIndent()
888 aPos1.X()--; in ImplDrawIndent()
889 maVirDev.DrawLine( aPos2, aPos1 ); in ImplDrawIndent()
890 aPos1.Y()--; in ImplDrawIndent()
894 maVirDev.DrawLine( aPos2, aPos1 ); in ImplDrawIndent()
899 aPos1 = rPoly.GetPoint( 2 ); in ImplDrawIndent()
900 aPos1.X()++; in ImplDrawIndent()
901 aPos1.Y()++; in ImplDrawIndent()
904 maVirDev.DrawLine( aPos1, aPos2 ); in ImplDrawIndent()
907 maVirDev.DrawLine( aPos1, aPos2 ); in ImplDrawIndent()
910 aPos1 = rPoly.GetPoint( 0 ); in ImplDrawIndent()
911 aPos1.Y()--; in ImplDrawIndent()
912 maVirDev.DrawLine( aPos2, aPos1 ); in ImplDrawIndent()
916 maVirDev.DrawLine( aPos1, aPos2 ); in ImplDrawIndent()
918 aPos1 = rPoly.GetPoint( 3 ); in ImplDrawIndent()
919 aPos1.X()--; in ImplDrawIndent()
920 maVirDev.DrawLine( aPos2, aPos1 ); in ImplDrawIndent()