Home
last modified time | relevance | path

Searched refs:xGridProperties (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/chart2/source/tools/
H A DAxisHelper.cxx478 void AxisHelper::makeGridVisible( const Reference< beans::XPropertySet >& xGridProperties ) in makeGridVisible() argument
480 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() argument
547 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() local
875 if( xGridProperties.is() ) in getAllGrids()
876 aGridVector.push_back( xGridProperties ); in getAllGrids()
/aoo42x/main/chart2/source/inc/
H A DAxisHelper.hxx106 …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 );
/aoo42x/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx350 Reference< beans::XPropertySet > xGridProperties( xAxis->getGridProperties() ); in createAxesTree() local
351 if( AxisHelper::isGridVisible( xGridProperties ) ) in createAxesTree()
/aoo42x/main/xmloff/source/chart/
H A DSchXMLExport.cxx211 …void exportGrid( const Reference< beans::XPropertySet > xGridProperties, bool bMajor, bool bExport…
2373 void SchXMLExportHelper_Impl::exportGrid( const Reference< beans::XPropertySet > xGridProperties, b… in exportGrid() argument
2375 if( !xGridProperties.is() ) in exportGrid()
2377 std::vector< XMLPropertyState > aPropertyStates = mxExpPropMapper->Filter( xGridProperties ); in exportGrid()

Completed in 76 milliseconds