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
5353c6dc
Kaydet (Commit)
5353c6dc
authored
Kas 04, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bin presumably obsolete SUNWS crack
Change-Id: I83038a7160251e59a2178e54859c2ab8e4bffe2e
üst
fdf19189
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
27 deletions
+0
-27
FormulaCompiler.hxx
include/formula/FormulaCompiler.hxx
+0
-9
externalrefmgr.hxx
sc/inc/externalrefmgr.hxx
+0
-10
parclass.hxx
sc/source/core/inc/parclass.hxx
+0
-4
docsh.hxx
sc/source/ui/inc/docsh.hxx
+0
-4
No files found.
include/formula/FormulaCompiler.hxx
Dosyayı görüntüle @
5353c6dc
...
...
@@ -70,11 +70,6 @@ public:
FormulaCompiler
(
FormulaTokenArray
&
_rArr
);
virtual
~
FormulaCompiler
();
// SUNWS8 needs a forward declared friend, otherwise members of the outer
// class are not accessible.
class
OpCodeMap
;
friend
class
FormulaCompiler
::
OpCodeMap
;
/** Mappings from strings to OpCodes and vice versa. */
class
FORMULA_DLLPUBLIC
OpCodeMap
{
...
...
@@ -362,10 +357,6 @@ private:
rCurr
->
SetForceArray
(
true
);
}
// SUNWS7 needs a forward declared friend, otherwise members of the outer
// class are not accessible.
class
CurrentFactor
;
friend
class
FormulaCompiler
::
CurrentFactor
;
class
CurrentFactor
{
FormulaTokenRef
pPrevFac
;
...
...
sc/inc/externalrefmgr.hxx
Dosyayı görüntüle @
5353c6dc
...
...
@@ -123,11 +123,6 @@ private:
typedef
::
boost
::
unordered_map
<
SCROW
,
RowDataType
>
RowsDataType
;
public
:
// SUNWS needs a forward declared friend, otherwise types and members
// of the outer class are not accessible.
class
Table
;
friend
class
ScExternalRefCache
::
Table
;
/**
* Represents a single cached table in an external document. It only
* stores non-empty cells; empty cells should never be stored in the data
...
...
@@ -336,11 +331,6 @@ private:
typedef
::
boost
::
unordered_map
<
ScRange
,
TokenArrayRef
,
RangeHash
>
RangeArrayMap
;
typedef
::
boost
::
unordered_map
<
OUString
,
OUString
,
OUStringHash
>
NamePairMap
;
// SUNWS needs a forward declared friend, otherwise types and members
// of the outer class are not accessible.
struct
DocItem
;
friend
struct
ScExternalRefCache
::
DocItem
;
/** Represents data cached for a single external document. */
struct
DocItem
{
...
...
sc/source/core/inc/parclass.hxx
Dosyayı görüntüle @
5353c6dc
...
...
@@ -101,10 +101,6 @@ private:
sal_uInt8
nRepeatLast
;
};
// SUNWS7 needs a forward declared friend, otherwise members of the outer
// class are not accessible (in this case CommonData).
struct
RawData
;
friend
struct
ScParameterClassification
::
RawData
;
struct
RawData
{
OpCode
eOp
;
...
...
sc/source/ui/inc/docsh.hxx
Dosyayı görüntüle @
5353c6dc
...
...
@@ -121,10 +121,6 @@ class SC_DLLPUBLIC ScDocShell: public SfxObjectShell, public SfxListener
SAL_DLLPRIVATE
void
InitOptions
(
bool
bForLoading
);
SAL_DLLPRIVATE
void
ResetDrawObjectShell
();
// SUNWS needs a forward declared friend, otherwise types and members
// of the outer class are not accessible.
class
PrepareSaveGuard
;
friend
class
ScDocShell
::
PrepareSaveGuard
;
/** Do things that need to be done before saving to our own format and
necessary clean ups in dtor. */
class
PrepareSaveGuard
...
...
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