Home
last modified time | relevance | path

Searched refs:nXaRight (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/
H A Dww8graf.cxx2130 rWidth = pF->nXaRight - pF->nXaLeft; in SetAttributesAtGrfNode()
2363 const long nWidth = pFSPA->nXaRight - pFSPA->nXaLeft; in ProcessEscherAlign()
2365 pFSPA->nXaRight = 0; in ProcessEscherAlign()
2372 const long nWidth = pFSPA->nXaRight - pFSPA->nXaLeft; in ProcessEscherAlign()
2374 pFSPA->nXaRight = nWidth; in ProcessEscherAlign()
2383 SwTwips nWidth = (pFSPA->nXaRight - pFSPA->nXaLeft); in ProcessEscherAlign()
2389 pFSPA->nXaRight = pFSPA->nXaLeft + nWidth; in ProcessEscherAlign()
2446 …et.Put(SwFmtVertOrient(MakeSafePositioningValue( !bCurSectionVertical ? nYPos : -pFSPA->nXaRight ), in ProcessEscherAlign()
2572 Rectangle aRect(pF->nXaLeft, pF->nYaTop, pF->nXaRight, pF->nYaBottom); in Read_GrafLayer()
3018 SwFmtFrmSize aFrmSize(ATT_FIX_SIZE, pF->nXaRight - pF->nXaLeft, pF->nYaBottom - pF->nYaTop); in ConvertDrawTextToFly()
[all …]
H A Dww8struc.hxx875 sal_Int32 nXaRight; //right of rectangle enclosing shape relative to the origin of the shape member
925 SVBT32 nXaRight; member
H A Dww8graf2.cxx801 pFSPA->nXaRight = SVBT32ToUInt32( pFSPAS->nXaRight ); in WW8FSPAShadowToReal()