Searched refs:xModels (Results 1 – 2 of 2) sorted by relevance
537 if( xModels.is() in newModel()538 && ! xModels->hasByName( sName ) ) in newModel()546 xModels->insertByName( sName, makeAny( xModel ) ); in newModel()558 if( xModels.is() in renameModel()559 && xModels->hasByName( sFrom ) in renameModel()560 && ! xModels->hasByName( sTo ) ) in renameModel()564 xModels->insertByName( sTo, makeAny( xModel ) ); in renameModel()565 xModels->removeByName( sFrom ); in renameModel()574 if( xModels.is() in removeModel()575 && xModels->hasByName( sName ) ) in removeModel()[all …]
528 Reference< container::XEnumeration > xModels; in RTL_Impl_CreateUnoDialog() local533 xModels.set( xComponents->createEnumeration(), UNO_QUERY ); in RTL_Impl_CreateUnoDialog()534 if ( xModels.is() ) in RTL_Impl_CreateUnoDialog()536 while ( xModels->hasMoreElements() ) in RTL_Impl_CreateUnoDialog()538 Reference< frame::XModel > xNextModel( xModels->nextElement(), UNO_QUERY ); in RTL_Impl_CreateUnoDialog()
Completed in 15 milliseconds