| /trunk/main/sw/source/filter/ww1/ |
| H A D | w1struct.hxx | 76 SVBT32 fcMin;// 0x18 file offset of first character of text 79 SVBT32 fcMac;// 0x1c file offset of last character of text + 1 82 SVBT32 cbMac;// 0x20 file offset of last byte written to file + 1. 85 SVBT32 u4[4];// 0x24 reserved 86 SVBT32 ccpText;// 0x34 length of main document text stream 89 SVBT32 ccpFtn;// 0x38 length of footnote subdocument text stream 92 SVBT32 ccpHdd;// 0x3c length of header subdocument text stream 95 SVBT32 ccpMcr;// 0x40 length of macro subdocument text stream 98 SVBT32 ccpAtn;// 0x44 length of annotation subdocument text stream 101 SVBT32 cp5[4];// 0x48 [all …]
|
| H A D | w1class.cxx | 413 SVBT32 lcb; in Ww1Picture() 756 sizeof(SVBT32)) / (sizeof(SVBT32) + nItemSize); in Ww1Plc() 758 (sal_uInt16)sizeof(SVBT32) == nCountBytes, "Ww1Plc"); in Ww1Plc() 782 ulRet = SVBT32ToUInt32(p + sizeof(SVBT32) * nIndex); in Where() 791 pRet = p + (iMac + 1) * sizeof(SVBT32) + in GetData() 971 lRet = SVBT32ToUInt32(aFkp+nIndex*sizeof(SVBT32)); in Where() 980 pRet = aFkp + (Count()+1) * sizeof(SVBT32) + in GetData() 992 DBG_ASSERT(nOffset>(sal_uInt16)(Count()*sizeof(SVBT32)), "calc error"); in Fill() 1021 DBG_ASSERT(nOffset>(sal_uInt16)(Count()*sizeof(SVBT32)), "calc error"); in Fill()
|
| H A D | w1filter.cxx | 1818 SVBT32 tmpLong; in WriteBmp() 1823 if ((rOut.Write(tmpLong, sizeof(SVBT32))) != sizeof(SVBT32)) goto error; in WriteBmp()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8struc.hxx | 56 UInt32ToSVBT32( n, *(SVBT32*)p ); in Set_UInt32() 413 …SVBT32 lcb; // 0x0 number of bytes in the PIC structure plus size of following picture dat… 657 SVBT32 fc; // 0 FC pointing to drawing object data 689 SVBT32 lnpc; // LiNe Property Color -- RGB color value 704 SVBT32 dlpcFg; // FiLl Property Color ForeGround -- RGB color value 705 SVBT32 dlpcBg; // Property Color BackGround -- RGB color value 811 SVBT32 fc; // file offset of beginning of piece. The size of the 827 SVBT32 ITagBkmk; // when not -1, this tag identifies the 837 SVBT32 dttm; 839 SVBT32 cDepth; [all …]
|
| H A D | wrtw8sty.cxx | 97 SVBT32 fcSepx; // FC file offset to beginning of SEPX for section. 100 SVBT32 fcMpr; // FC, points to offset in FC space for MacWord 894 SVBT32 nP; in Write() 1824 SVBT32 nPos; in WritePlcSed()
|
| H A D | wrtww8.cxx | 827 SVBT32 nLittle; in Append() 1179 SVBT32 nPos; // Signatur gefunden in Write() 1634 SVBT32 nL; in InsUInt32() 1670 SVBT32 nL; in InsUInt32()
|
| H A D | wrtww8gr.cxx | 1027 SVBT32 nLen; in WriteGraphicNode()
|
| H A D | ww8scan.hxx | 412 SVBT32 aShortSprm; // mini storage: can contain ONE sprm with
|
| H A D | ww8par.cxx | 2011 nDateTime = SVBT32ToUInt32(*(SVBT32*)(pExtended+(nIndex*18))); in Read_And() 3220 sal_uInt32 nData = SVBT32ToUInt32(*(SVBT32*)pData); in ReadChar()
|
| H A D | ww8graf.cxx | 109 Color WW8TransCol(SVBT32 nWC) in WW8TransCol()
|
| H A D | ww8atr.cxx | 1763 SVBT32 nLen; in InsertSpecialChar()
|
| H A D | ww8scan.cxx | 864 sal_uLong n = SVBT32ToUInt32( *(SVBT32*)p ); in Get_ULong()
|
| /trunk/main/sw/source/filter/ww8/dump/ |
| H A D | ww8struc.hxx | 44 { long n = SVBT32ToUInt32( *(SVBT32*)p ); p += 4; return n; } in Get_Long() 46 { sal_uLong n = SVBT32ToUInt32( *(SVBT32*)p ); p += 4; return n; } in Get_ULong() 55 { UInt32ToSVBT32( n, *(SVBT32*)p ); p+= 4; } in Set_UInt32() 387 …SVBT32 lcb; // 0x0 number of bytes in the PIC structure plus size of following picture dat… 565 SVBT32 fc; // 0 FC pointing to drawing object data 597 SVBT32 lnpc; // LiNe Property Color -- RGB color value 612 SVBT32 dlpcFg; // FiLl Property Color ForeGround -- RGB color value 613 SVBT32 dlpcBg; // Property Color BackGround -- RGB color value 736 SVBT32 fc; // file offset of beginning of piece. The size of the 787 SVBT32 ITagBkmk; // when not -1, this tag identifies the [all …]
|
| H A D | ww8scan.hxx | 321 SVBT32 aShortSprm; // mini storage: can contain ONE sprm with
|
| H A D | dump8a.cxx | 71 SVBT32 nData; in WW8ReadINT32()
|
| H A D | ww8scan.cxx | 772 sal_uLong n = SVBT32ToUInt32( *(SVBT32*)p ); in Get_ULong()
|
| /trunk/main/tools/inc/tools/ |
| H A D | solar.h | 82 typedef sal_uInt8 SVBT32[4]; typedef 90 inline sal_uInt32 SVBT32ToUInt32 ( const SVBT32 p ) { return (sal_uInt32)p[0] in SVBT32ToUInt32() 121 inline void UInt32ToSVBT32 ( sal_uInt32 n, SVBT32 p ) { p[0] = (sal_uInt8) n; in UInt32ToSVBT32()
|
| /trunk/main/vcl/source/gdi/ |
| H A D | jobset.cxx | 56 SVBT32 nDriverDataLen; 60 SVBT32 nPaperWidth; 61 SVBT32 nPaperHeight;
|
| H A D | animate.cxx | 59 SVBT32 aBT32; in GetChecksum() 292 SVBT32 aBT32; in GetChecksum()
|
| H A D | bitmapex.cxx | 375 SVBT32 aBT32; in GetChecksum()
|
| H A D | dibtools.cxx | 969 SVBT32 aVal32; in ImplWriteDIBBits()
|
| H A D | bitmap.cxx | 380 SVBT32 aBT32; in GetChecksum()
|
| H A D | gdimtf.cxx | 2481 SVBT32 aBT32; in GetChecksum()
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xistream.cxx | 679 SVBT32 pnBuffer; in operator >>() 696 SVBT32 pnBuffer; in operator >>() 713 SVBT32 pnBuffer; in operator >>()
|