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
1579d8ed
Kaydet (Commit)
1579d8ed
authored
Agu 07, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
Change-Id: I536353b86ee023eb630ea89786d2205a628d95e3
üst
5b9c8241
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
19 additions
and
1 deletion
+19
-1
asynccallback.cxx
toolkit/source/awt/asynccallback.cxx
+1
-0
vclxmenu.cxx
toolkit/source/awt/vclxmenu.cxx
+1
-0
vclxprinter.cxx
toolkit/source/awt/vclxprinter.cxx
+1
-0
vclxtoolkit.cxx
toolkit/source/awt/vclxtoolkit.cxx
+1
-0
dialogcontrol.cxx
toolkit/source/controls/dialogcontrol.cxx
+1
-0
formattedcontrol.cxx
toolkit/source/controls/formattedcontrol.cxx
+1
-0
gridcontrol.cxx
toolkit/source/controls/grid/gridcontrol.cxx
+1
-0
sortablegriddatamodel.cxx
toolkit/source/controls/grid/sortablegriddatamodel.cxx
+1
-0
roadmapcontrol.cxx
toolkit/source/controls/roadmapcontrol.cxx
+1
-0
spinningprogress.cxx
toolkit/source/controls/spinningprogress.cxx
+1
-0
stdtabcontroller.cxx
toolkit/source/controls/stdtabcontroller.cxx
+1
-0
tabpagecontainer.cxx
toolkit/source/controls/tabpagecontainer.cxx
+1
-0
tabpagemodel.cxx
toolkit/source/controls/tabpagemodel.cxx
+1
-0
tkscrollbar.cxx
toolkit/source/controls/tkscrollbar.cxx
+1
-0
tkspinbutton.cxx
toolkit/source/controls/tkspinbutton.cxx
+1
-0
treecontrol.cxx
toolkit/source/controls/tree/treecontrol.cxx
+1
-0
unocontrolcontainer.cxx
toolkit/source/controls/unocontrolcontainer.cxx
+1
-0
unocontrolcontainermodel.cxx
toolkit/source/controls/unocontrolcontainermodel.cxx
+1
-1
unocontrols.cxx
toolkit/source/controls/unocontrols.cxx
+1
-0
No files found.
toolkit/source/awt/asynccallback.cxx
Dosyayı görüntüle @
1579d8ed
...
...
@@ -28,6 +28,7 @@
#include "cppuhelper/implbase2.hxx"
#include <cppuhelper/supportsservice.hxx>
#include "com/sun/star/lang/XServiceInfo.hpp"
#include <com/sun/star/uno/XComponentContext.hpp>
#include "com/sun/star/awt/XRequestCallback.hpp"
/// anonymous implementation namespace
...
...
toolkit/source/awt/vclxmenu.cxx
Dosyayı görüntüle @
1579d8ed
...
...
@@ -23,6 +23,7 @@
#include <toolkit/helper/servicenames.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/typeprovider.hxx>
#include <rtl/uuid.h>
...
...
toolkit/source/awt/vclxprinter.cxx
Dosyayı görüntüle @
1579d8ed
...
...
@@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <com/sun/star/uno/XComponentContext.hpp>
#include <toolkit/awt/vclxprinter.hxx>
#include <toolkit/helper/macros.hxx>
#include <cppuhelper/typeprovider.hxx>
...
...
toolkit/source/awt/vclxtoolkit.cxx
Dosyayı görüntüle @
1579d8ed
...
...
@@ -36,6 +36,7 @@
#include <com/sun/star/lang/EventObject.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/datatransfer/clipboard/SystemClipboard.hpp>
...
...
toolkit/source/controls/dialogcontrol.cxx
Dosyayı görüntüle @
1579d8ed
...
...
@@ -29,6 +29,7 @@
#include <com/sun/star/awt/PosSize.hpp>
#include <com/sun/star/awt/WindowAttribute.hpp>
#include <com/sun/star/resource/XStringResourceResolver.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/graphic/XGraphicProvider.hpp>
#include <cppuhelper/typeprovider.hxx>
#include <tools/debug.hxx>
...
...
toolkit/source/controls/formattedcontrol.cxx
Dosyayı görüntüle @
1579d8ed
...
...
@@ -21,6 +21,7 @@
#include <toolkit/helper/property.hxx>
#include <com/sun/star/awt/XVclWindowPeer.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/util/NumberFormatter.hpp>
#include <com/sun/star/util/NumberFormatsSupplier.hpp>
...
...
toolkit/source/controls/grid/gridcontrol.cxx
Dosyayı görüntüle @
1579d8ed
...
...
@@ -21,6 +21,7 @@
#include "gridcontrol.hxx"
#include "grideventforwarder.hxx"
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/view/SelectionType.hpp>
#include <com/sun/star/awt/grid/XGridControl.hpp>
#include <com/sun/star/awt/grid/XGridDataModel.hpp>
...
...
toolkit/source/controls/grid/sortablegriddatamodel.cxx
Dosyayı görüntüle @
1579d8ed
...
...
@@ -25,6 +25,7 @@
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/ucb/AlreadyInitializedException.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/awt/grid/XGridDataListener.hpp>
#include <com/sun/star/awt/grid/XSortableMutableGridDataModel.hpp>
...
...
toolkit/source/controls/roadmapcontrol.cxx
Dosyayı görüntüle @
1579d8ed
...
...
@@ -21,6 +21,7 @@
#include <toolkit/controls/roadmapcontrol.hxx>
#include <toolkit/helper/property.hxx>
#include <com/sun/star/awt/XVclWindowPeer.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <osl/diagnose.h>
#include "helper/unopropertyarrayhelper.hxx"
...
...
toolkit/source/controls/spinningprogress.cxx
Dosyayı görüntüle @
1579d8ed
...
...
@@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <com/sun/star/uno/XComponentContext.hpp>
#include <rtl/ustrbuf.hxx>
#include <toolkit/controls/animatedimages.hxx>
#include <tools/diagnose_ex.h>
...
...
toolkit/source/controls/stdtabcontroller.cxx
Dosyayı görüntüle @
1579d8ed
...
...
@@ -18,6 +18,7 @@
*/
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/awt/XVclContainerPeer.hpp>
#include <toolkit/controls/stdtabcontroller.hxx>
...
...
toolkit/source/controls/tabpagecontainer.cxx
Dosyayı görüntüle @
1579d8ed
...
...
@@ -26,6 +26,7 @@
#include <com/sun/star/awt/XControlModel.hpp>
#include <com/sun/star/awt/XVclWindowPeer.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <osl/diagnose.h>
#include <tools/diagnose_ex.h>
...
...
toolkit/source/controls/tabpagemodel.cxx
Dosyayı görüntüle @
1579d8ed
...
...
@@ -27,6 +27,7 @@
#include <com/sun/star/awt/UnoControlDialogModelProvider.hpp>
#include <com/sun/star/awt/tab/XTabPage.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/typeprovider.hxx>
#include <tools/debug.hxx>
...
...
toolkit/source/controls/tkscrollbar.cxx
Dosyayı görüntüle @
1579d8ed
...
...
@@ -19,6 +19,7 @@
#include "toolkit/controls/tkscrollbar.hxx"
#include "toolkit/helper/property.hxx"
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/typeprovider.hxx>
#include <toolkit/awt/vclxwindows.hxx>
...
...
toolkit/source/controls/tkspinbutton.cxx
Dosyayı görüntüle @
1579d8ed
...
...
@@ -20,6 +20,7 @@
#include <com/sun/star/awt/ScrollBarOrientation.hpp>
#include <com/sun/star/awt/XSpinValue.hpp>
#include <com/sun/star/awt/XAdjustmentListener.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <comphelper/uno3.hxx>
#include <cppuhelper/implbase2.hxx>
...
...
toolkit/source/controls/tree/treecontrol.cxx
Dosyayı görüntüle @
1579d8ed
...
...
@@ -22,6 +22,7 @@
#include <com/sun/star/awt/tree/XTreeControl.hpp>
#include <com/sun/star/awt/tree/XTreeDataModel.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/view/SelectionType.hpp>
#include <toolkit/helper/property.hxx>
#include <osl/diagnose.h>
...
...
toolkit/source/controls/unocontrolcontainer.cxx
Dosyayı görüntüle @
1579d8ed
...
...
@@ -19,6 +19,7 @@
#include <com/sun/star/awt/XVclContainerPeer.hpp>
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/typeprovider.hxx>
#include <cppuhelper/implbase1.hxx>
...
...
toolkit/source/controls/unocontrolcontainermodel.cxx
Dosyayı görüntüle @
1579d8ed
...
...
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <com/sun/star/uno/XComponentContext.hpp>
#include <toolkit/controls/unocontrolcontainermodel.hxx>
#include <toolkit/helper/property.hxx>
#include <toolkit/helper/servicenames.hxx>
...
...
toolkit/source/controls/unocontrols.cxx
Dosyayı görüntüle @
1579d8ed
...
...
@@ -20,6 +20,7 @@
#include <com/sun/star/awt/XTextArea.hpp>
#include <com/sun/star/awt/XVclWindowPeer.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/awt/PosSize.hpp>
#include <com/sun/star/awt/VisualEffect.hpp>
#include <com/sun/star/awt/LineEndFormat.hpp>
...
...
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