Lines Matching refs:GraphicPropertyItemConverter
136 bool lcl_supportsFillProperties( ::chart::wrapper::GraphicPropertyItemConverter::eGraphicObjectType… in lcl_supportsFillProperties()
138 return ( eType == ::chart::wrapper::GraphicPropertyItemConverter::FILLED_DATA_POINT || in lcl_supportsFillProperties()
139 eType == ::chart::wrapper::GraphicPropertyItemConverter::FILL_PROPERTIES || in lcl_supportsFillProperties()
140 eType == ::chart::wrapper::GraphicPropertyItemConverter::LINE_AND_FILL_PROPERTIES ); in lcl_supportsFillProperties()
143 bool lcl_supportsLineProperties( ::chart::wrapper::GraphicPropertyItemConverter::eGraphicObjectType… in lcl_supportsLineProperties()
145 return ( eType != ::chart::wrapper::GraphicPropertyItemConverter::FILL_PROPERTIES ); in lcl_supportsLineProperties()
179 GraphicPropertyItemConverter::GraphicPropertyItemConverter( in GraphicPropertyItemConverter() function in chart::wrapper::GraphicPropertyItemConverter
192 GraphicPropertyItemConverter::~GraphicPropertyItemConverter() in ~GraphicPropertyItemConverter()
195 const sal_uInt16 * GraphicPropertyItemConverter::GetWhichPairs() const in GetWhichPairs()
215 bool GraphicPropertyItemConverter::GetItemProperty( tWhichIdType nWhichId, tPropertyNameWithMemberI… in GetItemProperty()
261 void GraphicPropertyItemConverter::FillSpecialItem( in FillSpecialItem()
468 bool GraphicPropertyItemConverter::ApplySpecialItem( in ApplySpecialItem()