Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/tabpages/
H A Dtphatch.cxx420 XHatch* pHatch = NULL; in IMPL_LINK() local
424 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()
441pHatch = 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 …]