Home
last modified time | relevance | path

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

/AOO42X/main/filter/source/msfilter/
H A Dsvdfppt.cxx4114 sal_uInt32 nCMask; in Read() local
4116 rIn >> nCMask; in Read()
4118 if ( nCMask & 0x0000FFFF ) in Read()
4121 maCharLevel[ nLevel ].mnFlags &= ~( (sal_uInt16)nCMask ); in Read()
4125 if ( nCMask & ( 1 << PPT_CharAttr_Font ) ) // 0x00010000 in Read()
4127 if ( nCMask & ( 1 << PPT_CharAttr_AsianOrComplexFont ) ) // 0x00200000 in Read()
4129 if ( nCMask & ( 1 << PPT_CharAttr_ANSITypeface ) ) // 0x00400000 in Read()
4131 if ( nCMask & ( 1 << PPT_CharAttr_Symbol ) ) // 0x00800000 in Read()
4133 if ( nCMask & ( 1 << PPT_CharAttr_FontHeight ) ) // 0x00020000 in Read()
4135 if ( nCMask & ( 1 << PPT_CharAttr_FontColor ) ) // 0x00040000 in Read()
[all …]