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
efa35b2b
Kaydet (Commit)
efa35b2b
authored
May 05, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
unused floating window RID_SVXTBX_GRFFILTER
Change-Id: I3b6d7091922ed345d24c15c5a52d37521792d551
üst
1a0cdabf
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
127 deletions
+0
-127
dialogs.hrc
include/svx/dialogs.hrc
+0
-3
helpid.hrc
svx/inc/helpid.hrc
+0
-14
grafctrl.cxx
svx/source/tbxctrls/grafctrl.cxx
+0
-1
grafctrl.hrc
svx/source/tbxctrls/grafctrl.hrc
+0
-22
grafctrl.src
svx/source/tbxctrls/grafctrl.src
+0
-87
No files found.
include/svx/dialogs.hrc
Dosyayı görüntüle @
efa35b2b
...
...
@@ -319,9 +319,6 @@
// String-Arrays
#define RID_SVXSTR_TEXTENCODING_TABLE (RID_SVX_START + 312)
// Graphic filter
#define RID_SVXTBX_GRFFILTER (RID_SVX_START + 331)
#define RID_SVXERRCODE (RID_SVX_START + 350)
// gallery
...
...
svx/inc/helpid.hrc
Dosyayı görüntüle @
efa35b2b
...
...
@@ -82,21 +82,7 @@
#define HID_GALLERY_PROPERTIES "SVX_HID_GALLERY_PROPERTIES"
#define HID_GALLERY_RENAME "SVX_HID_GALLERY_RENAME"
#define HID_GALLERY_THEMELIST "SVX_HID_GALLERY_THEMELIST"
// free
#define HID_GALLERY_WINDOW "SVX_HID_GALLERY_WINDOW"
#define HID_GRFFILTER "SVX_HID_GRFFILTER"
#define HID_GRFFILTER_EMBOSS "SVX_HID_GRFFILTER_EMBOSS"
#define HID_GRFFILTER_INVERT "SVX_HID_GRFFILTER_INVERT"
#define HID_GRFFILTER_MOSAIC "SVX_HID_GRFFILTER_MOSAIC"
#define HID_GRFFILTER_POPART "SVX_HID_GRFFILTER_POPART"
#define HID_GRFFILTER_POSTER "SVX_HID_GRFFILTER_POSTER"
#define HID_GRFFILTER_REMOVENOISE "SVX_HID_GRFFILTER_REMOVENOISE"
#define HID_GRFFILTER_SEPIA "SVX_HID_GRFFILTER_SEPIA"
#define HID_GRFFILTER_SHARPEN "SVX_HID_GRFFILTER_SHARPEN"
#define HID_GRFFILTER_SMOOTH "SVX_HID_GRFFILTER_SMOOTH"
#define HID_GRFFILTER_SOBEL "SVX_HID_GRFFILTER_SOBEL"
#define HID_GRFFILTER_SOLARIZE "SVX_HID_GRFFILTER_SOLARIZE"
#define HID_IMAPDLG_ACTIVE "SVX_HID_IMAPDLG_ACTIVE"
#define HID_IMAPDLG_APPLY "SVX_HID_IMAPDLG_APPLY"
#define HID_IMAPDLG_CIRCLE "SVX_HID_IMAPDLG_CIRCLE"
...
...
svx/source/tbxctrls/grafctrl.cxx
Dosyayı görüntüle @
efa35b2b
...
...
@@ -36,7 +36,6 @@
#include <comphelper/processfactory.hxx>
#include <svx/svxids.hrc>
#include "grafctrl.hrc"
#include <svx/dialogs.hrc>
#include <editeng/brushitem.hxx>
#include <editeng/sizeitem.hxx>
...
...
svx/source/tbxctrls/grafctrl.hrc
deleted
100644 → 0
Dosyayı görüntüle @
1a0cdabf
/* -*- 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 TBX_GRFFILTER 1
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
svx/source/tbxctrls/grafctrl.src
Dosyayı görüntüle @
efa35b2b
...
...
@@ -17,94 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "grafctrl.hrc"
#include <svx/dialogs.hrc>
#include "helpid.hrc"
#include <svx/svxids.hrc>
FloatingWindow RID_SVXTBX_GRFFILTER
{
HelpId = HID_GRFFILTER;
Moveable = TRUE ;
Closeable = TRUE ;
Hide = TRUE ;
SVLook = TRUE ;
Text [ en-US ] = "Filters" ;
ToolBox TBX_GRFFILTER
{
SVLook = TRUE ;
MenuStrings = TRUE ;
Align = BOXALIGN_TOP;
LineCount = 3;
ItemList =
{
ToolBoxItem
{
Identifier = SID_GRFFILTER_INVERT ;
HelpID = HID_GRFFILTER_INVERT ;
};
ToolBoxItem
{
Identifier = SID_GRFFILTER_SMOOTH ;
HelpID = HID_GRFFILTER_SMOOTH ;
};
ToolBoxItem
{
Identifier = SID_GRFFILTER_SHARPEN ;
HelpID = HID_GRFFILTER_SHARPEN ;
};
ToolBoxItem
{
Identifier = SID_GRFFILTER_REMOVENOISE ;
HelpID = HID_GRFFILTER_REMOVENOISE ;
};
ToolBoxItem
{
Type = TOOLBOXITEM_BREAK ;
};
ToolBoxItem
{
Identifier = SID_GRFFILTER_SOLARIZE ;
HelpId = HID_GRFFILTER_SOLARIZE ;
};
ToolBoxItem
{
Identifier = SID_GRFFILTER_SEPIA ;
HelpId = HID_GRFFILTER_SEPIA ;
};
ToolBoxItem
{
Identifier = SID_GRFFILTER_POSTER ;
HelpId = HID_GRFFILTER_POSTER ;
};
ToolBoxItem
{
Identifier = SID_GRFFILTER_POPART ;
HelpId = HID_GRFFILTER_POPART ;
};
ToolBoxItem
{
Type = TOOLBOXITEM_BREAK ;
};
ToolBoxItem
{
Identifier = SID_GRFFILTER_SOBEL ;
HelpId = HID_GRFFILTER_SOBEL ;
};
ToolBoxItem
{
Identifier = SID_GRFFILTER_EMBOSS ;
HelpId = HID_GRFFILTER_EMBOSS ;
};
ToolBoxItem
{
Identifier = SID_GRFFILTER_MOSAIC ;
HelpId = HID_GRFFILTER_MOSAIC ;
};
};
};
};
String RID_SVXSTR_UNDO_GRAFMODE
{
...
...
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