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
b56c9aaa
Kaydet (Commit)
b56c9aaa
authored
May 22, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid including <config_features.h> in <vcl/svapp.hxx>
Change-Id: I711621c89e8f75d4450867e303ccdc8017bcd9d7
üst
e72d794b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
svapp.hxx
include/vcl/svapp.hxx
+6
-4
bootstrapfixture.cxx
test/source/bootstrapfixture.cxx
+3
-0
svapp.cxx
vcl/source/app/svapp.cxx
+1
-0
No files found.
include/vcl/svapp.hxx
Dosyayı görüntüle @
b56c9aaa
...
@@ -20,8 +20,6 @@
...
@@ -20,8 +20,6 @@
#ifndef INCLUDED_VCL_SVAPP_HXX
#ifndef INCLUDED_VCL_SVAPP_HXX
#define INCLUDED_VCL_SVAPP_HXX
#define INCLUDED_VCL_SVAPP_HXX
#include <config_features.h>
#include <sal/config.h>
#include <sal/config.h>
#include <sal/types.h>
#include <sal/types.h>
...
@@ -851,9 +849,11 @@ public:
...
@@ -851,9 +849,11 @@ public:
*/
*/
static
ImplSVEvent
*
PostMouseEvent
(
sal_uLong
nEvent
,
Window
*
pWin
,
MouseEvent
*
pMouseEvent
);
static
ImplSVEvent
*
PostMouseEvent
(
sal_uLong
nEvent
,
Window
*
pWin
,
MouseEvent
*
pMouseEvent
);
#if !HAVE_FEATURE_DESKTOP
/** Send zoom event
/** Send zoom event
Experimental work in progress. Available only for iOS and Android, and unclear whether actually
is needed now with tiled rendering.
@param nEvent Event ID for zoom event
@param nEvent Event ID for zoom event
@param pWin Pointer to window to which the event is sent
@param pWin Pointer to window to which the event is sent
@param pZoomEvent Zoom event to send
@param pZoomEvent Zoom event to send
...
@@ -862,12 +862,14 @@ public:
...
@@ -862,12 +862,14 @@ public:
/* Send scroll event
/* Send scroll event
Experimental work in progress. Available only for iOS and Android, and unclear whether actually
is needed now with tiled rendering.
@param nEvent Event ID for scroll event
@param nEvent Event ID for scroll event
@param pWin Pointer to window to which the event is sent
@param pWin Pointer to window to which the event is sent
@param pScrollEvent Scroll event to send
@param pScrollEvent Scroll event to send
*/
*/
static
ImplSVEvent
*
PostScrollEvent
(
sal_uLong
nEvent
,
Window
*
pWin
,
ScrollEvent
*
pScrollEvent
);
static
ImplSVEvent
*
PostScrollEvent
(
sal_uLong
nEvent
,
Window
*
pWin
,
ScrollEvent
*
pScrollEvent
);
#endif
/** Remove mouse and keypress events from a window... any also zoom and scroll events
/** Remove mouse and keypress events from a window... any also zoom and scroll events
if the platform supports it.
if the platform supports it.
...
...
test/source/bootstrapfixture.cxx
Dosyayı görüntüle @
b56c9aaa
...
@@ -6,6 +6,9 @@
...
@@ -6,6 +6,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* 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/.
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
*/
#include <config_features.h>
#include <test/bootstrapfixture.hxx>
#include <test/bootstrapfixture.hxx>
#include <tools/errinf.hxx>
#include <tools/errinf.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/strbuf.hxx>
...
...
vcl/source/app/svapp.cxx
Dosyayı görüntüle @
b56c9aaa
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#include <config_features.h>
#include <config_libraries.h>
#include <config_libraries.h>
#include "comphelper/processfactory.hxx"
#include "comphelper/processfactory.hxx"
...
...
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