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
22a8a96b
Kaydet (Commit)
22a8a96b
authored
Ock 23, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
rename SfxConfigGroupListBox_Impl as SfxConfigGroupListBox
Change-Id: Id2e25b5feecc0bab5b4e926e5fe44320979d89ba
üst
fb0cce50
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
24 deletions
+24
-24
acccfg.cxx
cui/source/customize/acccfg.cxx
+1
-1
cfgutil.cxx
cui/source/customize/cfgutil.cxx
+16
-16
acccfg.hxx
cui/source/inc/acccfg.hxx
+2
-2
cfgutil.hxx
cui/source/inc/cfgutil.hxx
+4
-4
macroass.cxx
cui/source/tabpages/macroass.cxx
+1
-1
No files found.
cui/source/customize/acccfg.cxx
Dosyayı görüntüle @
22a8a96b
...
...
@@ -726,7 +726,7 @@ SfxAcceleratorConfigPage::SfxAcceleratorConfigPage( Window* pParent, const SfxIt
,
aChangeButton
(
this
,
CUI_RES
(
BTN_ACC_CHANGE
))
,
aRemoveButton
(
this
,
CUI_RES
(
BTN_ACC_REMOVE
))
,
aGroupText
(
this
,
CUI_RES
(
TXT_ACC_GROUP
))
,
pGroupLBox
(
new
SfxConfigGroupListBox
_Impl
(
this
,
CUI_RES
(
BOX_ACC_GROUP
),
SFX_SLOT_ACCELCONFIG
))
,
pGroupLBox
(
new
SfxConfigGroupListBox
(
this
,
CUI_RES
(
BOX_ACC_GROUP
),
SFX_SLOT_ACCELCONFIG
))
,
aFunctionText
(
this
,
CUI_RES
(
TXT_ACC_FUNCTION
))
,
pFunctionBox
(
new
SfxConfigFunctionListBox_Impl
(
this
,
CUI_RES
(
BOX_ACC_FUNCTION
)))
,
aKeyText
(
this
,
CUI_RES
(
TXT_ACC_KEY
))
...
...
cui/source/customize/cfgutil.cxx
Dosyayı görüntüle @
22a8a96b
...
...
@@ -398,7 +398,7 @@ SvxConfigGroupBoxResource_Impl::SvxConfigGroupBoxResource_Impl() :
FreeResource
();
}
SfxConfigGroupListBox
_Impl
::
SfxConfigGroupListBox_Impl
(
SfxConfigGroupListBox
::
SfxConfigGroupListBox
(
Window
*
pParent
,
const
ResId
&
rResId
,
sal_uLong
nConfigMode
)
:
SvTreeListBox
(
pParent
,
rResId
)
,
pImp
(
new
SvxConfigGroupBoxResource_Impl
()),
pFunctionListBox
(
0
),
nMode
(
nConfigMode
),
pStylesInfo
(
0
)
...
...
@@ -408,12 +408,12 @@ SfxConfigGroupListBox_Impl::SfxConfigGroupListBox_Impl(
}
SfxConfigGroupListBox
_Impl
::~
SfxConfigGroupListBox_Impl
()
SfxConfigGroupListBox
::~
SfxConfigGroupListBox
()
{
ClearAll
();
}
void
SfxConfigGroupListBox
_Impl
::
ClearAll
()
void
SfxConfigGroupListBox
::
ClearAll
()
{
sal_uInt16
nCount
=
aArr
.
size
();
for
(
sal_uInt16
i
=
0
;
i
<
nCount
;
++
i
)
...
...
@@ -433,13 +433,13 @@ void SfxConfigGroupListBox_Impl::ClearAll()
Clear
();
}
void
SfxConfigGroupListBox
_Impl
::
SetStylesInfo
(
SfxStylesInfo_Impl
*
pStyles
)
void
SfxConfigGroupListBox
::
SetStylesInfo
(
SfxStylesInfo_Impl
*
pStyles
)
{
pStylesInfo
=
pStyles
;
}
//-----------------------------------------------
void
SfxConfigGroupListBox
_Impl
::
InitModule
()
void
SfxConfigGroupListBox
::
InitModule
()
{
try
{
...
...
@@ -475,12 +475,12 @@ void SfxConfigGroupListBox_Impl::InitModule()
}
//-----------------------------------------------
void
SfxConfigGroupListBox
_Impl
::
InitBasic
()
void
SfxConfigGroupListBox
::
InitBasic
()
{
}
//-----------------------------------------------
void
SfxConfigGroupListBox
_Impl
::
InitStyles
()
void
SfxConfigGroupListBox
::
InitStyles
()
{
}
...
...
@@ -538,7 +538,7 @@ namespace
}
//-----------------------------------------------
void
SfxConfigGroupListBox
_Impl
::
Init
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
,
void
SfxConfigGroupListBox
::
Init
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
,
const
css
::
uno
::
Reference
<
css
::
frame
::
XFrame
>&
xFrame
,
const
OUString
&
sModuleLongName
)
{
...
...
@@ -708,7 +708,7 @@ void SfxConfigGroupListBox_Impl::Init(const css::uno::Reference< css::uno::XComp
MakeVisible
(
GetEntry
(
0
,
0
)
);
SetUpdateMode
(
sal_True
);
}
Image
SfxConfigGroupListBox
_Impl
::
GetImage
(
Image
SfxConfigGroupListBox
::
GetImage
(
Reference
<
browse
::
XBrowseNode
>
node
,
Reference
<
XComponentContext
>
xCtx
,
bool
bIsRootNode
...
...
@@ -774,7 +774,7 @@ Image SfxConfigGroupListBox_Impl::GetImage(
}
Reference
<
XInterface
>
SfxConfigGroupListBox
_Impl
::
getDocumentModel
(
Reference
<
XComponentContext
>&
xCtx
,
OUString
&
docName
)
SfxConfigGroupListBox
::
getDocumentModel
(
Reference
<
XComponentContext
>&
xCtx
,
OUString
&
docName
)
{
Reference
<
XInterface
>
xModel
;
Reference
<
frame
::
XDesktop2
>
desktop
=
frame
::
Desktop
::
create
(
xCtx
);
...
...
@@ -802,7 +802,7 @@ SfxConfigGroupListBox_Impl::getDocumentModel( Reference< XComponentContext >& xC
}
//-----------------------------------------------
OUString
SfxConfigGroupListBox
_Impl
::
MapCommand2UIName
(
const
OUString
&
sCommand
)
OUString
SfxConfigGroupListBox
::
MapCommand2UIName
(
const
OUString
&
sCommand
)
{
OUString
sUIName
;
try
...
...
@@ -830,7 +830,7 @@ OUString SfxConfigGroupListBox_Impl::MapCommand2UIName(const OUString& sCommand)
}
//-----------------------------------------------
void
SfxConfigGroupListBox
_Impl
::
GroupSelected
()
void
SfxConfigGroupListBox
::
GroupSelected
()
/* Description
A function group or a basic module has been selected.
All functions/macros are displayed in the functionlistbox.
...
...
@@ -960,7 +960,7 @@ void SfxConfigGroupListBox_Impl::GroupSelected()
pFunctionListBox
->
SetUpdateMode
(
sal_True
);
}
sal_Bool
SfxConfigGroupListBox
_Impl
::
Expand
(
SvTreeListEntry
*
pParent
)
sal_Bool
SfxConfigGroupListBox
::
Expand
(
SvTreeListEntry
*
pParent
)
{
sal_Bool
bRet
=
SvTreeListBox
::
Expand
(
pParent
);
if
(
bRet
)
...
...
@@ -991,7 +991,7 @@ sal_Bool SfxConfigGroupListBox_Impl::Expand( SvTreeListEntry* pParent )
return
bRet
;
}
void
SfxConfigGroupListBox
_Impl
::
RequestingChildren
(
SvTreeListEntry
*
pEntry
)
void
SfxConfigGroupListBox
::
RequestingChildren
(
SvTreeListEntry
*
pEntry
)
/* Description
A basic or a library is opened.
*/
...
...
@@ -1119,13 +1119,13 @@ void SfxConfigGroupListBox_Impl::RequestingChildren( SvTreeListEntry *pEntry )
}
}
void
SfxConfigGroupListBox
_Impl
::
SelectMacro
(
const
SfxMacroInfoItem
*
pItem
)
void
SfxConfigGroupListBox
::
SelectMacro
(
const
SfxMacroInfoItem
*
pItem
)
{
SelectMacro
(
pItem
->
GetBasicManager
()
->
GetName
(),
pItem
->
GetQualifiedName
()
);
}
void
SfxConfigGroupListBox
_Impl
::
SelectMacro
(
const
OUString
&
rBasic
,
void
SfxConfigGroupListBox
::
SelectMacro
(
const
OUString
&
rBasic
,
const
OUString
&
rMacro
)
{
OUString
aBasicName
(
rBasic
);
...
...
cui/source/inc/acccfg.hxx
Dosyayı görüntüle @
22a8a96b
...
...
@@ -46,7 +46,7 @@
#include "cfgutil.hxx"
class
SfxMacroInfoItem
;
class
SfxConfigGroupListBox
_Impl
;
class
SfxConfigGroupListBox
;
class
SfxConfigFunctionListBox_Impl
;
class
SfxAcceleratorConfigPage
;
class
SfxStringItem
;
...
...
@@ -122,7 +122,7 @@ private:
PushButton
aChangeButton
;
PushButton
aRemoveButton
;
FixedText
aGroupText
;
SfxConfigGroupListBox
_Impl
*
pGroupLBox
;
SfxConfigGroupListBox
*
pGroupLBox
;
FixedText
aFunctionText
;
SfxConfigFunctionListBox_Impl
*
pFunctionBox
;
FixedText
aKeyText
;
...
...
cui/source/inc/cfgutil.hxx
Dosyayı görüntüle @
22a8a96b
...
...
@@ -101,7 +101,7 @@ typedef boost::ptr_vector<SfxGroupInfo_Impl> SfxGroupInfoArr_Impl;
class
SfxConfigFunctionListBox_Impl
:
public
SvTreeListBox
{
friend
class
SfxConfigGroupListBox
_Impl
;
friend
class
SfxConfigGroupListBox
;
Timer
aTimer
;
SvTreeListEntry
*
pCurEntry
;
SfxGroupInfoArr_Impl
aArr
;
...
...
@@ -125,7 +125,7 @@ public:
};
struct
SvxConfigGroupBoxResource_Impl
;
class
SfxConfigGroupListBox
_Impl
:
public
SvTreeListBox
class
SfxConfigGroupListBox
:
public
SvTreeListBox
{
SvxConfigGroupBoxResource_Impl
*
pImp
;
SfxConfigFunctionListBox_Impl
*
pFunctionListBox
;
...
...
@@ -165,10 +165,10 @@ protected:
virtual
sal_Bool
Expand
(
SvTreeListEntry
*
pParent
);
public
:
SfxConfigGroupListBox
_Impl
(
Window
*
pParent
,
SfxConfigGroupListBox
(
Window
*
pParent
,
const
ResId
&
,
sal_uLong
nConfigMode
=
0
);
~
SfxConfigGroupListBox
_Impl
();
~
SfxConfigGroupListBox
();
void
ClearAll
();
void
Init
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
,
...
...
cui/source/tabpages/macroass.cxx
Dosyayı görüntüle @
22a8a96b
...
...
@@ -51,7 +51,7 @@ public:
OUString
*
pStrEvent
;
OUString
*
pAssignedMacro
;
MacroEventListBox
*
pEventLB
;
SfxConfigGroupListBox
_Impl
*
pGroupLB
;
SfxConfigGroupListBox
*
pGroupLB
;
FixedText
*
pFT_MacroLBLabel
;
SfxConfigFunctionListBox_Impl
*
pMacroLB
;
...
...
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