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
f6c0803e
Kaydet (Commit)
f6c0803e
authored
Agu 25, 2014
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
itemdel.[ch]xx is only used in sfx2
Change-Id: I240f15f87e27ba8a52bab244f8c784d527bff179
üst
ed4142f1
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
12 deletions
+10
-12
Library_sfx.mk
sfx2/Library_sfx.mk
+1
-0
bindings.cxx
sfx2/source/control/bindings.cxx
+1
-1
itemdel.cxx
sfx2/source/control/itemdel.cxx
+1
-1
querystatus.cxx
sfx2/source/control/querystatus.cxx
+1
-1
request.cxx
sfx2/source/control/request.cxx
+1
-1
sfxstatuslistener.cxx
sfx2/source/control/sfxstatuslistener.cxx
+1
-1
shell.cxx
sfx2/source/control/shell.cxx
+1
-1
itemdel.hxx
sfx2/source/inc/itemdel.hxx
+3
-5
Library_svt.mk
svtools/Library_svt.mk
+0
-1
No files found.
sfx2/Library_sfx.mk
Dosyayı görüntüle @
f6c0803e
...
@@ -133,6 +133,7 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\
...
@@ -133,6 +133,7 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\
sfx2/source/config/evntconf \
sfx2/source/config/evntconf \
sfx2/source/control/bindings \
sfx2/source/control/bindings \
sfx2/source/control/ctrlitem \
sfx2/source/control/ctrlitem \
sfx2/source/control/itemdel \
sfx2/source/control/minfitem \
sfx2/source/control/minfitem \
sfx2/source/control/msg \
sfx2/source/control/msg \
sfx2/source/control/msgpool \
sfx2/source/control/msgpool \
...
...
sfx2/source/control/bindings.cxx
Dosyayı görüntüle @
f6c0803e
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
#include <com/sun/star/frame/DispatchDescriptor.hpp>
#include <com/sun/star/frame/DispatchDescriptor.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <comphelper/processfactory.hxx>
#include <comphelper/processfactory.hxx>
#include
<svtools/itemdel.hxx>
#include
"itemdel.hxx"
//Includes below due to nInReschedule
//Includes below due to nInReschedule
#include "appdata.hxx"
#include "appdata.hxx"
...
...
s
vtools/source/misc
/itemdel.cxx
→
s
fx2/source/control
/itemdel.cxx
Dosyayı görüntüle @
f6c0803e
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#include <sal/config.h>
#include <sal/config.h>
#include <boost/noncopyable.hpp>
#include <boost/noncopyable.hpp>
#include
<svtools/itemdel.hxx>
#include
"itemdel.hxx"
#include <vcl/svapp.hxx>
#include <vcl/svapp.hxx>
#include <tools/errcode.hxx>
#include <tools/errcode.hxx>
#include <limits.h>
#include <limits.h>
...
...
sfx2/source/control/querystatus.cxx
Dosyayı görüntüle @
f6c0803e
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#include <svl/stritem.hxx>
#include <svl/stritem.hxx>
#include <svl/intitem.hxx>
#include <svl/intitem.hxx>
#include <svl/itemset.hxx>
#include <svl/itemset.hxx>
#include
<svtools/itemdel.hxx>
#include
"itemdel.hxx"
#include <svl/visitem.hxx>
#include <svl/visitem.hxx>
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase1.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/processfactory.hxx>
...
...
sfx2/source/control/request.cxx
Dosyayı görüntüle @
f6c0803e
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#include <svl/itemiter.hxx>
#include <svl/itemiter.hxx>
#include <svl/itempool.hxx>
#include <svl/itempool.hxx>
#include
<svtools/itemdel.hxx>
#include
"itemdel.hxx"
#include <comphelper/processfactory.hxx>
#include <comphelper/processfactory.hxx>
...
...
sfx2/source/control/sfxstatuslistener.cxx
Dosyayı görüntüle @
f6c0803e
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
#include <svl/stritem.hxx>
#include <svl/stritem.hxx>
#include <svl/intitem.hxx>
#include <svl/intitem.hxx>
#include <svl/itemset.hxx>
#include <svl/itemset.hxx>
#include
<svtools/itemdel.hxx>
#include
"itemdel.hxx"
#include <svl/visitem.hxx>
#include <svl/visitem.hxx>
#include <cppuhelper/weak.hxx>
#include <cppuhelper/weak.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/processfactory.hxx>
...
...
sfx2/source/control/shell.cxx
Dosyayı görüntüle @
f6c0803e
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
#include <sal/log.hxx>
#include <sal/log.hxx>
#include <svl/itempool.hxx>
#include <svl/itempool.hxx>
#include <svl/undo.hxx>
#include <svl/undo.hxx>
#include
<svtools/itemdel.hxx>
#include
"itemdel.hxx"
#include <svtools/asynclink.hxx>
#include <svtools/asynclink.hxx>
#include <basic/sbx.hxx>
#include <basic/sbx.hxx>
...
...
include/svtools
/itemdel.hxx
→
sfx2/source/inc
/itemdel.hxx
Dosyayı görüntüle @
f6c0803e
...
@@ -16,14 +16,12 @@
...
@@ -16,14 +16,12 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef INCLUDED_SVTOOLS_ITEMDEL_HXX
#ifndef INCLUDED_SFX2_ITEMDEL_HXX
#define INCLUDED_SVTOOLS_ITEMDEL_HXX
#define INCLUDED_SFX2_ITEMDEL_HXX
#include <svtools/svtdllapi.h>
class
SfxPoolItem
;
class
SfxPoolItem
;
SVT_DLLPUBLIC
void
DeleteItemOnIdle
(
SfxPoolItem
*
pItem
);
void
DeleteItemOnIdle
(
SfxPoolItem
*
pItem
);
#endif
#endif
...
...
svtools/Library_svt.mk
Dosyayı görüntüle @
f6c0803e
...
@@ -181,7 +181,6 @@ $(eval $(call gb_Library_add_exception_objects,svt,\
...
@@ -181,7 +181,6 @@ $(eval $(call gb_Library_add_exception_objects,svt,\
svtools/source/misc/imap \
svtools/source/misc/imap \
svtools/source/misc/imap2 \
svtools/source/misc/imap2 \
svtools/source/misc/imap3 \
svtools/source/misc/imap3 \
svtools/source/misc/itemdel \
svtools/source/misc/langtab \
svtools/source/misc/langtab \
svtools/source/misc/langhelp \
svtools/source/misc/langhelp \
svtools/source/misc/openfiledroptargetlistener \
svtools/source/misc/openfiledroptargetlistener \
...
...
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