Home
last modified time | relevance | path

Searched refs:PropertyStringLessFunctor (Results 1 – 4 of 4) sorted by relevance

/trunk/main/comphelper/source/property/
H A Dproperty.cxx178 …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 Dpropagg.cxx58 …td::lower_bound(pProperties, pProperties + nLen,_rName, ::comphelper::PropertyStringLessFunctor()); in lcl_findPropertyByName()
/trunk/main/comphelper/inc/comphelper/
H A Dproperty.hxx49 …struct PropertyStringLessFunctor : ::std::binary_function< ::com::sun::star::beans::Property, ::rt… struct
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1050 …bound(pNewProps, pNewProps + nNewLen,pOldProps[i].Name, ::comphelper::PropertyStringLessFunctor()); in TransferFormComponentProperties()

Completed in 38 milliseconds