Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
59288cda
Kaydet (Commit)
59288cda
authored
Ock 24, 2015
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: ..syncronous..=>synchronous (dbaccess)(new)
Change-Id: I6d0b6293850a8dd887e34fbf0a425f7024dd84a5
üst
025db498
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
14 deletions
+14
-14
Library_dbu.mk
dbaccess/Library_dbu.mk
+1
-1
AppController.hxx
dbaccess/source/ui/app/AppController.hxx
+1
-1
AsynchronousLink.cxx
dbaccess/source/ui/browser/AsynchronousLink.cxx
+0
-0
dbwizsetup.cxx
dbaccess/source/ui/dlg/dbwizsetup.cxx
+2
-2
brwctrlr.hxx
dbaccess/source/ui/inc/brwctrlr.hxx
+3
-3
AsynchronousLink.hxx
include/dbaccess/AsynchronousLink.hxx
+4
-4
genericcontroller.hxx
include/dbaccess/genericcontroller.hxx
+3
-3
No files found.
dbaccess/Library_dbu.mk
Dosyayı görüntüle @
59288cda
...
@@ -88,7 +88,7 @@ $(eval $(call gb_Library_add_exception_objects,dbu,\
...
@@ -88,7 +88,7 @@ $(eval $(call gb_Library_add_exception_objects,dbu,\
dbaccess/source/ui/app/AppTitleWindow \
dbaccess/source/ui/app/AppTitleWindow \
dbaccess/source/ui/app/AppView \
dbaccess/source/ui/app/AppView \
dbaccess/source/ui/app/subcomponentmanager \
dbaccess/source/ui/app/subcomponentmanager \
dbaccess/source/ui/browser/AsyncronousLink \
dbaccess/source/ui/browser/Async
h
ronousLink \
dbaccess/source/ui/browser/brwctrlr \
dbaccess/source/ui/browser/brwctrlr \
dbaccess/source/ui/browser/brwview \
dbaccess/source/ui/browser/brwview \
dbaccess/source/ui/browser/dataview \
dbaccess/source/ui/browser/dataview \
...
...
dbaccess/source/ui/app/AppController.hxx
Dosyayı görüntüle @
59288cda
...
@@ -117,7 +117,7 @@ namespace dbaui
...
@@ -117,7 +117,7 @@ namespace dbaui
TransferableClipboardListener
*
TransferableClipboardListener
*
m_pClipbordNotifier
;
// notifier for changes in the clipboard
m_pClipbordNotifier
;
// notifier for changes in the clipboard
ImplSVEvent
*
m_nAsyncDrop
;
ImplSVEvent
*
m_nAsyncDrop
;
OAsyncronousLink
m_aSelectContainerEvent
;
OAsync
h
ronousLink
m_aSelectContainerEvent
;
PreviewMode
m_ePreviewMode
;
// the mode of the preview
PreviewMode
m_ePreviewMode
;
// the mode of the preview
ElementType
m_eCurrentType
;
ElementType
m_eCurrentType
;
bool
m_bNeedToReconnect
;
// true when the settings of the data source were modified and the connection is no longer up to date
bool
m_bNeedToReconnect
;
// true when the settings of the data source were modified and the connection is no longer up to date
...
...
dbaccess/source/ui/browser/AsyncronousLink.cxx
→
dbaccess/source/ui/browser/Async
h
ronousLink.cxx
Dosyayı görüntüle @
59288cda
File moved
dbaccess/source/ui/dlg/dbwizsetup.cxx
Dosyayı görüntüle @
59288cda
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
#include "dbaccess_helpid.hrc"
#include "dbaccess_helpid.hrc"
#include "ConnectionPageSetup.hxx"
#include "ConnectionPageSetup.hxx"
#include "UITools.hxx"
#include "UITools.hxx"
#include <dbaccess/AsyncronousLink.hxx>
#include <dbaccess/Async
h
ronousLink.hxx>
#include <sfx2/filedlghelper.hxx>
#include <sfx2/filedlghelper.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/exc_hlp.hxx>
...
@@ -880,7 +880,7 @@ bool ODbTypeWizDialogSetup::SaveDatabaseDocument()
...
@@ -880,7 +880,7 @@ bool ODbTypeWizDialogSetup::SaveDatabaseDocument()
Reference
<
XDesktop2
>
m_xDesktop
;
Reference
<
XDesktop2
>
m_xDesktop
;
Reference
<
XInteractionHandler2
>
m_xInteractionHandler
;
Reference
<
XInteractionHandler2
>
m_xInteractionHandler
;
OUString
m_sURL
;
OUString
m_sURL
;
OAsyncronousLink
m_aAsyncCaller
;
OAsync
h
ronousLink
m_aAsyncCaller
;
public
:
public
:
AsyncLoader
(
const
Reference
<
XComponentContext
>&
_rxORB
,
const
OUString
&
_rURL
);
AsyncLoader
(
const
Reference
<
XComponentContext
>&
_rxORB
,
const
OUString
&
_rURL
);
...
...
dbaccess/source/ui/inc/brwctrlr.hxx
Dosyayı görüntüle @
59288cda
...
@@ -96,8 +96,8 @@ namespace dbaui
...
@@ -96,8 +96,8 @@ namespace dbaui
TransferableClipboardListener
*
TransferableClipboardListener
*
m_pClipbordNotifier
;
// notifier for changes in the clipboard
m_pClipbordNotifier
;
// notifier for changes in the clipboard
OAsyncronousLink
m_aAsyncGetCellFocus
;
OAsync
h
ronousLink
m_aAsyncGetCellFocus
;
OAsyncronousLink
m_aAsyncDisplayError
;
OAsync
h
ronousLink
m_aAsyncDisplayError
;
::
dbtools
::
SQLExceptionInfo
m_aCurrentError
;
::
dbtools
::
SQLExceptionInfo
m_aCurrentError
;
OUString
m_sStateSaveRecord
;
OUString
m_sStateSaveRecord
;
...
@@ -273,7 +273,7 @@ namespace dbaui
...
@@ -273,7 +273,7 @@ namespace dbaui
// load the form
// load the form
// the default implementation does an direct load or starts a load thread, depending on the multithread capabilities
// the default implementation does an direct load or starts a load thread, depending on the multithread capabilities
// of the data source.
// of the data source.
// the default implementation also calls LoadFinished after a syncronous load, so be sure to do the same if you override
// the default implementation also calls LoadFinished after a sync
h
ronous load, so be sure to do the same if you override
// this metod and don't call the base class' method
// this metod and don't call the base class' method
virtual
void
LoadFinished
(
bool
bWasSynch
);
virtual
void
LoadFinished
(
bool
bWasSynch
);
...
...
include/dbaccess/AsyncronousLink.hxx
→
include/dbaccess/Async
h
ronousLink.hxx
Dosyayı görüntüle @
59288cda
...
@@ -36,7 +36,7 @@ namespace dbaui
...
@@ -36,7 +36,7 @@ namespace dbaui
event while another thread tries to delete this event in the _destructor_ of the
event while another thread tries to delete this event in the _destructor_ of the
class).
class).
*/
*/
class
OAsyncronousLink
class
OAsync
h
ronousLink
{
{
Link
m_aHandler
;
Link
m_aHandler
;
...
@@ -47,10 +47,10 @@ namespace dbaui
...
@@ -47,10 +47,10 @@ namespace dbaui
public
:
public
:
/** constructs the object
/** constructs the object
@param _rHandler The link to be called asyncronously
@param _rHandler The link to be called async
h
ronously
*/
*/
OAsyncronousLink
(
const
Link
&
_rHandler
);
OAsync
h
ronousLink
(
const
Link
&
_rHandler
);
virtual
~
OAsyncronousLink
();
virtual
~
OAsync
h
ronousLink
();
bool
IsRunning
()
const
{
return
m_nEventId
!=
0
;
}
bool
IsRunning
()
const
{
return
m_nEventId
!=
0
;
}
...
...
include/dbaccess/genericcontroller.hxx
Dosyayı görüntüle @
59288cda
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#include <map>
#include <map>
#include <vector>
#include <vector>
#include <dbaccess/AsyncronousLink.hxx>
#include <dbaccess/Async
h
ronousLink.hxx>
#include <dbaccess/controllerframe.hxx>
#include <dbaccess/controllerframe.hxx>
#include <dbaccess/dbaccessdllapi.h>
#include <dbaccess/dbaccessdllapi.h>
#include <dbaccess/IController.hxx>
#include <dbaccess/IController.hxx>
...
@@ -238,8 +238,8 @@ namespace dbaui
...
@@ -238,8 +238,8 @@ namespace dbaui
::
osl
::
Mutex
m_aFeatureMutex
;
// locked when features are append to or remove from deque
::
osl
::
Mutex
m_aFeatureMutex
;
// locked when features are append to or remove from deque
StateCache
m_aStateCache
;
// save the current status of feature state
StateCache
m_aStateCache
;
// save the current status of feature state
Dispatch
m_arrStatusListener
;
// all our listeners where we dispatch status changes
Dispatch
m_arrStatusListener
;
// all our listeners where we dispatch status changes
OAsyncronousLink
m_aAsyncInvalidateAll
;
OAsync
h
ronousLink
m_aAsyncInvalidateAll
;
OAsyncronousLink
m_aAsyncCloseTask
;
// called when a task should be closed
OAsync
h
ronousLink
m_aAsyncCloseTask
;
// called when a task should be closed
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
util
::
XURLTransformer
>
m_xUrlTransformer
;
// needed sometimes
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
util
::
XURLTransformer
>
m_xUrlTransformer
;
// needed sometimes
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
m_xContext
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
m_xContext
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment