Lines Matching refs:mpBindings
111 mpBindings( NULL ), in Model()
115 mxBindings( mpBindings ), in Model()
125 mpBindings = new BindingCollection( this ); in Model()
126 mxBindings = mpBindings; in Model()
139 mpBindings = NULL; in ~Model()
235 OSL_ENSURE( mpBindings != NULL, "no bindings element" ); in dbg_assertInvariant()
353 OSL_ENSURE( mpBindings != NULL, "bindings?" ); in rebind()
356 sal_Int32 nCount = mpBindings->countItems(); in rebind()
359 … Binding* pBind = Binding::getBinding( mpBindings->Collection<XPropertySet_t>::getItem( i ) ); in rebind()
370 sal_Int32 nCount = mpBindings->countItems(); in deferNotifications()
373 … Binding* pBind = Binding::getBinding( mpBindings->Collection<XPropertySet_t>::getItem( i ) ); in deferNotifications()
500 sal_Int32 nCount = mpBindings->countItems(); in isValid()
503 … Binding* pBind = Binding::getBinding( mpBindings->Collection<XPropertySet_t>::getItem( i ) ); in isValid()
666 return mpBindings->hasItem( sId ) ? mpBindings->getItem( sId ) : NULL; in getBinding()