Searched refs:xModels (Results 1 – 2 of 2) sorted by relevance
524 Reference<XNameContainer> xModels = lcl_getModels( xCmp ); in newModel() local525 if( xModels.is() in newModel()526 && ! xModels->hasByName( sName ) ) in newModel()534 xModels->insertByName( sName, makeAny( xModel ) ); in newModel()544 Reference<XNameContainer> xModels = lcl_getModels( xCmp ); in renameModel() local545 if( xModels.is() in renameModel()546 && xModels->hasByName( sFrom ) in renameModel()547 && ! xModels->hasByName( sTo ) ) in renameModel()549 Reference<XModel> xModel( xModels->getByName( sFrom ), UNO_QUERY ); in renameModel()551 xModels->insertByName( sTo, makeAny( xModel ) ); in renameModel()[all …]
524 Reference< container::XEnumeration > xModels; in RTL_Impl_CreateUnoDialog() local529 xModels.set( xComponents->createEnumeration(), UNO_QUERY ); in RTL_Impl_CreateUnoDialog()530 if ( xModels.is() ) in RTL_Impl_CreateUnoDialog()532 while ( xModels->hasMoreElements() ) in RTL_Impl_CreateUnoDialog()534 Reference< frame::XModel > xNextModel( xModels->nextElement(), UNO_QUERY ); in RTL_Impl_CreateUnoDialog()