Searched refs:xSourceMgr (Results 1 – 1 of 1) sorted by relevance
179 Reference< XStringResourceManager > xSourceMgr = in NotifyStartDrag() local181 if( xSourceMgr.is() ) in NotifyStartDrag()182 bAllowMove = ( xSourceMgr->getLocales().getLength() == 0 ); in NotifyStartDrag()286 Reference< XStringResourceManager > xSourceMgr = in CopyDialogResources() local288 if( !xSourceMgr.is() ) in CopyDialogResources()290 bool bSourceLocalized = ( xSourceMgr->getLocales().getLength() > 0 ); in CopyDialogResources()317 Reference< resource::XStringResourceResolver > xSourceStringResolver( xSourceMgr, UNO_QUERY ); in CopyDialogResources()322 LocalizationMgr::resetResourceForDialog( xDialogModel, xSourceMgr ); in CopyDialogResources()
Completed in 16 milliseconds