Home
last modified time | relevance | path

Searched refs:rScaleWidth (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sfx2/source/view/
H A Dipclient.cxx799 void SfxInPlaceClient::SetSizeScale( const Fraction & rScaleWidth, const Fraction & rScaleHeight ) in SetSizeScale() argument
801 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() argument
817 …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()
/trunk/main/sfx2/inc/sfx2/
H A Dipclient.hxx83 void SetSizeScale( const Fraction & rScaleWidth, const Fraction & rScaleHeight );
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.hxx354 virtual void CharScaleWidth( const SvxCharScaleWidthItem& rScaleWidth );
H A Ddocxattributeoutput.hxx414 virtual void CharScaleWidth( const SvxCharScaleWidthItem& rScaleWidth );
H A Ddocxattributeoutput.cxx2522 void DocxAttributeOutput::CharScaleWidth( const SvxCharScaleWidthItem& rScaleWidth ) in CharScaleWidth() argument
2525 …FSNS( XML_w, XML_val ), rtl::OString::valueOf( sal_Int32( rScaleWidth.GetValue() ) ).getStr(), FSE… in CharScaleWidth()
H A Drtfattributeoutput.cxx2442 void RtfAttributeOutput::CharScaleWidth( const SvxCharScaleWidthItem& rScaleWidth ) in CharScaleWidth() argument
2447 m_aStyles.append((sal_Int32)rScaleWidth.GetValue()); in CharScaleWidth()
H A Dww8atr.cxx1471 void WW8AttributeOutput::CharScaleWidth( const SvxCharScaleWidthItem& rScaleWidth ) in CharScaleWidth() argument
1476 m_rWW8Export.InsUInt16( rScaleWidth.GetValue() ); in CharScaleWidth()

Completed in 72 milliseconds