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
472388fd
Kaydet (Commit)
472388fd
authored
Ara 23, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unusedfields in basctl
Change-Id: I565bd86167c93ece1d65ce8a3b148144f5a7107a
üst
70d14d2c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
14 deletions
+6
-14
basicbox.cxx
basctl/source/basicide/basicbox.cxx
+3
-4
basicbox.hxx
basctl/source/basicide/basicbox.hxx
+1
-3
baside2.hxx
basctl/source/basicide/baside2.hxx
+0
-2
bastypes.cxx
basctl/source/basicide/bastypes.cxx
+1
-3
bastypes.hxx
basctl/source/inc/bastypes.hxx
+1
-2
No files found.
basctl/source/basicide/basicbox.cxx
Dosyayı görüntüle @
472388fd
...
@@ -67,7 +67,7 @@ void LibBoxControl::StateChanged( sal_uInt16, SfxItemState eState, const SfxPool
...
@@ -67,7 +67,7 @@ void LibBoxControl::StateChanged( sal_uInt16, SfxItemState eState, const SfxPool
VclPtr
<
vcl
::
Window
>
LibBoxControl
::
CreateItemWindow
(
vcl
::
Window
*
pParent
)
VclPtr
<
vcl
::
Window
>
LibBoxControl
::
CreateItemWindow
(
vcl
::
Window
*
pParent
)
{
{
return
VclPtr
<
LibBox
>::
Create
(
pParent
,
m_xFrame
);
return
VclPtr
<
LibBox
>::
Create
(
pParent
);
}
}
...
@@ -133,9 +133,8 @@ void DocListenerBox::onDocumentModeChanged( const ScriptDocument& /*_rDocument*/
...
@@ -133,9 +133,8 @@ void DocListenerBox::onDocumentModeChanged( const ScriptDocument& /*_rDocument*/
// not interested in
// not interested in
}
}
LibBox
::
LibBox
(
vcl
::
Window
*
pParent
,
const
uno
::
Reference
<
frame
::
XFrame
>&
rFrame
)
:
LibBox
::
LibBox
(
vcl
::
Window
*
pParent
)
:
DocListenerBox
(
pParent
),
DocListenerBox
(
pParent
)
m_xFrame
(
rFrame
)
{
{
FillBox
();
FillBox
();
bIgnoreSelect
=
true
;
// do not yet transfer select of 0
bIgnoreSelect
=
true
;
// do not yet transfer select of 0
...
...
basctl/source/basicide/basicbox.hxx
Dosyayı görüntüle @
472388fd
...
@@ -77,7 +77,6 @@ private:
...
@@ -77,7 +77,6 @@ private:
OUString
aCurText
;
OUString
aCurText
;
bool
bIgnoreSelect
;
bool
bIgnoreSelect
;
bool
bFillBox
;
bool
bFillBox
;
css
::
uno
::
Reference
<
css
::
frame
::
XFrame
>
m_xFrame
;
static
void
ReleaseFocus
();
static
void
ReleaseFocus
();
void
InsertEntries
(
const
ScriptDocument
&
rDocument
,
LibraryLocation
eLocation
);
void
InsertEntries
(
const
ScriptDocument
&
rDocument
,
LibraryLocation
eLocation
);
...
@@ -93,8 +92,7 @@ protected:
...
@@ -93,8 +92,7 @@ protected:
virtual
bool
PreNotify
(
NotifyEvent
&
rNEvt
)
override
;
virtual
bool
PreNotify
(
NotifyEvent
&
rNEvt
)
override
;
public
:
public
:
LibBox
(
vcl
::
Window
*
pParent
,
LibBox
(
vcl
::
Window
*
pParent
);
const
css
::
uno
::
Reference
<
css
::
frame
::
XFrame
>&
rFrame
);
virtual
~
LibBox
();
virtual
~
LibBox
();
virtual
void
dispose
()
override
;
virtual
void
dispose
()
override
;
...
...
basctl/source/basicide/baside2.hxx
Dosyayı görüntüle @
472388fd
...
@@ -534,8 +534,6 @@ public:
...
@@ -534,8 +534,6 @@ public:
class
UnoTypeCodeCompletetor
class
UnoTypeCodeCompletetor
{
{
private
:
private
:
css
::
uno
::
Reference
<
css
::
lang
::
XMultiServiceFactory
>
xFactory
;
css
::
uno
::
Reference
<
css
::
reflection
::
XIdlReflection
>
xRefl
;
css
::
uno
::
Reference
<
css
::
reflection
::
XIdlClass
>
xClass
;
css
::
uno
::
Reference
<
css
::
reflection
::
XIdlClass
>
xClass
;
bool
bCanComplete
;
bool
bCanComplete
;
...
...
basctl/source/basicide/bastypes.cxx
Dosyayı görüntüle @
472388fd
...
@@ -732,7 +732,7 @@ void LibInfos::InsertInfo (
...
@@ -732,7 +732,7 @@ void LibInfos::InsertInfo (
{
{
Key
aKey
(
rDocument
,
rLibName
);
Key
aKey
(
rDocument
,
rLibName
);
m_aMap
.
erase
(
aKey
);
m_aMap
.
erase
(
aKey
);
m_aMap
.
insert
(
Map
::
value_type
(
aKey
,
Item
(
r
Document
,
r
CurrentName
,
eCurrentType
)));
m_aMap
.
insert
(
Map
::
value_type
(
aKey
,
Item
(
rCurrentName
,
eCurrentType
)));
}
}
void
LibInfos
::
RemoveInfoFor
(
ScriptDocument
const
&
rDocument
)
void
LibInfos
::
RemoveInfoFor
(
ScriptDocument
const
&
rDocument
)
...
@@ -771,11 +771,9 @@ size_t LibInfos::Key::Hash::operator () (Key const& rKey) const
...
@@ -771,11 +771,9 @@ size_t LibInfos::Key::Hash::operator () (Key const& rKey) const
}
}
LibInfos
::
Item
::
Item
(
LibInfos
::
Item
::
Item
(
ScriptDocument
const
&
rDocument
,
OUString
const
&
rCurrentName
,
OUString
const
&
rCurrentName
,
ItemType
eCurrentType
ItemType
eCurrentType
)
:
)
:
m_aDocument
(
rDocument
),
m_aCurrentName
(
rCurrentName
),
m_aCurrentName
(
rCurrentName
),
m_eCurrentType
(
eCurrentType
)
m_eCurrentType
(
eCurrentType
)
{
}
{
}
...
...
basctl/source/inc/bastypes.hxx
Dosyayı görüntüle @
472388fd
...
@@ -272,12 +272,11 @@ public:
...
@@ -272,12 +272,11 @@ public:
class
Item
class
Item
{
{
private
:
private
:
ScriptDocument
m_aDocument
;
OUString
m_aCurrentName
;
OUString
m_aCurrentName
;
ItemType
m_eCurrentType
;
ItemType
m_eCurrentType
;
public
:
public
:
Item
(
ScriptDocument
const
&
,
OUString
const
&
rCurrentName
,
ItemType
eCurrentType
);
Item
(
OUString
const
&
rCurrentName
,
ItemType
eCurrentType
);
~
Item
();
~
Item
();
const
OUString
&
GetCurrentName
()
const
{
return
m_aCurrentName
;
}
const
OUString
&
GetCurrentName
()
const
{
return
m_aCurrentName
;
}
ItemType
GetCurrentType
()
const
{
return
m_eCurrentType
;
}
ItemType
GetCurrentType
()
const
{
return
m_eCurrentType
;
}
...
...
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