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
54942f0d
Kaydet (Commit)
54942f0d
authored
Ara 23, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
spelling: attachement -> attachment
Change-Id: I1bb1ad04adec864b594d96711f85b8fcdc1d1ef2
üst
f901624b
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
Grid.cxx
forms/source/component/Grid.cxx
+1
-1
InterfaceContainer.cxx
forms/source/misc/InterfaceContainer.cxx
+1
-1
senddoc.cxx
shell/source/win32/simplemail/senddoc.cxx
+2
-2
TestSmplMail.cxx
shell/source/win32/workbench/TestSmplMail.cxx
+4
-4
OpenGLHelper.cxx
vcl/source/opengl/OpenGLHelper.cxx
+1
-1
No files found.
forms/source/component/Grid.cxx
Dosyayı görüntüle @
54942f0d
...
@@ -912,7 +912,7 @@ void OGridControlModel::read(const Reference<XObjectInputStream>& _rxInStream) t
...
@@ -912,7 +912,7 @@ void OGridControlModel::read(const Reference<XObjectInputStream>& _rxInStream) t
_rxInStream
->
skipBytes
(
nObjLen
);
_rxInStream
->
skipBytes
(
nObjLen
);
xMark
->
deleteMark
(
nMark
);
xMark
->
deleteMark
(
nMark
);
}
}
// reading the attach
e
ment
// reading the attachment
for
(
sal_Int32
i
=
0
;
i
<
nLen
;
i
++
)
for
(
sal_Int32
i
=
0
;
i
<
nLen
;
i
++
)
{
{
InterfaceRef
xIfc
(
m_aItems
[
i
],
UNO_QUERY
);
InterfaceRef
xIfc
(
m_aItems
[
i
],
UNO_QUERY
);
...
...
forms/source/misc/InterfaceContainer.cxx
Dosyayı görüntüle @
54942f0d
...
@@ -455,7 +455,7 @@ void SAL_CALL OInterfaceContainer::readEvents(const Reference<XObjectInputStream
...
@@ -455,7 +455,7 @@ void SAL_CALL OInterfaceContainer::readEvents(const Reference<XObjectInputStream
xMark
->
deleteMark
(
nMark
);
xMark
->
deleteMark
(
nMark
);
}
}
// Read Attach
e
ment
// Read Attachment
if
(
m_xEventAttacher
.
is
()
)
if
(
m_xEventAttacher
.
is
()
)
{
{
OInterfaceArray
::
const_iterator
aAttach
=
m_aItems
.
begin
();
OInterfaceArray
::
const_iterator
aAttach
=
m_aItems
.
begin
();
...
...
shell/source/win32/simplemail/senddoc.cxx
Dosyayı görüntüle @
54942f0d
...
@@ -116,7 +116,7 @@ void initRecipientList(MapiRecipientList_t* pMapiRecipientList)
...
@@ -116,7 +116,7 @@ void initRecipientList(MapiRecipientList_t* pMapiRecipientList)
}
}
/** @internal */
/** @internal */
void
initAttach
e
mentList
(
MapiAttachmentList_t
*
pMapiAttachmentList
)
void
initAttachmentList
(
MapiAttachmentList_t
*
pMapiAttachmentList
)
{
{
OSL_ASSERT
(
pMapiAttachmentList
->
empty
());
OSL_ASSERT
(
pMapiAttachmentList
->
empty
());
...
@@ -276,7 +276,7 @@ int main(int argc, char* argv[])
...
@@ -276,7 +276,7 @@ int main(int argc, char* argv[])
initMapiOriginator
(
&
mapiOriginator
);
initMapiOriginator
(
&
mapiOriginator
);
initRecipientList
(
&
mapiRecipientList
);
initRecipientList
(
&
mapiRecipientList
);
initAttach
e
mentList
(
&
mapiAttachmentList
);
initAttachmentList
(
&
mapiAttachmentList
);
initMapiMessage
((
gFrom
.
length
()
?
&
mapiOriginator
:
NULL
),
mapiRecipientList
,
mapiAttachmentList
,
&
mapiMsg
);
initMapiMessage
((
gFrom
.
length
()
?
&
mapiOriginator
:
NULL
),
mapiRecipientList
,
mapiAttachmentList
,
&
mapiMsg
);
ulRet
=
mapi
.
MAPISendMail
(
hSession
,
0
,
&
mapiMsg
,
gMapiFlags
,
0
);
ulRet
=
mapi
.
MAPISendMail
(
hSession
,
0
,
&
mapiMsg
,
gMapiFlags
,
0
);
...
...
shell/source/win32/workbench/TestSmplMail.cxx
Dosyayı görüntüle @
54942f0d
...
@@ -120,20 +120,20 @@ int SAL_CALL main(int , char*, char* )
...
@@ -120,20 +120,20 @@ int SAL_CALL main(int , char*, char* )
xSmplMailMsg
->
setSubject
(
OUString
(
"Mapi Test"
)
);
xSmplMailMsg
->
setSubject
(
OUString
(
"Mapi Test"
)
);
Sequence
<
OUString
>
attach
e
ments
(
2
);
Sequence
<
OUString
>
attachments
(
2
);
OUString
aFile
(
"D:
\\
Projects
\\
gsl
\\
shell
\\
wntmsci7
\\
bin
\\
testprx.exe"
);
OUString
aFile
(
"D:
\\
Projects
\\
gsl
\\
shell
\\
wntmsci7
\\
bin
\\
testprx.exe"
);
OUString
aFileURL
;
OUString
aFileURL
;
osl
::
FileBase
::
getFileURLFromSystemPath
(
aFile
,
aFileURL
);
osl
::
FileBase
::
getFileURLFromSystemPath
(
aFile
,
aFileURL
);
attach
e
ments
[
0
]
=
aFileURL
;
attachments
[
0
]
=
aFileURL
;
aFile
=
"D:
\\
Projects
\\
gsl
\\
shell
\\
wntmsci7
\\
bin
\\
testsyssh.exe"
;
aFile
=
"D:
\\
Projects
\\
gsl
\\
shell
\\
wntmsci7
\\
bin
\\
testsyssh.exe"
;
osl
::
FileBase
::
getFileURLFromSystemPath
(
aFile
,
aFileURL
);
osl
::
FileBase
::
getFileURLFromSystemPath
(
aFile
,
aFileURL
);
attach
e
ments
[
1
]
=
aFile
;
attachments
[
1
]
=
aFile
;
xSmplMailMsg
->
setAttachement
(
attach
e
ments
);
xSmplMailMsg
->
setAttachement
(
attachments
);
xSmplMailClient
->
sendSimpleMailMessage
(
xSmplMailMsg
,
0
);
xSmplMailClient
->
sendSimpleMailMessage
(
xSmplMailMsg
,
0
);
}
}
...
...
vcl/source/opengl/OpenGLHelper.cxx
Dosyayı görüntüle @
54942f0d
...
@@ -315,7 +315,7 @@ void OpenGLHelper::createFramebuffer(long nWidth, long nHeight, GLuint& nFramebu
...
@@ -315,7 +315,7 @@ void OpenGLHelper::createFramebuffer(long nWidth, long nHeight, GLuint& nFramebu
glGenFramebuffers
(
1
,
&
nFramebufferId
);
glGenFramebuffers
(
1
,
&
nFramebufferId
);
glCheckFramebufferStatus
(
GL_FRAMEBUFFER
);
glCheckFramebufferStatus
(
GL_FRAMEBUFFER
);
glBindFramebuffer
(
GL_FRAMEBUFFER
,
nFramebufferId
);
glBindFramebuffer
(
GL_FRAMEBUFFER
,
nFramebufferId
);
// attach a renderbuffer to FBO color attach
e
ment point
// attach a renderbuffer to FBO color attachment point
glBindRenderbuffer
(
GL_RENDERBUFFER
,
nRenderbufferColorId
);
glBindRenderbuffer
(
GL_RENDERBUFFER
,
nRenderbufferColorId
);
glFramebufferRenderbuffer
(
GL_FRAMEBUFFER
,
GL_COLOR_ATTACHMENT0
,
GL_RENDERBUFFER
,
nRenderbufferColorId
);
glFramebufferRenderbuffer
(
GL_FRAMEBUFFER
,
GL_COLOR_ATTACHMENT0
,
GL_RENDERBUFFER
,
nRenderbufferColorId
);
glCheckFramebufferStatus
(
GL_FRAMEBUFFER
);
glCheckFramebufferStatus
(
GL_FRAMEBUFFER
);
...
...
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