Searched refs:nBottomCrop (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sw/source/core/doc/ |
H A D | notxtfrm.cxx | 429 long nLeftCrop, nRightCrop, nTopCrop, nBottomCrop; in GetGrfArea() local 458 nBottomCrop= -rCrop.GetBottom(); in GetGrfArea() 465 nBottomCrop= long(nScale * -rCrop.GetBottom() ); in GetGrfArea() 472 nTopCrop = nBottomCrop; in GetGrfArea() 473 nBottomCrop= nTmpCrop; in GetGrfArea() 494 if ( nBottomCrop > 0 ) in GetGrfArea() 495 aVisSz.Height() -= nBottomCrop; in GetGrfArea() 507 aTmpSz.Height()-= nTopCrop + nBottomCrop; in GetGrfArea()
|
/aoo4110/main/svx/inc/svx/ |
H A D | sdgcpitm.hxx | 41 sal_Int32 nRightCrop = 0, sal_Int32 nBottomCrop = 0, in SdrGrafCropItem() argument 43 SvxGrfCrop( nLeftCrop, nRightCrop, nTopCrop, nBottomCrop, nWhichId ) {} in SdrGrafCropItem()
|
/aoo4110/main/writerfilter/source/dmapper/ |
H A D | GraphicImport.cxx | 214 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() 1196 m_pImpl->nBottomCrop= nTwipValue; in ProcessShapeOptions() 1724 lcl_CalcCrop( m_pImpl->nBottomCrop, aGraphicSize.Height ); in createGraphicObject() 1730 …uno::makeAny(text::GraphicCrop(m_pImpl->nTopCrop, m_pImpl->nBottomCrop, m_pImpl->nLeftCrop, m_pImp… in createGraphicObject()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svddrgmt.cxx | 3964 sal_Int32 nBottomCrop = static_cast<sal_Int32>( rOldCrop.GetBottom() - nDiffBottom * fScaleY ); in EndSdrDrag() local 3968 aSet.Put( SdrGrafCropItem( nLeftCrop, nTopCrop, nRightCrop, nBottomCrop ) ); in EndSdrDrag()
|
Completed in 51 milliseconds