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
d6f18c09
Kaydet (Commit)
d6f18c09
authored
Eki 16, 2013
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove some stuff
Change-Id: I766c01c3ea4c03f4c76ef70fd16037d8196242a1
üst
d4ae0d8d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
36 deletions
+5
-36
backgrnd.hxx
cui/source/inc/backgrnd.hxx
+2
-4
page.hxx
cui/source/inc/page.hxx
+1
-4
paragrph.hxx
cui/source/inc/paragrph.hxx
+2
-8
tabstpge.hxx
cui/source/inc/tabstpge.hxx
+0
-4
srchdlg.hxx
include/svx/srchdlg.hxx
+0
-16
No files found.
cui/source/inc/backgrnd.hxx
Dosyayı görüntüle @
d6f18c09
...
@@ -26,9 +26,6 @@
...
@@ -26,9 +26,6 @@
#include <svx/dlgctrl.hxx>
#include <svx/dlgctrl.hxx>
#include <editeng/brushitem.hxx>
#include <editeng/brushitem.hxx>
//------------------------------------------------------------------------
// forwards:
class
BackgroundPreviewImpl
;
class
BackgroundPreviewImpl
;
class
SvxOpenGraphicDialog
;
class
SvxOpenGraphicDialog
;
struct
SvxBackgroundTable_Impl
;
struct
SvxBackgroundTable_Impl
;
...
@@ -37,8 +34,9 @@ struct SvxBackgroundPage_Impl;
...
@@ -37,8 +34,9 @@ struct SvxBackgroundPage_Impl;
class
SvxBrushItem
;
class
SvxBrushItem
;
class
XFillStyleItem
;
class
XFillStyleItem
;
class
XFillGradientItem
;
class
XFillGradientItem
;
/** class SvxBackgroundTabPage --------------------------------------------
/** class SvxBackgroundTabPage --------------------------------------------
{k:\svx\prototyp\dialog\backgrnd.bmp}
[Description]
[Description]
With this TabPage a Brush (e. g. for a frame's background color)
With this TabPage a Brush (e. g. for a frame's background color)
can be set.
can be set.
...
...
cui/source/inc/page.hxx
Dosyayı görüntüle @
d6f18c09
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
#ifndef _SVX_PAGE_HXX
#ifndef _SVX_PAGE_HXX
#define _SVX_PAGE_HXX
#define _SVX_PAGE_HXX
#include <sfx2/tabdlg.hxx>
#include <sfx2/tabdlg.hxx>
#include <vcl/field.hxx>
#include <vcl/field.hxx>
#include <vcl/fixed.hxx>
#include <vcl/fixed.hxx>
...
@@ -33,9 +32,7 @@
...
@@ -33,9 +32,7 @@
#include <svx/flagsdef.hxx>
#include <svx/flagsdef.hxx>
// class SvxPageDescPage -------------------------------------------------
// class SvxPageDescPage -------------------------------------------------
/*
/* {k:\svx\prototyp\dialog\page.bmp}
[Description]
[Description]
TabPage for page settings (size, margins, ...)
TabPage for page settings (size, margins, ...)
...
...
cui/source/inc/paragrph.hxx
Dosyayı görüntüle @
d6f18c09
...
@@ -28,14 +28,10 @@
...
@@ -28,14 +28,10 @@
#include <vcl/lstbox.hxx>
#include <vcl/lstbox.hxx>
#include <svx/flagsdef.hxx>
#include <svx/flagsdef.hxx>
// forward ---------------------------------------------------------------
class
SvxLineSpacingItem
;
class
SvxLineSpacingItem
;
// class SvxStdParagraphTabPage ------------------------------------------
// class SvxStdParagraphTabPage ------------------------------------------
/*
/* {k:\svx\prototyp\dialog\parastd.bmp}
[Description]
[Description]
With this TabPage standard attributes of a paragraph can be set
With this TabPage standard attributes of a paragraph can be set
(indention, distance, alignment, line spacing).
(indention, distance, alignment, line spacing).
...
@@ -175,9 +171,7 @@ public:
...
@@ -175,9 +171,7 @@ public:
};
};
// class SvxExtParagraphTabPage ------------------------------------------
// class SvxExtParagraphTabPage ------------------------------------------
/*
/* {k:\svx\prototyp\dialog\paraext.bmp}
[Description]
[Description]
With this TabPage special attributes of a paragraph can be set
With this TabPage special attributes of a paragraph can be set
(hyphenation, pagebreak, orphan, widow, ...).
(hyphenation, pagebreak, orphan, widow, ...).
...
...
cui/source/inc/tabstpge.hxx
Dosyayı görüntüle @
d6f18c09
...
@@ -29,14 +29,10 @@
...
@@ -29,14 +29,10 @@
#include <editeng/tstpitem.hxx>
#include <editeng/tstpitem.hxx>
#include <svx/flagsdef.hxx>
#include <svx/flagsdef.hxx>
// forward ---------------------------------------------------------------
class
TabWin_Impl
;
class
TabWin_Impl
;
// class SvxTabulatorTabPage ---------------------------------------------
// class SvxTabulatorTabPage ---------------------------------------------
/*
/*
{k:\svx\prototyp\dialog\tabstop.bmp}
[Description]
[Description]
In this TabPage tabulators are managed.
In this TabPage tabulators are managed.
...
...
include/svx/srchdlg.hxx
Dosyayı görüntüle @
d6f18c09
...
@@ -43,10 +43,6 @@ class SvxSearchController;
...
@@ -43,10 +43,6 @@ class SvxSearchController;
struct
SearchDlg_Impl
;
struct
SearchDlg_Impl
;
#ifndef NO_SVX_SEARCH
// struct SearchAttrItem -------------------------------------------------
struct
SearchAttrItem
struct
SearchAttrItem
{
{
sal_uInt16
nSlot
;
sal_uInt16
nSlot
;
...
@@ -80,7 +76,6 @@ public:
...
@@ -80,7 +76,6 @@ public:
void
Remove
(
size_t
nPos
,
size_t
nLen
=
1
);
void
Remove
(
size_t
nPos
,
size_t
nLen
=
1
);
};
};
#ifndef SV_NODIALOG
// class SvxSearchDialogWrapper ------------------------------------------
// class SvxSearchDialogWrapper ------------------------------------------
...
@@ -98,10 +93,7 @@ public:
...
@@ -98,10 +93,7 @@ public:
};
};
// class SvxSearchDialog -------------------------------------------------
// class SvxSearchDialog -------------------------------------------------
/*
/*
{k:\svx\prototyp\dialog\svx/srchdlg.hxx}
[Description]
[Description]
In this modeless dialog the attributes for a search are configured
In this modeless dialog the attributes for a search are configured
and a search is started from it. Several search types
and a search is started from it. Several search types
...
@@ -263,14 +255,6 @@ inline sal_Bool SvxSearchDialog::HasReplaceAttributes() const
...
@@ -263,14 +255,6 @@ inline sal_Bool SvxSearchDialog::HasReplaceAttributes() const
return
(
m_pReplaceAttrText
->
IsEnabled
()
&&
bLen
);
return
(
m_pReplaceAttrText
->
IsEnabled
()
&&
bLen
);
}
}
//////////////////////////////////////////////////////////////////////
#endif // SV_NODIALOG
#endif // NO_SVX_SEARCH
#endif
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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