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
c6f5d3ad
Kaydet (Commit)
c6f5d3ad
authored
Mar 03, 2015
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: instert(ed)->insert(ed)
Change-Id: Id4262fa42c9c13722ceb2f91f01876614cbf1ad2
üst
5d6358b0
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
10 deletions
+10
-10
XMenu.idl
offapi/com/sun/star/awt/XMenu.idl
+2
-2
XPopupMenu.idl
offapi/com/sun/star/awt/XPopupMenu.idl
+1
-1
conditio.cxx
sc/source/core/data/conditio.cxx
+1
-1
docpool.cxx
sc/source/core/data/docpool.cxx
+2
-2
unomodel.cxx
sd/source/ui/unoidl/unomodel.cxx
+2
-2
ndgrf.cxx
sw/source/core/graphic/ndgrf.cxx
+1
-1
tabfrm.hxx
sw/source/core/inc/tabfrm.hxx
+1
-1
No files found.
offapi/com/sun/star/awt/XMenu.idl
Dosyayı görüntüle @
c6f5d3ad
...
@@ -51,7 +51,7 @@ published interface XMenu: com::sun::star::uno::XInterface
...
@@ -51,7 +51,7 @@ published interface XMenu: com::sun::star::uno::XInterface
getItemCount
()
or
if
it
is
negative
.
</p>
getItemCount
()
or
if
it
is
negative
.
</p>
@
param
nItemId
@
param
nItemId
specifies
the
ID
of
the
menu
item
to
be
ins
t
erted
.
specifies
the
ID
of
the
menu
item
to
be
inserted
.
@
param
aText
@
param
aText
specifies
the
label
of
the
menu
item
.
specifies
the
label
of
the
menu
item
.
...
@@ -61,7 +61,7 @@ published interface XMenu: com::sun::star::uno::XInterface
...
@@ -61,7 +61,7 @@ published interface XMenu: com::sun::star::uno::XInterface
MenuItemStyle
.
MenuItemStyle
.
@
param
nItemPos
@
param
nItemPos
specifies
the
position
where
the
menu
item
will
be
ins
t
erted
.
specifies
the
position
where
the
menu
item
will
be
inserted
.
*/
*/
void
insertItem
(
[
in
]
short
nItemId
,
void
insertItem
(
[
in
]
short
nItemId
,
[
in
]
string
aText
,
[
in
]
string
aText
,
...
...
offapi/com/sun/star/awt/XPopupMenu.idl
Dosyayı görüntüle @
c6f5d3ad
...
@@ -35,7 +35,7 @@ published interface XPopupMenu: XMenu
...
@@ -35,7 +35,7 @@ published interface XPopupMenu: XMenu
/**
inserts
a
separator
at
the
specified
position
.
/**
inserts
a
separator
at
the
specified
position
.
@
param
nItemPos
@
param
nItemPos
specifies
the
position
where
the
menu
separator
will
be
ins
t
erted
.
specifies
the
position
where
the
menu
separator
will
be
inserted
.
*/
*/
void
insertSeparator
(
[
in
]
short
nItemPos
)
;
void
insertSeparator
(
[
in
]
short
nItemPos
)
;
...
...
sc/source/core/data/conditio.cxx
Dosyayı görüntüle @
c6f5d3ad
...
@@ -641,7 +641,7 @@ bool ScConditionEntry::operator== ( const ScConditionEntry& r ) const
...
@@ -641,7 +641,7 @@ bool ScConditionEntry::operator== ( const ScConditionEntry& r ) const
void
ScConditionEntry
::
Interpret
(
const
ScAddress
&
rPos
)
void
ScConditionEntry
::
Interpret
(
const
ScAddress
&
rPos
)
{
{
// Create formula cells
// Create formula cells
// Note: New Broadcaster (Note cells) may be ins
t
erted into the document!
// Note: New Broadcaster (Note cells) may be inserted into the document!
if
(
(
pFormula1
&&
!
pFCell1
)
||
(
pFormula2
&&
!
pFCell2
)
)
if
(
(
pFormula1
&&
!
pFCell1
)
||
(
pFormula2
&&
!
pFCell2
)
)
MakeCells
(
rPos
);
MakeCells
(
rPos
);
...
...
sc/source/core/data/docpool.cxx
Dosyayı görüntüle @
c6f5d3ad
...
@@ -427,11 +427,11 @@ void ScDocumentPool::InitVersionMaps()
...
@@ -427,11 +427,11 @@ void ScDocumentPool::InitVersionMaps()
pVersionMap2
=
new
sal_uInt16
[
nMap2Count
];
pVersionMap2
=
new
sal_uInt16
[
nMap2Count
];
for
(
i
=
0
,
j
=
nMap2Start
;
i
<
nMap2New
;
i
++
,
j
++
)
for
(
i
=
0
,
j
=
nMap2Start
;
i
<
nMap2New
;
i
++
,
j
++
)
pVersionMap2
[
i
]
=
j
;
pVersionMap2
[
i
]
=
j
;
// Two entries ins
t
erted ...
// Two entries inserted ...
for
(
i
=
nMap2New
,
j
=
nMap2Start
+
nMap2New
+
2
;
i
<
nMap2Count
;
i
++
,
j
++
)
for
(
i
=
nMap2New
,
j
=
nMap2Start
+
nMap2New
+
2
;
i
<
nMap2Count
;
i
++
,
j
++
)
pVersionMap2
[
i
]
=
j
;
pVersionMap2
[
i
]
=
j
;
// Third Map: ATTR_INDENT from 350 ins
t
erted
// Third Map: ATTR_INDENT from 350 inserted
const
sal_uInt16
nMap3Start
=
100
;
// ATTR_STARTINDEX
const
sal_uInt16
nMap3Start
=
100
;
// ATTR_STARTINDEX
const
sal_uInt16
nMap3End
=
160
;
// ATTR_ENDINDEX
const
sal_uInt16
nMap3End
=
160
;
// ATTR_ENDINDEX
...
...
sd/source/ui/unoidl/unomodel.cxx
Dosyayı görüntüle @
c6f5d3ad
...
@@ -2911,7 +2911,7 @@ uno::Reference< drawing::XDrawPage > SAL_CALL SdMasterPagesAccess::insertNewByIn
...
@@ -2911,7 +2911,7 @@ uno::Reference< drawing::XDrawPage > SAL_CALL SdMasterPagesAccess::insertNewByIn
SdPage
*
pPage
=
mpModel
->
mpDoc
->
GetSdPage
(
(
sal_uInt16
)
0
,
PK_STANDARD
);
SdPage
*
pPage
=
mpModel
->
mpDoc
->
GetSdPage
(
(
sal_uInt16
)
0
,
PK_STANDARD
);
SdPage
*
pRefNotesPage
=
mpModel
->
mpDoc
->
GetSdPage
(
(
sal_uInt16
)
0
,
PK_NOTES
);
SdPage
*
pRefNotesPage
=
mpModel
->
mpDoc
->
GetSdPage
(
(
sal_uInt16
)
0
,
PK_NOTES
);
// create and ins
t
ert new draw masterpage
// create and insert new draw masterpage
SdPage
*
pMPage
=
mpModel
->
mpDoc
->
AllocSdPage
(
true
);
SdPage
*
pMPage
=
mpModel
->
mpDoc
->
AllocSdPage
(
true
);
pMPage
->
SetSize
(
pPage
->
GetSize
()
);
pMPage
->
SetSize
(
pPage
->
GetSize
()
);
pMPage
->
SetBorder
(
pPage
->
GetLftBorder
(),
pMPage
->
SetBorder
(
pPage
->
GetLftBorder
(),
...
@@ -2928,7 +2928,7 @@ uno::Reference< drawing::XDrawPage > SAL_CALL SdMasterPagesAccess::insertNewByIn
...
@@ -2928,7 +2928,7 @@ uno::Reference< drawing::XDrawPage > SAL_CALL SdMasterPagesAccess::insertNewByIn
xDrawPage
=
uno
::
Reference
<
drawing
::
XDrawPage
>::
query
(
pMPage
->
getUnoPage
()
);
xDrawPage
=
uno
::
Reference
<
drawing
::
XDrawPage
>::
query
(
pMPage
->
getUnoPage
()
);
// create and ins
t
ert new notes masterpage
// create and insert new notes masterpage
SdPage
*
pMNotesPage
=
mpModel
->
mpDoc
->
AllocSdPage
(
true
);
SdPage
*
pMNotesPage
=
mpModel
->
mpDoc
->
AllocSdPage
(
true
);
pMNotesPage
->
SetSize
(
pRefNotesPage
->
GetSize
()
);
pMNotesPage
->
SetSize
(
pRefNotesPage
->
GetSize
()
);
pMNotesPage
->
SetPageKind
(
PK_NOTES
);
pMNotesPage
->
SetPageKind
(
PK_NOTES
);
...
...
sw/source/core/graphic/ndgrf.cxx
Dosyayı görüntüle @
c6f5d3ad
...
@@ -748,7 +748,7 @@ void SwGrfNode::ReleaseLink()
...
@@ -748,7 +748,7 @@ void SwGrfNode::ReleaseLink()
// #i15508# added extra processing after getting rid of the link. Use whatever is
// #i15508# added extra processing after getting rid of the link. Use whatever is
// known from the formally linked graphic to get to a state as close to a directly
// known from the formally linked graphic to get to a state as close to a directly
// unlinked ins
t
erted graphic as possible. Goal is to have a valid GfxLink at the
// unlinked inserted graphic as possible. Goal is to have a valid GfxLink at the
// ImplGraphic (see there) that holds temporary data to the original data and type
// ImplGraphic (see there) that holds temporary data to the original data and type
// information about the original data. Only when this is given will
// information about the original data. Only when this is given will
// SvXMLGraphicHelper::ImplInsertGraphicURL which is used at export use that type
// SvXMLGraphicHelper::ImplInsertGraphicURL which is used at export use that type
...
...
sw/source/core/inc/tabfrm.hxx
Dosyayı görüntüle @
c6f5d3ad
...
@@ -88,7 +88,7 @@ class SwTabFrm: public SwLayoutFrm, public SwFlowFrm
...
@@ -88,7 +88,7 @@ class SwTabFrm: public SwLayoutFrm, public SwFlowFrm
/**
/**
* Split() splits the Frm at the specified position: a Follow is
* Split() splits the Frm at the specified position: a Follow is
* created and constructed and ins
t
erted directly after this.
* created and constructed and inserted directly after this.
* Join() gets the Follow's content and destroys it.
* Join() gets the Follow's content and destroys it.
*/
*/
bool
Split
(
const
SwTwips
nCutPos
,
bool
bTryToSplit
,
bool
bTableRowKeep
);
bool
Split
(
const
SwTwips
nCutPos
,
bool
bTryToSplit
,
bool
bTableRowKeep
);
...
...
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