Home
last modified time | relevance | path

Searched refs:aRefSize (Results 1 – 5 of 5) sorted by relevance

/trunk/main/chart2/source/tools/
H A DReferenceSizeProvider.cxx160 awt::Size aRefSize( getPageSize() ); in setValuesAtPropertySet() local
167 xProp->setPropertyValue( aRefSizeName, uno::makeAny( aRefSize )); in setValuesAtPropertySet()
177 RelativeSizeHelper::adaptFontSizes( xProp, aOldRefSize, aRefSize ); in setValuesAtPropertySet()
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx1792 awt::Size aRefSize = ChartModelHelper::getPageSize( xChartModel ); in impl_moveOrResizeObject() local
1800 ( aRefSize.Width > 0 && aRefSize.Height > 0 ) ) in impl_moveOrResizeObject()
1807 double fWidth = static_cast< double >( aRefSize.Width ); in impl_moveOrResizeObject()
1808 double fHeight = static_cast< double >( aRefSize.Height ); in impl_moveOrResizeObject()
1835 … bResult = lcl_GrowAndShiftLogic( aRelPos, aRelSize, aRefSize, fAmountLogicX, fAmountLogicY ); in impl_moveOrResizeObject()
1837 … bResult = lcl_MoveObjectLogic( aRelPos, aRelSize, aRefSize, fAmountLogicX, fAmountLogicY ); in impl_moveOrResizeObject()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedScaleTextProperties.cxx90 awt::Size aRefSize( m_spChart2ModelContact->GetPageSize() ); in setPropertyValue() local
91 xInnerPropertySet->setPropertyValue( aRefSizeName, uno::makeAny( aRefSize ) ); in setPropertyValue()
/trunk/main/basic/source/runtime/
H A Dmethods1.cxx1295 Size aRefSize( nValue, nValue ); in GetDialogZoomFactor() local
1299 Size aScaledSize = pDevice->LogicToPixel( aRefSize, aMap ); in GetDialogZoomFactor()
1300 aRefSize = pDevice->LogicToPixel( aRefSize, MapMode(MAP_TWIP) ); in GetDialogZoomFactor()
1305 nRef = aRefSize.Width(); in GetDialogZoomFactor()
1310 nRef = aRefSize.Height(); in GetDialogZoomFactor()
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx1793 lcl_setRefSizeAtSeriesGroup( awt::Size aRefSize ) : m_aRefSize( aRefSize ) {} in lcl_setRefSizeAtSeriesGroup()

Completed in 54 milliseconds