Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww1/
H A Dw1struct.hxx810 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 ); };
858 ShortToSVBT16((SVBT16ToShort(aBits1)&0xfc1f)|(nVal&0x1f)<<5, aBits1); };
862 ShortToSVBT16((SVBT16ToShort(aBits1)&0x83ff)|(nVal&0x1f)<<10, aBits1); };
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8struc.hxx237 SVBT16 aBits1; member
252 SVBT16 aBits1; member in WW8_BRC
265 memset(aBits1, 0, sizeof(aBits1)); in WW8_BRC()
448 SVBT8 aBits1; member
558 SVBT8 aBits1; member
669 SVBT16 aBits1; member
742 SVBT16 aBits1; member
753 SVBT16 aBits1; member
782 SVBT16 aBits1; member
806 SVBT8 aBits1; member
[all …]
H A Dww8par2.cxx686 if ((SVBT8ToByte(rAV.aBits1 ) & 0x4) >> 2) in SetBaseAnlv()
1363 pBRC->aBits1, in ProcessSprmTSetBRC()
1367 pBRC->aBits1, in ProcessSprmTSetBRC()
1371 pBRC->aBits1, in ProcessSprmTSetBRC()
1375 pBRC->aBits1, in ProcessSprmTSetBRC()
1387 pBRC->aBits1, in ProcessSprmTSetBRC()
1391 pBRC->aBits1, in ProcessSprmTSetBRC()
1395 pBRC->aBits1, in ProcessSprmTSetBRC()
1399 pBRC->aBits1, in ProcessSprmTSetBRC()
1416 aDefBrcs[i].aBits1[0] = pParams[ 2*i ]; in ProcessSprmTTableBorders()
[all …]
H A Dww8par3.cxx542 sal_uInt8 aBits1; in ReadLVL() local
559 rSt >> aBits1; in ReadLVL()
561 aLVL.nAlign = (aBits1 & 0x03); in ReadLVL()
1190 sal_uInt8 aBits1; in WW8ListManager() local
1221 rSt >> aBits1; in WW8ListManager()
1228 if( aBits1 & 0x01 ) in WW8ListManager()
1230 if( aBits1 & 0x02 ) in WW8ListManager()
1461 rSt >> aBits1; in WW8ListManager()
1474 if( (0xFF > aBits1) && in WW8ListManager()
1477 if (aBits1 & 0x10) in WW8ListManager()
[all …]
H A Dww8par6.cxx1244 memcpy( rVar.aBits1, pS, sizeof( SVBT16 ) ); in _SetWW8_BRC()
1508 ( pbrc[WW8_LEFT ].aBits1[0] & 0x18 ) || in lcl_IsBorder()
1509 ( pbrc[WW8_BOT ].aBits1[0] & 0x18 ) || in lcl_IsBorder()
1510 ( pbrc[WW8_RIGHT].aBits1[0] & 0x18 ) || in lcl_IsBorder()
1513 ( (pbrc[WW8_TOP ].aBits1[0] & 0x07)+1 > 6) || in lcl_IsBorder()
1523 pbrc[WW8_LEFT ].aBits1[1] || in lcl_IsBorder()
1524 pbrc[WW8_BOT ].aBits1[1] || in lcl_IsBorder()
1525 pbrc[WW8_RIGHT].aBits1[1] || in lcl_IsBorder()
1526 (bChkBtwn && pbrc[WW8_BETW ].aBits1[1]); in lcl_IsBorder()
1541 return (aBits1[0] == 0xff && aBits1[1] == 0xff); in IsBlank()
[all …]
H A Dww8graf2.cxx777 pPic->brcl = pPicS->aBits1[0] & 0x0f; in WW8PicShadowToReal()
778 pPic->fFrameEmpty = (pPicS->aBits1[0] & 0x10) >> 4; in WW8PicShadowToReal()
779 pPic->fBitmap = (pPicS->aBits1[0] & 0x20) >> 5; in WW8PicShadowToReal()
780 pPic->fDrawHatch = (pPicS->aBits1[0] & 0x40) >> 6; in WW8PicShadowToReal()
781 pPic->fError = (pPicS->aBits1[0] & 0x80) >> 7; in WW8PicShadowToReal()
808 sal_uInt16 nBits = SVBT16ToShort( pFSPAS->aBits1 ); in WW8FSPAShadowToReal()
H A Dww8scan.cxx1303 sal_uInt16 aBrc1 = SVBT16ToShort(aBits1); in DetermineBorderProperties()
1319 nIdx = aBits1[1]; in DetermineBorderProperties()
1324 nMSTotalWidth = aBits1[ 0 ] * 20 / 8; in DetermineBorderProperties()
5364 sal_uInt8 aBits1; in WW8Fib() local
5423 rSt >> aBits1; in WW8Fib()
5660 fDot = aBits1 & 0x01 ; in WW8Fib()
5661 fGlsy = ( aBits1 & 0x02 ) >> 1; in WW8Fib()
5662 fComplex = ( aBits1 & 0x04 ) >> 2; in WW8Fib()
5663 fHasPic = ( aBits1 & 0x08 ) >> 3; in WW8Fib()
5664 cQuickSaves = ( aBits1 & 0xf0 ) >> 4; in WW8Fib()
H A Dwrtw8num.cxx714 ByteToSVBT8(nb, rAnlv.aBits1); in BuildAnlvBulletBase()
891 ByteToSVBT8( nb, rAnlv.aBits1 ); in BuildAnlvBase()
H A Dwrtww8gr.cxx600 memcpy( pArr, &aBrc.aBits1, 2); in WritePICFHeader()
805 memcpy( pArr, &aBrc.aBits1, 2); in WritePICBulletFHeader()
H A Dww8atr.cxx4177 aBrc.aBits1[0] = sal_uInt8(nWidth); in TranslateBorderLine()
4178 aBrc.aBits1[1] = brcType; in TranslateBorderLine()
4194 ShortToSVBT16( aBits, aBrc.aBits1); in TranslateBorderLine()
4224 rO.Insert( aBrc.aBits1, 2, rO.Count() ); in Out_BorderLine()
4232 rO.Insert( aBrc.aBits1, 2, rO.Count() ); in Out_BorderLine()
H A Dww8graf.cxx444 sal_uInt16 nCount = SVBT16ToShort( aPoly.aBits1 ) >> 1 & 0x7fff; in ReadPolyLine()
460 …SdrObject* pObj = new SdrPathObj(( SVBT16ToShort( aPoly.aBits1 ) & 0x1 ) ? OBJ_POLY : OBJ_PLIN, ::… in ReadPolyLine()
1250 sal_uInt16 nCount = SVBT16ToShort( aCallB.dpPolyLine.aBits1 ) >> 1 & 0x7fff; in ReadCaptionBox()
H A Dww8par.cxx1597 switch( SVBT8ToByte( pTyp[i].aBits1 ) & 0x7 ) // pTyp[i].jc in Read_Tab()
1615 switch( SVBT8ToByte( pTyp[i].aBits1 ) >> 3 & 0x7 ) in Read_Tab()
H A Dwrtw8sty.cxx97 SVBT16 aBits1; // orientation change + internal, Default: 6 member
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8struc.hxx148 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 Ddump8a.cxx907 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 Dww8scan.cxx1211 sal_uInt16 aBrc1 = SVBT16ToShort(aBits1); in DetermineBorderProperties()
1228 nIdx = aBits1[1]; in DetermineBorderProperties()
1233 nMSTotalWidth = aBits1[ 0 ] * 20 / 8; in DetermineBorderProperties()
4834 sal_uInt8 aBits1; in WW8Fib() local
4895 rSt >> aBits1; in WW8Fib()
5125 fDot = aBits1 & 0x01 ; in WW8Fib()
5126 fGlsy = ( aBits1 & 0x02 ) >> 1; in WW8Fib()
5127 fComplex = ( aBits1 & 0x04 ) >> 2; in WW8Fib()
5128 fHasPic = ( aBits1 & 0x08 ) >> 3; in WW8Fib()
5129 cQuickSaves = ( aBits1 & 0xf0 ) >> 4; in WW8Fib()

Completed in 233 milliseconds