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
0a33e24d
Kaydet (Commit)
0a33e24d
authored
Ara 11, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sbobjmod.hxx is private to basic
Change-Id: I4ad28b049de5f7268ee1ca2e8992e2f29ed05380
üst
dde119c8
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
sbobjmod.hxx
basic/inc/sbobjmod.hxx
+3
-3
sb.cxx
basic/source/classes/sb.cxx
+1
-1
sbxmod.cxx
basic/source/classes/sbxmod.cxx
+1
-1
sbcomp.cxx
basic/source/comp/sbcomp.cxx
+1
-1
methods.cxx
basic/source/runtime/methods.cxx
+1
-1
methods1.cxx
basic/source/runtime/methods1.cxx
+1
-1
No files found.
include/basi
c/sbobjmod.hxx
→
basic/in
c/sbobjmod.hxx
Dosyayı görüntüle @
0a33e24d
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef INCLUDED_BASIC_SBOBJMOD_HXX
#ifndef INCLUDED_BASIC_
INC_
SBOBJMOD_HXX
#define INCLUDED_BASIC_SBOBJMOD_HXX
#define INCLUDED_BASIC_
INC_
SBOBJMOD_HXX
#include <rtl/ref.hxx>
#include <rtl/ref.hxx>
#include <basic/sbmod.hxx>
#include <basic/sbmod.hxx>
...
@@ -99,6 +99,6 @@ public:
...
@@ -99,6 +99,6 @@ public:
virtual
SbxVariable
*
Find
(
const
OUString
&
rName
,
SbxClassType
t
);
virtual
SbxVariable
*
Find
(
const
OUString
&
rName
,
SbxClassType
t
);
};
};
#endif
#endif
// INCLUDED_BASIC_INC_SBOBJMOD_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
basic/source/classes/sb.cxx
Dosyayı görüntüle @
0a33e24d
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
#include "sbintern.hxx"
#include "sbintern.hxx"
#include "runtime.hxx"
#include "runtime.hxx"
#include <basic/sbuno.hxx>
#include <basic/sbuno.hxx>
#include
<basic/sbobjmod.hxx>
#include
"sbobjmod.hxx"
#include "stdobj.hxx"
#include "stdobj.hxx"
#include "filefmt.hxx"
#include "filefmt.hxx"
#include "sb.hrc"
#include "sb.hrc"
...
...
basic/source/classes/sbxmod.cxx
Dosyayı görüntüle @
0a33e24d
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
#include <basic/basrdll.hxx>
#include <basic/basrdll.hxx>
#include <osl/mutex.hxx>
#include <osl/mutex.hxx>
#include
<basic/sbobjmod.hxx>
#include
"sbobjmod.hxx"
#include <basic/vbahelper.hxx>
#include <basic/vbahelper.hxx>
#include <cppuhelper/implbase3.hxx>
#include <cppuhelper/implbase3.hxx>
#include <unotools/eventcfg.hxx>
#include <unotools/eventcfg.hxx>
...
...
basic/source/comp/sbcomp.cxx
Dosyayı görüntüle @
0a33e24d
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include <basic/sbx.hxx>
#include <basic/sbx.hxx>
#include "sbcomp.hxx"
#include "sbcomp.hxx"
#include "image.hxx"
#include "image.hxx"
#include
<basic/sbobjmod.hxx>
#include
"sbobjmod.hxx"
#include <svtools/miscopt.hxx>
#include <svtools/miscopt.hxx>
#include <stdio.h>
#include <stdio.h>
...
...
basic/source/runtime/methods.cxx
Dosyayı görüntüle @
0a33e24d
...
@@ -87,7 +87,7 @@ SbxVariable* getDefaultProp( SbxVariable* pRef );
...
@@ -87,7 +87,7 @@ SbxVariable* getDefaultProp( SbxVariable* pRef );
#include <direct.h>
#include <direct.h>
#endif
#endif
#include
<basic/sbobjmod.hxx>
#include
"sbobjmod.hxx"
#ifdef WNT
#ifdef WNT
#if defined _MSC_VER
#if defined _MSC_VER
...
...
basic/source/runtime/methods1.cxx
Dosyayı görüntüle @
0a33e24d
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
#include <tools/urlobj.hxx>
#include <tools/urlobj.hxx>
#include <osl/file.hxx>
#include <osl/file.hxx>
#include <vcl/jobset.hxx>
#include <vcl/jobset.hxx>
#include
<basic/sbobjmod.hxx>
#include
"sbobjmod.hxx"
#include <basic/sbuno.hxx>
#include <basic/sbuno.hxx>
#include "date.hxx"
#include "date.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