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()
167 uno::Sequence< sal_Int32 > aResolution(2); in getCoordinateSystemResolution() local171 aResolution.realloc(nDimensionCount); in getCoordinateSystemResolution()173 for( nN = 0 ;nN<aResolution.getLength(); nN++ ) in getCoordinateSystemResolution()174 aResolution[nN]=1000; in getCoordinateSystemResolution()199 if( 2 == aResolution.getLength() ) in getCoordinateSystemResolution()201 aResolution[0]=nXResolution; in getCoordinateSystemResolution()202 aResolution[1]=nYResolution; in getCoordinateSystemResolution()209 for( nN = 0 ;nN<aResolution.getLength(); nN++ ) in getCoordinateSystemResolution()210 aResolution[nN]=nMaxResolution; in getCoordinateSystemResolution()213 return aResolution; in getCoordinateSystemResolution()
498 awt::Size aResolution(1000,1000); in execute_Paint() local503 aResolution.Width = m_pChartWindow->GetSizePixel().Width(); in execute_Paint()504 aResolution.Height = m_pChartWindow->GetSizePixel().Height(); in execute_Paint()507 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()