Home
last modified time | relevance | path

Searched refs:nLeftCrop (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
448 nLeftCrop = -rCrop.GetLeft(); in GetGrfArea()
453 nLeftCrop = Max( aOrigSz.Width() - in GetGrfArea()
456 nLeftCrop = long(nScale * -rCrop.GetLeft() ); in GetGrfArea()
463 long nTmpCrop = nLeftCrop; in GetGrfArea()
464 nLeftCrop = nRightCrop; in GetGrfArea()
496 if ( nLeftCrop > 0 ) in GetGrfArea()
498 aVisPt.X() += nLeftCrop; in GetGrfArea()
499 aVisSz.Width() -= nLeftCrop; in GetGrfArea()
518 aGrfPt.X() += nLeftCrop; in GetGrfArea()
[all …]
/trunk/main/svx/inc/svx/
H A Dsdgcpitm.hxx40 SdrGrafCropItem( sal_Int32 nLeftCrop = 0, sal_Int32 nTopCrop = 0, in SdrGrafCropItem() argument
43 SvxGrfCrop( nLeftCrop, nRightCrop, nTopCrop, nBottomCrop, nWhichId ) {} in SdrGrafCropItem()
/trunk/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx211 sal_Int32 nLeftCrop; member in writerfilter::dmapper::GraphicImport_Impl
277 ,nLeftCrop(0) in GraphicImport_Impl()
476 m_pImpl->nLeftCrop = ConversionHelper::convertTwipToMM100(nIntValue); in lcl_attribute()
1201 m_pImpl->nLeftCrop = nTwipValue; in ProcessShapeOptions()
1726 lcl_CalcCrop( m_pImpl->nLeftCrop, aGraphicSize.Width ); in createGraphicObject()
1731 …Any(text::GraphicCrop(m_pImpl->nTopCrop, m_pImpl->nBottomCrop, m_pImpl->nLeftCrop, m_pImpl->nRight… in createGraphicObject()
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx3958 sal_Int32 nLeftCrop = static_cast<sal_Int32>( rOldCrop.GetLeft() + nDiffLeft * fScaleX ); in EndSdrDrag() local
3965 aSet.Put( SdrGrafCropItem( nLeftCrop, nTopCrop, nRightCrop, nBottomCrop ) ); in EndSdrDrag()

Completed in 38 milliseconds