Home
last modified time | relevance | path

Searched refs:rShd (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx1621 bool WW8Export::TransBrush(const Color& rCol, WW8_SHD& rShd) in TransBrush() argument
1624 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()
H A Dwrtww8.hxx1084 bool TransBrush(const Color& rCol, WW8_SHD& rShd);

Completed in 43 milliseconds