Home
last modified time | relevance | path

Searched refs:OGroupCompAcc (Results 1 – 2 of 2) sorted by relevance

/trunk/main/forms/source/component/
H A DGroupManager.cxx72 OGroupCompAcc::OGroupCompAcc(const Reference<XPropertySet>& rxElement, const OGroupComp& _rGroupCom… in OGroupCompAcc() function in frm::OGroupCompAcc
79 sal_Bool OGroupCompAcc::operator==( const OGroupCompAcc& rCompAcc ) const in operator ==()
85 class OGroupCompAccLess : public ::std::binary_function<OGroupCompAcc, OGroupCompAcc, sal_Bool>
88 sal_Bool operator() (const OGroupCompAcc& lhs, const OGroupCompAcc& rhs) const in operator ()()
195 OGroupCompAcc aNewGroupCompAcc( xSet, m_aCompArray[nPosInserted] ); in InsertComponent()
204 OGroupCompAcc aSearchCompAcc( rxElement, OGroupComp() ); in RemoveComponent()
207 OGroupCompAcc& aGroupCompAcc = m_aCompAccArray[nGroupCompAccPos]; in RemoveComponent()
H A DGroupManager.hxx128 class OGroupCompAcc class
137OGroupCompAcc(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& rxEl…
139 sal_Bool operator==( const OGroupCompAcc& rCompAcc ) const;
145 DECLARE_STL_VECTOR(OGroupCompAcc, OGroupCompAccArr);

Completed in 23 milliseconds