Lines Matching refs:xProp
51 void VLineProperties::initFromPropertySet( const uno::Reference< beans::XPropertySet >& xProp, bool… in initFromPropertySet() argument
53 if(xProp.is()) in initFromPropertySet()
57 this->Color = xProp->getPropertyValue( C2U( "BorderColor" ) ); in initFromPropertySet()
58 this->LineStyle = xProp->getPropertyValue( C2U( "BorderStyle" ) ); in initFromPropertySet()
59 this->Transparence = xProp->getPropertyValue( C2U( "BorderTransparency" ) ); in initFromPropertySet()
60 this->Width = xProp->getPropertyValue( C2U( "BorderWidth" ) ); in initFromPropertySet()
61 this->DashName = xProp->getPropertyValue( C2U( "BorderDashName" ) ); in initFromPropertySet()
69 this->Color = xProp->getPropertyValue( C2U( "LineColor" ) ); in initFromPropertySet()
70 this->LineStyle = xProp->getPropertyValue( C2U( "LineStyle" ) ); in initFromPropertySet()
71 this->Transparence = xProp->getPropertyValue( C2U( "LineTransparence" ) ); in initFromPropertySet()
72 this->Width = xProp->getPropertyValue( C2U( "LineWidth" ) ); in initFromPropertySet()
73 this->DashName = xProp->getPropertyValue( C2U( "LineDashName" ) ); in initFromPropertySet()