Searched refs:aPtSize (Results 1 – 2 of 2) sorted by relevance
3306 …Size aPtSize = OutputDevice::LogicToLogic( rChartRect.GetSize(), MapMode( MAP_100TH_MM ), MapMode(… in XclExpChChart() local3309 maRect.mnWidth = static_cast< sal_Int32 >( aPtSize.Width() << 16 ); in XclExpChChart()3310 maRect.mnHeight = static_cast< sal_Int32 >( aPtSize.Height() << 16 ); in XclExpChChart()
10175 Size aPtSize( lcl_convert( m_aGraphicsStack.front().m_aMapMode, in createGradient() local10183 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 62 milliseconds