Home
last modified time | relevance | path

Searched refs:_rNewElement (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/forms/source/component/
H A DGroupManager.hxx68 …sal_Int32 insert_sorted(::std::vector<ELEMENT>& _rArray, const ELEMENT& _rNewElement, const LESS_C… in insert_sorted() argument
73 _rNewElement, in insert_sorted()
76 aInsertPos = _rArray.insert(aInsertPos, _rNewElement); in insert_sorted()
81 …sal_Bool seek_entry(const ::std::vector<ELEMENT>& _rArray, const ELEMENT& _rNewElement, sal_Int32&… in seek_entry() argument
86 _rNewElement, in seek_entry()
89 if ((aExistentPos != _rArray.end()) && (*aExistentPos == _rNewElement)) in seek_entry()
/aoo4110/main/forms/source/misc/
H A DInterfaceContainer.cxx966 void OInterfaceContainer::implReplaceByIndex( const sal_Int32 _nIndex, const Any& _rNewElement, ::o… in implReplaceByIndex() argument
975 _rNewElement >>= xElementProps; in implReplaceByIndex()
/aoo4110/main/forms/source/inc/
H A DInterfaceContainer.hxx249 const ::com::sun::star::uno::Any& _rNewElement,

Completed in 22 milliseconds