Home
last modified time | relevance | path

Searched refs:UT_uint16 (Results 1 – 25 of 42) sorted by relevance

12

/dports/editors/abiword/abiword-3.0.5/src/af/gr/win/
H A Dgr_Win32CharWidths.cpp258 UT_uint16 i, j, k; in _retrieveFontInfo()
259 UT_uint16 iTCount; in _retrieveFontInfo()
275 UT_uint16 iFormat; in _retrieveFontInfo()
277 iTCount = *((UT_uint16*)&buff[2]); in _retrieveFontInfo()
285 UT_uint16 iPlatform = *((UT_uint16*)p); in _retrieveFontInfo()
289 UT_uint16 iId = *((UT_uint16*)p); in _retrieveFontInfo()
311 UT_uint16 iLength = *((UT_uint16*)p); in _retrieveFontInfo()
316 UT_uint16 iSegCount = *((UT_uint16*)p); in _retrieveFontInfo()
322 UT_uint16 * pEnd = (UT_uint16*)p; in _retrieveFontInfo()
325 UT_uint16 * pStart = (UT_uint16*)p; in _retrieveFontInfo()
[all …]
/dports/editors/abiword/abiword-3.0.5/plugins/bmp/xp/
H A Die_impGraphic_BMP.h57 UT_uint16 m_iFileType; // type - 'BM' for Bitmaps
59 UT_uint16 m_iXHotspot; // 0 or x hotspot
60 UT_uint16 m_iYHotspot; // 0 or y hotspot
67 UT_uint16 m_iPlanes; // Number of Planes == 1
68 UT_uint16 m_iBitsPerPlane; // Bit per pixel
75 UT_uint16 m_iResolutionUnits; // Units of Measure
76 UT_uint16 m_iPadding; // Reserved
77 UT_uint16 m_iOrigin; // Recording Algorithm
78 UT_uint16 m_iHalfToning; // Halftoning Algorithm
101 UT_uint16 Read2Bytes(UT_ByteBuf* pBB, UT_uint32 offset);
H A Die_impGraphic_BMP.cpp158 UT_uint16 bitsPerChannel; in _convertGraphic()
159 UT_uint16 colorType; in _convertGraphic()
452 UT_uint16 IE_ImpGraphic_BMP::Read2Bytes(UT_ByteBuf* pBB, in Read2Bytes()
455 return ( static_cast<const UT_uint16>(ReadBytes(pBB,offset,2) )); in Read2Bytes()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/win/
H A Die_impGraphic_Win32Native.h49 UT_uint16 Read2Bytes(UT_ByteBuf* pBB,
64 UT_uint16 m_iFileType; // type - 'BM' for Bitmaps
66 UT_uint16 m_iXHotspot; // 0 or x hotspot
67 UT_uint16 m_iYHotspot; // 0 or y hotspot
74 UT_uint16 m_iPlanes; // Number of Planes == 1
75 UT_uint16 m_iBitsPerPlane; // Bit per pixel
82 UT_uint16 m_iResolutionUnits; // Units of Measure
83 UT_uint16 m_iPadding; // Reserved
84 UT_uint16 m_iOrigin; // Recording Algorithm
85 UT_uint16 m_iHalfToning; // Halftoning Algorithm
H A Die_impGraphic_Win32Native.cpp371 UT_uint16 bitsPerChannel; in _convertGraphic()
372 UT_uint16 colorType; in _convertGraphic()
641 UT_uint16 IE_ImpGraphic_Win32Native::Read2Bytes(UT_ByteBuf* pBB, in Read2Bytes()
644 return ( static_cast<const UT_uint16>(ReadBytes(pBB,offset,2) )); in Read2Bytes()
/dports/editors/abiword/abiword-3.0.5/plugins/sdw/xp/
H A Die_imp_StarOffice.h51 void readByteString(GsfInput* stream, char*& str, UT_uint16* aLength = NULL)
73 UT_uint16 nVersion;
74 UT_uint16 nFileFlags;
78 UT_uint16 nDummy16; // actually 2x dummy8
102 UT_uint16 which;
103 UT_uint16 ver;
104 UT_uint16 start;
105 UT_uint16 end;
194 typedef std::map<UT_uint16, std::basic_string<UT_UCS4Char> > stringpool_map;
250 inline void streamRead(GsfInput* aStream, UT_uint16& aDest, bool isLittleEndian = true) throw(UT_Er… in throw()
[all …]
H A Die_imp_StarOffice.cpp163 static UT_uint16 lcl_sw3io__CompressWhich(UT_uint16 nWhich) in lcl_sw3io__CompressWhich()
428 UT_uint16 length; in readByteString()
441 UT_uint16 len; in readByteString()
697 UT_uint16 sectidDummy; in _loadFile()
700 UT_uint16 nodes16; in _loadFile()
862 UT_uint16 len, system; in _loadFile()
882 UT_uint16 paperBin; in _loadFile()
884 UT_uint16 paperFormat; in _loadFile()
959 UT_uint16 count; in _loadFile()
962 UT_uint16 id; in _loadFile()
[all …]
H A Ddocinfo.cpp135 UT_uint16 version; in load()
139 UT_uint16 charset; in load()
H A Die_imp_StarOffice_encodings.cpp39 UT_uint16 number;
/dports/editors/abiword/abiword-3.0.5/plugins/hrtext/xp/
H A Die_exp_HRText.cpp224 UT_uint16 m_iBlockType; // BT_*
225 UT_uint16 m_iListDepth; // 0 corresponds to not in a list
268 UT_uint16 * piVal; in _openTag()
293 piVal = new UT_uint16(1); in _openTag()
296UT_uint16 * pTemp = const_cast<UT_uint16 *>(static_cast<const UT_uint16 *>(m_pList->pick(static_ca… in _openTag()
520 …delete const_cast<UT_uint16 *>(static_cast<const UT_uint16 *>(m_pList->pick(pKeyList->getLastItem(… in ~s_HRText_Listener()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_XHTML.h118 UT_uint16 m_iListID;
121 UT_uint16 m_iNewListID;
122 UT_uint16 m_iNewImage;
129 UT_uint16 m_iPreCount;
H A Die_imp_MsWord_97.h166 int _specCharProc (wvParseStruct *ps, UT_uint16 eachchar,
168 int _charProc (wvParseStruct *ps, UT_uint16 eachchar,
169 UT_Byte chartype, UT_uint16 lid);
207 int _fieldProc (wvParseStruct *ps, UT_uint16 eachchar,
208 UT_Byte chartype, UT_uint16 lid);
H A Die_imp_RTF.h429 UT_uint16 wGoal;
430 UT_uint16 hGoal;
431 UT_uint16 scaleX;
432 UT_uint16 scaleY;
688 UT_uint16 fontIndex,
/dports/editors/abiword/abiword-3.0.5/src/af/util/xp/
H A Dut_uuid.h57 UT_uint16 time_mid;
58 UT_uint16 time_high_and_version;
59 UT_uint16 clock_seq;
184 bool _getClock(UT_uint32 &iHigh, UT_uint32 &iLow, UT_uint16 &iSeq) const;
H A Dut_uuid.cpp134 uuid.time_mid = (UT_uint16)strtoul(in+9, NULL, 16); in _parse()
135 uuid.time_high_and_version = (UT_uint16)strtoul(in+14, NULL, 16); in _parse()
136 uuid.clock_seq = (UT_uint16)strtoul(in+19, NULL, 16); in _parse()
348 bool UT_UUID::_getClock(UT_uint32 &iHigh, UT_uint32 &iLow, UT_uint16 &iSeq) const in _getClock()
352 static UT_uint16 iClockSeq; in _getClock()
401 m_uuid.time_mid = (UT_uint16) clock_mid; in resetTime()
437 uu.time_mid = (UT_uint16) clock_mid; in _makeUUID()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/win/
H A Dap_Win32Dialog_PageSetup.cpp840 UT_uint16 offset = 5; in updatePreview()
862 UT_uint16 borderWidth = rectBorder.right - rectBorder.left - offset; in updatePreview()
863 UT_uint16 borderHeight = rectBorder.bottom - rectBorder.top - offset; in updatePreview()
865 UT_uint16 pageWidth = (UT_uint16) m_PageSize.Width( DIM_MM ); // in mm in updatePreview()
866 UT_uint16 pageHeight = (UT_uint16) m_PageSize.Height( DIM_MM ); // in mm in updatePreview()
867 UT_uint16 marginTop = (UT_uint16) (getMarginTop() * mScale[getMarginUnits()] ); in updatePreview()
868 UT_uint16 marginLeft = (UT_uint16) (getMarginLeft() * mScale[getMarginUnits()] ); in updatePreview()
869 UT_uint16 marginRight= (UT_uint16) (getMarginRight() * mScale[getMarginUnits()] ); in updatePreview()
870 UT_uint16 marginBottom = (UT_uint16) (getMarginBottom() * mScale[getMarginUnits()] ); in updatePreview()
/dports/editors/abiword/abiword-3.0.5/plugins/t602/xp/
H A Die_imp_T602.cpp177 static const UT_uint16 keybcs22ucs[]= {
213 static const UT_uint16 cp8522ucs[]= {
249 static const UT_uint16 koi8cs2ucs[]= {
284 UT_uint16 IE_Imp_T602::_conv(unsigned char c) in _conv()
455 UT_Error IE_Imp_T602::_ins(UT_uint16 c) in _ins()
H A Die_imp_T602.h58 UT_uint16 _conv(unsigned char c);
65 UT_Error _ins(UT_uint16);
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/gettext/pdbim/
H A Dpdbim.h25 typedef unsigned short UT_uint16; typedef
30 typedef UT_uint16 Word;
/dports/editors/abiword/abiword-3.0.5/plugins/pdb/xp/
H A Die_exp_PalmDoc.cpp262 UT_uint16 i, current = 0; in _compress()
270 UT_uint16 look_ahead; in _compress()
273 UT_uint16 copy_ahead; //bytes ahead to actually copy for type A codes, max 8 in _compress()
H A Die_impexp_Palm.h38 typedef UT_uint16 Word;
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_AutoNum.h98 UT_uint16 getStartValue() const { return m_iStartValue; } in getStartValue()
166 UT_uint16 m_iAsciiOffset;
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/include/
H A Dow_integer.h20 static inline uint16_t UT_uint16(const BYTE * p) in UT_uint16() function
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_2436.c288 V[0] = .01 * (_FLOAT) (UT_uint16(v)); in OW_volts()
343 C[0] = UT_uint16(c) ; in OW_cycles()
/dports/editors/abiword/abiword-3.0.5/plugins/wordperfect/xp/
H A Die_exp_WordPerfect.h90 UT_uint16 m_desiredFontUseCount;

12