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
5051b6ed
Kaydet (Commit)
5051b6ed
authored
Ara 26, 2012
tarafından
Lubos Lunak
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
PCH for Library_dbu
üst
9bb21aea
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
24 additions
and
9 deletions
+24
-9
Library_dbu.mk
dbaccess/Library_dbu.mk
+2
-0
precompiled_dbu.cxx
dbaccess/inc/pch/precompiled_dbu.cxx
+12
-0
precompiled_dbu.hxx
dbaccess/inc/pch/precompiled_dbu.hxx
+0
-0
dataview.cxx
dbaccess/source/ui/browser/dataview.cxx
+1
-1
unodatbr.cxx
dbaccess/source/ui/browser/unodatbr.cxx
+3
-3
dbwizsetup.cxx
dbaccess/source/ui/dlg/dbwizsetup.cxx
+5
-5
propertystorage.cxx
dbaccess/source/ui/misc/propertystorage.cxx
+1
-0
No files found.
dbaccess/Library_dbu.mk
Dosyayı görüntüle @
5051b6ed
...
@@ -35,6 +35,8 @@ $(eval $(call gb_Library_set_include,dbu,\
...
@@ -35,6 +35,8 @@ $(eval $(call gb_Library_set_include,dbu,\
-I$(call gb_SrsTemplateTarget_get_include_dir,dbaccess) \
-I$(call gb_SrsTemplateTarget_get_include_dir,dbaccess) \
))
))
$(eval $(call gb_Library_set_precompiled_header,dbu,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbu))
$(eval $(call gb_Library_use_sdk_api,dbu))
$(eval $(call gb_Library_use_sdk_api,dbu))
$(eval $(call gb_Library_add_defs,dbu,\
$(eval $(call gb_Library_add_defs,dbu,\
...
...
dbaccess/inc/pch/precompiled_dbu.cxx
0 → 100644
Dosyayı görüntüle @
5051b6ed
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "precompiled_dbu.hxx"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
dbaccess/inc/pch/precompiled_dbu.hxx
0 → 100644
Dosyayı görüntüle @
5051b6ed
This diff is collapsed.
Click to expand it.
dbaccess/source/ui/browser/dataview.cxx
Dosyayı görüntüle @
5051b6ed
...
@@ -49,7 +49,7 @@ namespace dbaui
...
@@ -49,7 +49,7 @@ namespace dbaui
OutputDevice
*
m_pDev
;
OutputDevice
*
m_pDev
;
public
:
public
:
ColorChanger
(
OutputDevice
*
_pDev
,
const
Color
&
_rNewLineColor
,
const
Color
&
_rNewFillColor
)
ColorChanger
(
OutputDevice
*
_pDev
,
const
::
Color
&
_rNewLineColor
,
const
::
Color
&
_rNewFillColor
)
:
m_pDev
(
_pDev
)
:
m_pDev
(
_pDev
)
{
{
m_pDev
->
Push
(
PUSH_LINECOLOR
|
PUSH_FILLCOLOR
);
m_pDev
->
Push
(
PUSH_LINECOLOR
|
PUSH_FILLCOLOR
);
...
...
dbaccess/source/ui/browser/unodatbr.cxx
Dosyayı görüntüle @
5051b6ed
...
@@ -311,7 +311,7 @@ void SAL_CALL SbaTableQueryBrowser::disposing()
...
@@ -311,7 +311,7 @@ void SAL_CALL SbaTableQueryBrowser::disposing()
// doin' a lot of VCL stuff here -> lock the SolarMutex
// doin' a lot of VCL stuff here -> lock the SolarMutex
// kiss our listeners goodbye
// kiss our listeners goodbye
EventObject
aEvt
(
*
this
);
com
::
sun
::
star
::
lang
::
EventObject
aEvt
(
*
this
);
m_aSelectionListeners
.
disposeAndClear
(
aEvt
);
m_aSelectionListeners
.
disposeAndClear
(
aEvt
);
m_aContextMenuInterceptors
.
disposeAndClear
(
aEvt
);
m_aContextMenuInterceptors
.
disposeAndClear
(
aEvt
);
...
@@ -1390,7 +1390,7 @@ void SbaTableQueryBrowser::implCheckExternalSlot( sal_uInt16 _nId )
...
@@ -1390,7 +1390,7 @@ void SbaTableQueryBrowser::implCheckExternalSlot( sal_uInt16 _nId )
}
}
// -------------------------------------------------------------------------
// -------------------------------------------------------------------------
void
SAL_CALL
SbaTableQueryBrowser
::
disposing
(
const
EventObject
&
_rSource
)
throw
(
RuntimeException
)
void
SAL_CALL
SbaTableQueryBrowser
::
disposing
(
const
com
::
sun
::
star
::
lang
::
EventObject
&
_rSource
)
throw
(
RuntimeException
)
{
{
// our frame ?
// our frame ?
Reference
<
::
com
::
sun
::
star
::
frame
::
XFrame
>
xSourceFrame
(
_rSource
.
Source
,
UNO_QUERY
);
Reference
<
::
com
::
sun
::
star
::
frame
::
XFrame
>
xSourceFrame
(
_rSource
.
Source
,
UNO_QUERY
);
...
@@ -1684,7 +1684,7 @@ void SbaTableQueryBrowser::LoadFinished(sal_Bool _bWasSynch)
...
@@ -1684,7 +1684,7 @@ void SbaTableQueryBrowser::LoadFinished(sal_Bool _bWasSynch)
}
}
// if the form has been loaded, this means that our "selection" has changed
// if the form has been loaded, this means that our "selection" has changed
EventObject
aEvent
(
*
this
);
com
::
sun
::
star
::
lang
::
EventObject
aEvent
(
*
this
);
m_aSelectionListeners
.
notifyEach
(
&
XSelectionChangeListener
::
selectionChanged
,
aEvent
);
m_aSelectionListeners
.
notifyEach
(
&
XSelectionChangeListener
::
selectionChanged
,
aEvent
);
}
}
...
...
dbaccess/source/ui/dlg/dbwizsetup.cxx
Dosyayı görüntüle @
5051b6ed
...
@@ -974,8 +974,8 @@ sal_Bool ODbTypeWizDialogSetup::SaveDatabaseDocument()
...
@@ -974,8 +974,8 @@ sal_Bool ODbTypeWizDialogSetup::SaveDatabaseDocument()
void
doLoadAsync
();
void
doLoadAsync
();
// XTerminateListener
// XTerminateListener
virtual
void
SAL_CALL
queryTermination
(
const
EventObject
&
Event
)
throw
(
TerminationVetoException
,
RuntimeException
);
virtual
void
SAL_CALL
queryTermination
(
const
com
::
sun
::
star
::
lang
::
EventObject
&
Event
)
throw
(
TerminationVetoException
,
RuntimeException
);
virtual
void
SAL_CALL
notifyTermination
(
const
EventObject
&
Event
)
throw
(
RuntimeException
);
virtual
void
SAL_CALL
notifyTermination
(
const
com
::
sun
::
star
::
lang
::
EventObject
&
Event
)
throw
(
RuntimeException
);
// XEventListener
// XEventListener
virtual
void
SAL_CALL
disposing
(
const
::
com
::
sun
::
star
::
lang
::
EventObject
&
Source
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
disposing
(
const
::
com
::
sun
::
star
::
lang
::
EventObject
&
Source
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
@@ -1056,17 +1056,17 @@ sal_Bool ODbTypeWizDialogSetup::SaveDatabaseDocument()
...
@@ -1056,17 +1056,17 @@ sal_Bool ODbTypeWizDialogSetup::SaveDatabaseDocument()
}
}
// .............................................................................
// .............................................................................
void
SAL_CALL
AsyncLoader
::
queryTermination
(
const
EventObject
&
/*Event*/
)
throw
(
TerminationVetoException
,
RuntimeException
)
void
SAL_CALL
AsyncLoader
::
queryTermination
(
const
com
::
sun
::
star
::
lang
::
EventObject
&
/*Event*/
)
throw
(
TerminationVetoException
,
RuntimeException
)
{
{
throw
TerminationVetoException
();
throw
TerminationVetoException
();
}
}
// .............................................................................
// .............................................................................
void
SAL_CALL
AsyncLoader
::
notifyTermination
(
const
EventObject
&
/*Event*/
)
throw
(
RuntimeException
)
void
SAL_CALL
AsyncLoader
::
notifyTermination
(
const
com
::
sun
::
star
::
lang
::
EventObject
&
/*Event*/
)
throw
(
RuntimeException
)
{
{
}
}
// .............................................................................
// .............................................................................
void
SAL_CALL
AsyncLoader
::
disposing
(
const
EventObject
&
/*Source*/
)
throw
(
RuntimeException
)
void
SAL_CALL
AsyncLoader
::
disposing
(
const
com
::
sun
::
star
::
lang
::
EventObject
&
/*Source*/
)
throw
(
RuntimeException
)
{
{
}
}
}
}
...
...
dbaccess/source/ui/misc/propertystorage.cxx
Dosyayı görüntüle @
5051b6ed
...
@@ -54,6 +54,7 @@ namespace dbaui
...
@@ -54,6 +54,7 @@ namespace dbaui
namespace
namespace
{
{
//----------------------------------------------------------------
//----------------------------------------------------------------
#undef UNOTYPE
template
<
class
ITEMTYPE
,
class
UNOTYPE
>
template
<
class
ITEMTYPE
,
class
UNOTYPE
>
class
ItemAdapter
class
ItemAdapter
{
{
...
...
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