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
61fd1d2e
Kaydet (Commit)
61fd1d2e
authored
Haz 28, 2013
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#62699 remove rsc/inc/vclrsc.hxx
Change-Id: I8a90bfcfff904d42a529644ae7b6f03d0ac762eb
üst
ab3f90e0
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
45 deletions
+11
-45
help.hxx
include/vcl/help.hxx
+0
-1
vclrsc.hxx
rsc/inc/vclrsc.hxx
+0
-34
rscibas.cxx
rsc/source/parser/rscibas.cxx
+8
-5
rscicpx.cxx
rsc/source/parser/rscicpx.cxx
+2
-2
rscinit.cxx
rsc/source/parser/rscinit.cxx
+1
-3
No files found.
include/vcl/help.hxx
Dosyayı görüntüle @
61fd1d2e
...
...
@@ -49,7 +49,6 @@ class Window;
#define QUICKHELP_NOEVADEPOINTER ((sal_uInt16)0x4000)
#define QUICKHELP_BIDI_RTL ((sal_uInt16)0x8000)
// By changes you must also change: rsc/vclrsc.hxx
#define OOO_HELP_INDEX ".help:index"
#define OOO_HELP_HELPONHELP ".help:helponhelp"
...
...
rsc/inc/vclrsc.hxx
deleted
100644 → 0
Dosyayı görüntüle @
ab3f90e0
/* -*- 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 .
*/
#ifndef _TOOLS_VCLRSC_HXX
#define _TOOLS_VCLRSC_HXX
#include <sal/types.h>
#include <tools/wintypes.hxx>
#include <tools/fldunit.hxx>
#include <tools/mapunit.hxx>
#include <rsc/rsc-vcl-shared-types.hxx>
#include <com/sun/star/awt/Key.hpp>
#include <com/sun/star/awt/KeyGroup.hpp>
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
rsc/source/parser/rscibas.cxx
Dosyayı görüntüle @
61fd1d2e
...
...
@@ -22,20 +22,23 @@
#include <stdio.h>
#include <string.h>
#include <comphelper/string.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <comphelper/string.hxx>
#include <tools/rc.h>
#include <tools/color.hxx>
#include <tools/fldunit.hxx>
#include <tools/mapunit.hxx>
#include <tools/rc.h>
#include <tools/wintypes.hxx>
#include <rsc/rsc-vcl-shared-types.hxx>
#include <com/sun/star/awt/Key.hpp>
#include <vclrsc.hxx>
#include <rscconst.hxx>
#include <rscarray.hxx>
#include <rscclass.hxx>
#include <rsccont.hxx>
#include <rscdb.hxx>
#include <rsclex.hxx>
#include <rscyacc.hxx>
...
...
rsc/source/parser/rscicpx.cxx
Dosyayı görüntüle @
61fd1d2e
...
...
@@ -22,14 +22,14 @@
#include <stdio.h>
#include <tools/rc.h>
#include <tools/wintypes.hxx>
#include <rsc/rsc-vcl-shared-types.hxx>
#include <vclrsc.hxx>
#include <rscmgr.hxx>
#include <rscclass.hxx>
#include <rsccont.hxx>
#include <rscdb.hxx>
#include <rsc/rscsfx.hxx>
#include <rsclex.hxx>
#include <rscyacc.hxx>
...
...
rsc/source/parser/rscinit.cxx
Dosyayı görüntüle @
61fd1d2e
...
...
@@ -22,8 +22,7 @@
#include <stdio.h>
#include <tools/rc.h>
#include <vclrsc.hxx>
#include <tools/wintypes.hxx>
#include <rsctree.hxx>
#include <rsctop.hxx>
...
...
@@ -36,7 +35,6 @@
#include <rscclass.hxx>
#include <rsckey.hxx>
#include <rscdb.hxx>
#include <rsclex.hxx>
#include <rscyacc.hxx>
...
...
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