Home
last modified time | relevance | path

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

/aoo4110/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 …]
/aoo4110/main/sw/source/filter/ww8/
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()
H A Dww8graf.cxx2141 SwCropGrf aCrop; // Cropping is stored in 'fixed floats' in SetAttributesAtGrfNode() local
2144 aCrop.SetTop( static_cast< sal_Int32 >( in SetAttributesAtGrfNode()
2148 aCrop.SetBottom( static_cast< sal_Int32 >( in SetAttributesAtGrfNode()
2152 aCrop.SetLeft( static_cast< sal_Int32 >( in SetAttributesAtGrfNode()
2156 aCrop.SetRight( static_cast< sal_Int32 >( in SetAttributesAtGrfNode()
2160 pGrfNd->SetAttr( aCrop ); in SetAttributesAtGrfNode()
/aoo4110/main/sw/source/filter/rtf/
H A Drtffly.cxx1411 SwCropGrf aCrop; in _SetPictureSize() local
1442 aCrop.SetTop( pPicType->nCropT ); in _SetPictureSize()
1447 aCrop.SetBottom( pPicType->nCropB ); in _SetPictureSize()
1452 aCrop.SetLeft( pPicType->nCropL ); in _SetPictureSize()
1457 aCrop.SetRight( pPicType->nCropR ); in _SetPictureSize()
1464 ((SwNoTxtNode&)rNd).SetAttr( aCrop ); in _SetPictureSize()

Completed in 44 milliseconds