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
fe86d0ca
Kaydet (Commit)
fe86d0ca
authored
Şub 23, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typo "paramater" -> "parameter" + remove some commented lines
Change-Id: I1e6343fdcee91d23aacd776520e8bfdf81d411e4
üst
7c775547
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
30 deletions
+11
-30
errobject.cxx
basic/source/classes/errobject.cxx
+1
-1
RecoveryTools.java
framework/qa/complex/framework/recovery/RecoveryTools.java
+1
-1
CheckModuleAPI.java
qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
+1
-20
vbarange.cxx
sc/source/ui/vba/vbarange.cxx
+2
-2
brwbox.hxx
svtools/inc/svtools/brwbox.hxx
+5
-5
htmlplug.cxx
sw/source/filter/html/htmlplug.cxx
+1
-1
No files found.
basic/source/classes/errobject.cxx
Dosyayı görüntüle @
fe86d0ca
...
...
@@ -164,7 +164,7 @@ void ErrObject::setData( const uno::Any& Number, const uno::Any& Source, const u
throw
(
uno
::
RuntimeException
)
{
if
(
!
Number
.
hasValue
()
)
throw
uno
::
RuntimeException
(
OUString
(
"Missing Required Param
a
ter"
),
uno
::
Reference
<
uno
::
XInterface
>
()
);
throw
uno
::
RuntimeException
(
OUString
(
"Missing Required Param
e
ter"
),
uno
::
Reference
<
uno
::
XInterface
>
()
);
Number
>>=
m_nNumber
;
Description
>>=
m_sDescription
;
Source
>>=
m_sSource
;
...
...
framework/qa/complex/framework/recovery/RecoveryTools.java
Dosyayı görüntüle @
fe86d0ca
...
...
@@ -246,7 +246,7 @@ public class RecoveryTools {
/**
* The office must be started WITH restore and crashreporter functionality.
* Therefore the param
a
ter '<CODE>--norestore</CODE>' and '<CODE>--nocrashreport</CODE>'
* Therefore the param
e
ter '<CODE>--norestore</CODE>' and '<CODE>--nocrashreport</CODE>'
* was removed from the <CODE>AppExecutionCommand</CODE> parameter
*/
public
void
removeParametersFromAppExecutionCommand
(){
...
...
qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
Dosyayı görüntüle @
fe86d0ca
...
...
@@ -379,31 +379,12 @@ public class CheckModuleAPI extends ComplexTestCase
private
String
getModulePath
(
String
module
)
{
// String sUnoapi = null;
// final String sep = System.getProperty("file.separator");
// final File srcRoot = new File(mSRC_ROOT);
// final FolderFilter qaFilter = new FolderFilter(module);
// final File[] moduleTree = srcRoot.listFiles(qaFilter);
// if (moduleTree != null)
// {
// if (mDebug)
// {
// log.println("moduleTree length:" + moduleTree.length);
// log.println("moduleTree: " + moduleTree[0].getAbsolutePath());
// }
// if (moduleTree != null)
// {
// sUnoapi = moduleTree[0].getAbsolutePath() + sep + "qa" + sep + "unoapi";
// }
// }
String
sUnoapi
=
getQaUnoApiPath
(
mSRC_ROOT
,
module
);
return
sUnoapi
;
}
/**
Some modules contains more the one project. This methods translates given project param
a
ter to the
Some modules contains more the one project. This methods translates given project param
e
ter to the
* correspind module name.
*
* fwk -> framework
...
...
sc/source/ui/vba/vbarange.cxx
Dosyayı görüntüle @
fe86d0ca
...
...
@@ -3634,7 +3634,7 @@ ScVbaRange::Delete( const uno::Any& Shift ) throw (uno::RuntimeException)
mode
=
sheet
::
CellDeleteMode_LEFT
;
break
;
default
:
throw
uno
::
RuntimeException
(
rtl
::
OUString
(
"Illegal param
a
ter "
),
uno
::
Reference
<
uno
::
XInterface
>
()
);
throw
uno
::
RuntimeException
(
rtl
::
OUString
(
"Illegal param
e
ter "
),
uno
::
Reference
<
uno
::
XInterface
>
()
);
}
}
else
...
...
@@ -4545,7 +4545,7 @@ ScVbaRange::Insert( const uno::Any& Shift, const uno::Any& /*CopyOrigin*/ ) thro
mode
=
sheet
::
CellInsertMode_DOWN
;
break
;
default
:
throw
uno
::
RuntimeException
(
rtl
::
OUString
(
"Illegal param
a
ter "
),
uno
::
Reference
<
uno
::
XInterface
>
()
);
throw
uno
::
RuntimeException
(
rtl
::
OUString
(
"Illegal param
e
ter "
),
uno
::
Reference
<
uno
::
XInterface
>
()
);
}
}
else
...
...
svtools/inc/svtools/brwbox.hxx
Dosyayı görüntüle @
fe86d0ca
...
...
@@ -714,8 +714,8 @@ public:
// Conversions ------------------------------------------------------------
/** Converts a point relative to the data window origin to a cell address.
@param rnRow Out-param
a
ter that takes the row index.
@param rnColumnId Out-param
a
ter that takes the column ID.
@param rnRow Out-param
e
ter that takes the row index.
@param rnColumnId Out-param
e
ter that takes the column ID.
@param rPoint The position in pixels relative to the data window.
@return <TRUE/>, if the point could be converted to a valid address. */
virtual
sal_Bool
ConvertPointToCellAddress
(
...
...
@@ -723,21 +723,21 @@ public:
/** Converts a point relative to the row header bar origin to a row header
index.
@param rnRow Out-param
a
ter that takes the row index.
@param rnRow Out-param
e
ter that takes the row index.
@param rPoint The position in pixels relative to the header bar.
@return <TRUE/>, if the point could be converted to a valid index. */
virtual
sal_Bool
ConvertPointToRowHeader
(
sal_Int32
&
rnRow
,
const
Point
&
rPoint
);
/** Converts a point relative to the column header bar origin to a column
header index.
@param rnColumnId Out-param
a
ter that takes the column ID.
@param rnColumnId Out-param
e
ter that takes the column ID.
@param rPoint The position in pixels relative to the header bar.
@return <TRUE/>, if the point could be converted to a valid index. */
virtual
sal_Bool
ConvertPointToColumnHeader
(
sal_uInt16
&
rnColumnPos
,
const
Point
&
rPoint
);
/** Converts a point relative to the BrowseBox origin to the index of an
existing control.
@param rnRow Out-param
a
ter that takes the 0-based control index.
@param rnRow Out-param
e
ter that takes the 0-based control index.
@param rPoint The position in pixels relative to the BrowseBox.
@return <TRUE/>, if the point could be converted to a valid index. */
virtual
sal_Bool
ConvertPointToControlIndex
(
sal_Int32
&
rnIndex
,
const
Point
&
rPoint
);
...
...
sw/source/filter/html/htmlplug.cxx
Dosyayı görüntüle @
fe86d0ca
...
...
@@ -1205,7 +1205,7 @@ Writer& OutHTML_FrmFmtOLENode( Writer& rWrt, const SwFrmFmt& rFrmFmt,
}
else
if
(
aGlobName
==
SvGlobalName
(
SO3_PLUGIN_CLASSID
)
)
{
// fuer Plugins die Param
a
ter als Optionen schreiben
// fuer Plugins die Param
e
ter als Optionen schreiben
uno
::
Sequence
<
beans
::
PropertyValue
>
aProps
;
aAny
=
xSet
->
getPropertyValue
(
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"PluginCommands"
))
);
...
...
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