Lines Matching refs:xBindings
575 Reference< XSet > xBindings( xModel->getBindings(), UNO_QUERY ); in DoToolBoxAction() local
576 xBindings->insert( makeAny( xNewBinding ) ); in DoToolBoxAction()
629 Reference< XSet > xBindings( xModel->getBindings(), UNO_QUERY ); in DoToolBoxAction() local
630 xBindings->remove( makeAny( xNewBinding ) ); in DoToolBoxAction()
2558 Reference < XSet > xBindings = xModel->getBindings(); in ~AddDataItemDialog() local
2559 if ( xBindings.is() ) in ~AddDataItemDialog()
2560 xBindings->remove( makeAny( m_xTempBinding ) ); in ~AddDataItemDialog()
2816 Reference < XSet > xBindings = xModel->getBindings(); in InitFromNode() local
2817 if ( xBindings.is() ) in InitFromNode()
2818 xBindings->insert( makeAny( m_xTempBinding ) ); in InitFromNode()
2843 Reference < XSet > xBindings = xModel->getBindings(); in InitFromNode() local
2844 if ( xBindings.is() ) in InitFromNode()
2845 xBindings->insert( makeAny( m_xTempBinding ) ); in InitFromNode()