Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx6185 sal_Bool bHardBuFont; in GetAttrib() local
6187 bHardBuFont = pParaSet->mpArry[ PPT_ParaAttr_BuHardFont ] != 0; in GetAttrib()
6189bHardBuFont = ( mrStyleSheet.mpParaSheet[ mnInstance ]->maParaLevel[ pParaSet->mnDepth ].mnBuFlags in GetAttrib()
6191 if ( bHardBuFont ) in GetAttrib()
6249 sal_Bool bHardBuFont; in GetAttrib() local
6251 bHardBuFont = pParaSet->mpArry[ PPT_ParaAttr_BuHardFont ] != 0; in GetAttrib()
6253 bHardBuFont = ( rParaLevel.mnBuFlags & ( 1 << PPT_ParaAttr_BuHardFont ) ) != 0; in GetAttrib()
6254 if ( bHardBuFont ) in GetAttrib()

Completed in 50 milliseconds