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
1ab7d31a
Kaydet (Commit)
1ab7d31a
authored
Nis 18, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add comment describing the meanings of the filter flag bits
üst
49bd0e4e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
+33
-0
documentconstants.hxx
comphelper/inc/comphelper/documentconstants.hxx
+29
-0
constant.hxx
filter/source/config/cache/constant.hxx
+4
-0
No files found.
comphelper/inc/comphelper/documentconstants.hxx
Dosyayı görüntüle @
1ab7d31a
...
...
@@ -114,6 +114,35 @@
// filter flags
// TODO/LATER: The flags should be part of the UNO specification
// Note that these flag bits have parallel names in
// filter/source/config/cache/constant.hxx. Some of the bits are
// missing from there, and some have different names. But the meaning
// is presumably the same, and the values are the same.
// http://www.mail-archive.com/dev@openoffice.org/msg05047.html says:
// I can just sum up what comes into my mind, hope I don't miss one:
// Import - should be self explaining
// Export - should be self explaining
// Template - deprecated
// TemplatePath - filter for a documenttemplate
// Own - one of the OOo file formats
// Alien - no zip container based format
// Preferred - preferred filter for a particular type
// Asynchron - deprecated, only HTML-filter isn't synchron
// 3rdPartyFilter - implemented as a UNO component
// Default - default filter for this document type
// NotInFileDialog - should be self explaining
// NotInChooser - as above
// (The 3rdPartyFilter flag is here called StarONE)
// At some point (4.0?) we should drop the duplicate set of names over
// in filter, and rename the obscure ones to describe their meaning
// using terms that are understandable.
#define SFX_FILTER_IMPORT 0x00000001L
#define SFX_FILTER_EXPORT 0x00000002L
#define SFX_FILTER_TEMPLATE 0x00000004L
...
...
filter/source/config/cache/constant.hxx
Dosyayı görüntüle @
1ab7d31a
...
...
@@ -115,6 +115,10 @@ extern rtl::OUString pFilterStrings[];
#define CFGDIRECTKEY_FORMATVERSION _FILTER_CONFIG_FROM_ASCII_("/org.openoffice.Setup/Product/ooXMLFileFormatVersion" )
#define CFGDIRECTKEY_PRODUCTNAME _FILTER_CONFIG_FROM_ASCII_("/org.openoffice.Setup/Product/ooName" )
// Note that these flag bits have parallel names in
// comphelper/inc/comphelper/documentconstants.hxx . See that file for
// documentation on their meaning.
/** @short names of filter flags, sorted in alphabetical order */
#define FLAGNAME_3RDPARTYFILTER _FILTER_CONFIG_FROM_ASCII_("3RDPARTYFILTER" )
#define FLAGNAME_ALIEN _FILTER_CONFIG_FROM_ASCII_("ALIEN" )
...
...
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