Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/chart/
H A DSchXMLAxisContext.cxx489 bool bIs3DChart = false; in CreateAxis() local
490 if( xDiaProp.is() && ( xDiaProp->getPropertyValue("Dim3D") >>= bIs3DChart ) in CreateAxis()
491 && !bIs3DChart ) in CreateAxis()
536 bool bIs3DChart = false; in CreateAxis() local
539 if ((xDiaProp->getPropertyValue("Dim3D") >>= bIs3DChart) && bIs3DChart in CreateAxis()
H A DSchXMLExport.cxx1932 bool bIs3DChart = false; in exportPlotArea() local
1942 aAny >>= bIs3DChart; in exportPlotArea()
1944 if( bIs3DChart ) in exportPlotArea()
1964 if( bIs3DChart && in exportPlotArea()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/chart/
H A DSchXMLAxisContext.cxx466 bool bIs3DChart = false; in CreateAxis() local
467 if( (xDiaProp->getPropertyValue("Dim3D") >>= bIs3DChart) && bIs3DChart ) in CreateAxis()
540 bool bIs3DChart = false; in CreateAxis() local
541 if( xDiaProp.is() && ( xDiaProp->getPropertyValue("Dim3D") >>= bIs3DChart ) in CreateAxis()
542 && !bIs3DChart ) in CreateAxis()
H A DSchXMLExport.cxx1888 bool bIs3DChart = false; in exportPlotArea() local
1898 aAny >>= bIs3DChart; in exportPlotArea()
1900 if( bIs3DChart ) in exportPlotArea()
1920 if( bIs3DChart && in exportPlotArea()