Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/awt/
H A Dvclxsystemdependentwindow.cxx78 …dowHandle( const ::com::sun::star::uno::Sequence< sal_Int8 >& /*ProcessId*/, sal_Int16 SystemType )
91 if( SystemType == ::com::sun::star::lang::SystemDependent::SYSTEM_WIN32 )
96 if( SystemType == ::com::sun::star::lang::SystemDependent::SYSTEM_OS2 )
101 if( SystemType == ::com::sun::star::lang::SystemDependent::SYSTEM_MAC )
106 if( SystemType == ::com::sun::star::lang::SystemDependent::SYSTEM_XWINDOW )
H A Dvclxtopwindow.cxx91 …dowHandle( const ::com::sun::star::uno::Sequence< sal_Int8 >& /*ProcessId*/, sal_Int16 SystemType ) in getWindowHandle() argument
104 if( SystemType == ::com::sun::star::lang::SystemDependent::SYSTEM_WIN32 ) in getWindowHandle()
109 if( SystemType == ::com::sun::star::lang::SystemDependent::SYSTEM_OS2 ) in getWindowHandle()
114 if( SystemType == ::com::sun::star::lang::SystemDependent::SYSTEM_MAC ) in getWindowHandle()
119 if( SystemType == ::com::sun::star::lang::SystemDependent::SYSTEM_XWINDOW ) in getWindowHandle()
/trunk/main/embedserv/source/embed/
H A Dxwin.cxx108 sal_Int16 SystemType in getWindowHandle() argument
111 if(SystemType == lang::SystemDependent::SYSTEM_WIN32 || in getWindowHandle()
112 SystemType == lang::SystemDependent::SYSTEM_WIN16) in getWindowHandle()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DJavaWindowPeerFake.java51 public Object getWindowHandle(/*IN*/byte[] ProcessId, /*IN*/short SystemType) in getWindowHandle() argument
55 if (SystemType == localSystemType) { in getWindowHandle()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DJavaWindowPeerFake.java52 public Object getWindowHandle(/*IN*/byte[] ProcessId, /*IN*/short SystemType) in getWindowHandle() argument
55 if (SystemType == localSystemType) { in getWindowHandle()
/trunk/main/offapi/com/sun/star/awt/
H A DXSystemDependentMenuPeer.idl61 @param SystemType
65 any getMenuHandle( [in] sequence< byte > ProcessId, [in] short SystemType );
H A DXSystemChildFactory.idl68 @param SystemType
72 …wPeer createSystemChild( [in] any Parent, [in] sequence< byte > ProcessId, [in] short SystemType );
H A DXSystemDependentWindowPeer.idl71 @param SystemType
75 any getWindowHandle( [in] sequence< byte > ProcessId, [in] short SystemType );
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxsystemdependentwindow.hxx56 …WindowHandle( const ::com::sun::star::uno::Sequence< sal_Int8 >& ProcessId, sal_Int16 SystemType );
H A Dvclxtopwindow.hxx68 …WindowHandle( const ::com::sun::star::uno::Sequence< sal_Int8 >& ProcessId, sal_Int16 SystemType );
H A Dvclxtoolkit.hxx135 …:Any& Parent, const ::com::sun::star::uno::Sequence< sal_Int8 >& ProcessId, sal_Int16 SystemType );
/trunk/main/framework/source/uielement/
H A Dmenubarmanager.cxx303 …LL MenuBarManager::getMenuHandle( const Sequence< sal_Int8 >& /*ProcessId*/, sal_Int16 SystemType ) in getMenuHandle() argument
322 if( SystemType == SystemDependent::SYSTEM_MAC ) in getMenuHandle()
326 if( SystemType == SystemDependent::SYSTEM_WIN32 ) in getMenuHandle()
331 if( SystemType == SystemDependent::SYSTEM_XWINDOW ) in getMenuHandle()
/trunk/main/extensions/source/unoactivex/main/
H A Dinitwindowpeer.cxx33 …InitWindowPeer::getWindowHandle( const uno::Sequence< sal_Int8 >& ProcessId, sal_Int16 SystemType ) in getWindowHandle() argument
/trunk/main/embedserv/source/inc/
H A Dxwin.hxx72 sal_Int16 SystemType
/trunk/main/framework/inc/uielement/
H A Dmenubarmanager.hxx155 …etMenuHandle( const ::com::sun::star::uno::Sequence< sal_Int8 >& ProcessId, sal_Int16 SystemType );