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
5042636b
Kaydet (Commit)
5042636b
authored
Eyl 01, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
XubString->OUString
Change-Id: I2067b78e10e1805bb678879e3fd54636d848b15c
üst
1d3483ed
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
16 deletions
+16
-16
svdoole2.hxx
include/svx/svdoole2.hxx
+1
-1
filtnav.cxx
svx/source/form/filtnav.cxx
+2
-2
numfmtsh.cxx
svx/source/items/numfmtsh.cxx
+5
-5
pageitem.cxx
svx/source/items/pageitem.cxx
+3
-3
viewcontactofgraphic.cxx
svx/source/sdr/contact/viewcontactofgraphic.cxx
+4
-4
svdoole2.cxx
svx/source/svdraw/svdoole2.cxx
+1
-1
No files found.
include/svx/svdoole2.hxx
Dosyayı görüntüle @
5042636b
...
...
@@ -83,7 +83,7 @@ public:
TYPEINFO
();
SdrOle2Obj
(
bool
bFrame_
=
false
);
SdrOle2Obj
(
const
svt
::
EmbeddedObjectRef
&
rNewObjRef
,
const
String
&
rNewObjName
,
const
Rectangle
&
rNewRect
,
bool
bFrame_
=
false
);
SdrOle2Obj
(
const
svt
::
EmbeddedObjectRef
&
rNewObjRef
,
const
OU
String
&
rNewObjName
,
const
Rectangle
&
rNewRect
,
bool
bFrame_
=
false
);
virtual
~
SdrOle2Obj
();
// access to svt::EmbeddedObjectRef
...
...
svx/source/form/filtnav.cxx
Dosyayı görüntüle @
5042636b
...
...
@@ -1024,7 +1024,7 @@ void FmFilterModel::EnsureEmptyFilterRows( FmParentData& _rItem )
class
FmFilterItemsString
:
public
SvLBoxString
{
public
:
FmFilterItemsString
(
SvTreeListEntry
*
pEntry
,
sal_uInt16
nFlags
,
const
Xub
String
&
rStr
)
FmFilterItemsString
(
SvTreeListEntry
*
pEntry
,
sal_uInt16
nFlags
,
const
OU
String
&
rStr
)
:
SvLBoxString
(
pEntry
,
nFlags
,
rStr
){}
virtual
void
Paint
(
const
Point
&
rPos
,
SvTreeListBox
&
rDev
,
const
SvViewDataEntry
*
pView
,
const
SvTreeListEntry
*
pEntry
);
...
...
@@ -1085,7 +1085,7 @@ class FmFilterString : public SvLBoxString
OUString
m_aName
;
public
:
FmFilterString
(
SvTreeListEntry
*
pEntry
,
sal_uInt16
nFlags
,
const
Xub
String
&
rStr
,
const
OUString
&
aName
)
FmFilterString
(
SvTreeListEntry
*
pEntry
,
sal_uInt16
nFlags
,
const
OU
String
&
rStr
,
const
OUString
&
aName
)
:
SvLBoxString
(
pEntry
,
nFlags
,
rStr
)
,
m_aName
(
aName
)
{
...
...
svx/source/items/numfmtsh.cxx
Dosyayı görüntüle @
5042636b
...
...
@@ -914,7 +914,7 @@ short SvxNumberFormatShell::FillEListWithUserCurrencys( std::vector<String*>& rL
&
pTmpCurrencyEntry
,
&
bTmpBanking
);
Xub
String
rShortSymbol
;
OU
String
rShortSymbol
;
if
(
pCurCurrencyEntry
==
NULL
)
{
...
...
@@ -1559,8 +1559,8 @@ void SvxNumberFormatShell::GetCurrencySymbols(std::vector<OUString>& rList, bool
sal_uInt16
nStart
=
1
;
Xub
String
aString
(
ApplyLreOrRleEmbedding
(
rCurrencyTable
[
0
].
GetSymbol
()));
aString
+=
sal_Unicode
(
' '
)
;
OU
String
aString
(
ApplyLreOrRleEmbedding
(
rCurrencyTable
[
0
].
GetSymbol
()));
aString
+=
" "
;
aString
+=
ApplyLreOrRleEmbedding
(
pLanguageTable
->
GetString
(
rCurrencyTable
[
0
].
GetLanguage
()));
rList
.
push_back
(
aString
);
...
...
@@ -1577,11 +1577,11 @@ void SvxNumberFormatShell::GetCurrencySymbols(std::vector<OUString>& rList, bool
CollatorWrapper
aCollator
(
::
comphelper
::
getProcessComponentContext
());
aCollator
.
loadDefaultCollator
(
Application
::
GetSettings
().
GetLanguageTag
().
getLocale
(),
0
);
const
String
aTwoSpace
(
RTL_CONSTASCII_USTRINGPARAM
(
" "
)
);
const
OUString
aTwoSpace
(
" "
);
for
(
sal_uInt16
i
=
1
;
i
<
nCount
;
++
i
)
{
Xub
String
aStr
(
ApplyLreOrRleEmbedding
(
rCurrencyTable
[
i
].
GetBankSymbol
()));
OU
String
aStr
(
ApplyLreOrRleEmbedding
(
rCurrencyTable
[
i
].
GetBankSymbol
()));
aStr
+=
aTwoSpace
;
aStr
+=
ApplyLreOrRleEmbedding
(
rCurrencyTable
[
i
].
GetSymbol
());
aStr
+=
aTwoSpace
;
...
...
svx/source/items/pageitem.cxx
Dosyayı görüntüle @
5042636b
...
...
@@ -82,7 +82,7 @@ int SvxPageItem::operator==( const SfxPoolItem& rAttr ) const
eUse
==
rItem
.
eUse
);
}
inline
Xub
String
GetUsageText
(
const
sal_uInt16
eU
)
inline
OU
String
GetUsageText
(
const
sal_uInt16
eU
)
{
switch
(
eU
&
0x000f
)
{
...
...
@@ -90,7 +90,7 @@ inline XubString GetUsageText( const sal_uInt16 eU )
case
SVX_PAGE_RIGHT
:
return
SVX_RESSTR
(
RID_SVXITEMS_PAGE_USAGE_RIGHT
);
case
SVX_PAGE_ALL
:
return
SVX_RESSTR
(
RID_SVXITEMS_PAGE_USAGE_ALL
);
case
SVX_PAGE_MIRROR
:
return
SVX_RESSTR
(
RID_SVXITEMS_PAGE_USAGE_MIRROR
);
default
:
return
String
();
default
:
return
OU
String
();
}
}
...
...
@@ -243,7 +243,7 @@ SfxPoolItem* SvxPageItem::Create( SvStream& rStream, sal_uInt16 ) const
sal_uInt16
nUse
;
// UNICODE: rStream >> sStr;
Xub
String
sStr
=
rStream
.
ReadUniOrByteString
(
rStream
.
GetStreamCharSet
()
);
OU
String
sStr
=
rStream
.
ReadUniOrByteString
(
rStream
.
GetStreamCharSet
()
);
rStream
>>
eType
;
rStream
>>
bLand
;
...
...
svx/source/sdr/contact/viewcontactofgraphic.cxx
Dosyayı görüntüle @
5042636b
...
...
@@ -232,15 +232,15 @@ namespace sdr
}
// Build the text for the draft object
Xub
String
aDraftText
=
GetGrafObject
().
GetFileName
();
OU
String
aDraftText
=
GetGrafObject
().
GetFileName
();
if
(
!
aDraftText
.
Len
())
if
(
aDraftText
.
isEmpty
())
{
aDraftText
=
GetGrafObject
().
GetName
();
aDraftText
.
AppendAscii
(
" ..."
)
;
aDraftText
+=
" ..."
;
}
if
(
aDraftText
.
Len
()
&&
GetGrafObject
().
GetModel
())
if
(
!
aDraftText
.
isEmpty
()
&&
GetGrafObject
().
GetModel
())
{
// #i103255# Goal is to produce TextPrimitives which hold the given text as
// BlockText in the available space. It would be very tricky to do
...
...
svx/source/svdraw/svdoole2.cxx
Dosyayı görüntüle @
5042636b
...
...
@@ -752,7 +752,7 @@ SdrOle2Obj::SdrOle2Obj(bool bFrame_) : m_bTypeAsked(false)
// -----------------------------------------------------------------------------
SdrOle2Obj
::
SdrOle2Obj
(
const
svt
::
EmbeddedObjectRef
&
rNewObjRef
,
const
Xub
String
&
rNewObjName
,
const
Rectangle
&
rNewRect
,
bool
bFrame_
)
SdrOle2Obj
::
SdrOle2Obj
(
const
svt
::
EmbeddedObjectRef
&
rNewObjRef
,
const
OU
String
&
rNewObjName
,
const
Rectangle
&
rNewRect
,
bool
bFrame_
)
:
SdrRectObj
(
rNewRect
)
,
xObjRef
(
rNewObjRef
)
,
m_bTypeAsked
(
false
)
...
...
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