Searched refs:ppAttr (Results 1 – 4 of 4) sorted by relevance
/aoo42x/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 | 528 void NewAttr( _HTMLAttr **ppAttr, const SfxPoolItem& rItem ); 553 void InsertAttr( _HTMLAttr **ppAttr, const SfxPoolItem & rItem, 658 _HTMLAttr **ppAttr, const SfxPoolItem & rItem,
|
H A D | swhtml.cxx | 2897 void SwHTMLParser::NewAttr( _HTMLAttr **ppAttr, const SfxPoolItem& rItem ) in NewAttr() argument 2903 if( *ppAttr ) in NewAttr() 2906 ppAttr ); in NewAttr() 2907 pAttr->InsertNext( *ppAttr ); in NewAttr() 2908 (*ppAttr) = pAttr; in NewAttr() 2911 (*ppAttr) = new _HTMLAttr( *pPam->GetPoint(), rItem, ppAttr ); in NewAttr() 3385 _HTMLAttr **ppAttr, const SfxPoolItem & rItem, in NewStdAttr() argument 3437 InsertAttr( ppAttr ,rItem, pCntxt ); in NewStdAttr()
|
Completed in 50 milliseconds