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
b64c0d95
Kaydet (Commit)
b64c0d95
authored
Agu 01, 2011
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
rename SttResId to IttResId to avoid conflict with basic/
üst
9eb03883
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
15 deletions
+15
-15
ittresid.hxx
automation/source/inc/ittresid.hxx
+5
-5
cmdstrm.cxx
automation/source/testtool/cmdstrm.cxx
+3
-3
objtest.cxx
automation/source/testtool/objtest.cxx
+7
-7
No files found.
automation/source/inc/
s
ttresid.hxx
→
automation/source/inc/
i
ttresid.hxx
Dosyayı görüntüle @
b64c0d95
...
@@ -26,17 +26,17 @@
...
@@ -26,17 +26,17 @@
*
*
************************************************************************/
************************************************************************/
#ifndef _
S
TTRESID_HXX_
#ifndef _
I
TTRESID_HXX_
#define _
S
TTRESID_HXX_
#define _
I
TTRESID_HXX_
#include <tools/resmgr.hxx>
#include <tools/resmgr.hxx>
#include <tools/resid.hxx>
#include <tools/resid.hxx>
class
S
ttResId
:
public
ResId
class
I
ttResId
:
public
ResId
{
{
static
ResMgr
*
get
S
ttResMgr
();
static
ResMgr
*
get
I
ttResMgr
();
public
:
public
:
SttResId
(
sal_uInt32
nId
)
:
ResId
(
nId
,
*
getS
ttResMgr
()
)
{}
IttResId
(
sal_uInt32
nId
)
:
ResId
(
nId
,
*
getI
ttResMgr
()
)
{}
};
};
...
...
automation/source/testtool/cmdstrm.cxx
Dosyayı görüntüle @
b64c0d95
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
#include "cmdstrm.hxx"
#include "cmdstrm.hxx"
#include "rcontrol.hxx"
#include "rcontrol.hxx"
#include "objtest.hxx"
#include "objtest.hxx"
#include "
s
ttresid.hxx"
#include "
i
ttresid.hxx"
#include "svcommstream.hxx"
#include "svcommstream.hxx"
#include <basic/testtool.hrc>
#include <basic/testtool.hrc>
...
@@ -43,7 +43,7 @@ ControlDefLoad const CmdStream::arKeyCodes [] =
...
@@ -43,7 +43,7 @@ ControlDefLoad const CmdStream::arKeyCodes [] =
#include <keycodes.hxx>
#include <keycodes.hxx>
CNames
*
CmdStream
::
pKeyCodes
=
NULL
;
CNames
*
CmdStream
::
pKeyCodes
=
NULL
;
ResMgr
*
SttResId
::
getS
ttResMgr
()
ResMgr
*
IttResId
::
getI
ttResMgr
()
{
{
static
ResMgr
*
pMgr
=
NULL
;
static
ResMgr
*
pMgr
=
NULL
;
if
(
!
pMgr
)
if
(
!
pMgr
)
...
@@ -153,7 +153,7 @@ String CmdStream::WandleKeyEventString( String aKeys )
...
@@ -153,7 +153,7 @@ String CmdStream::WandleKeyEventString( String aKeys )
Result
+=
'<'
;
Result
+=
'<'
;
Result
+=
Token
;
Result
+=
Token
;
Result
+=
' '
;
Result
+=
' '
;
Result
+=
String
(
S
ttResId
(
S_INVALID_KEYCODE
)
);
Result
+=
String
(
I
ttResId
(
S_INVALID_KEYCODE
)
);
Result
+=
'>'
;
Result
+=
'>'
;
}
}
}
}
...
...
automation/source/testtool/objtest.cxx
Dosyayı görüntüle @
b64c0d95
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
#include "sysdir_win.hxx"
#include "sysdir_win.hxx"
#include "registry_win.hxx"
#include "registry_win.hxx"
#include "
s
ttresid.hxx"
#include "
i
ttresid.hxx"
#include <osl/file.hxx>
#include <osl/file.hxx>
#include <vcl/msgbox.hxx>
#include <vcl/msgbox.hxx>
#include <vcl/sound.hxx>
#include <vcl/sound.hxx>
...
@@ -787,7 +787,7 @@ void TestToolObj::ReadNames( String Filename, CNames *&pNames, CNames *&pUIds, s
...
@@ -787,7 +787,7 @@ void TestToolObj::ReadNames( String Filename, CNames *&pNames, CNames *&pUIds, s
{
{
String
aFileName
=
(
pImpl
->
aHIDDir
+
DirEntry
(
CUniString
(
"hid.lst"
))).
GetFull
();
String
aFileName
=
(
pImpl
->
aHIDDir
+
DirEntry
(
CUniString
(
"hid.lst"
))).
GetFull
();
{
{
TTExecutionStatusHint
aHint
(
TT_EXECUTION_SHOW_ACTION
,
String
(
S
ttResId
(
S_READING_LONGNAMES
)),
aFileName
);
TTExecutionStatusHint
aHint
(
TT_EXECUTION_SHOW_ACTION
,
String
(
I
ttResId
(
S_READING_LONGNAMES
)),
aFileName
);
GetTTBroadcaster
().
Broadcast
(
aHint
);
GetTTBroadcaster
().
Broadcast
(
aHint
);
}
}
ReadFlat
(
aFileName
,
pUIds
,
sal_True
);
ReadFlat
(
aFileName
,
pUIds
,
sal_True
);
...
@@ -814,12 +814,12 @@ void TestToolObj::ReadNames( String Filename, CNames *&pNames, CNames *&pUIds, s
...
@@ -814,12 +814,12 @@ void TestToolObj::ReadNames( String Filename, CNames *&pNames, CNames *&pUIds, s
if
(
bIsFlat
&&
!
pNames
)
if
(
bIsFlat
&&
!
pNames
)
{
{
TTExecutionStatusHint
aHint
(
TT_EXECUTION_SHOW_ACTION
,
String
(
S
ttResId
(
S_READING_SLOT_IDS
)),
Filename
);
TTExecutionStatusHint
aHint
(
TT_EXECUTION_SHOW_ACTION
,
String
(
I
ttResId
(
S_READING_SLOT_IDS
)),
Filename
);
GetTTBroadcaster
().
Broadcast
(
aHint
);
GetTTBroadcaster
().
Broadcast
(
aHint
);
}
}
else
else
{
{
TTExecutionStatusHint
aHint
(
TT_EXECUTION_SHOW_ACTION
,
String
(
S
ttResId
(
S_READING_CONTROLS
)),
Filename
);
TTExecutionStatusHint
aHint
(
TT_EXECUTION_SHOW_ACTION
,
String
(
I
ttResId
(
S_READING_CONTROLS
)),
Filename
);
GetTTBroadcaster
().
Broadcast
(
aHint
);
GetTTBroadcaster
().
Broadcast
(
aHint
);
}
}
...
@@ -1590,7 +1590,7 @@ void TestToolObj::SFX_NOTIFY( SfxBroadcaster&, const TypeId&,
...
@@ -1590,7 +1590,7 @@ void TestToolObj::SFX_NOTIFY( SfxBroadcaster&, const TypeId&,
aTmpStr
+=
' '
;
aTmpStr
+=
' '
;
aTmpStr
+=
pImpl
->
ProgParam
;
aTmpStr
+=
pImpl
->
ProgParam
;
{
{
TTExecutionStatusHint
aHint
(
TT_EXECUTION_SHOW_ACTION
,
String
(
S
ttResId
(
S_STARTING_APPLICATION
)),
aTmpStr
);
TTExecutionStatusHint
aHint
(
TT_EXECUTION_SHOW_ACTION
,
String
(
I
ttResId
(
S_STARTING_APPLICATION
)),
aTmpStr
);
GetTTBroadcaster
().
Broadcast
(
aHint
);
GetTTBroadcaster
().
Broadcast
(
aHint
);
}
}
...
@@ -1787,7 +1787,7 @@ void TestToolObj::SFX_NOTIFY( SfxBroadcaster&, const TypeId&,
...
@@ -1787,7 +1787,7 @@ void TestToolObj::SFX_NOTIFY( SfxBroadcaster&, const TypeId&,
else
if
(
Ext
.
CompareIgnoreCaseToAscii
(
"Inc"
)
==
COMPARE_EQUAL
)
else
if
(
Ext
.
CompareIgnoreCaseToAscii
(
"Inc"
)
==
COMPARE_EQUAL
)
{
{
{
{
TTExecutionStatusHint
aHint
(
TT_EXECUTION_SHOW_ACTION
,
String
(
S
ttResId
(
S_READING_BASIC_MODULE
)),
FilePath
.
GetFull
()
);
TTExecutionStatusHint
aHint
(
TT_EXECUTION_SHOW_ACTION
,
String
(
I
ttResId
(
S_READING_BASIC_MODULE
)),
FilePath
.
GetFull
()
);
GetTTBroadcaster
().
Broadcast
(
aHint
);
GetTTBroadcaster
().
Broadcast
(
aHint
);
}
}
String
aFullPathname
=
FilePath
.
GetFull
();
String
aFullPathname
=
FilePath
.
GetFull
();
...
@@ -3085,7 +3085,7 @@ void TestToolObj::ReadHidLstByNumber()
...
@@ -3085,7 +3085,7 @@ void TestToolObj::ReadHidLstByNumber()
String
aName
=
(
pImpl
->
aHIDDir
+
DirEntry
(
CUniString
(
"hid.lst"
))).
GetFull
();
String
aName
=
(
pImpl
->
aHIDDir
+
DirEntry
(
CUniString
(
"hid.lst"
))).
GetFull
();
{
{
TTExecutionStatusHint
aHint
(
TT_EXECUTION_SHOW_ACTION
,
String
(
S
ttResId
(
S_READING_LONGNAMES
)),
aName
);
TTExecutionStatusHint
aHint
(
TT_EXECUTION_SHOW_ACTION
,
String
(
I
ttResId
(
S_READING_LONGNAMES
)),
aName
);
GetTTBroadcaster
().
Broadcast
(
aHint
);
GetTTBroadcaster
().
Broadcast
(
aHint
);
}
}
...
...
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