Home
last modified time | relevance | path

Searched refs:ppAttr (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/html/
H A Dhtmlcss1.cxx1615 _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 Dhtmlctxt.cxx550 _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 Dswhtml.hxx528 void NewAttr( _HTMLAttr **ppAttr, const SfxPoolItem& rItem );
553 void InsertAttr( _HTMLAttr **ppAttr, const SfxPoolItem & rItem,
658 _HTMLAttr **ppAttr, const SfxPoolItem & rItem,
H A Dswhtml.cxx2897 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 49 milliseconds