Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/html/
H A Dhtmlsect.cxx266 _HTMLAttrs *pPostIts = bAppended ? 0 : new _HTMLAttrs; in NewDivision() local
267 SetAttr( sal_True, sal_True, pPostIts ); in NewDivision()
359 if( pPostIts ) in NewDivision()
363 InsertAttrs( *pPostIts ); in NewDivision()
364 delete pPostIts; in NewDivision()
365 pPostIts = 0; in NewDivision()
694 SetAttr( sal_True, sal_True, pPostIts ); in NewMultiCol()
753 if( pPostIts ) in NewMultiCol()
756 InsertAttrs( *pPostIts ); in NewMultiCol()
757 delete pPostIts; in NewMultiCol()
[all …]
H A Dhtmltab.cxx3726 _HTMLAttrs *pPostIts = 0; in BuildTableCell() local
3740 pPostIts = new _HTMLAttrs; in BuildTableCell()
3748 pPostIts = new _HTMLAttrs; in BuildTableCell()
3881 if( !bAppended && pPostIts ) in BuildTableCell()
3885 InsertAttrs( *pPostIts ); in BuildTableCell()
3886 delete pPostIts; in BuildTableCell()
3887 pPostIts = 0; in BuildTableCell()
3912 if( pPostIts ) in BuildTableCell()
3916 InsertAttrs( *pPostIts ); in BuildTableCell()
3917 delete pPostIts; in BuildTableCell()
[all …]
H A Dswhtml.hxx511 void _SetAttr( sal_Bool bChkEnd, sal_Bool bBeforeTable, _HTMLAttrs *pPostIts );
513 _HTMLAttrs *pPostIts = 0 ) in SetAttr() argument
516 _SetAttr( bChkEnd, bBeforeTable, pPostIts ); in SetAttr()
H A Dswhtml.cxx2565 _HTMLAttrs *pPostIts ) in _SetAttr() argument
2765 pPostIts in _SetAttr()
2768 if( pPostIts && (RES_POSTITFLD == nFldWhich || in _SetAttr()
2771 pPostIts->Insert( pAttr, 0 ); in _SetAttr()

Completed in 56 milliseconds