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
ed931ff9
Kaydet (Commit)
ed931ff9
authored
Eyl 17, 2015
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reduce #include scope
Change-Id: I0dc8e00d65078ba910516a9b4473988fdbfe2cc1
üst
8544d42f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
15 deletions
+27
-15
asciiopt.cxx
sc/source/ui/dbgui/asciiopt.cxx
+0
-5
scuiasciiopt.cxx
sc/source/ui/dbgui/scuiasciiopt.cxx
+9
-0
asciiopt.hxx
sc/source/ui/inc/asciiopt.hxx
+3
-9
scuiasciiopt.hxx
sc/source/ui/inc/scuiasciiopt.hxx
+15
-1
No files found.
sc/source/ui/dbgui/asciiopt.cxx
Dosyayı görüntüle @
ed931ff9
...
...
@@ -18,15 +18,10 @@
*/
#include "global.hxx"
#include "scresid.hxx"
#include "impex.hxx"
#include "asciiopt.hxx"
#include "asciiopt.hrc"
#include <comphelper/string.hxx>
#include <osl/thread.h>
#include <rtl/tencinfo.h>
#include <unotools/transliterationwrapper.hxx>
#include "editutil.hxx"
static
const
sal_Char
pStrFix
[]
=
"FIX"
;
static
const
sal_Char
pStrMrg
[]
=
"MRG"
;
...
...
sc/source/ui/dbgui/scuiasciiopt.cxx
Dosyayı görüntüle @
ed931ff9
...
...
@@ -19,11 +19,20 @@
#undef SC_DLLIMPLEMENTATION
#include <svx/txencbox.hxx>
#include <vcl/button.hxx>
#include <vcl/combobox.hxx>
#include <vcl/edit.hxx>
#include <vcl/field.hxx>
#include <vcl/fixed.hxx>
#include <vcl/lstbox.hxx>
#include "global.hxx"
#include "scresid.hxx"
#include "impex.hxx"
#include "scuiasciiopt.hxx"
#include "asciiopt.hrc"
#include "csvtablebox.hxx"
#include <comphelper/string.hxx>
#include <osl/thread.h>
#include <rtl/tencinfo.h>
...
...
sc/source/ui/inc/asciiopt.hxx
Dosyayı görüntüle @
ed931ff9
...
...
@@ -20,17 +20,11 @@
#ifndef INCLUDED_SC_SOURCE_UI_INC_ASCIIOPT_HXX
#define INCLUDED_SC_SOURCE_UI_INC_ASCIIOPT_HXX
#include <vcl/dialog.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/combobox.hxx>
#include <vcl/field.hxx>
#include <tools/stream.hxx>
#include <svx/txencbox.hxx>
#include "csvtablebox.hxx"
#include <rtl/ustring.hxx>
#include <i18nlangtag/lang.h>
#include "csvcontrol.hxx"
class
ScAsciiOptions
{
private
:
...
...
sc/source/ui/inc/scuiasciiopt.hxx
Dosyayı görüntüle @
ed931ff9
...
...
@@ -20,9 +20,23 @@
#ifndef INCLUDED_SC_SOURCE_UI_INC_SCUIASCIIOPT_HXX
#define INCLUDED_SC_SOURCE_UI_INC_SCUIASCIIOPT_HXX
#include
"asciiopt.hxx"
#include
<vcl/dialog.hxx>
#include <svx/langbox.hxx>
#include "asciiopt.hxx"
class
Button
;
class
CheckBox
;
class
ComboBox
;
class
Edit
;
class
FixedText
;
class
ListBox
;
class
NumericField
;
class
RadioButton
;
class
ScCsvTableBox
;
class
SvxTextEncodingBox
;
class
ScImportAsciiDlg
:
public
ModalDialog
{
SvStream
*
mpDatStream
;
...
...
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