Searched refs:rShd (Results 1 – 2 of 2) sorted by relevance
1621 bool WW8Export::TransBrush(const Color& rCol, WW8_SHD& rShd) in TransBrush() argument1624 rShd = WW8_SHD(); // alles Nullen : transparent in TransBrush()1627 rShd.SetFore( 0); in TransBrush()1628 rShd.SetBack( TransCol( rCol ) ); in TransBrush()1629 rShd.SetStyle( bWrtWW8, 0 ); in TransBrush()
1084 bool TransBrush(const Color& rCol, WW8_SHD& rShd);
Completed in 41 milliseconds