Searched refs:SystemType (Results 1 – 15 of 15) sorted by relevance
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxsystemdependentwindow.cxx | 78 … ::com::sun::star::uno::Sequence< sal_Int8 >& /*ProcessId*/, sal_Int16 SystemType ) throw(::com::s… 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 D | vclxtopwindow.cxx | 91 … ::com::sun::star::uno::Sequence< sal_Int8 >& /*ProcessId*/, sal_Int16 SystemType ) throw(::com::s… 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()
|
/aoo42x/main/embedserv/source/embed/ |
H A D | xwin.cxx | 117 sal_Int16 SystemType in getWindowHandle() argument 123 if(SystemType == lang::SystemDependent::SYSTEM_WIN32 || in getWindowHandle() 124 SystemType == lang::SystemDependent::SYSTEM_WIN16) in getWindowHandle()
|
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/beans/ |
H A D | JavaWindowPeerFake.java | 51 public Object getWindowHandle(/*IN*/byte[] ProcessId, /*IN*/short SystemType) in getWindowHandle() argument 55 if (SystemType == localSystemType) { in getWindowHandle()
|
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/ |
H A D | JavaWindowPeerFake.java | 52 public Object getWindowHandle(/*IN*/byte[] ProcessId, /*IN*/short SystemType) in getWindowHandle() argument 55 if (SystemType == localSystemType) { in getWindowHandle()
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XSystemChildFactory.idl | 68 @param SystemType 72 …wPeer createSystemChild( [in] any Parent, [in] sequence< byte > ProcessId, [in] short SystemType );
|
H A D | XSystemDependentMenuPeer.idl | 61 @param SystemType 65 any getMenuHandle( [in] sequence< byte > ProcessId, [in] short SystemType );
|
H A D | XSystemDependentWindowPeer.idl | 71 @param SystemType 75 any getWindowHandle( [in] sequence< byte > ProcessId, [in] short SystemType );
|
/aoo42x/main/framework/source/uielement/ |
H A D | menubarmanager.cxx | 304 …r::getMenuHandle( const Sequence< sal_Int8 >& /*ProcessId*/, sal_Int16 SystemType ) throw (Runtime… in getMenuHandle() argument 323 if( SystemType == SystemDependent::SYSTEM_MAC ) in getMenuHandle() 327 if( SystemType == SystemDependent::SYSTEM_WIN32 ) in getMenuHandle() 332 if( SystemType == SystemDependent::SYSTEM_XWINDOW ) in getMenuHandle()
|
/aoo42x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxsystemdependentwindow.hxx | 56 …onst ::com::sun::star::uno::Sequence< sal_Int8 >& ProcessId, sal_Int16 SystemType ) throw(::com::s…
|
H A D | vclxtopwindow.hxx | 68 …onst ::com::sun::star::uno::Sequence< sal_Int8 >& ProcessId, sal_Int16 SystemType ) throw(::com::s…
|
H A D | vclxtoolkit.hxx | 135 …onst ::com::sun::star::uno::Sequence< sal_Int8 >& ProcessId, sal_Int16 SystemType ) throw(::com::s…
|
/aoo42x/main/extensions/source/unoactivex/main/ |
H A D | initwindowpeer.cxx | 33 …InitWindowPeer::getWindowHandle( const uno::Sequence< sal_Int8 >& ProcessId, sal_Int16 SystemType ) in getWindowHandle() argument
|
/aoo42x/main/embedserv/source/inc/ |
H A D | xwin.hxx | 81 sal_Int16 SystemType
|
/aoo42x/main/framework/inc/uielement/ |
H A D | menubarmanager.hxx | 155 …onst ::com::sun::star::uno::Sequence< sal_Int8 >& ProcessId, sal_Int16 SystemType ) throw (::com::…
|
Completed in 96 milliseconds