| /trunk/main/vcl/source/app/ | 
| H A D | dndhelp.cxx | 33 vcl::unohelper::DragAndDropClient::~DragAndDropClient() {}  in ~DragAndDropClient()47 void vcl::unohelper::DragAndDropClient::dragExit( const ::com::sun::star::datatransfer::dnd::DragSo…  in dragExit()
 59 void vcl::unohelper::DragAndDropClient::drop( const ::com::sun::star::datatransfer::dnd::DropTarget…  in drop()
 67 void vcl::unohelper::DragAndDropClient::dragExit( const ::com::sun::star::datatransfer::dnd::DropTa…  in dragExit()
 81 vcl::unohelper::DragAndDropWrapper::DragAndDropWrapper( DragAndDropClient* pClient )  in DragAndDropWrapper()
 86 vcl::unohelper::DragAndDropWrapper::~DragAndDropWrapper()  in ~DragAndDropWrapper()
 91 uno::Any vcl::unohelper::DragAndDropWrapper::queryInterface( const uno::Type & rType ) throw(uno::R…  in queryInterface()
 102 void vcl::unohelper::DragAndDropWrapper::disposing( const ::com::sun::star::lang::EventObject& rEve…  in disposing()
 130 void vcl::unohelper::DragAndDropWrapper::dragExit( const ::com::sun::star::datatransfer::dnd::DragS…  in dragExit()
 149 void vcl::unohelper::DragAndDropWrapper::drop( const ::com::sun::star::datatransfer::dnd::DropTarge…  in drop()
 [all …]
 
 | 
| H A D | unohelp.cxx | 80 uno::Reference< lang::XMultiServiceFactory > vcl::unohelper::GetMultiServiceFactory()  in GetMultiServiceFactory()131 uno::Reference < i18n::XBreakIterator > vcl::unohelper::CreateBreakIterator()  in CreateBreakIterator()
 147 uno::Reference < i18n::XCharacterClassification > vcl::unohelper::CreateCharacterClassification()  in CreateCharacterClassification()
 163 uno::Reference < i18n::XCollator > vcl::unohelper::CreateCollator()  in CreateCollator()
 179 ::rtl::OUString vcl::unohelper::CreateLibraryName( const sal_Char* pModName, sal_Bool bSUPD )  in CreateLibraryName()
 210 void vcl::unohelper::NotifyAccessibleStateEventGlobally( const ::com::sun::star::accessibility::Acc…  in NotifyAccessibleStateEventGlobally()
 
 | 
| H A D | settings.cxx | 1900             vcl::unohelper::GetMultiServiceFactory(),  in GetLayoutRTL()1973 …((AllSettings*)this)->mpData->mpLocaleDataWrapper = new LocaleDataWrapper( vcl::unohelper::GetMult…  in GetLocaleDataWrapper()
 1982 …((AllSettings*)this)->mpData->mpUILocaleDataWrapper = new LocaleDataWrapper( vcl::unohelper::GetMu…  in GetUILocaleDataWrapper()
 1991 …no::Reference<com::sun::star::lang::XMultiServiceFactory> aFactory(vcl::unohelper::GetMultiService…  in GetLocaleI18nHelper()
 2002 …no::Reference<com::sun::star::lang::XMultiServiceFactory> aFactory(vcl::unohelper::GetMultiService…  in GetUILocaleI18nHelper()
 
 | 
| /trunk/main/testtools/source/bridgetest/pyuno/ | 
| H A D | impl.py | 24 import unohelper32 class SequenceOutputStream( unohelper.Base, XOutputStream ):
 50 class SequenceInputStream( XInputStream, unohelper.Base ):
 121 class EventListener( unohelper.Base, XEventListener ):
 137                   self.failUnless( "file:///tmp" == unohelper.systemPathToFileUrl( "/tmp" ))
 142             systemPath = unohelper.systemPathToFileUrl( systemPath )
 143             self.failUnless( systemPath + "/a" == unohelper.absolutize( systemPath, "a" ) )
 147             unohelper.inspect( uno.getComponentContext() , dev )
 148             unohelper.inspect( uno.getComponentContext().ServiceManager , dev )
 149             unohelper.inspect( uno.getTypeByName( "com.sun.star.lang.XComponent" ) , dev )
 [all …]
 
 | 
| H A D | main.py | 22 import unohelper32 unohelper.addComponentsToContext(ctx,ctx,(os.environ["FOO"]+"/cppobj.uno",os.environ["FOO"]+"/bridg…
 34 unohelper.addComponentsToContext(ctx,ctx,("vnd.openoffice.pymodule:samplecomponent",),"com.sun.star…
 
 | 
| H A D | samplecomponent.py | 22 import unohelper29 g_ImplementationHelper = unohelper.ImplementationHelper()
 54 class MyRecursiveCall( XRecursiveCall, unohelper.Base ):
 
 | 
| H A D | importer.py | 23 import unohelper60           unohelper.addComponentsToContext(
 
 | 
| /trunk/main/pyuno/ | 
| H A D | Package_py.mk | 27 $(eval $(call gb_Package_add_file,pyuno_py,bin/pyuno/unohelper.py,source/module/unohelper.py))31 $(eval $(call gb_Package_add_file,pyuno_py,bin/pyuno/unohelper.py,source/module/unohelper.py))
 35 $(eval $(call gb_Package_add_file,pyuno_py,lib/pyuno/unohelper.py,source/module/unohelper.py))
 
 | 
| /trunk/main/scripting/source/pyprov/ | 
| H A D | pythonscript.py | 24 import unohelper151 g_ImplementationHelper = unohelper.ImplementationHelper()
 261         path = unohelper.fileUrlToSystemPath( url+"/pythonpath" );
 268 class ScriptContext(unohelper.Base):
 585 class FileBrowseNode( unohelper.Base, XBrowseNode ):
 624 class DirBrowseNode( unohelper.Base, XBrowseNode ):
 664 class ManifestHandler( XDocumentHandler, unohelper.Base ):
 737 class DummyProgressHandler( unohelper.Base, XProgressHandler ):
 748 class CommandEnvironment(unohelper.Base, XCommandEnvironment):
 830 class PackageBrowseNode( unohelper.Base, XBrowseNode ):
 [all …]
 
 | 
| H A D | mailmerge.py | 35 import unohelper71 class PyMailSMTPService(unohelper.Base, XSmtpService):
 274 class PyMailIMAPService(unohelper.Base, XMailService):
 343 class PyMailPOP3Service(unohelper.Base, XMailService):
 419 class PyMailServiceProvider(unohelper.Base, XMailServiceProvider):
 436 class PyMailMessage(unohelper.Base, XMailMessage):
 490 g_ImplementationHelper = unohelper.ImplementationHelper()
 
 | 
| /trunk/main/pyuno/source/loader/ | 
| H A D | pythonloader.py | 22 import unohelper44     path = unohelper.fileUrlToSystemPath( url+"/pythonpath.zip" );
 52     path = unohelper.fileUrlToSystemPath( url+"/pythonpath" );
 61 class Loader( XImplementationLoader, XServiceInfo, unohelper.Base ):
 82                 url = unohelper.absolutize( url, url )
 93                     filename = unohelper.fileUrlToSystemPath( url )
 
 | 
| /trunk/main/desktop/test/deployment/active/ | 
| H A D | active_python.py | 23 import unohelper32 class Provider(unohelper.Base, XServiceInfo, XDispatchProvider):
 58 class Dispatch(unohelper.Base, XServiceInfo, XDispatch):
 95         return unohelper.createSingleServiceFactory( \
 98         return unohelper.createSingleServiceFactory( \
 
 | 
| /trunk/main/desktop/test/deployment/passive/ | 
| H A D | passive_python.py | 23 import unohelper31 class Provider(unohelper.Base, XServiceInfo, XDispatchProvider):
 57 class Dispatch(unohelper.Base, XServiceInfo, XDispatch):
 92 g_ImplementationHelper = unohelper.ImplementationHelper()
 
 | 
| /trunk/main/pyuno/demo/ | 
| H A D | hello_world_comp.py | 23 import unohelper29 class HelloWorldJob( unohelper.Base, XJobExecutor ):
 54 g_ImplementationHelper = unohelper.ImplementationHelper()
 
 | 
| H A D | swritercomp.py | 25 import unohelper44 class SWriterComp(XMain,unohelper.Base):
 131 g_ImplementationHelper = unohelper.ImplementationHelper()
 
 | 
| /trunk/main/vcl/inc/vcl/ | 
| H A D | edit.hxx | 62 class VCL_DLLPUBLIC Edit : public Control, public vcl::unohelper::DragAndDropClient134     using vcl::unohelper::DragAndDropClient::dragEnter;
 135     using vcl::unohelper::DragAndDropClient::dragExit;
 136     using vcl::unohelper::DragAndDropClient::dragOver;
 
 | 
| /trunk/main/pyuno/source/module/ | 
| H A D | makefile.mk | 111 	$(DLLDEST)$/unohelper.py	\121 	$(DLLDEST)$/unohelper.py	\
 
 | 
| /trunk/main/svtools/inc/svtools/ | 
| H A D | textview.hxx | 54 class SVT_DLLPUBLIC TextView : public vcl::unohelper::DragAndDropClient65 						TextView( const TextView& ) : vcl::unohelper::DragAndDropClient() 		{}  in TextView()
 
 | 
| /trunk/main/accessibility/source/standard/ | 
| H A D | vclxaccessibletextcomponent.cxx | 393 			::vcl::unohelper::TextDataObject* pDataObj = new ::vcl::unohelper::TextDataObject( sText );  in copyText()
 | 
| H A D | vclxaccessiblestatusbaritem.cxx | 608 			::vcl::unohelper::TextDataObject* pDataObj = new ::vcl::unohelper::TextDataObject( sText );  in copyText()
 | 
| H A D | vclxaccessiblemenuitem.cxx | 417 				::vcl::unohelper::TextDataObject* pDataObj = new ::vcl::unohelper::TextDataObject( sText );  in copyText()
 | 
| H A D | vclxaccessibletabpage.cxx | 681 			::vcl::unohelper::TextDataObject* pDataObj = new ::vcl::unohelper::TextDataObject( sText );  in copyText()
 | 
| H A D | vclxaccessibletoolboxitem.cxx | 550 			::vcl::unohelper::TextDataObject* pDataObj = new ::vcl::unohelper::TextDataObject( sText );  in copyText()
 | 
| /trunk/main/sc/source/ui/Accessibility/ | 
| H A D | AccessibleContextBase.cxx | 589     ::vcl::unohelper::NotifyAccessibleStateEventGlobally(aEvent);  in CommitFocusGained()601     vcl::unohelper::NotifyAccessibleStateEventGlobally(aEvent);  in CommitFocusLost()
 
 | 
| /trunk/main/editeng/source/editeng/ | 
| H A D | impedit.hxx | 213 class ImpEditView : public vcl::unohelper::DragAndDropClient218 	using vcl::unohelper::DragAndDropClient::dragEnter;
 219 	using vcl::unohelper::DragAndDropClient::dragExit;
 220 	using vcl::unohelper::DragAndDropClient::dragOver;
 
 |