Lines Matching refs:aPos2
848 Point aPos2; in ImplDrawIndent() local
874 aPos2 = rPoly.GetPoint( 1 ); in ImplDrawIndent()
875 aPos2.X()++; in ImplDrawIndent()
876 maVirDev.DrawLine( aPos2, aPos1 ); in ImplDrawIndent()
877 aPos2.X()--; in ImplDrawIndent()
878 aPos2.Y()++; in ImplDrawIndent()
881 maVirDev.DrawLine( aPos2, aPos1 ); in ImplDrawIndent()
883 aPos2 = rPoly.GetPoint( 4 ); in ImplDrawIndent()
884 aPos2.Y()++; in ImplDrawIndent()
885 maVirDev.DrawLine( aPos1, aPos2 ); in ImplDrawIndent()
886 aPos2.X()--; in ImplDrawIndent()
889 maVirDev.DrawLine( aPos2, aPos1 ); in ImplDrawIndent()
891 aPos2 = rPoly.GetPoint( 2 ); in ImplDrawIndent()
892 aPos2.X()++; in ImplDrawIndent()
893 aPos2.Y()--; in ImplDrawIndent()
894 maVirDev.DrawLine( aPos2, aPos1 ); in ImplDrawIndent()
902 aPos2 = rPoly.GetPoint( 3 ); in ImplDrawIndent()
903 aPos2.Y()++; in ImplDrawIndent()
904 maVirDev.DrawLine( aPos1, aPos2 ); in ImplDrawIndent()
905 aPos2 = rPoly.GetPoint( 1 ); in ImplDrawIndent()
906 aPos2.X()++; in ImplDrawIndent()
907 maVirDev.DrawLine( aPos1, aPos2 ); in ImplDrawIndent()
908 aPos2.X()--; in ImplDrawIndent()
909 aPos2.Y()--; in ImplDrawIndent()
912 maVirDev.DrawLine( aPos2, aPos1 ); in ImplDrawIndent()
914 aPos2 = rPoly.GetPoint( 4 ); in ImplDrawIndent()
915 aPos2.Y()--; in ImplDrawIndent()
916 maVirDev.DrawLine( aPos1, aPos2 ); in ImplDrawIndent()
917 aPos2.X()--; in ImplDrawIndent()
920 maVirDev.DrawLine( aPos2, aPos1 ); in ImplDrawIndent()