Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx1406 SwCropGrf aCrop; in _SetPictureSize() local
1437 aCrop.SetTop( pPicType->nCropT ); in _SetPictureSize()
1442 aCrop.SetBottom( pPicType->nCropB ); in _SetPictureSize()
1447 aCrop.SetLeft( pPicType->nCropL ); in _SetPictureSize()
1452 aCrop.SetRight( pPicType->nCropR ); in _SetPictureSize()
1459 ((SwNoTxtNode&)rNd).SetAttr( aCrop ); in _SetPictureSize()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx2138 SwCropGrf aCrop; // Cropping is stored in 'fixed floats' in SetAttributesAtGrfNode() local
2141 aCrop.SetTop( static_cast< sal_Int32 >( in SetAttributesAtGrfNode()
2145 aCrop.SetBottom( static_cast< sal_Int32 >( in SetAttributesAtGrfNode()
2149 aCrop.SetLeft( static_cast< sal_Int32 >( in SetAttributesAtGrfNode()
2153 aCrop.SetRight( static_cast< sal_Int32 >( in SetAttributesAtGrfNode()
2157 pGrfNd->SetAttr( aCrop ); in SetAttributesAtGrfNode()
H A Dww8graf2.cxx465 SwCropGrf aCrop( aPD.nCL, aPD.nCR, aPD.nCT, aPD.nCB) ; in ImportGraf1() local
466 aGrfSet.Put( aCrop ); in ImportGraf1()
649 SwCropGrf aCrop( aPD.nCL, aPD.nCR, aPD.nCT, aPD.nCB ); in ImportGraf() local
650 aGrSet.Put( aCrop ); in ImportGraf()
/trunk/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 …]

Completed in 38 milliseconds