Searched refs:bHardBuFont (Results 1 – 1 of 1) sorted by relevance
6174 sal_Bool bHardBuFont; in GetAttrib() local6176 bHardBuFont = pParaSet->mpArry[ PPT_ParaAttr_BuHardFont ] != 0; in GetAttrib()6178 … bHardBuFont = ( mrStyleSheet.mpParaSheet[ mnInstance ]->maParaLevel[ pParaSet->mnDepth ].mnBuFlags in GetAttrib()6180 if ( bHardBuFont ) in GetAttrib()6238 sal_Bool bHardBuFont; in GetAttrib() local6240 bHardBuFont = pParaSet->mpArry[ PPT_ParaAttr_BuHardFont ] != 0; in GetAttrib()6242 bHardBuFont = ( rParaLevel.mnBuFlags & ( 1 << PPT_ParaAttr_BuHardFont ) ) != 0; in GetAttrib()6243 if ( bHardBuFont ) in GetAttrib()
Completed in 56 milliseconds