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
f762dad2
Kaydet (Commit)
f762dad2
authored
Eki 04, 2013
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#46374 replace stardiv in comments where applicable
Change-Id: Icd07fba84735325408741ad10864c63ea32a6481
üst
be62c012
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
23 additions
and
36 deletions
+23
-36
basecontrol.cxx
UnoControls/source/base/basecontrol.cxx
+0
-2
datatest.cxx
extensions/test/stm/datatest.cxx
+6
-11
testcomponent.cxx
extensions/workben/testcomponent.cxx
+2
-2
datatest.cxx
io/test/stm/datatest.cxx
+6
-12
testcomponent.cxx
io/test/testcomponent.cxx
+2
-2
saxdemo.cxx
sax/test/saxdemo.cxx
+2
-2
testcomponent.cxx
sax/test/testcomponent.cxx
+2
-2
svxerr.src
svx/source/items/svxerr.src
+2
-2
XFastPropertySet.idl
udkapi/com/sun/star/beans/XFastPropertySet.idl
+1
-1
No files found.
UnoControls/source/base/basecontrol.cxx
Dosyayı görüntüle @
f762dad2
...
...
@@ -367,7 +367,6 @@ void SAL_CALL BaseControl::createPeer( const Reference< XToolkit >& xToo
addWindowListener
(
this
);
}
// PosSize_POSSIZE defined in <stardiv/uno/awt/window.hxx>
m_xPeerWindow
->
setPosSize
(
m_nX
,
m_nY
,
m_nWidth
,
m_nHeight
,
PosSize
::
POSSIZE
);
m_xPeerWindow
->
setEnable
(
m_bEnable
);
m_xPeerWindow
->
setVisible
(
m_bVisible
&&
!
m_bInDesignMode
);
...
...
@@ -461,7 +460,6 @@ void SAL_CALL BaseControl::setPosSize( sal_Int32 nX ,
sal_Int16
nFlags
)
throw
(
RuntimeException
)
{
// - change size and position of window and save the values
// - "nFlags" declared in <stardiv/uno/awt/window.hxx> ("#define PosSize_X .....")
// Ready for multithreading
MutexGuard
aGuard
(
m_aMutex
);
...
...
extensions/test/stm/datatest.cxx
Dosyayı görüntüle @
f762dad2
...
...
@@ -24,14 +24,11 @@
#include <smart/com/sun/star/io/XActiveDataSource.hxx>
#include <smart/com/sun/star/io/XConnectable.hxx>
#include <smart/com/sun/star/io/XMarkableStream.hxx>
#include <smart/com/sun/star/lang/XServiceInfo.hxx>
#include <smart/com/sun/star/beans/XPropertySet.hxx>
#include <usr/services.hxx>
#include <usr/factoryhlp.hxx>
#include <usr/reflserv.hxx> // for EXTERN_SERVICE_CALLTYPE
#include <usr/weak.hxx> // OWeakObject
...
...
@@ -47,14 +44,12 @@ using namespace usr;
#define DATASTREAM_TEST_MAX_HANDLE 1
/****
* The following test class tests XDataInputStream and XDataOutputStream at equal terms,
* so when errors occur, it may be in either one implementation.
* The class also uses stardiv.uno.io.pipe. If problems occur, make sure to run also the
* pipe test routines ( test.com.sun.star.io.pipe ).
*
*
*****/
/*
* The following test class tests XDataInputStream and XDataOutputStream at equal terms,
* so when errors occur, it may be in either one implementation.
* The class also uses com.sun.star.io.Pipe. If problems occur, make sure to run also the
* pipe test routines ( test.com.sun.star.io.Pipe ).
*/
class
ODataStreamTest
:
public
XSimpleTest
,
...
...
extensions/workben/testcomponent.cxx
Dosyayı görüntüle @
f762dad2
...
...
@@ -21,9 +21,9 @@
//------------------------------------------------------
// testcomponent - Loads a service and its testcomponent from dlls performs a test.
// Expands the dll-names depending on the actual environment.
// Example : testcomponent
stardiv.uno
.io.Pipe stm
// Example : testcomponent
com.sun.star
.io.Pipe stm
//
// Therefor the testcode must exist in teststm and the testservice must be named test.
stardiv.uno
.io.Pipe
// Therefor the testcode must exist in teststm and the testservice must be named test.
com.sun.star
.io.Pipe
//
#include <stdio.h>
...
...
io/test/stm/datatest.cxx
Dosyayı görüntüle @
f762dad2
...
...
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <stdio.h>
#include <com/sun/star/test/XSimpleTest.hpp>
...
...
@@ -29,13 +28,10 @@
#include <com/sun/star/io/XConnectable.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/WrappedTargetException.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <cppuhelper/factory.hxx>
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase2.hxx>
...
...
@@ -58,14 +54,12 @@ using namespace ::com::sun::star::beans;
#define DATASTREAM_TEST_MAX_HANDLE 1
/****
* The following test class tests XDataInputStream and XDataOutputStream at equal terms,
* so when errors occur, it may be in either one implementation.
* The class also uses stardiv.uno.io.pipe. If problems occur, make sure to run also the
* pipe test routines ( test.com.sun.star.io.pipe ).
*
*
*****/
/*
* The following test class tests XDataInputStream and XDataOutputStream at equal terms,
* so when errors occur, it may be in either one implementation.
* The class also uses com.sun.star.io.pipe. If problems occur, make sure to run also the
* pipe test routines ( test.com.sun.star.io.pipe ).
*/
class
ODataStreamTest
:
public
WeakImplHelper1
<
XSimpleTest
>
...
...
io/test/testcomponent.cxx
Dosyayı görüntüle @
f762dad2
...
...
@@ -21,9 +21,9 @@
//------------------------------------------------------
// testcomponent - Loads a service and its testcomponent from dlls performs a test.
// Expands the dll-names depending on the actual environment.
// Example : testcomponent
stardiv.uno
.io.Pipe stm
// Example : testcomponent
com.sun.star
.io.Pipe stm
//
// Therefor the testcode must exist in teststm and the testservice must be named test.
stardiv.uno
.io.Pipe
// Therefor the testcode must exist in teststm and the testservice must be named test.
com.sun.star
.io.Pipe
//
#include <stdio.h>
...
...
sax/test/saxdemo.cxx
Dosyayı görüntüle @
f762dad2
...
...
@@ -20,9 +20,9 @@
//------------------------------------------------------
// testcomponent - Loads a service and its testcomponent from dlls performs a test.
// Expands the dll-names depending on the actual environment.
// Example : testcomponent
stardiv.uno
.io.Pipe stm
// Example : testcomponent
com.sun.star
.io.Pipe stm
//
// Therefor the testcode must exist in teststm and the testservice must be named test.
stardiv
.uno.io.Pipe
// Therefor the testcode must exist in teststm and the testservice must be named test.
com.sun.star
.uno.io.Pipe
//
#include <stdio.h>
...
...
sax/test/testcomponent.cxx
Dosyayı görüntüle @
f762dad2
...
...
@@ -20,9 +20,9 @@
//------------------------------------------------------
// testcomponent - Loads a service and its testcomponent from dlls performs a test.
// Expands the dll-names depending on the actual environment.
// Example : testcomponent
stardiv.uno
.io.Pipe stm
// Example : testcomponent
com.sun.star
.io.Pipe stm
//
// Therefor the testcode must exist in teststm and the testservice must be named
test.stardiv.uno
.io.Pipe
// Therefor the testcode must exist in teststm and the testservice must be named
com.sun.star
.io.Pipe
//
#include <stdio.h>
...
...
svx/source/items/svxerr.src
Dosyayı görüntüle @
f762dad2
...
...
@@ -91,11 +91,11 @@ Resource RID_SVXERRCODE
};
String (ERRCODE_SVX_FORMS_NOIOSERVICES | ERRCODE_CLASS_READ) & ERRCODE_RES_MASK
{
Text [ en-US ] = "The form layer wasn't loaded as the required IO-services (
stardiv.uno
.io.*) could not be instantiated.";
Text [ en-US ] = "The form layer wasn't loaded as the required IO-services (
com.sun.star
.io.*) could not be instantiated.";
};
String (ERRCODE_SVX_FORMS_NOIOSERVICES | ERRCODE_CLASS_WRITE) & ERRCODE_RES_MASK
{
Text [ en-US ] = "The form layer wasn't written as the required IO services (
stardiv.uno
.io.*) could not be instantiated.";
Text [ en-US ] = "The form layer wasn't written as the required IO services (
com.sun.star
.io.*) could not be instantiated.";
};
String (ERRCODE_SVX_FORMS_READWRITEFAILED | ERRCODE_CLASS_READ) & ERRCODE_RES_MASK
{
...
...
udkapi/com/sun/star/beans/XFastPropertySet.idl
Dosyayı görüntüle @
f762dad2
...
...
@@ -63,7 +63,7 @@ published interface XFastPropertySet: com::sun::star::uno::XInterface
if
the
new
value
cannot
be
converted
to
the
type
of
the
underlying
property
by
an
identity
or
widening
conversion
.
@
throws
stardiv
::
uno
::
lang
::
WrappedTargetException
@
throws
com
::
sun
::
star
::
lang
::
WrappedTargetException
if
the
implementation
has
an
internal
reason
for
the
exception
.
In
this
case
the
original
exception
is
wrapped
into
this
com
::
sun
::
star
::
lang
::
WrappedTargetException
.
...
...
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