Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx3927 nIsBullet = ( rParaLevel.mnBuFlags & ( 1 << PPT_ParaAttr_BulletOn ) ) != 0 ? 1 : 0; in GetNumberFormat()
3931 bBuHardFont = ( rParaLevel.mnBuFlags & ( 1 << PPT_ParaAttr_BuHardFont ) ) != 0; in GetNumberFormat()
4191 maParaLevel[ i ].mnBuFlags = nBuFlags; in PPTParaSheet()
4229 maParaLevel[ nLevel ].mnBuFlags &=~ nMask16; in Read()
4231 maParaLevel[ nLevel ].mnBuFlags |= nVal16; in Read()
6163 …dBulletColor = ( mrStyleSheet.mpParaSheet[ mnInstance ]->maParaLevel[ pParaSet->mnDepth ].mnBuFlags in GetAttrib()
6189 … bHardBuFont = ( mrStyleSheet.mpParaSheet[ mnInstance ]->maParaLevel[ pParaSet->mnDepth ].mnBuFlags in GetAttrib()
6227 nRetValue = rParaLevel.mnBuFlags & ( 1 << PPT_ParaAttr_BulletOn ); in GetAttrib()
6230 … if ( nRetValue != ( (sal_uInt32)pParaLevel->mnBuFlags & ( 1 << PPT_ParaAttr_BulletOn ) ) ) in GetAttrib()
6253 bHardBuFont = ( rParaLevel.mnBuFlags & ( 1 << PPT_ParaAttr_BuHardFont ) ) != 0; in GetAttrib()
[all …]
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx738 sal_uInt16 mnBuFlags; member