Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/msfilter/
H A Dsvdfppt.cxx4115 sal_uInt32 nCMask; in Read() local
4117 rIn >> nCMask; in Read()
4119 if ( nCMask & 0x0000FFFF ) in Read()
4122 maCharLevel[ nLevel ].mnFlags &= ~( (sal_uInt16)nCMask ); in Read()
4126 if ( nCMask & ( 1 << PPT_CharAttr_Font ) ) // 0x00010000 in Read()
4128 if ( nCMask & ( 1 << PPT_CharAttr_AsianOrComplexFont ) ) // 0x00200000 in Read()
4130 if ( nCMask & ( 1 << PPT_CharAttr_ANSITypeface ) ) // 0x00400000 in Read()
4132 if ( nCMask & ( 1 << PPT_CharAttr_Symbol ) ) // 0x00800000 in Read()
4134 if ( nCMask & ( 1 << PPT_CharAttr_FontHeight ) ) // 0x00020000 in Read()
4136 if ( nCMask & ( 1 << PPT_CharAttr_FontColor ) ) // 0x00040000 in Read()
[all …]