/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/ |
H A D | PolylineController.java | 130 setDashStyle(null); in updateProperties() 221 setDashStyle(dashStyle); in updateProperties() 223 setDashStyle(null); in updateProperties() 367 public void setDashStyle(Polyline.DashStyle dashStyle) { in setDashStyle() method in PolylineController 633 polyline.setDashStyle(dashStyle); in doModifyPolylines()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vbahelper/source/vbahelper/ |
H A D | vbalineformat.cxx | 222 setDashStyle( m_nLineDashStyle ); in setWeight() 251 setDashStyle( m_nLineDashStyle ); in setVisible() 343 ScVbaLineFormat::setDashStyle( sal_Int32 _dashstyle ) in setDashStyle() function in ScVbaLineFormat
|
H A D | vbalineformat.hxx | 66 virtual void SAL_CALL setDashStyle( sal_Int32 _dashstyle ) override;
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vbahelper/source/vbahelper/ |
H A D | vbalineformat.cxx | 220 setDashStyle( m_nLineDashStyle ); in setWeight() 249 setDashStyle( m_nLineDashStyle ); in setVisible() 341 ScVbaLineFormat::setDashStyle( sal_Int32 _dashstyle ) in setDashStyle() function in ScVbaLineFormat
|
H A D | vbalineformat.hxx | 66 virtual void SAL_CALL setDashStyle( sal_Int32 _dashstyle ) override;
|
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Slides/ |
H A D | TableBorderProperties.php | 26 public function setDashStyle($dashStyle) function in Google_Service_Slides_TableBorderProperties
|
H A D | Outline.php | 27 public function setDashStyle($dashStyle) function in Google_Service_Slides_Outline
|
H A D | LineProperties.php | 34 public function setDashStyle($dashStyle) function in Google_Service_Slides_LineProperties
|
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Slides/ |
H A D | TableBorderProperties.php | 26 public function setDashStyle($dashStyle) function in Google_Service_Slides_TableBorderProperties
|
H A D | Outline.php | 27 public function setDashStyle($dashStyle) function in Google_Service_Slides_Outline
|
H A D | LineProperties.php | 34 public function setDashStyle($dashStyle) function in Google_Service_Slides_LineProperties
|
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Docs/ |
H A D | TableCellBorder.php | 40 public function setDashStyle($dashStyle) function in Google_Service_Docs_TableCellBorder
|
H A D | EmbeddedObjectBorder.php | 41 public function setDashStyle($dashStyle) function in Google_Service_Docs_EmbeddedObjectBorder
|
H A D | ParagraphBorder.php | 42 public function setDashStyle($dashStyle) function in Google_Service_Docs_ParagraphBorder
|
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Docs/ |
H A D | TableCellBorder.php | 40 public function setDashStyle($dashStyle) function in Google_Service_Docs_TableCellBorder
|
H A D | EmbeddedObjectBorder.php | 41 public function setDashStyle($dashStyle) function in Google_Service_Docs_EmbeddedObjectBorder
|
H A D | ParagraphBorder.php | 42 public function setDashStyle($dashStyle) function in Google_Service_Docs_ParagraphBorder
|
/dports/graphics/ipe/ipe-7.2.23/src/ipe/ |
H A D | pathview_win.cpp | 143 painter.setDashStyle(iAll.iDashStyle); in wndPaint() 157 painter.setDashStyle(Attribute::NORMAL()); in wndPaint()
|
H A D | controls_cocoa.cpp | 91 painter.setDashStyle(iAll.iDashStyle); 105 painter.setDashStyle(Attribute::NORMAL());
|
H A D | controls_qt.cpp | 173 painter.setDashStyle(iAll.iDashStyle); in paintEvent() 187 painter.setDashStyle(Attribute::NORMAL()); in paintEvent()
|
/dports/graphics/ipe/ipe-7.2.23/src/include/ |
H A D | ipepainter.h | 97 void setDashStyle(Attribute dash);
|
H A D | ipepath.h | 59 void setDashStyle(Attribute dash);
|
/dports/graphics/ipe/ipe-7.2.23/src/ipelib/ |
H A D | ipepath.cpp | 436 painter.setDashStyle(iDashStyle); in draw() 602 void Path::setDashStyle(Attribute dash) in setDashStyle() function in Path 690 setDashStyle(value); in setAttribute()
|
H A D | ipepainter.cpp | 333 void Painter::setDashStyle(Attribute dash) in setDashStyle() function in Painter
|
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/ |
H A D | Polyline.java | 383 public void setDashStyle(DashStyle dashStyle) { in setDashStyle() method in Polyline 421 setDashStyle(dashStyle); in setDashPattern()
|