Searched refs:PropertyStringLessFunctor (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/comphelper/source/property/ |
H A D | property.cxx | 178 …sult = ::std::lower_bound(pProperties, pProperties + nLen, _rPropName,PropertyStringLessFunctor()); in RemoveProperty() 195 …esult = ::std::lower_bound(pProperties, pProperties + nLen,sPropName, PropertyStringLessFunctor()); in ModifyPropertyAttributes()
|
H A D | propagg.cxx | 58 …td::lower_bound(pProperties, pProperties + nLen,_rName, ::comphelper::PropertyStringLessFunctor()); in lcl_findPropertyByName()
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | property.hxx | 49 …struct PropertyStringLessFunctor : ::std::binary_function< ::com::sun::star::beans::Property, ::rt… struct
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | dbtools.cxx | 1050 …bound(pNewProps, pNewProps + nNewLen,pOldProps[i].Name, ::comphelper::PropertyStringLessFunctor()); in TransferFormComponentProperties()
|
Completed in 40 milliseconds