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
e3e95f97
Kaydet (Commit)
e3e95f97
authored
Şub 28, 2015
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: embeded->embedded
Change-Id: I27d0cdac158a674274647fe0081a8d8c046fe0ea
üst
a98d3240
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
13 deletions
+13
-13
statusbardocumenthandler.cxx
framework/source/fwe/xml/statusbardocumenthandler.cxx
+1
-1
toolboxdocumenthandler.cxx
framework/source/fwe/xml/toolboxdocumenthandler.cxx
+1
-1
imagesdocumenthandler.cxx
framework/source/xml/imagesdocumenthandler.cxx
+8
-8
PresenterSlideShowView.cxx
sdext/source/presenter/PresenterSlideShowView.cxx
+1
-1
htmlimport.cxx
sw/qa/extras/htmlimport/htmlimport.cxx
+1
-1
README
ure/source/README
+1
-1
No files found.
framework/source/fwe/xml/statusbardocumenthandler.cxx
Dosyayı görüntüle @
e3e95f97
...
...
@@ -214,7 +214,7 @@ throw( SAXException, RuntimeException, std::exception )
if
(
m_bStatusBarStartFound
)
{
OUString
aErrorMessage
=
getErrorLineString
();
aErrorMessage
+=
"Element 'statusbar:statusbar' cannot be embeded into 'statusbar:statusbar'!"
;
aErrorMessage
+=
"Element 'statusbar:statusbar' cannot be embed
d
ed into 'statusbar:statusbar'!"
;
throw
SAXException
(
aErrorMessage
,
Reference
<
XInterface
>
(),
Any
()
);
}
...
...
framework/source/fwe/xml/toolboxdocumenthandler.cxx
Dosyayı görüntüle @
e3e95f97
...
...
@@ -226,7 +226,7 @@ throw( SAXException, RuntimeException, std::exception )
if
(
m_bToolBarStartFound
)
{
OUString
aErrorMessage
=
getErrorLineString
();
aErrorMessage
+=
"Element 'toolbar:toolbar' cannot be embeded into 'toolbar:toolbar'!"
;
aErrorMessage
+=
"Element 'toolbar:toolbar' cannot be embed
d
ed into 'toolbar:toolbar'!"
;
throw
SAXException
(
aErrorMessage
,
Reference
<
XInterface
>
(),
Any
()
);
}
else
...
...
framework/source/xml/imagesdocumenthandler.cxx
Dosyayı görüntüle @
e3e95f97
...
...
@@ -178,7 +178,7 @@ void SAL_CALL OReadImagesDocumentHandler::startElement(
if
(
m_bImageContainerStartFound
)
{
OUString
aErrorMessage
=
getErrorLineString
();
aErrorMessage
+=
"Element 'image:imagecontainer' cannot be embeded into 'image:imagecontainer'!"
;
aErrorMessage
+=
"Element 'image:imagecontainer' cannot be embed
d
ed into 'image:imagecontainer'!"
;
throw
SAXException
(
aErrorMessage
,
Reference
<
XInterface
>
(),
Any
()
);
}
...
...
@@ -191,14 +191,14 @@ void SAL_CALL OReadImagesDocumentHandler::startElement(
if
(
!
m_bImageContainerStartFound
)
{
OUString
aErrorMessage
=
getErrorLineString
();
aErrorMessage
+=
"Element 'image:images' must be embeded into element 'image:imagecontainer'!"
;
aErrorMessage
+=
"Element 'image:images' must be embed
d
ed into element 'image:imagecontainer'!"
;
throw
SAXException
(
aErrorMessage
,
Reference
<
XInterface
>
(),
Any
()
);
}
if
(
m_bImagesStartFound
)
{
OUString
aErrorMessage
=
getErrorLineString
();
aErrorMessage
+=
"Element 'image:images' cannot be embeded into 'image:images'!"
;
aErrorMessage
+=
"Element 'image:images' cannot be embed
d
ed into 'image:images'!"
;
throw
SAXException
(
aErrorMessage
,
Reference
<
XInterface
>
(),
Any
()
);
}
...
...
@@ -299,7 +299,7 @@ void SAL_CALL OReadImagesDocumentHandler::startElement(
m_pImages
=
NULL
;
OUString
aErrorMessage
=
getErrorLineString
();
aErrorMessage
+=
"Element 'image:entry' must be embeded into element 'image:images'!"
;
aErrorMessage
+=
"Element 'image:entry' must be embed
d
ed into element 'image:images'!"
;
throw
SAXException
(
aErrorMessage
,
Reference
<
XInterface
>
(),
Any
()
);
}
...
...
@@ -375,7 +375,7 @@ void SAL_CALL OReadImagesDocumentHandler::startElement(
m_pImages
=
NULL
;
OUString
aErrorMessage
=
getErrorLineString
();
aErrorMessage
+=
"Element 'image:externalimages' must be embeded into element 'image:imagecontainer'!"
;
aErrorMessage
+=
"Element 'image:externalimages' must be embed
d
ed into element 'image:imagecontainer'!"
;
throw
SAXException
(
aErrorMessage
,
Reference
<
XInterface
>
(),
Any
()
);
}
...
...
@@ -386,7 +386,7 @@ void SAL_CALL OReadImagesDocumentHandler::startElement(
m_pImages
=
NULL
;
OUString
aErrorMessage
=
getErrorLineString
();
aErrorMessage
+=
"Element 'image:externalimages' cannot be embeded into 'image:externalimages'!"
;
aErrorMessage
+=
"Element 'image:externalimages' cannot be embed
d
ed into 'image:externalimages'!"
;
throw
SAXException
(
aErrorMessage
,
Reference
<
XInterface
>
(),
Any
()
);
}
...
...
@@ -406,7 +406,7 @@ void SAL_CALL OReadImagesDocumentHandler::startElement(
m_pExternalImages
=
NULL
;
OUString
aErrorMessage
=
getErrorLineString
();
aErrorMessage
+=
"Element 'image:externalentry' must be embeded into 'image:externalimages'!"
;
aErrorMessage
+=
"Element 'image:externalentry' must be embed
d
ed into 'image:externalimages'!"
;
throw
SAXException
(
aErrorMessage
,
Reference
<
XInterface
>
(),
Any
()
);
}
...
...
@@ -418,7 +418,7 @@ void SAL_CALL OReadImagesDocumentHandler::startElement(
m_pExternalImages
=
NULL
;
OUString
aErrorMessage
=
getErrorLineString
();
aErrorMessage
+=
"Element 'image:externalentry' cannot be embeded into 'image:externalentry'!"
;
aErrorMessage
+=
"Element 'image:externalentry' cannot be embed
d
ed into 'image:externalentry'!"
;
throw
SAXException
(
aErrorMessage
,
Reference
<
XInterface
>
(),
Any
()
);
}
...
...
sdext/source/presenter/PresenterSlideShowView.cxx
Dosyayı görüntüle @
e3e95f97
...
...
@@ -1004,7 +1004,7 @@ void PresenterSlideShowView::impl_addAndConfigureView()
{
Reference
<
presentation
::
XSlideShowView
>
xView
(
this
);
mxSlideShow
->
addView
(
xView
);
// Prevent embeded sounds being played twice at the same time by
// Prevent embed
d
ed sounds being played twice at the same time by
// disabling sound for the new slide show view.
beans
::
PropertyValue
aProperty
;
aProperty
.
Name
=
"IsSoundEnabled"
;
...
...
sw/qa/extras/htmlimport/htmlimport.cxx
Dosyayı görüntüle @
e3e95f97
...
...
@@ -46,7 +46,7 @@ DECLARE_HTMLIMPORT_TEST(testInlinedImage, "inlined_image.html")
{
SwXTextDocument
*
pTxtDoc
=
dynamic_cast
<
SwXTextDocument
*>
(
mxComponent
.
get
());
CPPUNIT_ASSERT
(
pTxtDoc
);
// The document contains only one embeded picture inlined in img's src attribute.
// The document contains only one embed
d
ed picture inlined in img's src attribute.
SwDoc
*
pDoc
=
pTxtDoc
->
GetDocShell
()
->
GetDoc
();
SwEditShell
*
pEditShell
=
pDoc
->
GetEditShell
();
...
...
ure/source/README
Dosyayı görüntüle @
e3e95f97
...
...
@@ -242,7 +242,7 @@ Users\Application Data\URE directory.
URE_MORE_TYPES and URE_MORE_SERVICES each contain zero or more space-separated
URI descriptors. A URI descriptor is either a URI (denoting an individual file)
or a URI embeded in "<" and ">*" (denoting all the files contained non-
or a URI embed
d
ed in "<" and ">*" (denoting all the files contained non-
recursively within the directory denoted by the given URI).
The Java UNO environment needs type information in the form of Java class files
...
...
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