Searched refs:pHatch (Results 1 – 1 of 1) sorted by relevance
420 XHatch* pHatch = NULL; in IMPL_LINK() local424 pHatch = new XHatch( ( (XHatchEntry*) maHatchingList->GetHatch( nPos ) )->GetHatch() ); in IMPL_LINK()433 pHatch = new XHatch( ( ( const XFillHatchItem* ) pPoolItem )->GetHatchValue() ); in IMPL_LINK()436 if( !pHatch ) in IMPL_LINK()441 … pHatch = new XHatch( ( (XHatchEntry*) maHatchingList->GetHatch( nPos ) )->GetHatch() ); 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()[all …]