Searched refs:lclConvertBorderLine (Results 1 – 1 of 1) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | xistyle.cxx | 832 bool lclConvertBorderLine( SvxBorderLine& rLine, const XclImpPalette& rPalette, sal_uInt8 nXclLine,… in lclConvertBorderLine() function 873 if( mbLeftUsed && lclConvertBorderLine( aLine, rPalette, mnLeftLine, mnLeftColor ) ) in FillToItemSet() 875 if( mbRightUsed && lclConvertBorderLine( aLine, rPalette, mnRightLine, mnRightColor ) ) in FillToItemSet() 877 if( mbTopUsed && lclConvertBorderLine( aLine, rPalette, mnTopLine, mnTopColor ) ) in FillToItemSet() 879 if( mbBottomUsed && lclConvertBorderLine( aLine, rPalette, mnBottomLine, mnBottomColor ) ) in FillToItemSet() 888 if( lclConvertBorderLine( aLine, rPalette, mnDiagLine, mnDiagColor ) ) in FillToItemSet()
|
Completed in 29 milliseconds