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
32bd430f
Kaydet (Commit)
32bd430f
authored
Ara 26, 2012
tarafından
Lubos Lunak
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
PCH for Library_svt
üst
96d3a20f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
2 deletions
+23
-2
update_pch.sh
solenv/bin/update_pch.sh
+8
-1
Library_svt.mk
svtools/Library_svt.mk
+2
-0
precompiled_svt.cxx
svtools/inc/pch/precompiled_svt.cxx
+12
-0
precompiled_svt.hxx
svtools/inc/pch/precompiled_svt.hxx
+0
-0
addresstemplate.cxx
svtools/source/dialogs/addresstemplate.cxx
+1
-1
No files found.
solenv/bin/update_pch.sh
Dosyayı görüntüle @
32bd430f
...
...
@@ -96,10 +96,17 @@ function filter_ignore()
# - gperffasttoken.hxx is not a proper header
# - sores.hxx provides BMP_PLUGIN, which is redefined
# - some sources play ugly #define tricks with editeng/eeitemid.hxx
# - jerror.h and jpeglib.h are not self-contained
# - prewin.h, postwin.h and shlobj.h are WNT-only (to be fixed in a better way)
grep
-e
'\.h[">]$'
-e
'\.hpp[">]$'
-e
'\.hdl[">]$'
-e
'\.hxx[">]$'
-e
'^[^\.]*>$'
|
\
grep
-v
-F
-e
'#include "gperffasttoken.hxx"'
|
\
grep
-v
-F
-e
'#include <svtools/sores.hxx>'
|
\
grep
-v
-F
-e
'#include <editeng/eeitemid.hxx>'
grep
-v
-F
-e
'#include <editeng/eeitemid.hxx>'
|
\
grep
-v
-F
-e
'#include "jerror.h"'
|
\
grep
-v
-F
-e
'#include "jpeglib.h"'
|
\
grep
-v
-F
-e
'#include <prewin.h>'
|
\
grep
-v
-F
-e
'#include <postwin.h>'
|
\
grep
-v
-F
-e
'#include <shlobj.h>'
)
# " in #include "foo" breaks echo down below, so " -> @
...
...
svtools/Library_svt.mk
Dosyayı görüntüle @
32bd430f
...
...
@@ -21,6 +21,8 @@ $(eval $(call gb_Library_Library,svt))
$(eval $(call gb_Library_use_package,svt,svtools_inc))
$(eval $(call gb_Library_set_precompiled_header,svt,$(SRCDIR)/svtools/inc/pch/precompiled_svt))
$(eval $(call gb_Library_set_componentfile,svt,svtools/util/svt))
$(eval $(call gb_Library_use_sdk_api,svt))
...
...
svtools/inc/pch/precompiled_svt.cxx
0 → 100644
Dosyayı görüntüle @
32bd430f
/* -*- 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_svt.hxx"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
svtools/inc/pch/precompiled_svt.hxx
0 → 100644
Dosyayı görüntüle @
32bd430f
This diff is collapsed.
Click to expand it.
svtools/source/dialogs/addresstemplate.cxx
Dosyayı görüntüle @
32bd430f
...
...
@@ -700,7 +700,7 @@ void AssignmentPersistentData::Commit()
if
(
!
m_pImpl
->
bWorkingPersistent
)
{
StyleSettings
aSystemStyle
=
GetSettings
().
GetStyleSettings
();
const
Color
&
rNewColor
=
aSystemStyle
.
GetDialogColor
();
const
::
Color
&
rNewColor
=
aSystemStyle
.
GetDialogColor
();
m_aDatasource
.
SetReadOnly
(
sal_True
);
m_aDatasource
.
SetBackground
(
Wallpaper
(
rNewColor
)
);
...
...
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