Searched defs:PropertyValueCompare (Results 1 – 3 of 3) sorted by relevance
/trunk/main/chart2/source/controller/main/ |
H A D | DrawCommandDispatch.cxx | 68 …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 ()()
|
/trunk/main/xmloff/source/forms/ |
H A D | elementimport.cxx | 97 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 ()()
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 192 …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 ()()
|
Completed in 45 milliseconds