Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/axes/
H A DVPolarCoordinateSystem.cxx53 …uno::Sequence< sal_Int32 > aResolution( VCoordinateSystem::getCoordinateSystemResolution( rPageSiz… in getCoordinateSystemResolution() local
55 if( aResolution.getLength() >= 2 ) in getCoordinateSystemResolution()
59 aResolution[0]/=2;//radius in getCoordinateSystemResolution()
60 aResolution[1]*=4;//outer circle resolution in getCoordinateSystemResolution()
64 aResolution[0]*=4;//outer circle resolution in getCoordinateSystemResolution()
65 aResolution[1]/=2;//radius in getCoordinateSystemResolution()
69 return aResolution; in getCoordinateSystemResolution()
H A DVCoordinateSystem.cxx168 uno::Sequence< sal_Int32 > aResolution(2); in getCoordinateSystemResolution() local
172 aResolution.realloc(nDimensionCount); in getCoordinateSystemResolution()
174 for( nN = 0 ;nN<aResolution.getLength(); nN++ ) in getCoordinateSystemResolution()
175 aResolution[nN]=1000; in getCoordinateSystemResolution()
200 if( 2 == aResolution.getLength() ) in getCoordinateSystemResolution()
202 aResolution[0]=nXResolution; in getCoordinateSystemResolution()
203 aResolution[1]=nYResolution; in getCoordinateSystemResolution()
210 for( nN = 0 ;nN<aResolution.getLength(); nN++ ) in getCoordinateSystemResolution()
211 aResolution[nN]=nMaxResolution; in getCoordinateSystemResolution()
214 return aResolution; in getCoordinateSystemResolution()
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx514 awt::Size aResolution(1000,1000); in execute_Paint() local
519 aResolution.Width = m_pChartWindow->GetSizePixel().Width(); in execute_Paint()
520 aResolution.Height = m_pChartWindow->GetSizePixel().Height(); in execute_Paint()
523 xProp->setPropertyValue( C2U("Resolution"), uno::makeAny( aResolution )); in execute_Paint()
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx674 Size aResolution( Application::GetDefaultDevice()->LogicToPixel( Size( 100, 100 ), MAP_CM ) ); in ExportDialog() local
675 maResolution.Width = aResolution.Width(); in ExportDialog()
676 maResolution.Height= aResolution.Height(); in ExportDialog()

Completed in 38 milliseconds