Home
last modified time | relevance | path

Searched defs:xInput (Results 1 – 25 of 91) sorted by relevance

1234

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/x/
H A DKeyboardMapping.java64 static int mapToKeyCode(gnu.x11.Input xInput, int xKeyCode, int xMods) in mapToKeyCode()
383 static char mapToKeyChar(gnu.x11.Input xInput, int xKeyCode, int xMods) in mapToKeyChar()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/peer/x/
H A DKeyboardMapping.java64 static int mapToKeyCode(gnu.x11.Input xInput, int xKeyCode, int xMods) in mapToKeyCode()
383 static char mapToKeyChar(gnu.x11.Input xInput, int xKeyCode, int xMods) in mapToKeyChar()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/peer/x/
H A DKeyboardMapping.java64 static int mapToKeyCode(gnu.x11.Input xInput, int xKeyCode, int xMods) in mapToKeyCode()
383 static char mapToKeyChar(gnu.x11.Input xInput, int xKeyCode, int xMods) in mapToKeyChar()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/x/
H A DKeyboardMapping.java64 static int mapToKeyCode(gnu.x11.Input xInput, int xKeyCode, int xMods) in mapToKeyCode()
383 static char mapToKeyChar(gnu.x11.Input xInput, int xKeyCode, int xMods) in mapToKeyChar()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/awt/peer/x/
H A DKeyboardMapping.java64 static int mapToKeyCode(gnu.x11.Input xInput, int xKeyCode, int xMods) in mapToKeyCode()
383 static char mapToKeyChar(gnu.x11.Input xInput, int xKeyCode, int xMods) in mapToKeyChar()
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/test/
H A DTestXYZ2RGB.cpp41 ColorSpaceSamples xInput; in TEST() local
90 ColorSpaceSamples xInput; in TEST() local
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/bqm/transform/crop/
H A Dcrop.cpp70 DIntNumInput* xInput; member in DigikamBqmCropPlugin::Crop::Private
222 int xInput = settings()[QLatin1String("xInput")].toInt(); in toolOperations() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/misc/
H A Ddocumentlockfile.cxx80 uno::Reference< io::XInputStream > xInput = xTempFile->getInputStream(); in CreateOwnLockFile() local
201 uno::Reference< io::XInputStream > xInput = OpenStream(); in GetLockData() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/misc/
H A Ddocumentlockfile.cxx80 uno::Reference< io::XInputStream > xInput = xTempFile->getInputStream(); in CreateOwnLockFile() local
201 uno::Reference< io::XInputStream > xInput = OpenStream(); in GetLockData() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/
H A Dpdfiadaptor.cxx81 uno::Reference< io::XInputStream > xInput; in filter() local
221 bool PDFIRawAdaptor::parse( const uno::Reference<io::XInputStream>& xInput, in parse()
270 uno::Reference< io::XInputStream > xInput; in importer() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/
H A Dpdfiadaptor.cxx82 uno::Reference< io::XInputStream > xInput; in filter() local
222 bool PDFIRawAdaptor::parse( const uno::Reference<io::XInputStream>& xInput, in parse()
270 uno::Reference< io::XInputStream > xInput; in importer() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/xsltfilter/
H A DOleHandler.cxx159 Reference<XInputStream> xInput = m_rootStream->getInputStream(); in getByName() local
179 Reference<XInputStream> xInput = subStream->getInputStream(); in insertSubStorage() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/xsltfilter/
H A DOleHandler.cxx174 Reference<XInputStream> xInput = m_rootStream->getInputStream(); in getByName() local
194 Reference<XInputStream> xInput = subStream->getInputStream(); in insertSubStorage() local
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/nodes/
H A DCOM_TransformNode.cpp36 NodeInput *xInput = this->getInputSocket(1); in convertToOperations() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/uno/
H A Ddlgcont.cxx109 static bool writeOasis2OOoLibraryElement( in writeOasis2OOoLibraryElement()
157 Reference< XInputStream > xInput( xISP->createInputStream() ); in writeLibraryElement() local
231 Reference< io::XInputStream > xInput( xISP->createInputStream() ); in storeLibrariesToStorage() local
290 Reference< XInputStream > xInput; in importLibraryElement() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/uno/
H A Ddlgcont.cxx111 static bool writeOasis2OOoLibraryElement( in writeOasis2OOoLibraryElement()
159 Reference< XInputStream > xInput( xISP->createInputStream() ); in writeLibraryElement() local
232 Reference< io::XInputStream > xInput( xISP->createInputStream() ); in storeLibrariesToStorage() local
288 Reference< XInputStream > xInput; in importLibraryElement() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_addfunc.cxx70 void importDialogModel( in importDialogModel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_addfunc.cxx75 void importDialogModel( in importDialogModel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/xsltdialog/
H A Dxmlfilterjar.cxx106 …erviceFactory > const & xFactory, Reference< XInputStream > const & xInput, const OUString& aName ) in addFile_()
138 Reference< XInputStream > xInput( new utl::OSeekableInputStreamWrapper( pStream, true ) ); in addFile() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/xsltdialog/
H A Dxmlfilterjar.cxx105 …erviceFactory > const & xFactory, Reference< XInputStream > const & xInput, const OUString& aName ) in addFile_()
136 Reference< XInputStream > xInput( new utl::OSeekableInputStreamWrapper( pStream, true ) ); in addFile() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A Dbasides3.cxx78 Reference< XInputStream > xInput( xISP->createInputStream() ); in CreateDlgWin() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dbasides3.cxx78 Reference< XInputStream > xInput( xISP->createInputStream() ); in CreateDlgWin() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/mod/_streams/uno/
H A DPump.java85 XInputStream xInput = new MyInput(); in createTestEnvironment() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/mod/_stm/
H A DPump.java87 XInputStream xInput = new MyInput(); in createTestEnvironment() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/mod/_stm/
H A DPump.java87 XInputStream xInput = new MyInput(); in createTestEnvironment() local

1234