Searched refs:pHatch (Results 1 – 1 of 1) sorted by relevance
420 XHatch* pHatch = NULL; in IMPL_LINK() local436 if( !pHatch ) in IMPL_LINK()444 if( pHatch ) in IMPL_LINK()447 sal::static_int_cast< sal_uInt16 >( pHatch->GetHatchStyle() ) ); in IMPL_LINK()451 aLbLineColor.SelectEntry( pHatch->GetColor() ); in IMPL_LINK()454 aLbLineColor.InsertEntry( pHatch->GetColor(), String() ); in IMPL_LINK()455 aLbLineColor.SelectEntry( pHatch->GetColor() ); in IMPL_LINK()457 SetMetricValue( aMtrDistance, pHatch->GetDistance(), ePoolUnit ); in IMPL_LINK()458 aMtrAngle.SetValue( pHatch->GetAngle() / 10 ); in IMPL_LINK()488 rXFSet.Put( XFillHatchItem( String(), *pHatch ) ); in IMPL_LINK()[all …]
Completed in 12 milliseconds