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
fc6fa71e
Kaydet (Commit)
fc6fa71e
authored
Eki 09, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make lcl functions static
Change-Id: Ia8439fda69324a48660e6b6c5b954c6d3eb14bc9
üst
3f00118c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
frmpage.cxx
sw/source/ui/frmdlg/frmpage.cxx
+6
-6
No files found.
sw/source/ui/frmdlg/frmpage.cxx
Dosyayı görüntüle @
fc6fa71e
...
@@ -394,7 +394,7 @@ static sal_uInt16 aAddPgRg[] = {
...
@@ -394,7 +394,7 @@ static sal_uInt16 aAddPgRg[] = {
0
0
};
};
size_t
lcl_GetFrmMapCount
(
const
FrmMap
*
pMap
)
s
tatic
s
ize_t
lcl_GetFrmMapCount
(
const
FrmMap
*
pMap
)
{
{
if
(
pMap
)
if
(
pMap
)
{
{
...
@@ -567,7 +567,7 @@ SvxSwFramePosString::StringId lcl_ChangeResIdToVerticalOrRTL(SvxSwFramePosString
...
@@ -567,7 +567,7 @@ SvxSwFramePosString::StringId lcl_ChangeResIdToVerticalOrRTL(SvxSwFramePosString
// helper method in order to determine all possible
// helper method in order to determine all possible
// listbox relations in a relation map for a given relation
// listbox relations in a relation map for a given relation
sal_uLong
lcl_GetLBRelationsForRelations
(
const
sal_uInt16
_nRel
)
s
tatic
s
al_uLong
lcl_GetLBRelationsForRelations
(
const
sal_uInt16
_nRel
)
{
{
sal_uLong
nLBRelations
=
0L
;
sal_uLong
nLBRelations
=
0L
;
...
@@ -585,9 +585,9 @@ sal_uLong lcl_GetLBRelationsForRelations( const sal_uInt16 _nRel )
...
@@ -585,9 +585,9 @@ sal_uLong lcl_GetLBRelationsForRelations( const sal_uInt16 _nRel )
// helper method on order to determine all possible
// helper method on order to determine all possible
// listbox relations in a relation map for a given string ID
// listbox relations in a relation map for a given string ID
sal_uLong
lcl_GetLBRelationsForStrID
(
const
FrmMap
*
_pMap
,
s
tatic
s
al_uLong
lcl_GetLBRelationsForStrID
(
const
FrmMap
*
_pMap
,
const
SvxSwFramePosString
::
StringId
_eStrId
,
const
SvxSwFramePosString
::
StringId
_eStrId
,
const
bool
_bUseMirrorStr
)
const
bool
_bUseMirrorStr
)
{
{
sal_uLong
nLBRelations
=
0L
;
sal_uLong
nLBRelations
=
0L
;
...
@@ -2740,7 +2740,7 @@ IMPL_LINK_NOARG(SwFrmURLPage, InsertFileHdl)
...
@@ -2740,7 +2740,7 @@ IMPL_LINK_NOARG(SwFrmURLPage, InsertFileHdl)
return
0
;
return
0
;
}
}
void
lcl_Move
(
Window
&
rWin
,
sal_Int32
nDiff
)
static
void
lcl_Move
(
Window
&
rWin
,
sal_Int32
nDiff
)
{
{
Point
aPos
(
rWin
.
GetPosPixel
());
Point
aPos
(
rWin
.
GetPosPixel
());
aPos
.
Y
()
-=
nDiff
;
aPos
.
Y
()
-=
nDiff
;
...
...
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