Searched refs:rScaleWidth (Results 1 – 7 of 7) sorted by relevance
799 void SfxInPlaceClient::SetSizeScale( const Fraction & rScaleWidth, const Fraction & rScaleHeight ) in SetSizeScale() argument801 if ( m_pImp->m_aScaleWidth != rScaleWidth || m_pImp->m_aScaleHeight != rScaleHeight ) in SetSizeScale()803 m_pImp->m_aScaleWidth = rScaleWidth; in SetSizeScale()815 sal_Bool SfxInPlaceClient::SetObjAreaAndScale( const Rectangle& rArea, const Fraction& rScaleWidth,… in SetObjAreaAndScale() argument817 …if( rArea != m_pImp->m_aObjArea || m_pImp->m_aScaleWidth != rScaleWidth || m_pImp->m_aScaleHeight … in SetObjAreaAndScale()820 m_pImp->m_aScaleWidth = rScaleWidth; in SetObjAreaAndScale()
83 void SetSizeScale( const Fraction & rScaleWidth, const Fraction & rScaleHeight );
354 virtual void CharScaleWidth( const SvxCharScaleWidthItem& rScaleWidth );
414 virtual void CharScaleWidth( const SvxCharScaleWidthItem& rScaleWidth );
2522 void DocxAttributeOutput::CharScaleWidth( const SvxCharScaleWidthItem& rScaleWidth ) in CharScaleWidth() argument2525 …FSNS( XML_w, XML_val ), rtl::OString::valueOf( sal_Int32( rScaleWidth.GetValue() ) ).getStr(), FSE… in CharScaleWidth()
2421 void RtfAttributeOutput::CharScaleWidth( const SvxCharScaleWidthItem& rScaleWidth ) in CharScaleWidth() argument2426 m_aStyles.append((sal_Int32)rScaleWidth.GetValue()); in CharScaleWidth()
1471 void WW8AttributeOutput::CharScaleWidth( const SvxCharScaleWidthItem& rScaleWidth ) in CharScaleWidth() argument1476 m_rWW8Export.InsUInt16( rScaleWidth.GetValue() ); in CharScaleWidth()
Completed in 85 milliseconds