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
02975b8f
Kaydet (Commit)
02975b8f
authored
Ock 16, 2017
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
unwind resource
Change-Id: I7a951548204745035bd69e4311e5fa1fe91b2d32
üst
8dda5677
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
21 additions
and
75 deletions
+21
-75
AllLangResTarget_cui.mk
cui/AllLangResTarget_cui.mk
+0
-1
acccfg.cxx
cui/source/customize/acccfg.cxx
+0
-1
acccfg.hrc
cui/source/customize/acccfg.hrc
+0
-25
acccfg.src
cui/source/customize/acccfg.src
+0
-40
cfgutil.cxx
cui/source/customize/cfgutil.cxx
+3
-6
cuires.src
cui/source/dialogs/cuires.src
+15
-0
cuires.hrc
cui/source/inc/cuires.hrc
+3
-2
No files found.
cui/AllLangResTarget_cui.mk
Dosyayı görüntüle @
02975b8f
...
...
@@ -23,7 +23,6 @@ $(eval $(call gb_SrsTarget_set_include,cui/res,\
))
$(eval $(call gb_SrsTarget_add_files,cui/res,\
cui/source/customize/acccfg.src \
cui/source/customize/cfg.src \
cui/source/customize/macropg.src \
cui/source/dialogs/cuires.src \
...
...
cui/source/customize/acccfg.cxx
Dosyayı görüntüle @
02975b8f
...
...
@@ -36,7 +36,6 @@
#include <vcl/builderfactory.hxx>
#include "cuires.hrc"
#include "acccfg.hrc"
#include <svx/svxids.hrc>
...
...
cui/source/customize/acccfg.hrc
deleted
100644 → 0
Dosyayı görüntüle @
8dda5677
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#define STR_GROUP_STYLES 58
#define STR_BASICMACROS 67
#define STR_HUMAN_APPNAME 69
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
cui/source/customize/acccfg.src
deleted
100644 → 0
Dosyayı görüntüle @
8dda5677
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "helpid.hrc"
#include "cuires.hrc"
#include "acccfg.hrc"
Resource RID_SVXPAGE_CONFIGGROUPBOX
{
String STR_BASICMACROS
{
Text [ en-US ] = "BASIC Macros" ;
};
String STR_HUMAN_APPNAME
{
Text = "%PRODUCTNAME" ;
};
String STR_GROUP_STYLES
{
Text [ en-US ] = "Styles" ;
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
cui/source/customize/cfgutil.cxx
Dosyayı görüntüle @
02975b8f
...
...
@@ -37,7 +37,6 @@
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/ui/theUICategoryDescription.hpp>
#include "acccfg.hrc"
#include "helpid.hrc"
#include <basic/sbx.hxx>
#include <basic/basicmanagerrepository.hxx>
...
...
@@ -340,7 +339,7 @@ void SfxConfigFunctionListBox::SetStylesInfo(SfxStylesInfo_Impl* pStyles)
pStylesInfo
=
pStyles
;
}
struct
SvxConfigGroupBoxResource_Impl
:
public
Resource
struct
SvxConfigGroupBoxResource_Impl
{
Image
m_hdImage
;
Image
m_libImage
;
...
...
@@ -358,20 +357,18 @@ struct SvxConfigGroupBoxResource_Impl : public Resource
};
SvxConfigGroupBoxResource_Impl
::
SvxConfigGroupBoxResource_Impl
()
:
Resource
(
CUI_RES
(
RID_SVXPAGE_CONFIGGROUPBOX
)),
m_hdImage
(
BitmapEx
(
CUI_RES
(
RID_CUIBMP_HARDDISK
))),
m_libImage
(
BitmapEx
(
CUI_RES
(
RID_CUIBMP_LIB
))),
m_macImage
(
BitmapEx
(
CUI_RES
(
RID_CUIBMP_MACRO
))),
m_docImage
(
BitmapEx
(
CUI_RES
(
RID_CUIBMP_DOC
))),
m_sMyMacros
(
CUI_RESSTR
(
RID_SVXSTR_MYMACROS
)),
m_sProdMacros
(
CUI_RESSTR
(
RID_SVXSTR_PRODMACROS
)),
m_sMacros
(
CUI_RESSTR
(
STR_BASICMACROS
)),
m_sMacros
(
CUI_RESSTR
(
RID_SVX
STR_BASICMACROS
)),
m_sDlgMacros
(
CUI_RESSTR
(
RID_SVXSTR_PRODMACROS
)),
m_aStrGroupStyles
(
CUI_RESSTR
(
STR_GROUP_STYLES
)),
m_aStrGroupStyles
(
CUI_RESSTR
(
RID_SVX
STR_GROUP_STYLES
)),
m_collapsedImage
(
BitmapEx
(
CUI_RES
(
RID_CUIBMP_COLLAPSED
))),
m_expandedImage
(
BitmapEx
(
CUI_RES
(
RID_CUIBMP_EXPANDED
)))
{
FreeResource
();
}
SfxConfigGroupListBox
::
SfxConfigGroupListBox
(
vcl
::
Window
*
pParent
,
WinBits
nStyle
)
...
...
cui/source/dialogs/cuires.src
Dosyayı görüntüle @
02975b8f
...
...
@@ -140,4 +140,19 @@ String RID_SVXSTR_HANJA
Text [ en-US ] = "Hanja";
};
String RID_SVXSTR_BASICMACROS
{
Text [ en-US ] = "BASIC Macros" ;
};
String RID_SVXSTR_HUMAN_APPNAME
{
Text = "%PRODUCTNAME" ;
};
String RID_SVXSTR_GROUP_STYLES
{
Text [ en-US ] = "Styles" ;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
cui/source/inc/cuires.hrc
Dosyayı görüntüle @
02975b8f
...
...
@@ -264,7 +264,6 @@
// customize
#define RID_SVXDLG_CUSTOMIZE (RID_SVX_START + 291)
#define RID_SVXPAGE_CONFIGGROUPBOX (RID_SVX_START + 304)
#define RID_SVXSTR_PRODUCTNAME_CONTEXTMENUS (RID_SVX_START + 1167)
#define RID_SVXSTR_NEW_MENU (RID_SVX_START + 1039)
...
...
@@ -409,8 +408,10 @@
#define RID_SVXSTR_HYPH_SPECIAL (RID_SVX_START + 1232)
#define RID_SVXSTR_NUM_MIN_WORDLEN (RID_SVX_START + 1233)
#define RID_SVXSTR_GRAMMAR_AUTO (RID_SVX_START + 1234)
#define RID_SVXSTR_GROUP_STYLES (RID_SVX_START + 1235)
#define RID_SVXSTR_BASICMACROS (RID_SVX_START + 1236)
#define RID_SVXSTR_HUMAN_APPNAME (RID_SVX_START + 1237)
// There is a gap here because of removed strings
#define RID_SVXSTR_CHG_MATH (RID_SVX_START + 1238)
#define RID_SVXSTR_CHG_WRITER (RID_SVX_START + 1239)
#define RID_SVXSTR_CHG_CALC (RID_SVX_START + 1240)
...
...
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