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
e9080726
Kaydet (Commit)
e9080726
authored
Ara 26, 2012
tarafından
Lubos Lunak
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
PCH for Library_vcl
üst
13e3a3e5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
1 deletion
+15
-1
Library_vcl.mk
vcl/Library_vcl.mk
+2
-0
precompiled_vcl.cxx
vcl/inc/pch/precompiled_vcl.cxx
+12
-0
precompiled_vcl.hxx
vcl/inc/pch/precompiled_vcl.hxx
+0
-0
svdata.cxx
vcl/source/app/svdata.cxx
+1
-1
No files found.
vcl/Library_vcl.mk
Dosyayı görüntüle @
e9080726
...
...
@@ -44,6 +44,8 @@ endif
$(eval $(call gb_Library_use_package,vcl,vcl_inc))
$(eval $(call gb_Library_set_precompiled_header,vcl,$(SRCDIR)/vcl/inc/pch/precompiled_vcl))
$(eval $(call gb_Library_use_custom_headers,vcl,vcl/generic/fontmanager))
$(eval $(call gb_Library_set_include,vcl,\
...
...
vcl/inc/pch/precompiled_vcl.cxx
0 → 100644
Dosyayı görüntüle @
e9080726
/* -*- 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_vcl.hxx"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vcl/inc/pch/precompiled_vcl.hxx
0 → 100644
Dosyayı görüntüle @
e9080726
This diff is collapsed.
Click to expand it.
vcl/source/app/svdata.cxx
Dosyayı görüntüle @
e9080726
...
...
@@ -506,7 +506,7 @@ bool ImplInitAccessBridge(bool bAllowCancel, bool &rCancelled)
// -----------------------------------------------------------------------
Window
*
ImplFindWindow
(
const
SalFrame
*
pFrame
,
Point
&
rSalFramePos
)
Window
*
ImplFindWindow
(
const
SalFrame
*
pFrame
,
::
Point
&
rSalFramePos
)
{
ImplSVData
*
pSVData
=
ImplGetSVData
();
Window
*
pFrameWindow
=
pSVData
->
maWinData
.
mpFirstFrame
;
...
...
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