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
fa277f59
Kaydet (Commit)
fa277f59
authored
Eki 31, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: a titchy bit more ww1 filter fallout
Change-Id: I38517bb7fbf4ab1e9314a28973b707223d7120e7
üst
a19817c3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
25 deletions
+0
-25
metaact.hxx
include/vcl/metaact.hxx
+0
-3
fltshell.cxx
sw/source/filter/basflt/fltshell.cxx
+0
-14
fltshell.hxx
sw/source/filter/inc/fltshell.hxx
+0
-1
unusedcode.easy
unusedcode.easy
+0
-1
metaact.cxx
vcl/source/gdi/metaact.cxx
+0
-6
No files found.
include/vcl/metaact.hxx
Dosyayı görüntüle @
fa277f59
...
...
@@ -89,10 +89,7 @@ public:
void
Delete
()
{
if
(
0
==
--
mnRefCount
)
delete
this
;
}
public
:
OUString
GetTypeName
()
{
return
TypeName
(
mnType
);
}
static
MetaAction
*
ReadMetaAction
(
SvStream
&
rIStm
,
ImplMetaReadData
*
pData
);
static
OUString
TypeName
(
sal_uInt16
nType
);
};
class
VCL_DLLPUBLIC
MetaPixelAction
:
public
MetaAction
...
...
sw/source/filter/basflt/fltshell.cxx
Dosyayı görüntüle @
fa277f59
...
...
@@ -737,20 +737,6 @@ const SfxPoolItem* SwFltControlStack::GetOpenStackAttr(const SwPosition& rPos, s
return
0
;
}
const
SfxPoolItem
*
SwFltControlStack
::
GetFmtAttr
(
const
SwPosition
&
rPos
,
sal_uInt16
nWhich
)
{
SfxPoolItem
*
pHt
=
GetFmtStackAttr
(
nWhich
);
if
(
pHt
)
return
(
const
SfxPoolItem
*
)
pHt
;
// the attribute does not exist on the stack; query the document
SwCntntNode
*
pNd
=
rPos
.
nNode
.
GetNode
().
GetCntntNode
();
if
(
!
pNd
)
// no ContentNode, take the default attribute
return
&
pDoc
->
GetAttrPool
().
GetDefaultItem
(
nWhich
);
return
&
pNd
->
GetAttr
(
nWhich
);
}
void
SwFltControlStack
::
Delete
(
const
SwPaM
&
rPam
)
{
const
SwPosition
*
pStt
=
rPam
.
Start
(),
*
pEnd
=
rPam
.
End
();
...
...
sw/source/filter/inc/fltshell.hxx
Dosyayı görüntüle @
fa277f59
...
...
@@ -186,7 +186,6 @@ public:
void
KillUnlockedAttrs
(
const
SwPosition
&
pPos
);
SfxPoolItem
*
GetFmtStackAttr
(
sal_uInt16
nWhich
,
sal_uInt16
*
pPos
=
0
);
const
SfxPoolItem
*
GetOpenStackAttr
(
const
SwPosition
&
rPos
,
sal_uInt16
nWhich
);
const
SfxPoolItem
*
GetFmtAttr
(
const
SwPosition
&
rPos
,
sal_uInt16
nWhich
);
void
Delete
(
const
SwPaM
&
rPam
);
bool
empty
()
const
{
return
maEntries
.
empty
();
}
...
...
unusedcode.easy
Dosyayı görüntüle @
fa277f59
...
...
@@ -5,7 +5,6 @@ GDriveDocument::GDriveDocument(GDriveSession*)
GDriveFolder::GDriveFolder(GDriveSession*)
GDriveProperty::GDriveProperty()
GDriveSession::GDriveSession()
MetaAction::TypeName(unsigned short)
OpenGLContext::renderToFile()
OpenGLRender::CreateTextTexture(rtl::OUString const&, vcl::Font, long, com::sun::star::awt::Point, com::sun::star::awt::Size, long)
OutputDevice::GetCanvas() const
...
...
vcl/source/gdi/metaact.cxx
Dosyayı görüntüle @
fa277f59
...
...
@@ -273,12 +273,6 @@ MetaAction* MetaAction::ReadMetaAction( SvStream& rIStm, ImplMetaReadData* pData
return
pAction
;
}
OUString
MetaAction
::
TypeName
(
sal_uInt16
nType
)
{
const
char
*
name
=
meta_action_name
(
nType
);
return
OUString
(
name
,
strlen
(
name
),
RTL_TEXTENCODING_ASCII_US
);
}
MetaPixelAction
::
MetaPixelAction
()
:
MetaAction
(
META_PIXEL_ACTION
)
{}
...
...
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