Home
last modified time | relevance | path

Searched refs:xLineProperties (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx3833 …uno::Reference< text::XLineNumberingProperties > xLineProperties( m_xTextDocument, uno::UNO_QUERY_… in SetLineNumbering() local
3834 … uno::Reference< beans::XPropertySet > xProperties = xLineProperties->getLineNumberingProperties(); in SetLineNumbering()
/trunk/main/chart2/source/tools/
H A DLineProperties.cxx108 ::com::sun::star::beans::XPropertySet >& xLineProperties ) in IsLineVisible()
113 if( xLineProperties.is() ) in IsLineVisible()
116 xLineProperties->getPropertyValue( C2U( "LineStyle" ) ) >>= aLineStyle; in IsLineVisible()
120xLineProperties->getPropertyValue( C2U( "LineTransparence" ) ) >>= nLineTransparence; in IsLineVisible()
136 ::com::sun::star::beans::XPropertySet >& xLineProperties ) in SetLineVisible()
140 if( xLineProperties.is() ) in SetLineVisible()
143 xLineProperties->getPropertyValue( C2U( "LineStyle" ) ) >>= aLineStyle; in SetLineVisible()
148 xLineProperties->getPropertyValue( C2U( "LineTransparence" ) ) >>= nLineTransparence; in SetLineVisible()
160 ::com::sun::star::beans::XPropertySet >& xLineProperties ) in SetLineInvisible()
164 if( xLineProperties.is() ) in SetLineInvisible()
[all …]
/trunk/main/chart2/source/inc/
H A DLineProperties.hxx59 ::com::sun::star::beans::XPropertySet >& xLineProperties );
61 ::com::sun::star::beans::XPropertySet >& xLineProperties );
63 ::com::sun::star::beans::XPropertySet >& xLineProperties );

Completed in 79 milliseconds