Home
last modified time | relevance | path

Searched refs:nYaBottom (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8struc.hxx910 … sal_Int32 nYaBottom;//bottom of the rectangle enclosing shape relative to the origin of the shape member
959 SVBT32 nYaBottom; member
H A Dww8graf2.cxx769 rFSPA.nYaBottom = SVBT32ToUInt32(rFSPAS.nYaBottom); in WW8FSPAShadowToReal()
H A Dww8graf.cxx2108 nHeight = o3tl::saturating_sub(pF->nYaBottom, pF->nYaTop); in SetAttributesAtGrfNode()
2538 tools::Rectangle aRect(aFSFA.nXaLeft, aFSFA.nYaTop, aFSFA.nXaRight, aFSFA.nYaBottom); in Read_GrafLayer()
2568 aFSFA.nYaBottom = aObjSnapRect.Bottom(); in Read_GrafLayer()
2962 rF.nYaBottom - rF.nYaTop); in ConvertDrawTextToFly()
3072 sal_Int32 nHeightTw = o3tl::saturating_sub(rF.nYaBottom, rF.nYaTop); in ImportReplaceableDrawables()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8struc.hxx900 … sal_Int32 nYaBottom;//bottom of the rectangle enclosing shape relative to the origin of the shape member
949 SVBT32 nYaBottom; member
H A Dww8graf2.cxx762 pFSPA->nYaBottom = SVBT32ToUInt32( pFSPAS->nYaBottom ); in WW8FSPAShadowToReal()
H A Dww8graf.cxx2132 nHeight = o3tl::saturating_sub(pF->nYaBottom, pF->nYaTop); in SetAttributesAtGrfNode()
2578 tools::Rectangle aRect(pF->nXaLeft, pF->nYaTop, pF->nXaRight, pF->nYaBottom); in Read_GrafLayer()
2608 pF->nYaBottom = aObjSnapRect.Bottom(); in Read_GrafLayer()
2983 …SwFormatFrameSize aFrameSize(ATT_FIX_SIZE, pF->nXaRight - pF->nXaLeft, pF->nYaBottom - pF->nYaTop); in ConvertDrawTextToFly()
3093 sal_Int32 nHeightTw = o3tl::saturating_sub(pF->nYaBottom, pF->nYaTop); in ImportReplaceableDrawables()