Searched refs:xLineProperties (Results 1 – 3 of 3) sorted by relevance
108 ::com::sun::star::beans::XPropertySet >& xLineProperties ) in IsLineVisible()113 if( xLineProperties.is() ) in IsLineVisible()116 xLineProperties->getPropertyValue( C2U( "LineStyle" ) ) >>= aLineStyle; in IsLineVisible()120 … xLineProperties->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()145 … xLineProperties->setPropertyValue( C2U( "LineStyle" ), uno::makeAny( drawing::LineStyle_SOLID ) ); in SetLineVisible()148 xLineProperties->getPropertyValue( C2U( "LineTransparence" ) ) >>= nLineTransparence; in SetLineVisible()150 … xLineProperties->setPropertyValue( C2U( "LineTransparence" ), uno::makeAny( sal_Int16(0) ) ); in SetLineVisible()[all …]
59 ::com::sun::star::beans::XPropertySet >& xLineProperties );61 ::com::sun::star::beans::XPropertySet >& xLineProperties );63 ::com::sun::star::beans::XPropertySet >& xLineProperties );
3642 …uno::Reference< text::XLineNumberingProperties > xLineProperties( m_xTextDocument, uno::UNO_QUERY_… in SetLineNumbering() local3643 … uno::Reference< beans::XPropertySet > xProperties = xLineProperties->getLineNumberingProperties(); in SetLineNumbering()