Home
last modified time | relevance | path

Searched refs:dyaHeight (Results 1 – 16 of 16) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/generator/
H A Dspec_defects16 default values. I think they mean fMinHeight and dyaHeight, but we don't need
/dports/textproc/wv2/wv2-0.4.2/src/generator/
H A Dspec_defects16 default values. I think they mean fMinHeight and dyaHeight, but we don't need
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/
H A Dparagraph.cpp377 if (pap.dyaHeight == 0) { in writeToFile()
406 if (pap.dyaHeight != 0) { in writeToFile()
407 writer->addAttributePt("svg:height", (double)pap.dyaHeight / 20); in writeToFile()
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dword95_generated.cpp5493 dyaHeight=rhs.dyaHeight; in PAP()
5557 dyaHeight=rhs.dyaHeight; in operator =()
5628 dyaHeight=shifterU16; in read()
5697 shifterU16=dyaHeight; in write()
5813 s += uint2string( dyaHeight ); in toString()
5878 dyaHeight=0; in clearInternal()
5945 lhs.dyaHeight==rhs.dyaHeight && in operator ==()
H A Dconvert.cpp693 ret.dyaHeight=s.dyaHeight; in toWord97()
H A Dword97_generated.cpp6924 dyaHeight=shifterU16; in read()
7018 shifterU16=dyaHeight; in write()
7107 dyaHeight=0; in clear()
7256 s += uint2string( dyaHeight ); in toString()
7365 lhs.dyaHeight==rhs.dyaHeight && in operator ==()
H A Dword95_generated.h5488 U16 dyaHeight:15; member
H A Dword97_generated.h7389 U16 dyaHeight:15; member
H A Dword97_helper.cpp1007 dyaHeight = ( heightAbsTmp & 0xfffe ); in applyPAPSPRM()
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dword95_generated.cpp5499 dyaHeight=rhs.dyaHeight; in PAP()
5563 dyaHeight=rhs.dyaHeight; in operator =()
5634 dyaHeight=shifterU16; in read()
5703 shifterU16=dyaHeight; in write()
5819 s += uint2string( dyaHeight ); in toString()
5884 dyaHeight=0; in clearInternal()
5951 lhs.dyaHeight==rhs.dyaHeight && in operator ==()
H A Dconvert.cpp691 ret.dyaHeight=s.dyaHeight; in toWord97()
H A Dword97_generated.cpp6683 dyaHeight=shifterU16; in read()
6774 shifterU16=dyaHeight; in write()
6856 dyaHeight=0; in clear()
7004 s += uint2string( dyaHeight ); in toString()
7098 lhs.dyaHeight==rhs.dyaHeight && in operator ==()
H A Dword95_generated.h5481 U16 dyaHeight:15; member
H A Dword97_generated.h7028 U16 dyaHeight:15; member
/dports/textproc/wv/wv-1.2.9/
H A Dpap.c231 item->dyaHeight = 0; in wvInitPAP()
H A Dwv.h1534 S32 dyaHeight:15; member