Searched refs:BorderToStyle (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlexp.cxx | 512 void ScHTMLExport::BorderToStyle( ByteString& rOut, const char* pBorderName, in BorderToStyle() function in ScHTMLExport 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 | 150 void BorderToStyle( ByteString& rOut, const char* pBorderName,
|
Completed in 52 milliseconds