Searched refs:bInsertSemicolon (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlexp.cxx | 513 const SvxBorderLine* pLine, bool& bInsertSemicolon ) in BorderToStyle() argument 517 if ( bInsertSemicolon ) in BorderToStyle() 535 bInsertSemicolon = true; in BorderToStyle() 861 bool bInsertSemicolon = false; in WriteCell() local 862 BorderToStyle( aStrTD, "top", pBorder->GetTop(), bInsertSemicolon ); in WriteCell() 863 BorderToStyle( aStrTD, "bottom", pBorder->GetBottom(), bInsertSemicolon ); in WriteCell() 864 BorderToStyle( aStrTD, "left", pBorder->GetLeft(), bInsertSemicolon ); in WriteCell() 865 BorderToStyle( aStrTD, "right", pBorder->GetRight(), bInsertSemicolon ); in WriteCell()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | htmlexp.hxx | 151 const SvxBorderLine* pLine, bool& bInsertSemicolon );
|
Completed in 19 milliseconds