Lines Matching refs:Application
213 Application* GetpApp() in GetpApp()
223 Application::Application() in Application() function in Application
233 Application::~Application() in ~Application()
244 void Application::InitAppRes( const ResId& ) in InitAppRes()
250 sal_Bool Application::QueryExit() in QueryExit()
263 void Application::UserEvent( sal_uLong, void* ) in UserEvent()
269 void Application::ShowStatusText( const XubString& ) in ShowStatusText()
275 void Application::ShowHelpStatusText( const XubString& ) in ShowHelpStatusText()
281 void Application::ActivateExtHelp() in ActivateExtHelp()
287 void Application::DeactivateExtHelp() in DeactivateExtHelp()
293 void Application::HideStatusText() in HideStatusText()
299 void Application::HideHelpStatusText() in HideHelpStatusText()
305 void Application::FocusChanged() in FocusChanged()
311 void Application::DataChanged( const DataChangedEvent& ) in DataChanged()
316 void Application::Init() in Init()
322 void Application::DeInit() in DeInit()
328 sal_uInt16 Application::GetCommandLineParamCount() in GetCommandLineParamCount()
336 XubString Application::GetCommandLineParam( sal_uInt16 nParam ) in GetCommandLineParam()
346 const XubString& Application::GetAppFileName() in GetAppFileName()
376 sal_uInt16 Application::Exception( sal_uInt16 nError ) in Exception()
411 void Application::Abort( const XubString& rErrorText ) in Abort()
418 sal_uLong Application::GetReservedKeyCodeCount() in GetReservedKeyCodeCount()
423 const KeyCode* Application::GetReservedKeyCode( sal_uLong i ) in GetReservedKeyCode()
431 String Application::GetReservedKeyCodeDescription( sal_uLong i ) in GetReservedKeyCodeDescription()
445 void Application::Execute() in Execute()
453 Application::Yield(); in Execute()
501 void Application::Reschedule( bool i_bAllEvents ) in Reschedule()
508 void Application::Yield( bool i_bAllEvents ) in Yield()
523 void Application::Quit() in Quit()
525 Application::PostUserEvent( STATIC_LINK( NULL, ImplSVAppData, ImplQuitMsg ) ); in Quit()
530 vos::IMutex& Application::GetSolarMutex() in GetSolarMutex()
538 vos::OThread::TThreadIdentifier Application::GetMainThreadIdentifier() in GetMainThreadIdentifier()
545 sal_uLong Application::ReleaseSolarMutex() in ReleaseSolarMutex()
553 void Application::AcquireSolarMutex( sal_uLong nCount ) in AcquireSolarMutex()
561 sal_Bool Application::IsInMain() in IsInMain()
568 sal_Bool Application::IsInExecute() in IsInExecute()
575 sal_Bool Application::IsShutDown() in IsShutDown()
582 sal_Bool Application::IsInModalMode() in IsInModalMode()
589 sal_uInt16 Application::GetModalModeCount() in GetModalModeCount()
596 sal_uInt16 Application::GetDispatchLevel() in GetDispatchLevel()
603 sal_Bool Application::AnyInput( sal_uInt16 nType ) in AnyInput()
610 sal_uLong Application::GetLastInputInterval() in GetLastInputInterval()
619 sal_Bool Application::IsUICaptured() in IsUICaptured()
635 sal_Bool Application::IsUserActive( sal_uInt16 nTest ) in IsUserActive()
663 void Application::SystemSettingsChanging( AllSettings& /*rSettings*/, in SystemSettingsChanging()
670 void Application::MergeSystemSettings( AllSettings& rSettings ) in MergeSystemSettings()
691 bool Application::ValidateSystemFont() in ValidateSystemFont()
708 void Application::SetSettings( const AllSettings& rSettings ) in SetSettings()
811 const AllSettings& Application::GetSettings() in GetSettings()
826 void Application::NotifyAllWindows( DataChangedEvent& rDCEvt ) in NotifyAllWindows()
847 void Application::ImplCallEventListeners( sal_uLong nEvent, Window *pWin, void* pData ) in ImplCallEventListeners()
859 void Application::ImplCallEventListeners( VclSimpleEvent* pEvent ) in ImplCallEventListeners()
870 void Application::AddEventListener( const Link& rEventListener ) in AddEventListener()
880 void Application::RemoveEventListener( const Link& rEventListener ) in RemoveEventListener()
888 void Application::AddKeyListener( const Link& rKeyListener ) in AddKeyListener()
898 void Application::RemoveKeyListener( const Link& rKeyListener ) in RemoveKeyListener()
907 sal_Bool Application::HandleKey( sal_uLong nEvent, Window *pWin, KeyEvent* pKeyEvent ) in HandleKey()
924 sal_uLong Application::PostKeyEvent( sal_uLong nEvent, Window *pWin, KeyEvent* pKeyEvent ) in PostKeyEvent()
934 STATIC_LINK( NULL, Application, PostEventHandler ), in PostKeyEvent()
951 sal_uLong Application::PostMouseEvent( sal_uLong nEvent, Window *pWin, MouseEvent* pMouseEvent ) in PostMouseEvent()
969 STATIC_LINK( NULL, Application, PostEventHandler ), in PostMouseEvent()
986 IMPL_STATIC_LINK_NOINSTANCE( Application, PostEventHandler, void*, pCallData ) in IMPL_STATIC_LINK_NOINSTANCE() argument
1049 void Application::RemoveMouseAndKeyEvents( Window* pWin ) in RemoveMouseAndKeyEvents()
1073 sal_Bool Application::IsProcessedMouseOrKeyEvent( sal_uLong nEventId ) in IsProcessedMouseOrKeyEvent()
1093 sal_uLong Application::PostUserEvent( sal_uLong nEvent, void* pEventData ) in PostUserEvent()
1102 sal_uLong Application::PostUserEvent( const Link& rLink, void* pCaller ) in PostUserEvent()
1111 sal_Bool Application::PostUserEvent( sal_uLong& rEventId, sal_uLong nEvent, void* pEventData ) in PostUserEvent()
1133 sal_Bool Application::PostUserEvent( sal_uLong& rEventId, const Link& rLink, void* pCaller ) in PostUserEvent()
1155 void Application::RemoveUserEvent( sal_uLong nUserEvent ) in RemoveUserEvent()
1179 sal_Bool Application::InsertIdleHdl( const Link& rLink, sal_uInt16 nPrio ) in InsertIdleHdl()
1192 void Application::RemoveIdleHdl( const Link& rLink ) in RemoveIdleHdl()
1202 void Application::EnableNoYieldMode( bool i_bNoYield ) in EnableNoYieldMode()
1210 void Application::AddPostYieldListener( const Link& i_rListener ) in AddPostYieldListener()
1220 void Application::RemovePostYieldListener( const Link& i_rListener ) in RemovePostYieldListener()
1229 WorkWindow* Application::GetAppWindow() in GetAppWindow()
1236 Window* Application::GetFocusWindow() in GetFocusWindow()
1243 OutputDevice* Application::GetDefaultDevice() in GetDefaultDevice()
1250 Window* Application::GetFirstTopLevelWindow() in GetFirstTopLevelWindow()
1258 Window* Application::GetNextTopLevelWindow( Window* pWindow ) in GetNextTopLevelWindow()
1265 long Application::GetTopWindowCount() in GetTopWindowCount()
1281 Window* Application::GetTopWindow( long nIndex ) in GetTopWindow()
1302 Window* Application::GetActiveTopWindow() in GetActiveTopWindow()
1316 void Application::SetAppName( const XubString& rUniqueName ) in SetAppName()
1329 XubString Application::GetAppName() in GetAppName()
1340 void Application::SetDisplayName( const UniString& rName ) in SetDisplayName()
1353 UniString Application::GetDisplayName() in GetDisplayName()
1366 unsigned int Application::GetScreenCount() in GetScreenCount()
1372 rtl::OUString Application::GetScreenName( unsigned int nScreen ) in GetScreenName()
1378 bool Application::IsMultiDisplay() in IsMultiDisplay()
1384 unsigned int Application::GetDefaultDisplayNumber() in GetDefaultDisplayNumber()
1390 Rectangle Application::GetScreenPosSizePixel( unsigned int nScreen ) in GetScreenPosSizePixel()
1396 Rectangle Application::GetWorkAreaPosSizePixel( unsigned int nScreen ) in GetWorkAreaPosSizePixel()
1413 unsigned int Application::GetBestScreen( const Rectangle& i_rRect ) in GetBestScreen()
1461 sal_Bool Application::InsertAccel( Accelerator* pAccel ) in InsertAccel()
1472 void Application::RemoveAccel( Accelerator* pAccel ) in RemoveAccel()
1482 void Application::FlushAccel() in FlushAccel()
1492 sal_Bool Application::CallAccel( const KeyCode& rKeyCode, sal_uInt16 nRepeat ) in CallAccel()
1507 void Application::SetHelp( Help* pHelp ) in SetHelp()
1514 Help* Application::GetHelp() in GetHelp()
1521 void Application::EnableAutoHelpId( sal_Bool bEnabled ) in EnableAutoHelpId()
1528 sal_Bool Application::IsAutoHelpIdEnabled() in IsAutoHelpIdEnabled()
1535 void Application::EnableAutoMnemonic( sal_Bool bEnabled ) in EnableAutoMnemonic()
1546 sal_Bool Application::IsAutoMnemonicEnabled() in IsAutoMnemonicEnabled()
1553 void Application::SetDialogScaleX( short nScale ) in SetDialogScaleX()
1564 short Application::GetDialogScaleX() in GetDialogScaleX()
1571 void Application::SetDefDialogParent( Window* pWindow ) in SetDefDialogParent()
1578 Window* Application::GetDefDialogParent() in GetDefDialogParent()
1648 void Application::EnableDialogCancel( sal_Bool bDialogCancel ) in EnableDialogCancel()
1655 sal_Bool Application::IsDialogCancelEnabled() in IsDialogCancelEnabled()
1662 void Application::SetSystemWindowMode( sal_uInt16 nMode ) in SetSystemWindowMode()
1669 sal_uInt16 Application::GetSystemWindowMode() in GetSystemWindowMode()
1676 const String& Application::GetFontPath() in GetFontPath()
1692 void Application::SetFontPath( const String& rPath ) in SetFontPath()
1705 UniqueItemId Application::CreateUniqueId() in CreateUniqueId()
1716 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XToolkit > Application::GetVCLToolkit() in GetVCLToolkit()
1719 UnoWrapperBase* pWrapper = Application::GetUnoWrapper( sal_True ); in GetVCLToolkit()
1729 UnoWrapperBase* Application::GetUnoWrapper( sal_Bool bCreateIfNotExist ) in GetUnoWrapper()
1755 void Application::SetUnoWrapper( UnoWrapperBase* pWrapper ) in SetUnoWrapper()
1764 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XDisplayConnection > Application::GetDispl… in GetDisplayConnection()
1779 void Application::SetFilterHdl( const Link& rLink ) in SetFilterHdl()
1786 const Link& Application::GetFilterHdl() in GetFilterHdl()
1830 sal_uIntPtr Application::AddHotKey( const KeyCode& rKeyCode, const Link& rLink, void* pData ) in AddHotKey()
1844 void Application::RemoveHotKey( sal_uIntPtr nId ) in RemoveHotKey()
1888 sal_uIntPtr Application::AddEventHook( VCLEventHookProc pProc, void* pData ) in AddEventHook()
1901 void Application::RemoveEventHook( sal_uIntPtr nId ) in RemoveEventHook()
1928 long Application::CallEventHooks( NotifyEvent& rEvt ) in CallEventHooks()
1948 long Application::CallPreNotify( NotifyEvent& rEvt ) in CallPreNotify()
1955 long Application::CallEvent( NotifyEvent& rEvt ) in CallEvent()
1962 const LocaleDataWrapper& Application::GetAppLocaleDataWrapper() in GetAppLocaleDataWrapper()
1969 void Application::EnableHeadlessMode( sal_Bool bEnable ) in EnableHeadlessMode()
1976 sal_Bool Application::IsHeadlessModeEnabled() in IsHeadlessModeEnabled()
1982 void Application::EnableConversionMode( bool bEnableConv ) in EnableConversionMode()
1989 bool Application::IsConversionModeEnabled() in IsConversionModeEnabled()
1996 void Application::ShowNativeErrorBox(const String& sTitle , in ShowNativeErrorBox()
2011 bool Application::CanToggleImeStatusWindow() in CanToggleImeStatusWindow()
2019 void Application::ShowImeStatusWindow(bool bShow) in ShowImeStatusWindow()
2031 bool Application::GetShowImeStatusWindowDefault() in GetShowImeStatusWindowDefault()
2039 const ::rtl::OUString& Application::GetDesktopEnvironment() in GetDesktopEnvironment()
2044 void Application::AddToRecentDocumentList(const rtl::OUString& rFileUrl, const rtl::OUString& rMime… in AddToRecentDocumentList()
2050 sal_Bool Application::IsAccessibilityEnabled() in IsAccessibilityEnabled()
2077 AllSettings aSettings = Application::GetSettings(); in InitAccessBridge()
2081 Application::SetSettings( aSettings ); in InitAccessBridge()
2122 void Application::Property( ApplicationProperty& rProp ) in Property()
2128 void Application::SetPropertyHandler( PropertyHandler* p ) in SetPropertyHandler()
2134 bool Application::EnableAccessInterface(bool bEnable) in EnableAccessInterface()
2143 bool Application::IsEnableAccessInterface() in IsEnableAccessInterface()
2150 void Application::AppEvent( const ApplicationEvent& /*rAppEvent*/ ) in AppEvent()