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
f34cc90d
Kaydet (Commit)
f34cc90d
authored
Nis 13, 2016
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:passstuffbyref in vbahelper
Change-Id: I09e6ea5cbab5b06dd284a096503b19c15b2136ce
üst
1f83c3d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
vbadocumentbase.hxx
include/vbahelper/vbadocumentbase.hxx
+1
-1
vbacommandbarhelper.hxx
vbahelper/source/vbahelper/vbacommandbarhelper.hxx
+3
-3
No files found.
include/vbahelper/vbadocumentbase.hxx
Dosyayı görüntüle @
f34cc90d
...
@@ -31,7 +31,7 @@ protected:
...
@@ -31,7 +31,7 @@ protected:
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>
mxModel
;
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>
mxModel
;
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
mxVBProject
;
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
mxVBProject
;
protected
:
protected
:
c
ss
::
uno
::
Reference
<
css
::
frame
::
XModel
>
getModel
()
{
return
mxModel
;
}
c
onst
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
getModel
()
{
return
mxModel
;
}
public
:
public
:
VbaDocumentBase
(
const
css
::
uno
::
Reference
<
ov
::
XHelperInterface
>&
xParent
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
,
VbaDocumentBase
(
const
css
::
uno
::
Reference
<
ov
::
XHelperInterface
>&
xParent
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
,
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>
xModel
);
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>
xModel
);
...
...
vbahelper/source/vbahelper/vbacommandbarhelper.hxx
Dosyayı görüntüle @
f34cc90d
...
@@ -63,9 +63,9 @@ private:
...
@@ -63,9 +63,9 @@ private:
public
:
public
:
VbaCommandBarHelper
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
,
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
)
throw
(
css
::
uno
::
RuntimeException
);
VbaCommandBarHelper
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
,
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
)
throw
(
css
::
uno
::
RuntimeException
);
c
ss
::
uno
::
Reference
<
css
::
frame
::
XModel
>
getModel
()
const
{
return
mxModel
;
}
c
onst
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
getModel
()
const
{
return
mxModel
;
}
c
ss
::
uno
::
Reference
<
css
::
container
::
XNameAccess
>
getPersistentWindowState
()
const
throw
(
css
::
uno
::
RuntimeException
)
c
onst
css
::
uno
::
Reference
<
css
::
container
::
XNameAccess
>&
getPersistentWindowState
()
const
throw
(
css
::
uno
::
RuntimeException
)
{
{
return
m_xWindowState
;
return
m_xWindowState
;
}
}
...
@@ -76,7 +76,7 @@ public:
...
@@ -76,7 +76,7 @@ public:
css
::
uno
::
Reference
<
css
::
frame
::
XLayoutManager
>
getLayoutManager
()
throw
(
css
::
uno
::
RuntimeException
);
css
::
uno
::
Reference
<
css
::
frame
::
XLayoutManager
>
getLayoutManager
()
throw
(
css
::
uno
::
RuntimeException
);
const
OUString
getModuleId
()
const
{
return
maModuleId
;
}
const
OUString
&
getModuleId
()
const
{
return
maModuleId
;
}
OUString
findToolbarByName
(
const
css
::
uno
::
Reference
<
css
::
container
::
XNameAccess
>&
xNameAccess
,
const
OUString
&
sName
)
throw
(
css
::
uno
::
RuntimeException
);
OUString
findToolbarByName
(
const
css
::
uno
::
Reference
<
css
::
container
::
XNameAccess
>&
xNameAccess
,
const
OUString
&
sName
)
throw
(
css
::
uno
::
RuntimeException
);
static
sal_Int32
findControlByName
(
const
css
::
uno
::
Reference
<
css
::
container
::
XIndexAccess
>&
xIndexAccess
,
const
OUString
&
sName
,
bool
bMenu
=
false
)
throw
(
css
::
uno
::
RuntimeException
);
static
sal_Int32
findControlByName
(
const
css
::
uno
::
Reference
<
css
::
container
::
XIndexAccess
>&
xIndexAccess
,
const
OUString
&
sName
,
bool
bMenu
=
false
)
throw
(
css
::
uno
::
RuntimeException
);
static
OUString
generateCustomURL
();
static
OUString
generateCustomURL
();
...
...
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