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
d35d893c
Kaydet (Commit)
d35d893c
authored
Mar 03, 2015
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typos
Change-Id: I0aef0c185457687aa0e40a4a1e8024d9e691093f
üst
c6f5d3ad
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
svggradientprimitive2d.cxx
drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
+1
-1
filtercachedata.hxx
framework/inc/classes/filtercachedata.hxx
+1
-1
AsciiReplaceFilter.java
...Dev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
+1
-1
uunxapi.cxx
sal/osl/unx/uunxapi.cxx
+1
-1
slideshowimpl.cxx
sd/source/ui/slideshow/slideshowimpl.cxx
+1
-1
viewcontactofsdrcaptionobj.cxx
svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx
+1
-1
xmlmetae.cxx
xmloff/source/meta/xmlmetae.cxx
+1
-1
No files found.
drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
Dosyayı görüntüle @
d35d893c
...
@@ -475,7 +475,7 @@ namespace drawinglayer
...
@@ -475,7 +475,7 @@ namespace drawinglayer
// can only happen when SpreadMethod is Spread_reflect or Spread_repeat,
// can only happen when SpreadMethod is Spread_reflect or Spread_repeat,
// else the start and end pads are already created and fPos == aUnitRange.getMaxX().
// else the start and end pads are already created and fPos == aUnitRange.getMaxX().
// Its possible to express the repeated linear gradient by adding the
// Its possible to express the repeated linear gradient by adding the
// transformed central run. Crete it this way
// transformed central run. Cre
a
te it this way
Primitive2DSequence
aTargetColorEntries
(
Primitive2DVectorToPrimitive2DSequence
(
aTargetColor
));
Primitive2DSequence
aTargetColorEntries
(
Primitive2DVectorToPrimitive2DSequence
(
aTargetColor
));
Primitive2DSequence
aTargetOpacityEntries
(
Primitive2DVectorToPrimitive2DSequence
(
aTargetOpacity
));
Primitive2DSequence
aTargetOpacityEntries
(
Primitive2DVectorToPrimitive2DSequence
(
aTargetOpacity
));
aTargetColor
.
clear
();
aTargetColor
.
clear
();
...
...
framework/inc/classes/filtercachedata.hxx
Dosyayı görüntüle @
d35d893c
...
@@ -553,7 +553,7 @@ class DataContainer
...
@@ -553,7 +553,7 @@ class DataContainer
};
};
/*-************************************************************************************************************
/*-************************************************************************************************************
@short capsulate configuration access for fiter configuration
@short capsulate configuration access for fi
l
ter configuration
@descr We use the ConfigItem mechanism to read/write values from/to configuration.
@descr We use the ConfigItem mechanism to read/write values from/to configuration.
This implementation could be used to handle standard AND additional filter configurations in the same way.
This implementation could be used to handle standard AND additional filter configurations in the same way.
We set a data container pointer for filling or reading ... this class use it temp.
We set a data container pointer for filling or reading ... this class use it temp.
...
...
odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
Dosyayı görüntüle @
d35d893c
...
@@ -60,7 +60,7 @@ import com.sun.star.document.XFilter;
...
@@ -60,7 +60,7 @@ import com.sun.star.document.XFilter;
User can decide at runtime which functionality really should
User can decide at runtime which functionality really should
be used by selecting it in an extra filter property dialog.
be used by selecting it in an extra filter property dialog.
So we show how a filter works f
ro i
port/export, use or create
So we show how a filter works f
or im
port/export, use or create
streams and how a filter can offer properties for filtering
streams and how a filter can offer properties for filtering
which can be edit by the user.
which can be edit by the user.
************************************************************************-*/
************************************************************************-*/
...
...
sal/osl/unx/uunxapi.cxx
Dosyayı görüntüle @
d35d893c
...
@@ -295,7 +295,7 @@ int open_c(const char *cpPath, int oflag, int mode)
...
@@ -295,7 +295,7 @@ int open_c(const char *cpPath, int oflag, int mode)
// A new file was created. Check if it is outside the sandbox.
// A new file was created. Check if it is outside the sandbox.
// (In that case it must be one the user selected as export or
// (In that case it must be one the user selected as export or
// save destination in a file dialog, otherwise we wouldn't
// save destination in a file dialog, otherwise we wouldn't
// have been able to crete it.) Create and store a security
// have been able to cre
a
te it.) Create and store a security
// scoped bookmark for it so that we can access the file in
// scoped bookmark for it so that we can access the file in
// the future, too. (For the "Recent Files" functionality.)
// the future, too. (For the "Recent Files" functionality.)
const
char
*
sandbox
=
[
NSHomeDirectory
()
UTF8String
];
const
char
*
sandbox
=
[
NSHomeDirectory
()
UTF8String
];
...
...
sd/source/ui/slideshow/slideshowimpl.cxx
Dosyayı görüntüle @
d35d893c
...
@@ -3037,7 +3037,7 @@ void SAL_CALL SlideshowImpl::gotoNextSlide( ) throw (RuntimeException, std::exc
...
@@ -3037,7 +3037,7 @@ void SAL_CALL SlideshowImpl::gotoNextSlide( ) throw (RuntimeException, std::exc
else
else
{
{
// if this is a show, ignore user inputs and
// if this is a show, ignore user inputs and
// start 20ms timer to reenable inputs to fiter
// start 20ms timer to reenable inputs to fi
l
ter
// buffered inputs during slide transition
// buffered inputs during slide transition
if
(
meAnimationMode
==
ANIMATIONMODE_SHOW
)
if
(
meAnimationMode
==
ANIMATIONMODE_SHOW
)
{
{
...
...
svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx
Dosyayı görüntüle @
d35d893c
...
@@ -137,7 +137,7 @@ namespace sdr
...
@@ -137,7 +137,7 @@ namespace sdr
aSet
.
Put
(
XFillTransparenceItem
(
nShadowTransparence
));
aSet
.
Put
(
XFillTransparenceItem
(
nShadowTransparence
));
}
}
// crete FillAttribute from modified ItemSet
// cre
a
te FillAttribute from modified ItemSet
const
drawinglayer
::
attribute
::
SdrFillAttribute
aFill
(
const
drawinglayer
::
attribute
::
SdrFillAttribute
aFill
(
drawinglayer
::
primitive2d
::
createNewSdrFillAttribute
(
aSet
));
drawinglayer
::
primitive2d
::
createNewSdrFillAttribute
(
aSet
));
drawinglayer
::
primitive2d
::
Primitive2DReference
xSpecialShadow
;
drawinglayer
::
primitive2d
::
Primitive2DReference
xSpecialShadow
;
...
...
xmloff/source/meta/xmlmetae.cxx
Dosyayı görüntüle @
d35d893c
...
@@ -371,7 +371,7 @@ SvXMLMetaExport::startElement(const OUString & i_rName,
...
@@ -371,7 +371,7 @@ SvXMLMetaExport::startElement(const OUString & i_rName,
{
{
if
(
m_level
==
0
)
{
if
(
m_level
==
0
)
{
// namepace decls: default ones have been written at the root element
// name
s
pace decls: default ones have been written at the root element
// non-default ones must be preserved here
// non-default ones must be preserved here
const
sal_Int16
nCount
=
i_xAttribs
->
getLength
();
const
sal_Int16
nCount
=
i_xAttribs
->
getLength
();
for
(
sal_Int16
i
=
0
;
i
<
nCount
;
++
i
)
{
for
(
sal_Int16
i
=
0
;
i
<
nCount
;
++
i
)
{
...
...
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