| /AOO42X/main/sw/source/filter/ww1/ |
| H A D | w1struct.hxx | 810 SVBT8 aBits1; member 812 return SVBT8ToByte(aBits1); } in aBits1Get() 825 SVBT8 aBits1; member 827 return SVBT8ToByte(aBits1); } in aBits1Get() 849 SVBT16 aBits1; 851 sal_uInt16 GetFore() { return SVBT16ToShort(aBits1) & 0x01; }; 853 ShortToSVBT16((SVBT16ToShort(aBits1)&0xffe0)|(nVal&0x1f), aBits1); }; 855 W1_SHD() { ShortToSVBT16( 0, aBits1 ); }; 856 sal_uInt16 GetBack() { return (SVBT16ToShort(aBits1) >> 5 & 0x1f ); }; 858 ShortToSVBT16((SVBT16ToShort(aBits1)&0xfc1f)|(nVal&0x1f)<<5, aBits1); }; [all …]
|
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | ww8struc.hxx | 236 SVBT16 aBits1; member 251 SVBT16 aBits1; member in WW8_BRC 264 memset(aBits1, 0, sizeof(aBits1)); in WW8_BRC() 432 SVBT8 aBits1; //0x2c member 447 SVBT8 aBits1; member 557 SVBT8 aBits1; member 668 SVBT16 aBits1; member 741 SVBT16 aBits1; member 752 SVBT16 aBits1; member 781 SVBT16 aBits1; member [all …]
|
| H A D | ww8par2.cxx | 685 if ((SVBT8ToByte(rAV.aBits1 ) & 0x4) >> 2) in SetBaseAnlv() 691 rNum.SetNumAdjust( eAdjA[SVBT8ToByte( rAV.aBits1 ) & 0x3] ); in SetBaseAnlv() 695 if ( SVBT8ToByte( rAV.aBits1 ) & 0x08 ) //fHang in SetBaseAnlv() 1266 sal_uInt8 aBits1 = SVBT8ToByte( pTc->aBits1Ver6 ); in ReadDef() local 1267 pAktTC->bFirstMerged = ( ( aBits1 & 0x01 ) != 0 ); in ReadDef() 1268 pAktTC->bMerged = ( ( aBits1 & 0x02 ) != 0 ); in ReadDef() 1269 memcpy( pAktTC->rgbrc[ WW8_TOP ].aBits1, in ReadDef() 1270 pTc->rgbrcVer6[ WW8_TOP ].aBits1, sizeof( SVBT16 ) ); in ReadDef() 1271 memcpy( pAktTC->rgbrc[ WW8_LEFT ].aBits1, in ReadDef() 1272 pTc->rgbrcVer6[ WW8_LEFT ].aBits1, sizeof( SVBT16 ) ); in ReadDef() [all …]
|
| H A D | ww8par3.cxx | 541 sal_uInt8 aBits1; in ReadLVL() local 558 rSt >> aBits1; in ReadLVL() 560 aLVL.nAlign = (aBits1 & 0x03); in ReadLVL() 561 if( aBits1 & 0x10 ) aLVL.bV6Prev = true; in ReadLVL() 562 if( aBits1 & 0x20 ) aLVL.bV6PrSp = true; in ReadLVL() 563 if( aBits1 & 0x40 ) aLVL.bV6 = true; in ReadLVL() 1189 sal_uInt8 aBits1; in WW8ListManager() local 1220 rSt >> aBits1; in WW8ListManager() 1227 if( aBits1 & 0x01 ) in WW8ListManager() 1229 if( aBits1 & 0x02 ) in WW8ListManager() [all …]
|
| H A D | ww8par6.cxx | 1243 memcpy( rVar.aBits1, pS, sizeof( SVBT16 ) ); in _SetWW8_BRC() 1506 return ( pbrc[WW8_TOP ].aBits1[0] & 0x18 ) || // brcType != 0 in lcl_IsBorder() 1507 ( pbrc[WW8_LEFT ].aBits1[0] & 0x18 ) || in lcl_IsBorder() 1508 ( pbrc[WW8_BOT ].aBits1[0] & 0x18 ) || in lcl_IsBorder() 1509 ( pbrc[WW8_RIGHT].aBits1[0] & 0x18 ) || in lcl_IsBorder() 1510 ( bChkBtwn && ( pbrc[WW8_BETW ].aBits1[0] )) || in lcl_IsBorder() 1512 ( (pbrc[WW8_TOP ].aBits1[0] & 0x07)+1 > 6) || in lcl_IsBorder() 1513 ( (pbrc[WW8_LEFT ].aBits1[0] & 0x07)+1 > 6) || in lcl_IsBorder() 1514 ( (pbrc[WW8_BOT ].aBits1[0] & 0x07)+1 > 6) || in lcl_IsBorder() 1515 ( (pbrc[WW8_RIGHT].aBits1[0] & 0x07)+1 > 6) || in lcl_IsBorder() [all …]
|
| H A D | ww8graf2.cxx | 773 pPic->brcl = pPicS->aBits1[0] & 0x0f; in WW8PicShadowToReal() 774 pPic->fFrameEmpty = (pPicS->aBits1[0] & 0x10) >> 4; in WW8PicShadowToReal() 775 pPic->fBitmap = (pPicS->aBits1[0] & 0x20) >> 5; in WW8PicShadowToReal() 776 pPic->fDrawHatch = (pPicS->aBits1[0] & 0x40) >> 6; in WW8PicShadowToReal() 777 pPic->fError = (pPicS->aBits1[0] & 0x80) >> 7; in WW8PicShadowToReal() 804 sal_uInt16 nBits = SVBT16ToShort( pFSPAS->aBits1 ); in WW8FSPAShadowToReal()
|
| H A D | ww8scan.cxx | 1302 sal_uInt16 aBrc1 = SVBT16ToShort(aBits1); in DetermineBorderProperties() 1318 nIdx = aBits1[1]; in DetermineBorderProperties() 1323 nMSTotalWidth = aBits1[ 0 ] * 20 / 8; in DetermineBorderProperties() 5363 sal_uInt8 aBits1; in WW8Fib() local 5422 rSt >> aBits1; in WW8Fib() 5659 fDot = aBits1 & 0x01 ; in WW8Fib() 5660 fGlsy = ( aBits1 & 0x02 ) >> 1; in WW8Fib() 5661 fComplex = ( aBits1 & 0x04 ) >> 2; in WW8Fib() 5662 fHasPic = ( aBits1 & 0x08 ) >> 3; in WW8Fib() 5663 cQuickSaves = ( aBits1 & 0xf0 ) >> 4; in WW8Fib()
|
| H A D | wrtw8num.cxx | 713 ByteToSVBT8(nb, rAnlv.aBits1); in BuildAnlvBulletBase() 890 ByteToSVBT8( nb, rAnlv.aBits1 ); in BuildAnlvBase()
|
| H A D | wrtww8gr.cxx | 599 memcpy( pArr, &aBrc.aBits1, 2); in WritePICFHeader() 804 memcpy( pArr, &aBrc.aBits1, 2); in WritePICBulletFHeader()
|
| H A D | ww8atr.cxx | 4176 aBrc.aBits1[0] = sal_uInt8(nWidth); in TranslateBorderLine() 4177 aBrc.aBits1[1] = brcType; in TranslateBorderLine() 4193 ShortToSVBT16( aBits, aBrc.aBits1); in TranslateBorderLine() 4223 rO.Insert( aBrc.aBits1, 2, rO.Count() ); in Out_BorderLine() 4231 rO.Insert( aBrc.aBits1, 2, rO.Count() ); in Out_BorderLine()
|
| H A D | ww8graf.cxx | 443 sal_uInt16 nCount = SVBT16ToShort( aPoly.aBits1 ) >> 1 & 0x7fff; in ReadPolyLine() 459 …SdrObject* pObj = new SdrPathObj(( SVBT16ToShort( aPoly.aBits1 ) & 0x1 ) ? OBJ_POLY : OBJ_PLIN, ::… in ReadPolyLine() 1249 sal_uInt16 nCount = SVBT16ToShort( aCallB.dpPolyLine.aBits1 ) >> 1 & 0x7fff; in ReadCaptionBox()
|
| H A D | ww8par.cxx | 1596 switch( SVBT8ToByte( pTyp[i].aBits1 ) & 0x7 ) // pTyp[i].jc in Read_Tab() 1614 switch( SVBT8ToByte( pTyp[i].aBits1 ) >> 3 & 0x7 ) in Read_Tab()
|
| H A D | wrtw8sty.cxx | 96 SVBT16 aBits1; // orientation change + internal, Default: 6 member
|
| /AOO42X/main/sw/source/filter/ww8/dump/ |
| H A D | ww8struc.hxx | 148 SVBT16 aBits1; member 406 SVBT8 aBits1; //0x2c member 421 SVBT8 aBits1; member 513 SVBT8 aBits1; member 576 SVBT16 aBits1; member 649 SVBT16 aBits1; member 660 SVBT16 aBits1; member 689 SVBT16 aBits1; member 730 SVBT8 aBits1; member 746 sal_uInt8 aBits1; // member
|
| H A D | dump8a.cxx | 907 if( rPhe.aBits1 == 0 && rPhe.nlMac == 0 in DumpPhe() 916 *pOut << indent2 << "fSpare: " << ( rPhe.aBits1 & 0x1 ); in DumpPhe() 917 *pOut << ", fUnk: " << (( rPhe.aBits1 >> 1 ) & 1 ); in DumpPhe() 918 *pOut << ", fDiffLines: " << (( rPhe.aBits1 >> 2 ) & 1 ); in DumpPhe() 919 *pOut << ", unused: " << (( rPhe.aBits1 >> 3 ) & 0x1F ) in DumpPhe() 920 << " (" << (short)(( rPhe.aBits1 >> 2 ) & 0x3F ) + in DumpPhe() 925 if( rPhe.aBits1 & 0x4 ) in DumpPhe() 1164 sal_uInt8 aBits1; member 1196 *pOut << ", Bits: " << hex2 << (sal_uInt16)p->aBits1 << ' ' in DumpPLCFPcd()
|
| H A D | ww8scan.cxx | 1210 sal_uInt16 aBrc1 = SVBT16ToShort(aBits1); in DetermineBorderProperties() 1227 nIdx = aBits1[1]; in DetermineBorderProperties() 1232 nMSTotalWidth = aBits1[ 0 ] * 20 / 8; in DetermineBorderProperties() 4833 sal_uInt8 aBits1; in WW8Fib() local 4894 rSt >> aBits1; in WW8Fib() 5124 fDot = aBits1 & 0x01 ; in WW8Fib() 5125 fGlsy = ( aBits1 & 0x02 ) >> 1; in WW8Fib() 5126 fComplex = ( aBits1 & 0x04 ) >> 2; in WW8Fib() 5127 fHasPic = ( aBits1 & 0x08 ) >> 3; in WW8Fib() 5128 cQuickSaves = ( aBits1 & 0xf0 ) >> 4; in WW8Fib()
|