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
f6f41960
Kaydet (Commit)
f6f41960
authored
May 18, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
writerfilter: clean up two 'using' statement from header files
Change-Id: I47f3d0c68668d03db3c5f3187414833aa3097424
üst
c623612b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
QNameToString.hxx
writerfilter/inc/resourcemodel/QNameToString.hxx
+3
-4
TableManager.hxx
writerfilter/inc/resourcemodel/TableManager.hxx
+2
-4
No files found.
writerfilter/inc/resourcemodel/QNameToString.hxx
Dosyayı görüntüle @
f6f41960
...
@@ -28,12 +28,11 @@
...
@@ -28,12 +28,11 @@
namespace
writerfilter
namespace
writerfilter
{
{
using
namespace
::
std
;
class
QNameToString
class
QNameToString
{
{
typedef
boost
::
shared_ptr
<
QNameToString
>
Pointer_t
;
typedef
boost
::
shared_ptr
<
QNameToString
>
Pointer_t
;
typedef
map
<
Id
,
string
>
Map
;
typedef
std
::
map
<
Id
,
string
>
Map
;
static
Pointer_t
pInstance
;
static
Pointer_t
pInstance
;
...
@@ -59,7 +58,7 @@ class SprmIdToString
...
@@ -59,7 +58,7 @@ class SprmIdToString
static
Pointer_t
pInstance
;
static
Pointer_t
pInstance
;
map
<
sal_uInt32
,
string
>
mMap
;
std
::
map
<
sal_uInt32
,
string
>
mMap
;
protected
:
protected
:
/**
/**
...
@@ -70,7 +69,7 @@ protected:
...
@@ -70,7 +69,7 @@ protected:
public
:
public
:
static
Pointer_t
Instance
();
static
Pointer_t
Instance
();
#ifdef DEBUG_LOGGING
#ifdef DEBUG_LOGGING
string
operator
()(
sal_uInt32
nId
);
st
d
::
st
ring
operator
()(
sal_uInt32
nId
);
#endif
#endif
};
};
...
...
writerfilter/inc/resourcemodel/TableManager.hxx
Dosyayı görüntüle @
f6f41960
...
@@ -38,8 +38,6 @@
...
@@ -38,8 +38,6 @@
namespace
writerfilter
namespace
writerfilter
{
{
using
namespace
::
std
;
/**
/**
Class to handle events generated by TableManager::resolveCurrentTable
Class to handle events generated by TableManager::resolveCurrentTable
*/
*/
...
@@ -132,7 +130,7 @@ class TableManager
...
@@ -132,7 +130,7 @@ class TableManager
/**
/**
properties of the current table
properties of the current table
*/
*/
stack
<
PropertiesPointer
>
mTableProps
;
st
d
::
st
ack
<
PropertiesPointer
>
mTableProps
;
/**
/**
true if at the end of a row
true if at the end of a row
...
@@ -407,7 +405,7 @@ private:
...
@@ -407,7 +405,7 @@ private:
for each level of nested tables there is one frame in the stack
for each level of nested tables there is one frame in the stack
*/
*/
stack
<
typename
TableData
<
T
,
PropertiesPointer
>::
Pointer_t
>
mTableDataStack
;
st
d
::
st
ack
<
typename
TableData
<
T
,
PropertiesPointer
>::
Pointer_t
>
mTableDataStack
;
typename
RowData
<
T
,
PropertiesPointer
>::
Pointer_t
mpUnfinishedRow
;
typename
RowData
<
T
,
PropertiesPointer
>::
Pointer_t
mpUnfinishedRow
;
bool
mbKeepUnfinishedRow
;
bool
mbKeepUnfinishedRow
;
...
...
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