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
0a9fa3d8
Kaydet (Commit)
0a9fa3d8
authored
Agu 15, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ditch some junk
üst
2b4d91f5
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
2 additions
and
129 deletions
+2
-129
lwplayout.cxx
lotuswordpro/source/filter/lwplayout.cxx
+0
-53
lwplayout.hxx
lotuswordpro/source/filter/lwplayout.hxx
+0
-4
lwprowlayout.cxx
lotuswordpro/source/filter/lwprowlayout.cxx
+0
-6
lwprowlayout.hxx
lotuswordpro/source/filter/lwprowlayout.hxx
+0
-1
lwpsortopt.cxx
lotuswordpro/source/filter/lwpsortopt.cxx
+0
-7
lwpsortopt.hxx
lotuswordpro/source/filter/lwpsortopt.hxx
+0
-1
lwpstory.cxx
lotuswordpro/source/filter/lwpstory.cxx
+0
-24
lwpstory.hxx
lotuswordpro/source/filter/lwpstory.hxx
+0
-1
lwptablelayout.cxx
lotuswordpro/source/filter/lwptablelayout.cxx
+0
-12
lwptablelayout.hxx
lotuswordpro/source/filter/lwptablelayout.hxx
+0
-1
ManifestDefines.hxx
package/source/manifest/ManifestDefines.hxx
+1
-4
ManifestImport.cxx
package/source/manifest/ManifestImport.cxx
+1
-2
ManifestImport.hxx
package/source/manifest/ManifestImport.hxx
+0
-1
unusedcode.easy
unusedcode.easy
+0
-8
xmlkywd.hxx
xmloff/inc/xmloff/xmlkywd.hxx
+0
-1
xmlexp.cxx
xmloff/source/core/xmlexp.cxx
+0
-3
No files found.
lotuswordpro/source/filter/lwplayout.cxx
Dosyayı görüntüle @
0a9fa3d8
...
...
@@ -2078,59 +2078,6 @@ sal_uInt8 LwpPlacableLayout::GetRelativeType()
return
LwpVirtualLayout
::
GetRelativeType
();
}
/**
* @descr: Get relative from where type
*
*/
sal_uInt8
LwpPlacableLayout
::
GetRelativeFromWhere
()
{
LwpLayoutRelativity
*
pLayRel
=
GetRelativityPiece
();
if
(
pLayRel
)
{
return
pLayRel
->
GetRelGuts
()
->
GetRelativeFromWhere
();
}
return
0
;
}
/**
* @descr: Get relative distance
*
*/
LwpPoint
LwpPlacableLayout
::
GetRelativeDistance
()
{
LwpPoint
aPoint
;
LwpLayoutRelativity
*
pLayRel
=
GetRelativityPiece
();
if
(
pLayRel
)
{
aPoint
=
pLayRel
->
GetRelGuts
()
->
GetRelativeDistance
();
}
return
aPoint
;
}
/**
* @descr: Get tether type
*
*/
sal_uInt8
LwpPlacableLayout
::
GetTetherType
()
{
LwpLayoutRelativity
*
pLayRel
=
GetRelativityPiece
();
if
(
pLayRel
)
{
return
pLayRel
->
GetRelGuts
()
->
GetTetherType
();
}
return
0
;
}
/**
* @descr: Get tether where type
*
*/
sal_uInt8
LwpPlacableLayout
::
GetTetherWhere
()
{
LwpLayoutRelativity
*
pLayRel
=
GetRelativityPiece
();
if
(
pLayRel
)
{
return
pLayRel
->
GetRelGuts
()
->
GetTetherWhere
();
}
return
0
;
}
/**
* @descr: Get offset from the baseline
*
*/
...
...
lotuswordpro/source/filter/lwplayout.hxx
Dosyayı görüntüle @
0a9fa3d8
...
...
@@ -420,10 +420,6 @@ public:
virtual
sal_uInt8
GetWrapType
();
virtual
LwpLayoutRelativity
*
GetRelativityPiece
();
virtual
sal_uInt8
GetRelativeType
();
sal_uInt8
GetRelativeFromWhere
();
LwpPoint
GetRelativeDistance
();
sal_uInt8
GetTetherType
();
sal_uInt8
GetTetherWhere
();
virtual
sal_Int32
GetBaseLineOffset
();
virtual
sal_Bool
IsAnchorPage
();
virtual
sal_Bool
IsAnchorFrame
();
...
...
lotuswordpro/source/filter/lwprowlayout.cxx
Dosyayı görüntüle @
0a9fa3d8
...
...
@@ -479,10 +479,4 @@ void LwpRowHeadingLayout::Read()
m_pObjStrm
->
SkipExtra
();
}
LwpRowLayout
*
LwpRowHeadingLayout
::
GetRowLayout
()
{
LwpRowLayout
*
pRow
=
dynamic_cast
<
LwpRowLayout
*>
(
cRowLayout
.
obj
());
return
pRow
;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
lotuswordpro/source/filter/lwprowlayout.hxx
Dosyayı görüntüle @
0a9fa3d8
...
...
@@ -126,7 +126,6 @@ public:
LwpRowHeadingLayout
(
LwpObjectHeader
&
objHdr
,
LwpSvStream
*
pStrm
);
virtual
~
LwpRowHeadingLayout
();
virtual
LWP_LAYOUT_TYPE
GetLayoutType
()
{
return
LWP_ROW_HEADING_LAYOUT
;}
LwpRowLayout
*
GetRowLayout
();
protected
:
void
Read
();
LwpObjectID
cRowLayout
;
...
...
lotuswordpro/source/filter/lwpsortopt.cxx
Dosyayı görüntüle @
0a9fa3d8
...
...
@@ -89,13 +89,6 @@ void LwpSortOption::Read(LwpObjectStream *pStrm)
}
pStrm
->
SkipExtra
();
}
/**
* @descr skip the sort option
**/
void
LwpSortOption
::
Skip
(
LwpObjectStream
*
pStrm
)
{
pStrm
->
SeekRel
(
DiskSize
());
}
/**
* @descr return the disk size
**/
...
...
lotuswordpro/source/filter/lwpsortopt.hxx
Dosyayı görüntüle @
0a9fa3d8
...
...
@@ -92,7 +92,6 @@ public:
~
LwpSortOption
(){}
public
:
void
Read
(
LwpObjectStream
*
pStrm
);
void
Skip
(
LwpObjectStream
*
pStrm
);
sal_uInt16
DiskSize
();
private
:
LwpSortKey
m_Keys
[
3
];
...
...
lotuswordpro/source/filter/lwpstory.cxx
Dosyayı görüntüle @
0a9fa3d8
...
...
@@ -323,30 +323,6 @@ sal_Bool LwpStory::IsNeedSection()
}
return
bNewSection
;
}
/**************************************************************************
* @descr: process frame which anchor type is to page, frame or cell
* @param:
* @param:
* @return:
**************************************************************************/
void
LwpStory
::
XFConvertFrame
(
XFContentContainer
*
pCont
)
{
LwpVirtualLayout
*
pLayout
=
GetLayout
(
NULL
);
while
(
pLayout
)
{
LwpVirtualLayout
*
pFrameLayout
=
dynamic_cast
<
LwpVirtualLayout
*>
(
pLayout
->
GetChildHead
()
->
obj
());
while
(
pFrameLayout
)
{
if
((
pFrameLayout
->
IsAnchorPage
()
&&
(
pFrameLayout
->
IsFrame
()
||
pFrameLayout
->
IsSuperTable
()
||
pFrameLayout
->
IsGroupHead
()))
||
(
pFrameLayout
->
IsAnchorFrame
()))
{
pFrameLayout
->
XFConvert
(
pCont
);
}
pFrameLayout
=
dynamic_cast
<
LwpVirtualLayout
*>
(
pFrameLayout
->
GetNext
()
->
obj
());
}
pLayout
=
GetLayout
(
pLayout
);
}
}
/**************************************************************************
* @descr: process frame which anchor type is to cell
* @param:
...
...
lotuswordpro/source/filter/lwpstory.hxx
Dosyayı görüntüle @
0a9fa3d8
...
...
@@ -97,7 +97,6 @@ private:
protected
:
void
Read
();
void
XFConvertFrame
(
XFContentContainer
*
pCont
);
void
XFConvertFrameInCell
(
XFContentContainer
*
pCont
);
void
XFConvertFrameInFrame
(
XFContentContainer
*
pCont
);
void
XFConvertFrameInHeaderFooter
(
XFContentContainer
*
pCont
);
...
...
lotuswordpro/source/filter/lwptablelayout.cxx
Dosyayı görüntüle @
0a9fa3d8
...
...
@@ -405,18 +405,6 @@ void LwpSuperTableLayout::XFConvertFrame(XFContentContainer* pCont, sal_Int32 n
}
}
/**
* @short parse frame
* @param
* @return
*/
void
LwpSuperTableLayout
::
ParseFrame
(
XFFrame
*
pXFFrame
)
{
if
(
m_pFrame
)
{
m_pFrame
->
Parse
(
pXFFrame
);
}
}
/**
* @short register frame style
* @param
...
...
lotuswordpro/source/filter/lwptablelayout.hxx
Dosyayı görüntüle @
0a9fa3d8
...
...
@@ -179,7 +179,6 @@ public:
void
XFConvert
(
XFContentContainer
*
pCont
);
// for frame style
virtual
void
XFConvertFrame
(
XFContentContainer
*
pCont
,
sal_Int32
nStart
=
0
,
sal_Int32
nEnd
=
0
,
sal_Bool
bAll
=
sal_False
);
void
ParseFrame
(
XFFrame
*
pXFFrame
);
void
RegisterFrameStyle
();
LwpTableHeadingLayout
*
GetTableHeadingLayout
();
protected
:
...
...
package/source/manifest/ManifestDefines.hxx
Dosyayı görüntüle @
0a9fa3d8
...
...
@@ -61,10 +61,7 @@
#define ATTRIBUTE_SALT "manifest:salt"
#define ATTRIBUTE_ITERATION_COUNT "manifest:iteration-count"
#define SHA256_URL "http://www.w3.org/2001/04/xmlenc#sha256"
//http://tools.oasis-open.org/issues/browse/OFFICE-3702
//http://tools.oasis-open.org/issues/browse/OFFICE-3708
#define SHA256_URL_TYPO "http://www.w3.org/2000/09/xmldsig#sha256"
#define SHA256_URL "http://www.w3.org/2000/09/xmldsig#sha256"
#define SHA1_NAME "SHA1"
#define SHA1_URL "http://www.w3.org/2000/09/xmldsig#sha1"
...
...
package/source/manifest/ManifestImport.cxx
Dosyayı görüntüle @
0a9fa3d8
...
...
@@ -88,7 +88,6 @@ ManifestImport::ManifestImport( vector < Sequence < PropertyValue > > & rNewManV
,
sWhiteSpace
(
RTL_CONSTASCII_USTRINGPARAM
(
" "
)
)
,
sSHA256_URL
(
RTL_CONSTASCII_USTRINGPARAM
(
SHA256_URL
)
)
,
sSHA256_URL_TYPO
(
RTL_CONSTASCII_USTRINGPARAM
(
SHA256_URL_TYPO
)
)
,
sSHA1_Name
(
RTL_CONSTASCII_USTRINGPARAM
(
SHA1_NAME
)
)
,
sSHA1_URL
(
RTL_CONSTASCII_USTRINGPARAM
(
SHA1_URL
)
)
...
...
@@ -282,7 +281,7 @@ void SAL_CALL ManifestImport::startElement( const OUString& aName, const uno::Re
else
if
(
aConvertedName
==
sStartKeyAlgElement
)
{
OUString
aString
=
aConvertedAttribs
[
sStartKeyAlgNameAttribute
];
if
(
aString
.
equals
(
sSHA256_URL
)
||
aString
.
equals
(
sSHA256_URL_TYPO
)
)
if
(
aString
.
equals
(
sSHA256_URL
)
)
{
aSequence
[
nNumProperty
].
Name
=
sStartKeyAlgProperty
;
aSequence
[
nNumProperty
++
].
Value
<<=
xml
::
crypto
::
DigestID
::
SHA256
;
...
...
package/source/manifest/ManifestImport.hxx
Dosyayı görüntüle @
0a9fa3d8
...
...
@@ -106,7 +106,6 @@ protected:
const
::
rtl
::
OUString
sWhiteSpace
;
const
::
rtl
::
OUString
sSHA256_URL
;
const
::
rtl
::
OUString
sSHA256_URL_TYPO
;
const
::
rtl
::
OUString
sSHA1_Name
;
const
::
rtl
::
OUString
sSHA1_URL
;
...
...
unusedcode.easy
Dosyayı görüntüle @
0a9fa3d8
...
...
@@ -376,14 +376,6 @@ LwpObjectID::GetBuffer(char*)
LwpObjectID::ReadCompressed(LwpSvStream*, LwpObjectID&)
LwpObjectStream::QuickReadInt8(bool*)
LwpPara::OverrideTab(LwpTabOverride*, LwpTabOverride*, XFParaStyle*)
LwpPlacableLayout::GetRelativeDistance()
LwpPlacableLayout::GetRelativeFromWhere()
LwpPlacableLayout::GetTetherType()
LwpPlacableLayout::GetTetherWhere()
LwpRowHeadingLayout::GetRowLayout()
LwpSortOption::Skip(LwpObjectStream*)
LwpStory::XFConvertFrame(XFContentContainer*)
LwpSuperTableLayout::ParseFrame(XFFrame*)
MSDffImportRecords::Insert(MSDffImportRecords const*, unsigned short, unsigned short)
MSDffImportRecords::Insert(SvxMSDffImportRec* const&, unsigned short&)
MSDffImportRecords::Insert(SvxMSDffImportRec* const*, unsigned short)
...
...
xmloff/inc/xmloff/xmlkywd.hxx
Dosyayı görüntüle @
0a9fa3d8
...
...
@@ -56,7 +56,6 @@ XML_CONSTASCII_ACTION( sXML_CDATA, "CDATA" );
XML_CONSTASCII_ACTION
(
sXML_WS
,
" "
);
XML_CONSTASCII_ACTION
(
sXML_xml
,
"xml"
);
XML_CONSTASCII_ACTION
(
sXML_xmlns
,
"xmlns"
);
XML_CONSTASCII_ACTION
(
sXML_xml_pi
,
"version=
\"
1.0
\"
encoding=
\"
UTF-8
\"
"
);
XML_CONSTASCII_ACTION
(
sXML_xml_doctype_prefix
,
"<!DOCTYPE "
);
XML_CONSTASCII_ACTION
(
sXML_xml_doctype_suffix
,
" PUBLIC
\"
-//OpenOffice.org//DTD OfficeDocument 1.0//EN
\"
\"
office.dtd
\"
>"
);
...
...
xmloff/source/core/xmlexp.cxx
Dosyayı görüntüle @
0a9fa3d8
...
...
@@ -1369,9 +1369,6 @@ sal_uInt32 SvXMLExport::exportDoc( enum ::xmloff::token::XMLTokenEnum eClass )
mxHandler
->
startDocument
();
// <?xml version="1.0" encoding="UTF-8"?>
// xHandler->processingInstruction( S2U( sXML_xml ), S2U( sXML_xml_pi ) );
// <office:document ...>
CheckAttrList
();
...
...
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