Home
last modified time | relevance | path

Searched refs:nBottomCrop (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx443 long nLeftCrop, nRightCrop, nTopCrop, nBottomCrop; in GetGrfArea() local
472 nBottomCrop= -rCrop.GetBottom(); in GetGrfArea()
479 nBottomCrop= long(nScale * -rCrop.GetBottom() ); in GetGrfArea()
486 nTopCrop = nBottomCrop; in GetGrfArea()
487 nBottomCrop= nTmpCrop; in GetGrfArea()
508 if ( nBottomCrop > 0 ) in GetGrfArea()
509 aVisSz.Height() -= nBottomCrop; in GetGrfArea()
521 aTmpSz.Height()-= nTopCrop + nBottomCrop; in GetGrfArea()
/trunk/main/svx/inc/svx/
H A Dsdgcpitm.hxx41 sal_Int32 nRightCrop = 0, sal_Int32 nBottomCrop = 0, in SdrGrafCropItem() argument
43 SvxGrfCrop( nLeftCrop, nRightCrop, nTopCrop, nBottomCrop, nWhichId ) {} in SdrGrafCropItem()
/trunk/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx214 sal_Int32 nBottomCrop; member in writerfilter::dmapper::GraphicImport_Impl
280 ,nBottomCrop(0) in GraphicImport_Impl()
488 m_pImpl->nBottomCrop = ConversionHelper::convertTwipToMM100(nIntValue); in lcl_attribute()
1197 m_pImpl->nBottomCrop= nTwipValue; in ProcessShapeOptions()
1725 lcl_CalcCrop( m_pImpl->nBottomCrop, aGraphicSize.Height ); in createGraphicObject()
1731 …uno::makeAny(text::GraphicCrop(m_pImpl->nTopCrop, m_pImpl->nBottomCrop, m_pImpl->nLeftCrop, m_pImp… in createGraphicObject()
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx3961 sal_Int32 nBottomCrop = static_cast<sal_Int32>( rOldCrop.GetBottom() - nDiffBottom * fScaleY ); in EndSdrDrag() local
3965 aSet.Put( SdrGrafCropItem( nLeftCrop, nTopCrop, nRightCrop, nBottomCrop ) ); in EndSdrDrag()

Completed in 40 milliseconds