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
cb3518f3
Kaydet (Commit)
cb3518f3
authored
Şub 19, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:externandnotdefined
Change-Id: I94271681ea4ec7617eaf706fb443ebb9d1b0bc15
üst
e382d378
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
2 deletions
+37
-2
getallcharpropids.hxx
svx/inc/getallcharpropids.hxx
+35
-0
svdedtv1.cxx
svx/source/svdraw/svdedtv1.cxx
+1
-0
cell.cxx
svx/source/table/cell.cxx
+1
-2
No files found.
svx/inc/getallcharpropids.hxx
0 → 100644
Dosyayı görüntüle @
cb3518f3
/* -*- 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_SVX_INC_GETALLCHARPROPIDS_HXX
#define INCLUDED_SVX_INC_GETALLCHARPROPIDS_HXX
#include <sal/config.h>
#include <vector>
#include <sal/types.h>
class
SfxItemSet
;
std
::
vector
<
sal_uInt16
>
GetAllCharPropIds
(
const
SfxItemSet
&
rSet
);
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
svx/source/svdraw/svdedtv1.cxx
Dosyayı görüntüle @
cb3518f3
...
...
@@ -28,6 +28,7 @@
#include <tools/bigint.hxx>
#include <vcl/msgbox.hxx>
#include "getallcharpropids.hxx"
#include "svdglob.hxx"
#include "svx/svditer.hxx"
#include "svx/svdstr.hrc"
...
...
svx/source/table/cell.cxx
Dosyayı görüntüle @
cb3518f3
...
...
@@ -42,6 +42,7 @@
#include "svx/unoshtxt.hxx"
#include "svx/svdmodel.hxx"
#include "getallcharpropids.hxx"
#include "tableundo.hxx"
#include "cell.hxx"
#include "svx/unoshprp.hxx"
...
...
@@ -139,8 +140,6 @@ SdrText* CellTextProvider::getText(sal_Int32 nIndex) const
}
extern
std
::
vector
<
sal_uInt16
>
GetAllCharPropIds
(
const
SfxItemSet
&
rSet
);
namespace
sdr
{
namespace
properties
...
...
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