Searched refs:nCharAttr (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/sd/source/filter/eppt/ |
| H A D | epptso.cxx | 1484 sal_uInt32 nCharAttr = pPortion->mnCharAttr; in ImplWritePortions() local 1500 if ( nCharAttr & 0x200 ) in ImplWritePortions() 1566 nCharAttr &=~ 0x200; in ImplWritePortions() 1585 nCharAttr |= 0x200; in ImplWritePortions() 1595 nPropertyFlags |= nCharAttr & 0x217; // not all attributes ar inherited in ImplWritePortions() 1599 … ( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_Bold, nCharAttr ) ) ) in ImplWritePortions() 1602 … ( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_Italic, nCharAttr ) ) ) in ImplWritePortions() 1605 … ( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_Underline, nCharAttr ) ) ) in ImplWritePortions() 1608 … ( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_Shadow, nCharAttr ) ) ) in ImplWritePortions() 1611 … ( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_Embossed, nCharAttr ) ) ) in ImplWritePortions() [all …]
|