Home
last modified time | relevance | path

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

/aoo42x/main/chart2/source/model/main/
H A DChartModel_Persistence.cxx475 Reference< beans::XPropertySet > xFloor( xDiagram->getFloor() ); in initNew() local
476 if( xFloor.is() ) in initNew()
478xFloor->setPropertyValue( C2U( "LineStyle" ), uno::makeAny( drawing::LineStyle_NONE ) ); in initNew()
479xFloor->setPropertyValue( C2U( "FillStyle" ), uno::makeAny( drawing::FillStyle_SOLID ) ); in initNew()
480xFloor->setPropertyValue( C2U( "LineColor" ), uno::makeAny( static_cast< sal_Int32 >( 0xb3b3b3 ) )… in initNew()
481xFloor->setPropertyValue( C2U( "FillColor" ), uno::makeAny( static_cast< sal_Int32 >( 0xcccccc ) )… in initNew()
/aoo42x/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx386 Reference< beans::XPropertySet > xFloor( xDiagram->getFloor()); in createWallAndFloor() local
387 if( xFloor.is()) in createWallAndFloor()

Completed in 28 milliseconds