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
712d2793
Kaydet (Commit)
712d2793
authored
Nis 14, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused code
Change-Id: I1355317d6baeb180417cb5f1f34038925c1299cf
üst
1d057cca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
formula.cxx
formula/source/ui/dlg/formula.cxx
+0
-19
No files found.
formula/source/ui/dlg/formula.cxx
Dosyayı görüntüle @
712d2793
...
...
@@ -69,21 +69,6 @@ namespace formula
{
using
namespace
::
com
::
sun
::
star
;
class
OFormulaToken
:
public
IFormulaToken
{
sal_Int32
m_nParaCount
;
bool
m_bIsFunction
;
public
:
OFormulaToken
(
bool
_bFunction
,
sal_Int32
_nParaCount
)
:
m_nParaCount
(
_nParaCount
),
m_bIsFunction
(
_bFunction
){}
virtual
~
OFormulaToken
()
{}
virtual
bool
isFunction
()
const
SAL_OVERRIDE
{
return
m_bIsFunction
;
}
virtual
sal_uInt32
getArgumentCount
()
const
SAL_OVERRIDE
{
return
m_nParaCount
;
}
};
class
FormulaDlg_Impl
{
public
:
...
...
@@ -108,7 +93,6 @@ namespace formula
void
StoreFormEditData
(
FormEditData
*
pEditData
);
void
UpdateArgInput
(
sal_uInt16
nOffset
,
sal_uInt16
nInput
);
void
Update
();
void
Update
(
const
OUString
&
_sExp
);
...
...
@@ -142,8 +126,6 @@ namespace formula
DECL_LINK
(
FormulaHdl
,
void
*
);
DECL_LINK
(
FormulaCursorHdl
,
void
*
);
DECL_LINK
(
BtnHdl
,
PushButton
*
);
DECL_LINK
(
GetEdFocusHdl
,
ArgInput
*
);
DECL_LINK
(
GetFxFocusHdl
,
ArgInput
*
);
DECL_LINK
(
DblClkHdl
,
void
*
);
DECL_LINK
(
FuncSelHdl
,
void
*
);
DECL_LINK
(
StructSelHdl
,
void
*
);
...
...
@@ -160,7 +142,6 @@ namespace formula
mutable
const
sheet
::
FormulaOpCodeMapEntry
*
m_pUnaryOpCodesEnd
;
mutable
uno
::
Sequence
<
sheet
::
FormulaOpCodeMapEntry
>
m_aBinaryOpCodes
;
mutable
const
sheet
::
FormulaOpCodeMapEntry
*
m_pBinaryOpCodesEnd
;
::
std
::
vector
<
::
boost
::
shared_ptr
<
OFormulaToken
>
>
m_aTokens
;
::
std
::
map
<
FormulaToken
*
,
sheet
::
FormulaToken
>
m_aTokenMap
;
IFormulaEditorHelper
*
m_pHelper
;
Dialog
*
m_pParent
;
...
...
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