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
07b0617a
Kaydet (Commit)
07b0617a
authored
Nis 01, 2013
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
update pch files
Change-Id: Ic33dd20a469d1905d2bdaf1ce3633e6ac6db8a4c
üst
7f8e721e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
10 deletions
+14
-10
precompiled_dbu.hxx
dbaccess/inc/pch/precompiled_dbu.hxx
+2
-0
precompiled_sc.hxx
sc/inc/pch/precompiled_sc.hxx
+1
-2
precompiled_svt.hxx
svtools/inc/pch/precompiled_svt.hxx
+3
-2
precompiled_svxcore.hxx
svx/inc/pch/precompiled_svxcore.hxx
+5
-2
precompiled_sw.hxx
sw/inc/pch/precompiled_sw.hxx
+1
-0
precompiled_vcl.hxx
vcl/inc/pch/precompiled_vcl.hxx
+2
-4
No files found.
dbaccess/inc/pch/precompiled_dbu.hxx
Dosyayı görüntüle @
07b0617a
...
@@ -179,6 +179,7 @@
...
@@ -179,6 +179,7 @@
#include <com/sun/star/sdb/application/CopyTableWizard.hpp>
#include <com/sun/star/sdb/application/CopyTableWizard.hpp>
#include <com/sun/star/sdb/application/DatabaseObject.hpp>
#include <com/sun/star/sdb/application/DatabaseObject.hpp>
#include <com/sun/star/sdb/application/DatabaseObjectContainer.hpp>
#include <com/sun/star/sdb/application/DatabaseObjectContainer.hpp>
#include <com/sun/star/sdb/application/MacroMigrationWizard.hpp>
#include <com/sun/star/sdb/application/NamedDatabaseObject.hpp>
#include <com/sun/star/sdb/application/NamedDatabaseObject.hpp>
#include <com/sun/star/sdb/application/XDatabaseDocumentUI.hpp>
#include <com/sun/star/sdb/application/XDatabaseDocumentUI.hpp>
#include <com/sun/star/sdb/application/XTableUIProvider.hpp>
#include <com/sun/star/sdb/application/XTableUIProvider.hpp>
...
@@ -458,6 +459,7 @@
...
@@ -458,6 +459,7 @@
#include <unotools/viewoptions.hxx>
#include <unotools/viewoptions.hxx>
#include <utility>
#include <utility>
#include <vcl/accel.hxx>
#include <vcl/accel.hxx>
#include <vcl/builder.hxx>
#include <vcl/button.hxx>
#include <vcl/button.hxx>
#include <vcl/combobox.hxx>
#include <vcl/combobox.hxx>
#include <vcl/edit.hxx>
#include <vcl/edit.hxx>
...
...
sc/inc/pch/precompiled_sc.hxx
Dosyayı görüntüle @
07b0617a
...
@@ -482,6 +482,7 @@
...
@@ -482,6 +482,7 @@
#include <comphelper/string.hxx>
#include <comphelper/string.hxx>
#include <comphelper/types.hxx>
#include <comphelper/types.hxx>
#include <comphelper/uno3.hxx>
#include <comphelper/uno3.hxx>
#include <config_features.h>
#include <config_telepathy.h>
#include <config_telepathy.h>
#include <cppuhelper/bootstrap.hxx>
#include <cppuhelper/bootstrap.hxx>
#include <cppuhelper/component_context.hxx>
#include <cppuhelper/component_context.hxx>
...
@@ -491,7 +492,6 @@
...
@@ -491,7 +492,6 @@
#include <cstdio>
#include <cstdio>
#include <cstring>
#include <cstring>
#include <ctype.h>
#include <ctype.h>
#include <deque>
#include <drawinglayer/geometry/viewinformation2d.hxx>
#include <drawinglayer/geometry/viewinformation2d.hxx>
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
#include <drawinglayer/processor2d/processorfromoutputdevice.hxx>
#include <drawinglayer/processor2d/processorfromoutputdevice.hxx>
...
@@ -929,7 +929,6 @@
...
@@ -929,7 +929,6 @@
#include <vcl/keycodes.hxx>
#include <vcl/keycodes.hxx>
#include <vcl/lineinfo.hxx>
#include <vcl/lineinfo.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/mapmod.hxx>
#include <vcl/metric.hxx>
#include <vcl/metric.hxx>
#include <vcl/mnemonic.hxx>
#include <vcl/mnemonic.hxx>
#include <vcl/morebtn.hxx>
#include <vcl/morebtn.hxx>
...
...
svtools/inc/pch/precompiled_svt.hxx
Dosyayı görüntüle @
07b0617a
...
@@ -97,6 +97,7 @@
...
@@ -97,6 +97,7 @@
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/PropertyState.hpp>
#include <com/sun/star/beans/PropertyState.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/PropertyValues.hpp>
#include <com/sun/star/beans/XMultiPropertySet.hpp>
#include <com/sun/star/beans/XMultiPropertySet.hpp>
#include <com/sun/star/beans/XPropertyAccess.hpp>
#include <com/sun/star/beans/XPropertyAccess.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
...
@@ -208,6 +209,8 @@
...
@@ -208,6 +209,8 @@
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <com/sun/star/task/XInteractionRetry.hpp>
#include <com/sun/star/task/XInteractionRetry.hpp>
#include <com/sun/star/text/GraphicCrop.hpp>
#include <com/sun/star/text/GraphicCrop.hpp>
#include <com/sun/star/text/XPageCursor.hpp>
#include <com/sun/star/text/XTextViewCursorSupplier.hpp>
#include <com/sun/star/ucb/AlreadyInitializedException.hpp>
#include <com/sun/star/ucb/AlreadyInitializedException.hpp>
#include <com/sun/star/ucb/CommandAbortedException.hpp>
#include <com/sun/star/ucb/CommandAbortedException.hpp>
#include <com/sun/star/ucb/ContentCreationException.hpp>
#include <com/sun/star/ucb/ContentCreationException.hpp>
...
@@ -316,7 +319,6 @@
...
@@ -316,7 +319,6 @@
#include <osl/module.h>
#include <osl/module.h>
#include <osl/module.hxx>
#include <osl/module.hxx>
#include <osl/mutex.hxx>
#include <osl/mutex.hxx>
#include <osl/security.hxx>
#include <rtl/bootstrap.hxx>
#include <rtl/bootstrap.hxx>
#include <rtl/crc.h>
#include <rtl/crc.h>
#include <rtl/instance.hxx>
#include <rtl/instance.hxx>
...
@@ -450,7 +452,6 @@
...
@@ -450,7 +452,6 @@
#include <vcl/imagerepository.hxx>
#include <vcl/imagerepository.hxx>
#include <vcl/lazydelete.hxx>
#include <vcl/lazydelete.hxx>
#include <vcl/lineinfo.hxx>
#include <vcl/lineinfo.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/mapmod.hxx>
#include <vcl/mapmod.hxx>
#include <vcl/menu.hxx>
#include <vcl/menu.hxx>
#include <vcl/metaact.hxx>
#include <vcl/metaact.hxx>
...
...
svx/inc/pch/precompiled_svxcore.hxx
Dosyayı görüntüle @
07b0617a
...
@@ -16,8 +16,6 @@
...
@@ -16,8 +16,6 @@
#include "boost/scoped_ptr.hpp"
#include "boost/scoped_ptr.hpp"
#include "com/sun/star/document/XStorageBasedDocument.hpp"
#include "com/sun/star/document/XStorageBasedDocument.hpp"
#include "com/sun/star/system/SystemShellExecute.hpp"
#include "com/sun/star/system/SystemShellExecuteFlags.hpp"
#include "cppuhelper/factory.hxx"
#include "cppuhelper/factory.hxx"
#include "editeng/AccessibleStringWrap.hxx"
#include "editeng/AccessibleStringWrap.hxx"
#include "editeng/borderline.hxx"
#include "editeng/borderline.hxx"
...
@@ -199,8 +197,10 @@
...
@@ -199,8 +197,10 @@
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/frame/status/ClipboardFormats.hpp>
#include <com/sun/star/frame/status/ClipboardFormats.hpp>
#include <com/sun/star/frame/status/ItemStatus.hpp>
#include <com/sun/star/frame/status/ItemStatus.hpp>
#include <com/sun/star/graphic/GraphicType.hpp>
#include <com/sun/star/graphic/PrimitiveFactory2D.hpp>
#include <com/sun/star/graphic/PrimitiveFactory2D.hpp>
#include <com/sun/star/graphic/XGraphic.hpp>
#include <com/sun/star/graphic/XGraphic.hpp>
#include <com/sun/star/graphic/XGraphicProvider.hpp>
#include <com/sun/star/graphic/XGraphicRenderer.hpp>
#include <com/sun/star/graphic/XGraphicRenderer.hpp>
#include <com/sun/star/i18n/BreakIterator.hpp>
#include <com/sun/star/i18n/BreakIterator.hpp>
#include <com/sun/star/i18n/CharacterIteratorMode.hpp>
#include <com/sun/star/i18n/CharacterIteratorMode.hpp>
...
@@ -235,6 +235,8 @@
...
@@ -235,6 +235,8 @@
#include <com/sun/star/style/VerticalAlignment.hpp>
#include <com/sun/star/style/VerticalAlignment.hpp>
#include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/system/SystemShellExecute.hpp>
#include <com/sun/star/system/SystemShellExecuteFlags.hpp>
#include <com/sun/star/table/BorderLine2.hpp>
#include <com/sun/star/table/BorderLine2.hpp>
#include <com/sun/star/table/TableBorder.hpp>
#include <com/sun/star/table/TableBorder.hpp>
#include <com/sun/star/table/XMergeableCell.hpp>
#include <com/sun/star/table/XMergeableCell.hpp>
...
@@ -249,6 +251,7 @@
...
@@ -249,6 +251,7 @@
#include <com/sun/star/ucb/NameClash.hpp>
#include <com/sun/star/ucb/NameClash.hpp>
#include <com/sun/star/ucb/TransferInfo.hpp>
#include <com/sun/star/ucb/TransferInfo.hpp>
#include <com/sun/star/ucb/XContentAccess.hpp>
#include <com/sun/star/ucb/XContentAccess.hpp>
#include <com/sun/star/ucb/XSimpleFileAccess2.hpp>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <com/sun/star/ui/dialogs/XFilePicker.hpp>
#include <com/sun/star/ui/dialogs/XFilePicker.hpp>
#include <com/sun/star/ui/dialogs/XFilterManager.hpp>
#include <com/sun/star/ui/dialogs/XFilterManager.hpp>
...
...
sw/inc/pch/precompiled_sw.hxx
Dosyayı görüntüle @
07b0617a
...
@@ -460,6 +460,7 @@
...
@@ -460,6 +460,7 @@
#include <comphelper/string.hxx>
#include <comphelper/string.hxx>
#include <comphelper/types.hxx>
#include <comphelper/types.hxx>
#include <comphelper/uno3.hxx>
#include <comphelper/uno3.hxx>
#include <config_features.h>
#include <config_graphite.h>
#include <config_graphite.h>
#include <cppuhelper/bootstrap.hxx>
#include <cppuhelper/bootstrap.hxx>
#include <cppuhelper/component_context.hxx>
#include <cppuhelper/component_context.hxx>
...
...
vcl/inc/pch/precompiled_vcl.hxx
Dosyayı görüntüle @
07b0617a
...
@@ -79,13 +79,11 @@
...
@@ -79,13 +79,11 @@
#include "com/sun/star/uno/RuntimeException.hpp"
#include "com/sun/star/uno/RuntimeException.hpp"
#include "com/sun/star/uno/Sequence.hxx"
#include "com/sun/star/uno/Sequence.hxx"
#include "com/sun/star/uno/XNamingService.hpp"
#include "com/sun/star/uno/XNamingService.hpp"
#include "com/sun/star/util/XStringMapping.hpp"
#include "com/sun/star/view/DuplexMode.hpp"
#include "com/sun/star/view/DuplexMode.hpp"
#include "comphelper/processfactory.hxx"
#include "comphelper/processfactory.hxx"
#include "cppuhelper/compbase1.hxx"
#include "cppuhelper/compbase1.hxx"
#include "cppuhelper/compbase2.hxx"
#include "cppuhelper/compbase2.hxx"
#include "cppuhelper/implbase1.hxx"
#include "cppuhelper/implbase1.hxx"
#include "cppuhelper/implbase2.hxx"
#include "i18npool/languagetag.hxx"
#include "i18npool/languagetag.hxx"
#include "i18npool/mslangid.hxx"
#include "i18npool/mslangid.hxx"
#include "i18nutil/unicode.hxx"
#include "i18nutil/unicode.hxx"
...
@@ -162,6 +160,7 @@
...
@@ -162,6 +160,7 @@
#include <boost/scoped_array.hpp>
#include <boost/scoped_array.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/static_assert.hpp>
#include <boost/unordered_map.hpp>
#include <boost/unordered_map.hpp>
#include <boost/unordered_set.hpp>
#include <boost/unordered_set.hpp>
#include <cmath>
#include <cmath>
...
@@ -227,7 +226,6 @@
...
@@ -227,7 +226,6 @@
#include <com/sun/star/i18n/XCollator.hpp>
#include <com/sun/star/i18n/XCollator.hpp>
#include <com/sun/star/io/XActiveDataSource.hpp>
#include <com/sun/star/io/XActiveDataSource.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/java/JavaVirtualMachine.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/lang/Locale.hpp>
...
@@ -275,6 +273,7 @@
...
@@ -275,6 +273,7 @@
#include <comphelper/scopeguard.hxx>
#include <comphelper/scopeguard.hxx>
#include <comphelper/seqstream.hxx>
#include <comphelper/seqstream.hxx>
#include <comphelper/string.hxx>
#include <comphelper/string.hxx>
#include <config_features.h>
#include <config_graphite.h>
#include <config_graphite.h>
#include <cppuhelper/compbase1.hxx>
#include <cppuhelper/compbase1.hxx>
#include <cppuhelper/factory.hxx>
#include <cppuhelper/factory.hxx>
...
@@ -293,7 +292,6 @@
...
@@ -293,7 +292,6 @@
#include <iostream>
#include <iostream>
#include <jerror.h>
#include <jerror.h>
#include <jpeglib.h>
#include <jpeglib.h>
#include <jvmaccess/virtualmachine.hxx>
#include <lcms2.h>
#include <lcms2.h>
#include <limits.h>
#include <limits.h>
#include <limits>
#include <limits>
...
...
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