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() 1634 ppAttr = &aAttrTab.pFont; in GetAttrTabEntry() 1667 ppAttr = &aAttrTab.pBold; in GetAttrTabEntry() 1693 ppAttr = &aAttrTab.pBox; in GetAttrTabEntry() 1696 ppAttr = &aAttrTab.pBrush; in GetAttrTabEntry() 1699 ppAttr = &aAttrTab.pBreak; in GetAttrTabEntry() 1705 ppAttr = &aAttrTab.pSplit; in GetAttrTabEntry() 1714 ppAttr = &aAttrTab.pKeep; in GetAttrTabEntry() 1732 return ppAttr; 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() 689 if( ppAttr ) in InsertAttrs() 692 NewAttr( ppAttr, *pItem ); in InsertAttrs() 710 if( !ppAttr ) in InsertAttr() 713 if( !ppAttr ) in InsertAttr() [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()
|
Completed in 87 milliseconds