Lines Matching refs:xCont

524 				Reference< container::XNameContainer > xCont(xNameAcc, UNO_QUERY );  in NameChange()  local
525 if ( xCont.is() ) in NameChange()
530 xCont->removeByName( aOldName ); in NameChange()
531 xCont->insertByName( aNewName , aAny ); in NameChange()
953 Reference< container::XNameContainer > xCont( GetDlgEdForm()->GetUnoControlModel() , UNO_QUERY ); in clonedFrom() local
954 if ( xCont.is() ) in clonedFrom()
957 Sequence< OUString > aNames = xCont->getElementNames(); in clonedFrom()
966 xCont->insertByName( aOUniqueName , aCtrl ); in clonedFrom()
1108 … Reference< container::XNameContainer > xCont( GetDlgEdForm()->GetUnoControlModel() , UNO_QUERY ); in SetDefaults() local
1109 if ( xCont.is() ) in SetDefaults()
1112 Sequence< OUString > aNames = xCont->getElementNames(); in SetDefaults()
1118 Reference< beans::XPropertySet > xPSetForm( xCont, UNO_QUERY ); in SetDefaults()
1129 xCont->insertByName( aOUniqueName , aAny ); in SetDefaults()
1191 Reference< XContainer > xCont( xEventCont , UNO_QUERY ); in StartListening() local
1192 if (xCont.is()) in StartListening()
1193 xCont->addContainerListener( m_xContainerListener ); in StartListening()
1226 Reference< XContainer > xCont( xEventCont , UNO_QUERY ); in EndListening() local
1227 if (xCont.is()) in EndListening()
1228 xCont->removeContainerListener( m_xContainerListener ); in EndListening()
1689 Reference< awt::XUnoControlContainer > xCont( GetControl(), UNO_QUERY ); in UpdateTabOrder() local
1690 if ( xCont.is() ) in UpdateTabOrder()
1692 Sequence< Reference< awt::XTabController > > aSeqTabCtrls = xCont->getTabControllers(); in UpdateTabOrder()