Searched refs:xFloor (Results 1 – 2 of 2) sorted by relevance
475 Reference< beans::XPropertySet > xFloor( xDiagram->getFloor() ); in initNew() local476 if( xFloor.is() ) in initNew()478 … xFloor->setPropertyValue( C2U( "LineStyle" ), uno::makeAny( drawing::LineStyle_NONE ) ); in initNew()479 … xFloor->setPropertyValue( C2U( "FillStyle" ), uno::makeAny( drawing::FillStyle_SOLID ) ); in initNew()480 …xFloor->setPropertyValue( C2U( "LineColor" ), uno::makeAny( static_cast< sal_Int32 >( 0xb3b3b3 ) )… in initNew()481 …xFloor->setPropertyValue( C2U( "FillColor" ), uno::makeAny( static_cast< sal_Int32 >( 0xcccccc ) )… in initNew()
386 Reference< beans::XPropertySet > xFloor( xDiagram->getFloor()); in createWallAndFloor() local387 if( xFloor.is()) in createWallAndFloor()
Completed in 27 milliseconds