Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx2127 rWidth = pF->nXaRight - pF->nXaLeft; in SetAttributesAtGrfNode()
2360 const long nWidth = pFSPA->nXaRight - pFSPA->nXaLeft; in ProcessEscherAlign()
2361 pFSPA->nXaLeft = -nWidth; in ProcessEscherAlign()
2369 const long nWidth = pFSPA->nXaRight - pFSPA->nXaLeft; in ProcessEscherAlign()
2370 pFSPA->nXaLeft = 0; in ProcessEscherAlign()
2380 SwTwips nWidth = (pFSPA->nXaRight - pFSPA->nXaLeft); in ProcessEscherAlign()
2381 SwTwips nLeft = pFSPA->nXaLeft; in ProcessEscherAlign()
2385 pFSPA->nXaLeft = nLeft; in ProcessEscherAlign()
2386 pFSPA->nXaRight = pFSPA->nXaLeft + nWidth; in ProcessEscherAlign()
2436 …SwFmtHoriOrient aHoriOri(MakeSafePositioningValue( bCurSectionVertical ? nYPos : pFSPA->nXaLeft ), in ProcessEscherAlign()
[all …]
H A Dww8struc.hxx873 sal_Int32 nXaLeft; //left of rectangle enclosing shape relative to the origin of the shape member
923 SVBT32 nXaLeft; member
H A Dww8graf2.cxx799 pFSPA->nXaLeft = SVBT32ToUInt32( pFSPAS->nXaLeft ); in WW8FSPAShadowToReal()