Home
last modified time | relevance | path

Searched refs:aPtSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx3306 …Size aPtSize = OutputDevice::LogicToLogic( rChartRect.GetSize(), MapMode( MAP_100TH_MM ), MapMode(… in XclExpChChart() local
3309 maRect.mnWidth = static_cast< sal_Int32 >( aPtSize.Width() << 16 ); in XclExpChChart()
3310 maRect.mnHeight = static_cast< sal_Int32 >( aPtSize.Height() << 16 ); in XclExpChChart()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx10175 Size aPtSize( lcl_convert( m_aGraphicsStack.front().m_aMapMode, in createGradient() local
10183 aPtSize.Width()++; in createGradient()
10184 aPtSize.Height()++; in createGradient()
10189 if( it->m_aSize == aPtSize ) in createGradient()
10198 m_aGradients.front().m_aSize = aPtSize; in createGradient()

Completed in 90 milliseconds