Home
last modified time | relevance | path

Searched defs:PropertyValueCompare (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx68 …struct PropertyValueCompare : public ::std::binary_function< beans::PropertyValue, ::rtl::OUString… struct
70 … bool operator() ( const beans::PropertyValue& rPropValue, const ::rtl::OUString& rName ) const in operator ()()
74 … bool operator() ( const ::rtl::OUString& rName, const beans::PropertyValue& rPropValue ) const in operator ()()
/AOO41X/main/xmloff/source/forms/
H A Delementimport.cxx97 … struct PropertyValueCompare : public ::std::binary_function< PropertyValue, ::rtl::OUString, bool> struct
99 bool operator() (const PropertyValue& lhs, const ::rtl::OUString& rhs) const in operator ()()
103 bool operator() (const ::rtl::OUString& lhs, const PropertyValue& rhs) const in operator ()()
/AOO41X/main/reportdesign/source/ui/report/
H A DReportController.cxx192 …struct PropertyValueCompare : public ::std::binary_function< beans::PropertyValue, ::rtl::OUString… struct
194 bool operator() (const beans::PropertyValue& x, const ::rtl::OUString& y) const in operator ()()
198 bool operator() (const ::rtl::OUString& x,const beans::PropertyValue& y) const in operator ()()