Home
last modified time | relevance | path

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

/trunk/main/vbahelper/source/vbahelper/
H A Dvbafillformat.cxx163 if( !m_xColorFormat.is() ) in BackColor()
164m_xColorFormat.set( new ScVbaColorFormat( getParent(), mxContext, this, m_xShape, ColorFormatType:… in BackColor()
165 return m_xColorFormat; in BackColor()
171 if( !m_xColorFormat.is() ) in ForeColor()
172m_xColorFormat.set( new ScVbaColorFormat( getParent(), mxContext, this, m_xShape, ColorFormatType:… in ForeColor()
173 return m_xColorFormat; in ForeColor()
H A Dvbafillformat.hxx38 css::uno::Reference< ov::msforms::XColorFormat > m_xColorFormat; member in ScVbaFillFormat

Completed in 14 milliseconds