Searched refs:xGridProperties (Results 1 – 4 of 4) sorted by relevance
478 void AxisHelper::makeGridVisible( const Reference< beans::XPropertySet >& xGridProperties ) in makeGridVisible() argument480 if( xGridProperties.is() ) in makeGridVisible()482 xGridProperties->setPropertyValue( C2U( "Show" ), uno::makeAny( sal_True ) ); in makeGridVisible()483 LineProperties::SetLineVisible( xGridProperties ); in makeGridVisible()545 void AxisHelper::makeGridInvisible( const Reference< beans::XPropertySet >& xGridProperties ) in makeGridInvisible() argument547 if( xGridProperties.is() ) in makeGridInvisible()549 xGridProperties->setPropertyValue( C2U( "Show" ), uno::makeAny( sal_False ) ); in makeGridInvisible()874 Reference< beans::XPropertySet > xGridProperties( xAxis->getGridProperties() ); in getAllGrids() local875 if( xGridProperties.is() ) in getAllGrids()876 aGridVector.push_back( xGridProperties ); in getAllGrids()
106 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xGridProperties );109 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xGridProperties );116 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xGridProperties );
350 Reference< beans::XPropertySet > xGridProperties( xAxis->getGridProperties() ); in createAxesTree() local351 if( AxisHelper::isGridVisible( xGridProperties ) ) in createAxesTree()
211 …void exportGrid( const Reference< beans::XPropertySet > xGridProperties, bool bMajor, bool bExport…2373 void SchXMLExportHelper_Impl::exportGrid( const Reference< beans::XPropertySet > xGridProperties, b… in exportGrid() argument2375 if( !xGridProperties.is() ) in exportGrid()2377 std::vector< XMLPropertyState > aPropertyStates = mxExpPropMapper->Filter( xGridProperties ); in exportGrid()
Completed in 76 milliseconds