Home
last modified time | relevance | path

Searched refs:xSourceMgr (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basctl/source/basicide/
H A Dmoduldlg.cxx179 Reference< XStringResourceManager > xSourceMgr = in NotifyStartDrag() local
181 if( xSourceMgr.is() ) in NotifyStartDrag()
182 bAllowMove = ( xSourceMgr->getLocales().getLength() == 0 ); in NotifyStartDrag()
286 Reference< XStringResourceManager > xSourceMgr = in CopyDialogResources() local
288 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 14 milliseconds