Searched refs:aResolution (Results 1 – 4 of 4) sorted by relevance
53 …uno::Sequence< sal_Int32 > aResolution( VCoordinateSystem::getCoordinateSystemResolution( rPageSiz… in getCoordinateSystemResolution() local55 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()
168 uno::Sequence< sal_Int32 > aResolution(2); in getCoordinateSystemResolution() local172 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()
514 awt::Size aResolution(1000,1000); in execute_Paint() local519 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()
674 Size aResolution( Application::GetDefaultDevice()->LogicToPixel( Size( 100, 100 ), MAP_CM ) ); in ExportDialog() local675 maResolution.Width = aResolution.Width(); in ExportDialog()676 maResolution.Height= aResolution.Height(); in ExportDialog()
Completed in 71 milliseconds