Searched refs:pFillColorItem (Results 1 – 1 of 1) sorted by relevance
5963 const SfxPoolItem* pFillColorItem = NULL; in ApplyTo() local5964 pItemSet->GetItemState( XATTR_FILLCOLOR, sal_False, &pFillColorItem ); in ApplyTo()5965 if ( pFillColorItem ) in ApplyTo()5966 aDefColor = ((XColorItem*)pFillColorItem)->GetColorValue(); in ApplyTo()
Completed in 65 milliseconds