Searched refs:bAutomaticContour (Results 1 – 2 of 2) sorted by relevance
42 sal_Bool bAutomaticContour : 1; // automatic contour polygon, not manipulated member in SwNoTxtNode89 void SetAutomaticContour( sal_Bool bSet ) { bAutomaticContour = bSet; } in SetAutomaticContour()90 sal_Bool HasAutomaticContour() const { return bAutomaticContour; } in HasAutomaticContour()
54 bAutomaticContour( sal_False ), in SwNoTxtNode()111 bAutomaticContour = bAutomatic; in SetContour()121 bAutomaticContour = sal_True; in CreateContour()
Completed in 8 milliseconds