Searched refs:pFillColorItem (Results 1 – 1 of 1) sorted by relevance
5974 const SfxPoolItem* pFillColorItem = NULL; in ApplyTo() local5975 pItemSet->GetItemState( XATTR_FILLCOLOR, sal_False, &pFillColorItem ); in ApplyTo()5976 if ( pFillColorItem ) in ApplyTo()5977 aDefColor = ((XColorItem*)pFillColorItem)->GetColorValue(); in ApplyTo()
Completed in 48 milliseconds