Home
last modified time | relevance | path

Searched refs:unohelper (Results 1 – 25 of 75) sorted by relevance

123

/trunk/main/vcl/source/app/
H A Ddndhelp.cxx33 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 Dunohelp.cxx80 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 Dsettings.cxx1900 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 Dimpl.py24 import unohelper
32 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 Dmain.py22 import unohelper
32 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 Dsamplecomponent.py22 import unohelper
29 g_ImplementationHelper = unohelper.ImplementationHelper()
54 class MyRecursiveCall( XRecursiveCall, unohelper.Base ):
H A Dimporter.py23 import unohelper
60 unohelper.addComponentsToContext(
/trunk/main/pyuno/
H A DPackage_py.mk27 $(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 Dpythonscript.py24 import unohelper
151 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 Dmailmerge.py35 import unohelper
71 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 Dpythonloader.py22 import unohelper
44 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 Dactive_python.py23 import unohelper
32 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 Dpassive_python.py23 import unohelper
31 class Provider(unohelper.Base, XServiceInfo, XDispatchProvider):
57 class Dispatch(unohelper.Base, XServiceInfo, XDispatch):
92 g_ImplementationHelper = unohelper.ImplementationHelper()
/trunk/main/pyuno/demo/
H A Dhello_world_comp.py23 import unohelper
29 class HelloWorldJob( unohelper.Base, XJobExecutor ):
54 g_ImplementationHelper = unohelper.ImplementationHelper()
H A Dswritercomp.py25 import unohelper
44 class SWriterComp(XMain,unohelper.Base):
131 g_ImplementationHelper = unohelper.ImplementationHelper()
/trunk/main/vcl/inc/vcl/
H A Dedit.hxx62 class VCL_DLLPUBLIC Edit : public Control, public vcl::unohelper::DragAndDropClient
134 using vcl::unohelper::DragAndDropClient::dragEnter;
135 using vcl::unohelper::DragAndDropClient::dragExit;
136 using vcl::unohelper::DragAndDropClient::dragOver;
/trunk/main/pyuno/source/module/
H A Dmakefile.mk111 $(DLLDEST)$/unohelper.py \
121 $(DLLDEST)$/unohelper.py \
/trunk/main/svtools/inc/svtools/
H A Dtextview.hxx54 class SVT_DLLPUBLIC TextView : public vcl::unohelper::DragAndDropClient
65 TextView( const TextView& ) : vcl::unohelper::DragAndDropClient() {} in TextView()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletextcomponent.cxx393 ::vcl::unohelper::TextDataObject* pDataObj = new ::vcl::unohelper::TextDataObject( sText ); in copyText()
H A Dvclxaccessiblestatusbaritem.cxx608 ::vcl::unohelper::TextDataObject* pDataObj = new ::vcl::unohelper::TextDataObject( sText ); in copyText()
H A Dvclxaccessiblemenuitem.cxx417 ::vcl::unohelper::TextDataObject* pDataObj = new ::vcl::unohelper::TextDataObject( sText ); in copyText()
H A Dvclxaccessibletabpage.cxx681 ::vcl::unohelper::TextDataObject* pDataObj = new ::vcl::unohelper::TextDataObject( sText ); in copyText()
H A Dvclxaccessibletoolboxitem.cxx550 ::vcl::unohelper::TextDataObject* pDataObj = new ::vcl::unohelper::TextDataObject( sText ); in copyText()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleContextBase.cxx589 ::vcl::unohelper::NotifyAccessibleStateEventGlobally(aEvent); in CommitFocusGained()
601 vcl::unohelper::NotifyAccessibleStateEventGlobally(aEvent); in CommitFocusLost()
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx213 class ImpEditView : public vcl::unohelper::DragAndDropClient
218 using vcl::unohelper::DragAndDropClient::dragEnter;
219 using vcl::unohelper::DragAndDropClient::dragExit;
220 using vcl::unohelper::DragAndDropClient::dragOver;

Completed in 90 milliseconds

123