Home
last modified time | relevance | path

Searched refs:nDrawXOfs2 (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx189 nDrawXOfs2 = nDrawXOfs; in ReadGrafStart()
195 nDrawXOfs2 = static_cast< short >(nDrawXOfs2 - maSectionManager.GetPageLeft()); in ReadGrafStart()
197 nDrawXOfs2 = nDrawXOfs2 - GetTableLeft(); // -> siehe Kommentar in ReadGrafStart()
203 nDrawXOfs2 = static_cast< short >(nDrawXOfs2 + maSectionManager.GetPageLeft()); in ReadGrafStart()
337 rP0.X() = (sal_Int16)SVBT16ToShort( pHd->xa ) + nDrawXOfs2; in ReadLine()
365 Point aP0( (sal_Int16)SVBT16ToShort( pHd->xa ) + nDrawXOfs2, in ReadRect()
387 Point aP0( (sal_Int16)SVBT16ToShort( pHd->xa ) + nDrawXOfs2, in ReadElipse()
409 Point aP0( (sal_Int16)SVBT16ToShort( pHd->xa ) + nDrawXOfs2, in ReadArc()
452 aPt.X() = SVBT16ToShort( pP[i << 1] ) + nDrawXOfs2 in ReadPolyLine()
1208 Point aP0( (sal_Int16)SVBT16ToShort( pHd->xa ) + nDrawXOfs2, in ReadTxtBox()
[all …]
H A Dww8par.hxx1138 short nDrawXOfs2, nDrawYOfs2; member in SwWW8ImplReader

Completed in 38 milliseconds