Home
last modified time | relevance | path

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

/AOO42X/main/xmloff/source/style/
H A DXMLClipPropertyHandler.cxx79 GraphicCrop aCrop; in importXML() local
96 case 0: aCrop.Top = nVal; break; in importXML()
97 case 1: aCrop.Right = nVal; break; in importXML()
98 case 2: aCrop.Bottom = nVal; break; in importXML()
99 case 3: aCrop.Left = nVal; break; in importXML()
106 rValue <<= aCrop; in importXML()
116 GraphicCrop aCrop; in exportXML() local
118 if( rValue >>= aCrop ) in exportXML()
122 rUnitConverter.convertMeasure( aOut, aCrop.Top ); in exportXML()
126 rUnitConverter.convertMeasure( aOut, aCrop.Right ); in exportXML()
[all …]
/AOO42X/main/sw/source/filter/ww8/
H A Dww8graf2.cxx461 SwCropGrf aCrop( aPD.nCL, aPD.nCR, aPD.nCT, aPD.nCB) ; in ImportGraf1() local
462 aGrfSet.Put( aCrop ); in ImportGraf1()
645 SwCropGrf aCrop( aPD.nCL, aPD.nCR, aPD.nCT, aPD.nCB ); in ImportGraf() local
646 aGrSet.Put( aCrop ); in ImportGraf()
H A Dww8graf.cxx2137 SwCropGrf aCrop; // Cropping is stored in 'fixed floats' in SetAttributesAtGrfNode() local
2140 aCrop.SetTop( static_cast< sal_Int32 >( in SetAttributesAtGrfNode()
2144 aCrop.SetBottom( static_cast< sal_Int32 >( in SetAttributesAtGrfNode()
2148 aCrop.SetLeft( static_cast< sal_Int32 >( in SetAttributesAtGrfNode()
2152 aCrop.SetRight( static_cast< sal_Int32 >( in SetAttributesAtGrfNode()
2156 pGrfNd->SetAttr( aCrop ); in SetAttributesAtGrfNode()
/AOO42X/main/sw/source/filter/rtf/
H A Drtffly.cxx1405 SwCropGrf aCrop; in _SetPictureSize() local
1436 aCrop.SetTop( pPicType->nCropT ); in _SetPictureSize()
1441 aCrop.SetBottom( pPicType->nCropB ); in _SetPictureSize()
1446 aCrop.SetLeft( pPicType->nCropL ); in _SetPictureSize()
1451 aCrop.SetRight( pPicType->nCropR ); in _SetPictureSize()
1458 ((SwNoTxtNode&)rNd).SetAttr( aCrop ); in _SetPictureSize()