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
acaa9c4b
Kaydet (Commit)
acaa9c4b
authored
Kas 04, 2009
tarafından
Mathias Bauer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i106421#: cleanup of help ids
üst
bd249877
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
8 deletions
+10
-8
cuigaldlg.cxx
cui/source/dialogs/cuigaldlg.cxx
+1
-0
dlgfact.cxx
cui/source/factory/dlgfact.cxx
+1
-1
align.hxx
cui/source/inc/align.hxx
+1
-1
helpid.hrc
cui/source/inc/helpid.hrc
+0
-0
internationaloptions.cxx
cui/source/options/internationaloptions.cxx
+1
-0
internationaloptions.src
cui/source/options/internationaloptions.src
+1
-0
align.cxx
cui/source/tabpages/align.cxx
+2
-1
makefile.mk
cui/util/makefile.mk
+3
-5
No files found.
cui/source/dialogs/cuigaldlg.cxx
Dosyayı görüntüle @
acaa9c4b
...
@@ -55,6 +55,7 @@
...
@@ -55,6 +55,7 @@
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/ucb/XContentAccess.hpp>
#include <com/sun/star/ucb/XContentAccess.hpp>
#include <com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.hpp>
#include <com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.hpp>
#include <sfx2/sfxuno.hxx>
#include "gallery.hrc"
#include "gallery.hrc"
...
...
cui/source/factory/dlgfact.cxx
Dosyayı görüntüle @
acaa9c4b
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cui.hxx"
#include "precompiled_cui.hxx"
#include "align.hxx" //add for SvxAlignmentTabPage
#include "dlgfact.hxx"
#include "dlgfact.hxx"
#include <tools/rc.hxx>
#include <tools/rc.hxx>
...
@@ -88,7 +89,6 @@
...
@@ -88,7 +89,6 @@
#include "paragrph.hxx" //add for
#include "paragrph.hxx" //add for
#include "tabstpge.hxx" // add for
#include "tabstpge.hxx" // add for
#include "textattr.hxx" // add for SvxTextAttrPage
#include "textattr.hxx" // add for SvxTextAttrPage
#include "align.hxx" //add for SvxAlignmentTabPage
#include "backgrnd.hxx" //add for SvxBackgroundTabPage
#include "backgrnd.hxx" //add for SvxBackgroundTabPage
#include "border.hxx" //add for SvxBorderTabPage
#include "border.hxx" //add for SvxBorderTabPage
#include "chardlg.hxx" //add for SvxCharNamePage,SvxCharEffectsPage,SvxCharPositionPage,SvxCharTwoLinesPage
#include "chardlg.hxx" //add for SvxCharNamePage,SvxCharEffectsPage,SvxCharPositionPage,SvxCharTwoLinesPage
...
...
cui/source/inc/align.hxx
Dosyayı görüntüle @
acaa9c4b
...
@@ -32,6 +32,7 @@
...
@@ -32,6 +32,7 @@
// include ---------------------------------------------------------------
// include ---------------------------------------------------------------
#include <svx/orienthelper.hxx>
#include <vcl/field.hxx>
#include <vcl/field.hxx>
#include <vcl/imagebtn.hxx>
#include <vcl/imagebtn.hxx>
#include <vcl/fixed.hxx>
#include <vcl/fixed.hxx>
...
@@ -40,7 +41,6 @@
...
@@ -40,7 +41,6 @@
#include <svtools/valueset.hxx>
#include <svtools/valueset.hxx>
#include <svx/dialcontrol.hxx>
#include <svx/dialcontrol.hxx>
#include <svx/wrapfield.hxx>
#include <svx/wrapfield.hxx>
#include <svx/orienthelper.hxx>
#include <svx/frmdirlbox.hxx>
#include <svx/frmdirlbox.hxx>
namespace
svx
{
namespace
svx
{
...
...
cui/source/inc/helpid.hrc
Dosyayı görüntüle @
acaa9c4b
This diff is collapsed.
Click to expand it.
cui/source/options/internationaloptions.cxx
Dosyayı görüntüle @
acaa9c4b
...
@@ -37,6 +37,7 @@
...
@@ -37,6 +37,7 @@
#include <cuires.hrc>
#include <cuires.hrc>
#include "helpid.hrc"
#include "helpid.hrc"
#include <dialmgr.hxx>
#include <dialmgr.hxx>
#include <svx/dialogs.hrc>
namespace
offapp
namespace
offapp
{
{
...
...
cui/source/options/internationaloptions.src
Dosyayı görüntüle @
acaa9c4b
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
#include "internationaloptions.hrc"
#include "internationaloptions.hrc"
#include "helpid.hrc"
#include "helpid.hrc"
#include <cuires.hrc>
#include <cuires.hrc>
#include <svx/dialogs.hrc>
TabPage RID_OFA_TP_INTERNATIONAL
TabPage RID_OFA_TP_INTERNATIONAL
{
{
...
...
cui/source/tabpages/align.cxx
Dosyayı görüntüle @
acaa9c4b
...
@@ -33,6 +33,8 @@
...
@@ -33,6 +33,8 @@
// include ---------------------------------------------------------------
// include ---------------------------------------------------------------
#include "align.hxx"
#include <svx/svxenum.hxx>
#include <svx/svxenum.hxx>
#include <svx/dialogs.hrc>
#include <svx/dialogs.hrc>
#include <cuires.hrc>
#include <cuires.hrc>
...
@@ -41,7 +43,6 @@
...
@@ -41,7 +43,6 @@
#include <svx/algitem.hxx>
#include <svx/algitem.hxx>
#include <svx/frmdiritem.hxx>
#include <svx/frmdiritem.hxx>
#include "align.hxx"
#include <dialmgr.hxx>
#include <dialmgr.hxx>
#include <svx/dlgutil.hxx>
#include <svx/dlgutil.hxx>
#include <tools/shl.hxx>
#include <tools/shl.hxx>
...
...
cui/util/makefile.mk
Dosyayı görüntüle @
acaa9c4b
...
@@ -36,8 +36,6 @@ TARGET=cui
...
@@ -36,8 +36,6 @@ TARGET=cui
GEN_HID
=
TRUE
GEN_HID
=
TRUE
GEN_HID_OTHER
=
TRUE
GEN_HID_OTHER
=
TRUE
USE_DEFFILE
=
TRUE
# --- Settings -----------------------------------------------------
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.INCLUDE
:
settings.mk
...
@@ -49,9 +47,9 @@ LINKFLAGS+=-Wl,-LD_LAYOUT:lgot_buffer=30
...
@@ -49,9 +47,9 @@ LINKFLAGS+=-Wl,-LD_LAYOUT:lgot_buffer=30
SHL1TARGET
=
cui
$(DLLPOSTFIX)
SHL1TARGET
=
cui
$(DLLPOSTFIX)
SHL1VERSIONMAP
=
cui.map
SHL1VERSIONMAP
=
cui.map
SHL1IMPLIB
=
icui
SHL1IMPLIB
=
icui
SHL1DEPN
=
SHL1DEF
=
$(MISC)$/$(SHL1TARGET)
.def
SHL1DEF
=
$(MISC)$/$(SHL1TARGET)
.def
DEF
NAME
=
$(SHL1TARGET)
DEF
1NAME
=
$(SHL1TARGET)
SHL1LIBS
=
\
SHL1LIBS
=
\
$(SLB)$/
options.lib
\
$(SLB)$/
options.lib
\
...
...
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