Home
last modified time | relevance | path

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

123

/AOO41X/main/vcl/source/app/
H A Ddndhelp.cxx33 vcl::unohelper::DragAndDropClient::~DragAndDropClient() {} in ~DragAndDropClient()
35 void vcl::unohelper::DragAndDropClient::dragGestureRecognized( const ::com::sun::star::datatransfer… in dragGestureRecognized()
39 void vcl::unohelper::DragAndDropClient::dragDropEnd( const ::com::sun::star::datatransfer::dnd::Dra… in dragDropEnd()
43 void vcl::unohelper::DragAndDropClient::dragEnter( const ::com::sun::star::datatransfer::dnd::DragS… in dragEnter()
47 void vcl::unohelper::DragAndDropClient::dragExit( const ::com::sun::star::datatransfer::dnd::DragSo… in dragExit()
51 void vcl::unohelper::DragAndDropClient::dragOver( const ::com::sun::star::datatransfer::dnd::DragSo… in dragOver()
55 void vcl::unohelper::DragAndDropClient::dropActionChanged( const ::com::sun::star::datatransfer::dn… in dropActionChanged()
59 void vcl::unohelper::DragAndDropClient::drop( const ::com::sun::star::datatransfer::dnd::DropTarget… in drop()
63 void vcl::unohelper::DragAndDropClient::dragEnter( const ::com::sun::star::datatransfer::dnd::DropT… in dragEnter()
67 void vcl::unohelper::DragAndDropClient::dragExit( const ::com::sun::star::datatransfer::dnd::DropTa… in dragExit()
[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()
/AOO41X/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 ):
136 self.failUnless( "/tmp" == unohelper.fileUrlToSystemPath( "file:///tmp" ) )
137 self.failUnless( "file:///tmp" == unohelper.systemPathToFileUrl( "/tmp" ))
139 … self.failUnless( "c:\\temp" == unohelper.fileUrlToSystemPath( "file:///c:/temp" ) )
140 … self.failUnless( "file:///c:/temp" == unohelper.systemPathToFileUrl( "c:\\temp" ) )
142 systemPath = unohelper.systemPathToFileUrl( systemPath )
143 self.failUnless( systemPath + "/a" == unohelper.absolutize( systemPath, "a" ) )
[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(
/AOO41X/main/scripting/source/pyprov/
H A Dpythonscript.py24 import unohelper
148 g_ImplementationHelper = unohelper.ImplementationHelper()
249 path = unohelper.fileUrlToSystemPath( url+"/pythonpath.zip" );
255 path = unohelper.fileUrlToSystemPath( url+"/pythonpath" );
262 class ScriptContext(unohelper.Base):
462 class ScriptBrowseNode( unohelper.Base, XBrowseNode , XPropertySet, XInvocation, XActionListener ):
579 class FileBrowseNode( unohelper.Base, XBrowseNode ):
618 class DirBrowseNode( unohelper.Base, XBrowseNode ):
658 class ManifestHandler( XDocumentHandler, unohelper.Base ):
725 class DummyInteractionHandler( unohelper.Base, XInteractionHandler ):
[all …]
H A Dmailmerge.py35 import unohelper
71 class PyMailSMTPService(unohelper.Base, XSmtpService):
269 class PyMailIMAPService(unohelper.Base, XMailService):
338 class PyMailPOP3Service(unohelper.Base, XMailService):
414 class PyMailServiceProvider(unohelper.Base, XMailServiceProvider):
431 class PyMailMessage(unohelper.Base, XMailMessage):
485 g_ImplementationHelper = unohelper.ImplementationHelper()
/AOO41X/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 )
/AOO41X/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( \
/AOO41X/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()
/AOO41X/main/pyuno/prj/
H A Dd.lst9 ..\%__SRC%\lib\unohelper.py %_DEST%\lib%_EXT%\pyuno\unohelper.py
14 ..\%__SRC%\bin\unohelper.py %_DEST%\bin%_EXT%\pyuno\unohelper.py
/AOO41X/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()
/AOO41X/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;
/AOO41X/main/pyuno/source/module/
H A Dmakefile.mk111 $(DLLDEST)$/unohelper.py \
121 $(DLLDEST)$/unohelper.py \
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/sc/source/ui/Accessibility/
H A DAccessibleContextBase.cxx589 ::vcl::unohelper::NotifyAccessibleStateEventGlobally(aEvent); in CommitFocusGained()
601 vcl::unohelper::NotifyAccessibleStateEventGlobally(aEvent); in CommitFocusLost()
/AOO41X/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;

123