Home
last modified time | relevance | path

Searched refs:m_nLineDashStyle (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/vbahelper/source/vbahelper/
H A Dvbalineformat.cxx38 m_nLineDashStyle = office::MsoLineDashStyle::msoLineSolid; in ScVbaLineFormat()
228 setDashStyle( m_nLineDashStyle ); in setWeight()
257 setDashStyle( m_nLineDashStyle ); in setVisible()
302 m_nLineDashStyle = office::MsoLineDashStyle::msoLineSolid; in getDashStyle()
311 m_nLineDashStyle = office::MsoLineDashStyle::msoLineDash; in getDashStyle()
314 m_nLineDashStyle = office::MsoLineDashStyle::msoLineLongDash; in getDashStyle()
323 m_nLineDashStyle = office::MsoLineDashStyle::msoLineDashDot; in getDashStyle()
326 m_nLineDashStyle = office::MsoLineDashStyle::msoLineSquareDot; in getDashStyle()
332 m_nLineDashStyle = office::MsoLineDashStyle::msoLineLongDashDot; in getDashStyle()
339 m_nLineDashStyle = office::MsoLineDashStyle::msoLineDashDotDot; in getDashStyle()
[all …]
H A Dvbalineformat.hxx38 sal_Int32 m_nLineDashStyle; member in ScVbaLineFormat