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
1a41e84d
Kaydet (Commit)
1a41e84d
authored
Mar 21, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move HtmlPublishMode into a header of its own
Change-Id: I522619eb4304cbe2d2d862f01dcf8384ac4eb0cc
üst
3abd7eeb
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
32 additions
and
3 deletions
+32
-3
htmlex.cxx
sd/source/filter/html/htmlex.cxx
+1
-0
htmlex.hxx
sd/source/filter/html/htmlex.hxx
+1
-1
htmlpublishmode.hxx
sd/source/filter/html/htmlpublishmode.hxx
+28
-0
pubdlg.cxx
sd/source/filter/html/pubdlg.cxx
+2
-0
pubdlg.hxx
sd/source/ui/inc/pubdlg.hxx
+0
-2
No files found.
sd/source/filter/html/htmlex.cxx
Dosyayı görüntüle @
1a41e84d
...
...
@@ -71,6 +71,7 @@
#include "cppuhelper/exc_hlp.hxx"
#include "drawdoc.hxx"
#include "htmlpublishmode.hxx"
#include "Outliner.hxx"
#include "sdpage.hxx"
#include "sdattr.hxx"
...
...
sd/source/filter/html/htmlex.hxx
Dosyayı görüntüle @
1a41e84d
...
...
@@ -35,7 +35,7 @@
#include "assclass.hxx"
#include "sdresid.hxx"
#include "
pubdlg
.hxx"
#include "
htmlpublishmode
.hxx"
#include <vector>
#include <boost/scoped_ptr.hpp>
...
...
sd/source/filter/html/htmlpublishmode.hxx
0 → 100644
Dosyayı görüntüle @
1a41e84d
/* -*- 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 INCLUDED_SD_SOURCE_FILTER_HTML_HTMLPUBLISHMODE_HXX
#define INCLUDED_SD_SOURCE_FILTER_HTML_HTMLPUBLISHMODE_HXX
enum
HtmlPublishMode
{
PUBLISH_HTML
,
PUBLISH_FRAMES
,
PUBLISH_WEBCAST
,
PUBLISH_KIOSK
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sd/source/filter/html/pubdlg.cxx
Dosyayı görüntüle @
1a41e84d
...
...
@@ -50,8 +50,10 @@
#include "sdresid.hxx"
#include "sdattr.hxx"
#include "pubdlg.hrc"
#include "pubdlg.hxx"
#include "htmlattr.hxx"
#include "htmlex.hxx"
#include "htmlpublishmode.hxx"
#include "helpids.h"
#include "buttonset.hxx"
...
...
sd/source/ui/inc/pubdlg.hxx
Dosyayı görüntüle @
1a41e84d
...
...
@@ -33,8 +33,6 @@
#include <boost/scoped_ptr.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
enum
HtmlPublishMode
{
PUBLISH_HTML
,
PUBLISH_FRAMES
,
PUBLISH_WEBCAST
,
PUBLISH_KIOSK
};
class
FixedText
;
class
RadioButton
;
class
ListBox
;
...
...
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