Searched refs:ppAttr (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sw/source/filter/html/ |
| H A D | htmlcss1.cxx | 1615 _HTMLAttr **ppAttr = 0; in GetAttrTabEntry() local 1619 ppAttr = &aAttrTab.pBlink; in GetAttrTabEntry() 1622 ppAttr = &aAttrTab.pCaseMap; in GetAttrTabEntry() 1625 ppAttr = &aAttrTab.pFontColor; in GetAttrTabEntry() 1628 ppAttr = &aAttrTab.pStrike; in GetAttrTabEntry() 1631 ppAttr = &aAttrTab.pEscapement; in GetAttrTabEntry() 1634 ppAttr = &aAttrTab.pFont; in GetAttrTabEntry() 1637 ppAttr = &aAttrTab.pFontCJK; in GetAttrTabEntry() 1640 ppAttr = &aAttrTab.pFontCTL; in GetAttrTabEntry() 1643 ppAttr = &aAttrTab.pFontHeight; in GetAttrTabEntry() [all …]
|
| H A D | htmlctxt.cxx | 550 _HTMLAttr **ppAttr = 0; in InsertAttrs() local 643 ppAttr = &aAttrTab.pULSpace; in InsertAttrs() 649 ppAttr = &aAttrTab.pFontHeight; in InsertAttrs() 654 ppAttr = &aAttrTab.pFontHeightCJK; in InsertAttrs() 659 ppAttr = &aAttrTab.pFontHeightCTL; in InsertAttrs() 679 ppAttr = &aAttrTab.pBrush; in InsertAttrs() 685 ppAttr = GetAttrTabEntry( pItem->Which() ); in InsertAttrs() 689 if( ppAttr ) in InsertAttrs() 692 NewAttr( ppAttr, *pItem ); in InsertAttrs() 696 rAttrs.Insert( *ppAttr, rAttrs.Count() ); in InsertAttrs() [all …]
|
| H A D | swhtml.hxx | 531 void NewAttr( _HTMLAttr **ppAttr, const SfxPoolItem& rItem ); 556 void InsertAttr( _HTMLAttr **ppAttr, const SfxPoolItem & rItem, 661 _HTMLAttr **ppAttr, const SfxPoolItem & rItem,
|
| H A D | swhtml.cxx | 2911 void SwHTMLParser::NewAttr( _HTMLAttr **ppAttr, const SfxPoolItem& rItem ) in NewAttr() argument 2918 if( *ppAttr ) in NewAttr() 2921 ppAttr ); in NewAttr() 2922 pAttr->InsertNext( *ppAttr ); in NewAttr() 2923 (*ppAttr) = pAttr; in NewAttr() 2926 (*ppAttr) = new _HTMLAttr( *pPam->GetPoint(), rItem, ppAttr ); in NewAttr() 3404 _HTMLAttr **ppAttr, const SfxPoolItem & rItem, in NewStdAttr() argument 3456 InsertAttr( ppAttr ,rItem, pCntxt ); in NewStdAttr()
|