Searched refs: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 395 … pIter, pEnd, ::std::bind2nd( PropertyValueCompare(), boost::cref( sKeyModifier ) ) ); in execute()
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 192 …struct PropertyValueCompare : public ::std::binary_function< beans::PropertyValue, ::rtl::OUString… struct 4013 …rtyValue* pKeyModifier = ::std::find_if(pIter,pEnd,::std::bind2nd(PropertyValueCompare(),boost::cr… in createDefaultControl()
|
/trunk/main/xmloff/source/forms/ |
H A D | elementimport.cxx | 97 struct PropertyValueCompare : public ::std::binary_function< PropertyValue, ::rtl::OUString, bool> struct
|
Completed in 71 milliseconds