Get rid of these non-printable chars
This commit is contained in:
parent
988acc3301
commit
5210b695af
35 changed files with 0 additions and 148 deletions
|
@ -253,7 +253,6 @@ SwComparePosition ComparePosition(
|
|||
return nRet;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
enum CHKSECTION { Chk_Both, Chk_One, Chk_None };
|
||||
|
||||
|
|
|
@ -2097,7 +2097,6 @@ void SwCursor::RestoreSavePos()
|
|||
}
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
SwTableCursor::SwTableCursor( const SwPosition &rPos, SwPaM* pRing )
|
||||
: SwCursor( rPos, pRing, false )
|
||||
|
|
|
@ -205,7 +205,6 @@ sal_Bool SwUnoCrsr::IsSelOvr( int eFlags )
|
|||
}
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
SwUnoTableCrsr::SwUnoTableCrsr(const SwPosition& rPos)
|
||||
: SwCursor(rPos,0,false), SwUnoCrsr(rPos), SwTableCursor(rPos), aTblSel(rPos,0,false)
|
||||
|
|
|
@ -456,7 +456,6 @@ void SwSelPaintRects::Get1PixelInLogic( const ViewShell& rSh,
|
|||
}
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
SwShellCrsr::SwShellCrsr( const SwCrsrShell& rCShell, const SwPosition &rPos )
|
||||
: SwCursor(rPos,0,false), SwSelPaintRects(rCShell), pPt(SwPaM::GetPoint())
|
||||
|
@ -624,7 +623,6 @@ sal_Bool SwShellCrsr::IsAtValidPos( sal_Bool bPoint ) const
|
|||
return SwCursor::IsAtValidPos( bPoint );
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
SwShellTableCrsr::SwShellTableCrsr( const SwCrsrShell& rCrsrSh,
|
||||
const SwPosition& rPos )
|
||||
|
|
|
@ -2614,7 +2614,6 @@ void SwDoc::SetRedlinePassword(
|
|||
SetModified();
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
sal_Bool SwRedlineTbl::Insert( SwRedlinePtr& p, sal_Bool bIns )
|
||||
{
|
||||
|
@ -2848,7 +2847,6 @@ sal_uInt16 SwRedlineTbl::FindPrevSeqNo( sal_uInt16 nSeqNo, sal_uInt16 nSttPos,
|
|||
return nRet;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
SwRedlineExtraData::~SwRedlineExtraData()
|
||||
{
|
||||
|
|
|
@ -333,7 +333,6 @@ SwTxtFtn* SwFtnIdxs::SeekEntry( const SwNodeIndex& rPos, sal_uInt16* pFndPos ) c
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
const SwSectionNode* SwUpdFtnEndNtAtEnd::FindSectNdWithEndAttr(
|
||||
const SwTxtFtn& rTxtFtn )
|
||||
|
|
|
@ -305,7 +305,6 @@ void SwServerObject::SetDdeBookmark( ::sw::mark::IMark& rBookmark)
|
|||
" - setting an bookmark that is not DDE-capable");
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
|
||||
SwDataChanged::SwDataChanged( const SwPaM& rPam, sal_uInt16 nTyp )
|
||||
|
|
|
@ -526,7 +526,6 @@ sal_Bool SwBoxAutoFmt::SaveVerionNo( SvStream& rStream ) const
|
|||
return 0 == rStream.GetError();
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
|
||||
SwTableAutoFmt::SwTableAutoFmt( const String& rName )
|
||||
|
|
|
@ -248,7 +248,6 @@ double SwTableBox::GetValue( SwTblCalcPara& rCalcPara ) const
|
|||
return nRet;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
// Struktur, die zum TabelleRechnen benoetigt wird
|
||||
|
||||
|
@ -303,7 +302,6 @@ sal_Bool SwTblCalcPara::CalcWithStackOverflow()
|
|||
return !rCalc.IsCalcError();
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
SwTableFormula::SwTableFormula( const String& rFormel )
|
||||
: sFormel( rFormel )
|
||||
|
|
|
@ -1014,7 +1014,6 @@ void SwHistoryChangeCharFmt::SetInDoc(SwDoc * pDoc, bool )
|
|||
}
|
||||
// <- #i27615#
|
||||
|
||||
/* */
|
||||
|
||||
|
||||
SwHistory::SwHistory( sal_uInt16 nInitSz, sal_uInt16 nGrowSz )
|
||||
|
|
|
@ -869,7 +869,6 @@ void SwUndoReRead::SaveGraphicData( const SwGrfNode& rGrfNd )
|
|||
nMirr = rGrfNd.GetSwAttrSet().GetMirrorGrf().GetValue();
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
SwUndoInsertLabel::SwUndoInsertLabel( const SwLabelType eTyp,
|
||||
const String &rTxt,
|
||||
|
|
|
@ -230,7 +230,6 @@ sal_Bool SwUndoRedlineDelete::CanGrouping( const SwUndoRedlineDelete& rNext )
|
|||
return bRet;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
SwUndoRedlineSort::SwUndoRedlineSort( const SwPaM& rRange,
|
||||
const SwSortOptions& rOpt )
|
||||
|
|
|
@ -155,7 +155,6 @@ void _FinitFilter()
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
namespace SwReaderWriter {
|
||||
|
||||
|
@ -201,7 +200,6 @@ sal_Bool Writer::IsStgWriter() const { return sal_False; }
|
|||
|
||||
sal_Bool StgWriter::IsStgWriter() const { return sal_True; }
|
||||
|
||||
/* */
|
||||
|
||||
|
||||
|
||||
|
@ -217,7 +215,6 @@ sal_Bool SwReader::CheckPasswd( const String& /*rPasswd*/, const Reader& /*rOpti
|
|||
}
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
// Filter Flags lesen, wird von WW8 / W4W / EXCEL / LOTUS benutzt.
|
||||
|
@ -295,7 +292,6 @@ void SwFilterOptions::GetValues( sal_uInt16 nCnt, const sal_Char** ppNames,
|
|||
void SwFilterOptions::Commit() {}
|
||||
void SwFilterOptions::Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& ) {}
|
||||
|
||||
/* */
|
||||
|
||||
|
||||
void StgReader::SetFltName( const String& rFltNm )
|
||||
|
@ -305,7 +301,6 @@ void StgReader::SetFltName( const String& rFltNm )
|
|||
}
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
SwRelNumRuleSpaces::SwRelNumRuleSpaces( SwDoc& rDoc, sal_Bool bNDoc )
|
||||
: bNewDoc( bNDoc )
|
||||
|
@ -468,7 +463,6 @@ void SwRelNumRuleSpaces::SetNumLSpace( SwTxtNode& rNd, const SwNumRule& rRule )
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
|
||||
void CalculateFlySize(SfxItemSet& rFlySet, const SwNodeIndex& rAnchor,
|
||||
|
@ -584,7 +578,6 @@ void CalculateFlySize(SfxItemSet& rFlySet, const SwNodeIndex& rAnchor,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
struct CharSetNameMap
|
||||
{
|
||||
rtl_TextEncoding eCode;
|
||||
|
|
|
@ -958,7 +958,6 @@ sal_uLong SwWriter::Write( WriterRef& rxWriter, const String* pRealFileName )
|
|||
}
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -32,11 +32,9 @@
|
|||
|
||||
#include "css1kywd.hxx"
|
||||
|
||||
/* */
|
||||
|
||||
sal_Char CSS1_CONSTASCII_DEF( sCSS_mimetype, "text/css" );
|
||||
|
||||
/* */
|
||||
|
||||
// ein par allgemeine Strings
|
||||
|
||||
|
@ -71,7 +69,6 @@ sal_Char CSS1_CONSTASCII_DEF( sCSS1_UNIT_px, "px" );
|
|||
sal_Char CSS1_CONSTASCII_DEF( sCSS1_UNIT_em, "em" );
|
||||
sal_Char CSS1_CONSTASCII_DEF( sCSS1_UNIT_ex, "ex" );
|
||||
|
||||
/* */
|
||||
|
||||
// Strings fuer Font-Properties
|
||||
|
||||
|
@ -133,7 +130,6 @@ sal_Char CSS1_CONSTASCII_DEF( sCSS1_P_font, "font" );
|
|||
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
// Strings fuer Farb- und Hintergrund-Properties
|
||||
|
||||
|
@ -157,7 +153,6 @@ sal_Char CSS1_CONSTASCII_DEF( sCSS1_PV_bottom, "bottom" );
|
|||
sal_Char CSS1_CONSTASCII_DEF( sCSS1_PV_scroll, "scroll" );
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
// Strings fuer Text-Properties
|
||||
|
||||
|
@ -187,7 +182,6 @@ sal_Char CSS1_CONSTASCII_DEF( sCSS1_P_text_indent, "text-indent" );
|
|||
sal_Char CSS1_CONSTASCII_DEF( sCSS1_P_line_height, "line-height" );
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
// Strings fuer Box-Properties
|
||||
|
||||
|
@ -238,7 +232,6 @@ sal_Char CSS1_CONSTASCII_DEF( sCSS1_P_height, "height" );
|
|||
|
||||
sal_Char CSS1_CONSTASCII_DEF( sCSS1_P_float, "float" );
|
||||
|
||||
/* */
|
||||
|
||||
// Strings fuer Positioning
|
||||
|
||||
|
@ -252,7 +245,6 @@ sal_Char CSS1_CONSTASCII_DEF( sCSS1_P_left, "left" );
|
|||
|
||||
sal_Char CSS1_CONSTASCII_DEF( sCSS1_P_top, "top" );
|
||||
|
||||
/* */
|
||||
|
||||
// Feature: PrintExt
|
||||
|
||||
|
|
|
@ -38,11 +38,9 @@
|
|||
#define CSS1_CONSTASCII_DEF( n, s ) n[sizeof(s)] = s
|
||||
#endif
|
||||
|
||||
/* */
|
||||
|
||||
extern sal_Char CSS1_CONSTASCII_DECL( sCSS_mimetype, "text/css" );
|
||||
|
||||
/* */
|
||||
|
||||
// ein par allgemeine Strings
|
||||
|
||||
|
@ -77,7 +75,6 @@ extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_UNIT_px, "px" );
|
|||
extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_UNIT_em, "em" );
|
||||
extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_UNIT_ex, "ex" );
|
||||
|
||||
/* */
|
||||
|
||||
// Strings fuer Font-Properties
|
||||
|
||||
|
@ -139,7 +136,6 @@ extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_P_font, "font" );
|
|||
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
// Strings fuer Farb- und Hintergrund-Properties
|
||||
|
||||
|
@ -163,7 +159,6 @@ extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_PV_bottom, "bottom" );
|
|||
extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_PV_scroll, "scroll" );
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
// Strings fuer Text-Properties
|
||||
|
||||
|
@ -193,7 +188,6 @@ extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_P_text_indent, "text-indent" );
|
|||
extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_P_line_height, "line-height" );
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
// Strings fuer Box-Properties
|
||||
|
||||
|
@ -244,7 +238,6 @@ extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_P_height, "height" );
|
|||
|
||||
extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_P_float, "float" );
|
||||
|
||||
/* */
|
||||
|
||||
// Strings fuer Positioning
|
||||
|
||||
|
@ -258,7 +251,6 @@ extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_P_left, "left" );
|
|||
|
||||
extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_P_top, "top" );
|
||||
|
||||
/* */
|
||||
|
||||
// Feature: PrintExt
|
||||
|
||||
|
|
|
@ -84,7 +84,6 @@ using namespace ::com::sun::star;
|
|||
|
||||
void lcl_swcss1_setEncoding( SwFmt& rFmt, rtl_TextEncoding eEnc );
|
||||
|
||||
/* */
|
||||
|
||||
// Implementierung des SwCSS1Parsers (eigentlich swcss1.cxx)
|
||||
static struct SwCSS1ItemIds
|
||||
|
@ -147,7 +146,6 @@ SwCSS1Parser::~SwCSS1Parser()
|
|||
}
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
// Feature: PrintExt
|
||||
sal_Bool SwCSS1Parser::SetFmtBreak( SfxItemSet& rItemSet,
|
||||
|
@ -1171,7 +1169,6 @@ const FontList *SwCSS1Parser::GetFontList() const
|
|||
return pFList;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
SwCharFmt* SwCSS1Parser::GetChrFmt( sal_uInt16 nToken2, const String& rClass ) const
|
||||
{
|
||||
|
@ -1253,7 +1250,6 @@ SwCharFmt* SwCSS1Parser::GetChrFmt( sal_uInt16 nToken2, const String& rClass ) c
|
|||
}
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
SwTxtFmtColl *SwCSS1Parser::GetTxtCollFromPool( sal_uInt16 nPoolId ) const
|
||||
{
|
||||
|
@ -1502,7 +1498,6 @@ sal_Bool SwCSS1Parser::MayBePositioned( const SvxCSS1PropertyInfo& rPropInfo,
|
|||
}
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
void SwCSS1Parser::AddClassName( String& rFmtName, const String& rClass )
|
||||
{
|
||||
|
@ -1511,7 +1506,6 @@ void SwCSS1Parser::AddClassName( String& rFmtName, const String& rClass )
|
|||
(rFmtName += '.') += rClass;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
void SwCSS1Parser::FillDropCap( SwFmtDrop& rDrop,
|
||||
SfxItemSet& rItemSet,
|
||||
|
@ -1592,7 +1586,6 @@ void SwCSS1Parser::FillDropCap( SwFmtDrop& rDrop,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
// CSS1-sezifisches des SwHTMLParsers
|
||||
|
||||
|
@ -2195,7 +2188,6 @@ void SwHTMLParser::SetFrmFmtAttrs( SfxItemSet &rItemSet,
|
|||
}
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
_HTMLAttrContext *SwHTMLParser::PopContext( sal_uInt16 nToken, sal_uInt16 nLimit,
|
||||
sal_Bool bRemove )
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
using namespace ::com::sun::star;
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
|
||||
class _HTMLAttrContext_SaveDoc
|
||||
|
@ -128,7 +127,6 @@ _HTMLAttrTable *_HTMLAttrContext_SaveDoc::GetAttrTab( sal_Bool bCreate )
|
|||
return pAttrTab;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
_HTMLAttrContext_SaveDoc *_HTMLAttrContext::GetSaveDocContext( sal_Bool bCreate )
|
||||
{
|
||||
|
@ -144,7 +142,6 @@ void _HTMLAttrContext::ClearSaveDocContext()
|
|||
pSaveDocContext = 0;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLParser::SplitAttrTab( const SwPosition& rNewPos )
|
||||
{
|
||||
|
@ -347,7 +344,6 @@ void SwHTMLParser::RestoreDocContext( _HTMLAttrContext *pCntxt )
|
|||
pCntxt->ClearSaveDocContext();
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLParser::EndContext( _HTMLAttrContext *pContext )
|
||||
{
|
||||
|
@ -434,7 +430,6 @@ void SwHTMLParser::ClearContext( _HTMLAttrContext *pContext )
|
|||
StartListing();
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
sal_Bool SwHTMLParser::DoPositioning( SfxItemSet &rItemSet,
|
||||
SvxCSS1PropertyInfo &rPropInfo,
|
||||
|
@ -508,7 +503,6 @@ sal_Bool SwHTMLParser::CreateContainer( const String& rClass,
|
|||
return bRet;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLParser::InsertAttrs( SfxItemSet &rItemSet,
|
||||
SvxCSS1PropertyInfo &rPropInfo,
|
||||
|
|
|
@ -94,7 +94,6 @@ static HTMLOptionEnum aHTMLMarqDirectionTable[] =
|
|||
{ 0, 0 }
|
||||
};
|
||||
|
||||
/* */
|
||||
void SwHTMLParser::InsertDrawObject( SdrObject* pNewDrawObj,
|
||||
const Size& rPixSpace,
|
||||
sal_Int16 eVertOri,
|
||||
|
@ -228,7 +227,6 @@ void SwHTMLParser::InsertDrawObject( SdrObject* pNewDrawObj,
|
|||
pDoc->Insert( *pPam, *pNewDrawObj, &aFrmSet, NULL );
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void PutEEPoolItem( SfxItemSet &rEEItemSet,
|
||||
const SfxPoolItem& rSwItem )
|
||||
|
@ -617,7 +615,6 @@ void SwHTMLParser::ResizeDrawObject( SdrObject* pObj, SwTwips nWidth )
|
|||
pObj->SetLogicRect( Rectangle( rOldRect.TopLeft(), aNewSz ) );
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
const SdrObject *SwHTMLWriter::GetMarqueeTextObj( const SwDrawFrmFmt& rFmt )
|
||||
{
|
||||
|
|
|
@ -204,7 +204,6 @@ static HTMLOptionEnum aHTMLFileNameFldFmtTable[] =
|
|||
{ 0, 0 }
|
||||
};
|
||||
|
||||
/* */
|
||||
|
||||
sal_uInt16 SwHTMLParser::GetNumType( const String& rStr, sal_uInt16 nDfltType )
|
||||
{
|
||||
|
|
|
@ -184,7 +184,6 @@ const sal_Char * aEventOptionTable[] =
|
|||
0
|
||||
};
|
||||
|
||||
/* */
|
||||
|
||||
class SwHTMLForm_Impl
|
||||
{
|
||||
|
|
|
@ -76,7 +76,6 @@
|
|||
|
||||
using namespace ::com::sun::star;
|
||||
using ::rtl::OUString;
|
||||
/* */
|
||||
|
||||
const sal_uInt32 HTML_FRMOPTS_CONTROL =
|
||||
0;
|
||||
|
@ -93,7 +92,6 @@ const sal_uInt32 HTML_FRMOPTS_IMG_CONTROL_CSS1 =
|
|||
HTML_FRMOPT_S_SPACE;
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
struct HTMLControl
|
||||
{
|
||||
|
@ -119,7 +117,6 @@ struct HTMLControl
|
|||
|
||||
SV_IMPL_OP_PTRARR_SORT( HTMLControls, HTMLControl* )
|
||||
|
||||
/* */
|
||||
|
||||
void lcl_html_outEvents( SvStream& rStrm,
|
||||
const uno::Reference< form::XFormComponent > rFormComp,
|
||||
|
@ -679,7 +676,6 @@ void SwHTMLWriter::OutHiddenControls(
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
// hier folgen die Ausgabe-Routinen, dadurch sind die form::Forms gebuendelt:
|
||||
|
||||
|
@ -1345,7 +1341,6 @@ Writer& OutHTML_DrawFrmFmtAsControl( Writer& rWrt,
|
|||
return rWrt;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
// Ermitteln, ob eine Format zu einem Control gehoert und wenn ja
|
||||
// dessen Form zurueckgeben
|
||||
|
@ -1430,7 +1425,6 @@ void SwHTMLWriter::GetControls()
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
HTMLControl::HTMLControl(
|
||||
const uno::Reference< container::XIndexContainer > & rFormComps,
|
||||
|
|
|
@ -71,7 +71,6 @@ static HTMLOptionEnum aHTMLULTypeTable[] =
|
|||
{ 0, 0 }
|
||||
};
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLNumRuleInfo::Set( const SwTxtNode& rTxtNd )
|
||||
{
|
||||
|
@ -97,7 +96,6 @@ void SwHTMLNumRuleInfo::Set( const SwTxtNode& rTxtNd )
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLParser::NewNumBulList( int nToken )
|
||||
{
|
||||
|
@ -473,7 +471,6 @@ void SwHTMLParser::EndNumBulList( int nToken )
|
|||
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLParser::NewNumBulListItem( int nToken )
|
||||
{
|
||||
|
@ -646,7 +643,6 @@ void SwHTMLParser::EndNumBulListItem( int nToken, sal_Bool bSetColl,
|
|||
SetTxtCollAttrs();
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLParser::SetNodeNum( sal_uInt8 nLevel, bool bCountedInList )
|
||||
{
|
||||
|
@ -666,7 +662,6 @@ void SwHTMLParser::SetNodeNum( sal_uInt8 nLevel, bool bCountedInList )
|
|||
}
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLWriter::FillNextNumInfo()
|
||||
{
|
||||
|
|
|
@ -128,7 +128,6 @@ const sal_uLong HTML_FRMOPTS_OLE_CSS1 =
|
|||
HTML_FRMOPT_S_ALIGN |
|
||||
HTML_FRMOPT_S_SPACE;
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLParser::SetFixSize( const Size& rPixSize,
|
||||
const Size& rTwipDfltSize,
|
||||
|
@ -302,7 +301,6 @@ void SwHTMLParser::SetSpace( const Size& rPixSpace,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLParser::InsertEmbed()
|
||||
{
|
||||
|
@ -493,7 +491,6 @@ void SwHTMLParser::InsertEmbed()
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
#ifdef SOLAR_JAVA
|
||||
void SwHTMLParser::NewObject()
|
||||
|
@ -829,7 +826,6 @@ void SwHTMLParser::InsertParam()
|
|||
}
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLParser::InsertFloatingFrame()
|
||||
{
|
||||
|
@ -965,7 +961,6 @@ void SwHTMLParser::InsertFloatingFrame()
|
|||
bInFloatingFrame = sal_True;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
sal_uInt16 SwHTMLWriter::GuessOLENodeFrmType( const SwNode& rNode )
|
||||
{
|
||||
|
|
|
@ -769,7 +769,6 @@ void SwHTMLParser::NewMultiCol()
|
|||
PushContext( pCntxt );
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLParser::InsertFlyFrame( const SfxItemSet& rItemSet,
|
||||
_HTMLAttrContext *pCntxt,
|
||||
|
@ -798,7 +797,6 @@ void SwHTMLParser::InsertFlyFrame( const SfxItemSet& rItemSet,
|
|||
}
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLParser::MovePageDescAttrs( SwNode *pSrcNd,
|
||||
sal_uLong nDestIdx,
|
||||
|
|
|
@ -169,7 +169,6 @@ public:
|
|||
sal_uInt16 GetContextStAttrMin() const { return nContextStAttrMin; }
|
||||
};
|
||||
|
||||
/* */
|
||||
|
||||
// Cell content is a linked list with SwStartNodes and
|
||||
// HTMLTables.
|
||||
|
@ -214,7 +213,6 @@ public:
|
|||
SwHTMLTableLayoutCnts *CreateLayoutInfo();
|
||||
};
|
||||
|
||||
/* */
|
||||
|
||||
// Cell of a HTML table
|
||||
class HTMLTableCell
|
||||
|
@ -282,7 +280,6 @@ public:
|
|||
sal_Bool IsCovered() const { return mbCovered; }
|
||||
};
|
||||
|
||||
/* */
|
||||
|
||||
// Row of a HTML table
|
||||
typedef HTMLTableCell* HTMLTableCellPtr;
|
||||
|
@ -671,7 +668,6 @@ SV_IMPL_PTRARR(HTMLTableCells,HTMLTableCellPtr)
|
|||
SV_IMPL_PTRARR(HTMLTableRows,HTMLTableRowPtr)
|
||||
SV_IMPL_PTRARR(HTMLTableColumns,HTMLTableColumnPtr)
|
||||
|
||||
/* */
|
||||
|
||||
|
||||
void HTMLTableCnts::InitCtor()
|
||||
|
@ -731,7 +727,6 @@ SwHTMLTableLayoutCnts *HTMLTableCnts::CreateLayoutInfo()
|
|||
return pLayoutInfo;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
HTMLTableCell::HTMLTableCell():
|
||||
pContents(0),
|
||||
|
@ -825,7 +820,6 @@ SwHTMLTableLayoutCell *HTMLTableCell::CreateLayoutInfo()
|
|||
bRelWidth, bNoWrap );
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
HTMLTableRow::HTMLTableRow( sal_uInt16 nCells ):
|
||||
pCells(new HTMLTableCells),
|
||||
|
@ -926,7 +920,6 @@ void HTMLTableRow::Shrink( sal_uInt16 nCells )
|
|||
pCells->DeleteAndDestroy( nCells, pCells->Count()-nCells );
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
HTMLTableColumn::HTMLTableColumn():
|
||||
bIsEndOfGroup(sal_False),
|
||||
|
@ -982,7 +975,6 @@ inline SwFrmFmt *HTMLTableColumn::GetFrmFmt( sal_Bool bBorderLine,
|
|||
return aFrmFmts[GetFrmFmtIdx(bBorderLine,eVertOrient)];
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
|
||||
void HTMLTable::InitCtor( const HTMLTableOptions *pOptions )
|
||||
|
@ -2862,7 +2854,6 @@ void _HTMLTableContext::RestorePREListingXMP( SwHTMLParser& rParser )
|
|||
rParser.StartListing();
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
const SwStartNode *SwHTMLParser::InsertTableSection
|
||||
( const SwStartNode *pPrevStNd )
|
||||
|
@ -3065,7 +3056,6 @@ SvxBrushItem* SwHTMLParser::CreateBrushItem( const Color *pColor,
|
|||
return pBrushItem;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
class _SectionSaveStruct : public SwPendingStackData
|
||||
{
|
||||
|
@ -3146,7 +3136,6 @@ void _SectionSaveStruct::Restore( SwHTMLParser& rParser )
|
|||
rParser.aParaAttrs.Remove( 0, rParser.aParaAttrs.Count() );
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
class _CellSaveStruct : public _SectionSaveStruct
|
||||
{
|
||||
|
|
|
@ -289,7 +289,6 @@ struct SvxCSS1ItemIds
|
|||
static SvxCSS1ItemIds aItemIds;
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
struct SvxCSS1BorderInfo
|
||||
{
|
||||
|
@ -733,7 +732,6 @@ sal_Bool SvxCSS1Parser::DeclarationParsed( const String& rProperty,
|
|||
return sal_True; // die Deklaration brauchen wir nicht mehr. Loeschen!
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
SvxCSS1Parser::SvxCSS1Parser( SfxItemPool& rPool, const String& rBaseURL, sal_uInt16 nMinFixLineSp,
|
||||
sal_uInt16 *pWhichIds, sal_uInt16 nWhichIds ) :
|
||||
|
@ -901,7 +899,6 @@ sal_Bool SvxCSS1Parser::ParseStyleOption( const String& rIn,
|
|||
return bSuccess;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
sal_Bool SvxCSS1Parser::GetEnum( const CSS1PropertyEnum *pPropTable,
|
||||
const String &rValue, sal_uInt16& rEnum )
|
||||
|
@ -1034,7 +1031,6 @@ void SvxCSS1Parser::SetDfltEncoding( rtl_TextEncoding eEnc )
|
|||
eDfltEnc = eEnc;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_font_size( const CSS1Expression *pExpr,
|
||||
SfxItemSet &rItemSet,
|
||||
|
@ -1098,7 +1094,6 @@ static void ParseCSS1_font_size( const CSS1Expression *pExpr,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
|
||||
static void ParseCSS1_font_family( const CSS1Expression *pExpr,
|
||||
|
@ -1180,7 +1175,6 @@ static void ParseCSS1_font_family( const CSS1Expression *pExpr,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_font_weight( const CSS1Expression *pExpr,
|
||||
SfxItemSet &rItemSet,
|
||||
|
@ -1239,7 +1233,6 @@ static void ParseCSS1_font_weight( const CSS1Expression *pExpr,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_font_style( const CSS1Expression *pExpr,
|
||||
SfxItemSet &rItemSet,
|
||||
|
@ -1310,7 +1303,6 @@ static void ParseCSS1_font_style( const CSS1Expression *pExpr,
|
|||
rItemSet.Put( SvxCaseMapItem( eCaseMap, aItemIds.nCaseMap ) );
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_font_variant( const CSS1Expression *pExpr,
|
||||
SfxItemSet &rItemSet,
|
||||
|
@ -1364,7 +1356,6 @@ static void ParseCSS1_text_transform( const CSS1Expression *pExpr,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_color( const CSS1Expression *pExpr,
|
||||
SfxItemSet &rItemSet,
|
||||
|
@ -1415,7 +1406,6 @@ static void ParseCSS1_direction( const CSS1Expression *pExpr,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void MergeHori( SvxGraphicPosition& ePos, SvxGraphicPosition eHori )
|
||||
{
|
||||
|
@ -1663,7 +1653,6 @@ static void ParseCSS1_background_color( const CSS1Expression *pExpr,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_line_height( const CSS1Expression *pExpr,
|
||||
SfxItemSet &rItemSet,
|
||||
|
@ -1728,7 +1717,6 @@ static void ParseCSS1_line_height( const CSS1Expression *pExpr,
|
|||
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_font( const CSS1Expression *pExpr,
|
||||
SfxItemSet &rItemSet,
|
||||
|
@ -1838,7 +1826,6 @@ static void ParseCSS1_font( const CSS1Expression *pExpr,
|
|||
ParseCSS1_font_family( pExpr, rItemSet, rPropInfo, rParser );
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_letter_spacing( const CSS1Expression *pExpr,
|
||||
SfxItemSet &rItemSet,
|
||||
|
@ -1883,7 +1870,6 @@ static void ParseCSS1_letter_spacing( const CSS1Expression *pExpr,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_text_decoration( const CSS1Expression *pExpr,
|
||||
SfxItemSet &rItemSet,
|
||||
|
@ -1993,7 +1979,6 @@ static void ParseCSS1_text_decoration( const CSS1Expression *pExpr,
|
|||
rItemSet.Put( SvxBlinkItem( bBlinkOn, aItemIds.nBlink ) );
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_text_align( const CSS1Expression *pExpr,
|
||||
SfxItemSet &rItemSet,
|
||||
|
@ -2015,7 +2000,6 @@ static void ParseCSS1_text_align( const CSS1Expression *pExpr,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_text_indent( const CSS1Expression *pExpr,
|
||||
SfxItemSet &rItemSet,
|
||||
|
@ -2068,7 +2052,6 @@ static void ParseCSS1_text_indent( const CSS1Expression *pExpr,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_margin_left( const CSS1Expression *pExpr,
|
||||
SfxItemSet &rItemSet,
|
||||
|
@ -2125,7 +2108,6 @@ static void ParseCSS1_margin_left( const CSS1Expression *pExpr,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_margin_right( const CSS1Expression *pExpr,
|
||||
SfxItemSet &rItemSet,
|
||||
|
@ -2182,7 +2164,6 @@ static void ParseCSS1_margin_right( const CSS1Expression *pExpr,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_margin_top( const CSS1Expression *pExpr,
|
||||
SfxItemSet &rItemSet,
|
||||
|
@ -2242,7 +2223,6 @@ static void ParseCSS1_margin_top( const CSS1Expression *pExpr,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_margin_bottom( const CSS1Expression *pExpr,
|
||||
SfxItemSet &rItemSet,
|
||||
|
@ -2302,7 +2282,6 @@ static void ParseCSS1_margin_bottom( const CSS1Expression *pExpr,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_margin( const CSS1Expression *pExpr,
|
||||
SfxItemSet &rItemSet,
|
||||
|
@ -2444,7 +2423,6 @@ static void ParseCSS1_margin( const CSS1Expression *pExpr,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static sal_Bool ParseCSS1_padding_xxx( const CSS1Expression *pExpr,
|
||||
SfxItemSet & /*rItemSet*/,
|
||||
|
@ -2504,7 +2482,6 @@ static sal_Bool ParseCSS1_padding_xxx( const CSS1Expression *pExpr,
|
|||
return bSet;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_padding_top( const CSS1Expression *pExpr,
|
||||
SfxItemSet &rItemSet,
|
||||
|
@ -2566,7 +2543,6 @@ static void ParseCSS1_padding( const CSS1Expression *pExpr,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_border_xxx( const CSS1Expression *pExpr,
|
||||
SfxItemSet & /*rItemSet*/,
|
||||
|
@ -2711,7 +2687,6 @@ static void ParseCSS1_border_xxx_width( const CSS1Expression *pExpr,
|
|||
pInfo->nNamedWidth = nNWidth;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_border_top_width( const CSS1Expression *pExpr,
|
||||
SfxItemSet &rItemSet,
|
||||
|
@ -2854,7 +2829,6 @@ static void ParseCSS1_border( const CSS1Expression *pExpr,
|
|||
ParseCSS1_border_xxx( pExpr, rItemSet, rPropInfo, rParser, 0, sal_True );
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_float( const CSS1Expression *pExpr,
|
||||
SfxItemSet & /*rItemSet*/,
|
||||
|
@ -2872,7 +2846,6 @@ static void ParseCSS1_float( const CSS1Expression *pExpr,
|
|||
}
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_position( const CSS1Expression *pExpr,
|
||||
SfxItemSet & /*rItemSet*/,
|
||||
|
@ -2889,7 +2862,6 @@ static void ParseCSS1_position( const CSS1Expression *pExpr,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_length( const CSS1Expression *pExpr,
|
||||
long& rLength,
|
||||
|
@ -2935,7 +2907,6 @@ static void ParseCSS1_length( const CSS1Expression *pExpr,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
static void ParseCSS1_width( const CSS1Expression *pExpr,
|
||||
SfxItemSet & /*rItemSet*/,
|
||||
|
@ -2969,7 +2940,6 @@ static void ParseCSS1_top( const CSS1Expression *pExpr,
|
|||
ParseCSS1_length( pExpr, rPropInfo.nTop, rPropInfo.eTopType, sal_False );
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
// Feature: PrintExt
|
||||
static void ParseCSS1_size( const CSS1Expression *pExpr,
|
||||
|
@ -3023,7 +2993,6 @@ static void ParseCSS1_size( const CSS1Expression *pExpr,
|
|||
|
||||
// /Feature: PrintExt
|
||||
|
||||
/* */
|
||||
|
||||
// Feature: PrintExt
|
||||
|
||||
|
@ -3142,7 +3111,6 @@ static void ParseCSS1_so_language( const CSS1Expression *pExpr,
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
// die Zuordung Property zu parsender Funktion
|
||||
struct CSS1PropEntry
|
||||
|
@ -3217,7 +3185,6 @@ static CSS1PropEntry aCSS1PropFnTab[] =
|
|||
CSS1_PROP_ENTRY(so_language)
|
||||
};
|
||||
|
||||
/* */
|
||||
|
||||
static int bSortedPropFns = sal_False;
|
||||
|
||||
|
|
|
@ -264,7 +264,6 @@ sal_uLong HTMLReader::Read( SwDoc &rDoc, const String& rBaseURL, SwPaM &rPam, co
|
|||
}
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
SwHTMLParser::SwHTMLParser( SwDoc* pD, const SwPaM& rCrsr, SvStream& rIn,
|
||||
const String& rPath,
|
||||
|
@ -2585,7 +2584,6 @@ ViewShell *SwHTMLParser::CheckActionViewShell()
|
|||
return pActionViewShell;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLParser::_SetAttr( sal_Bool bChkEnd, sal_Bool bBeforeTable,
|
||||
_HTMLAttrs *pPostIts )
|
||||
|
@ -3801,7 +3799,6 @@ void SwHTMLParser::EndFontAttr( int nToken )
|
|||
aFontStack.Remove( aFontStack.Count()-1, 1 );
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLParser::NewPara()
|
||||
{
|
||||
|
@ -4053,7 +4050,6 @@ void SwHTMLParser::EndHeading()
|
|||
nFontStHeadStart = nFontStMin;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLParser::NewTxtFmtColl( int nToken, sal_uInt16 nColl )
|
||||
{
|
||||
|
@ -4182,7 +4178,6 @@ void SwHTMLParser::EndTxtFmtColl( int nToken )
|
|||
SetTxtCollAttrs();
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLParser::NewDefList()
|
||||
{
|
||||
|
@ -4399,7 +4394,6 @@ void SwHTMLParser::EndDefListItem( int nToken, sal_Bool bSetColl,
|
|||
SetTxtCollAttrs();
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
sal_Bool SwHTMLParser::HasCurrentParaFlys( sal_Bool bNoSurroundOnly,
|
||||
sal_Bool bSurroundOnly ) const
|
||||
|
@ -4471,7 +4465,6 @@ sal_Bool SwHTMLParser::HasCurrentParaFlys( sal_Bool bNoSurroundOnly,
|
|||
return bFound;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
// die speziellen Methoden zum Einfuegen von Objecten
|
||||
|
||||
|
@ -4705,7 +4698,6 @@ void SwHTMLParser::SetTxtCollAttrs( _HTMLAttrContext *pContext )
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLParser::NewCharFmt( int nToken )
|
||||
{
|
||||
|
@ -4769,7 +4761,6 @@ void SwHTMLParser::NewCharFmt( int nToken )
|
|||
}
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLParser::InsertSpacer()
|
||||
{
|
||||
|
@ -4983,7 +4974,6 @@ SwTwips SwHTMLParser::GetCurrentBrowseWidth()
|
|||
}
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
void SwHTMLParser::InsertIDOption()
|
||||
{
|
||||
|
@ -5004,7 +4994,6 @@ void SwHTMLParser::InsertIDOption()
|
|||
}
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
|
||||
void SwHTMLParser::InsertLineBreak()
|
||||
|
@ -5396,7 +5385,6 @@ void SwHTMLParser::ParseMoreMetaOptions()
|
|||
InsertAttr( aFmtFld );
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
_HTMLAttr::_HTMLAttr( const SwPosition& rPos, const SfxPoolItem& rItem,
|
||||
_HTMLAttr **ppHd ) :
|
||||
|
|
|
@ -124,7 +124,6 @@ inline const SvxFontHeightItem& GetSize(const SfxItemSet& rSet,sal_Bool bInP=sal
|
|||
inline const SvxLRSpaceItem& GetLRSpace(const SfxItemSet& rSet,sal_Bool bInP=sal_True)
|
||||
{ return (const SvxLRSpaceItem&)rSet.Get( RES_LR_SPACE,bInP); }
|
||||
|
||||
/* */
|
||||
|
||||
extern "C" SAL_DLLPUBLIC_EXPORT Reader* SAL_CALL ImportRTF()
|
||||
{
|
||||
|
|
|
@ -790,7 +790,6 @@ const SvULongs* WW8_WrPlcTxtBoxes::GetShapeIdArr() const
|
|||
return &aShapeIds;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
sal_uInt32 WW8Export::GetSdrOrdNum( const SwFrmFmt& rFmt ) const
|
||||
{
|
||||
|
@ -1264,7 +1263,6 @@ void WinwordAnchoring::WriteData( EscherEx& rEx ) const
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
void WW8Export::CreateEscher()
|
||||
{
|
||||
|
@ -1309,7 +1307,6 @@ void SwEscherEx::WritePictures()
|
|||
Flush();
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
// Output- Routines for Escher Export
|
||||
|
||||
|
|
|
@ -1279,7 +1279,6 @@ const SwRedlineData* SwWW8AttrIter::GetRedline( xub_StrLen nPos )
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
short MSWordExportBase::GetCurrentPageDirection() const
|
||||
{
|
||||
|
@ -2430,7 +2429,6 @@ bool MSWordExportBase::NoPageBreakSection( const SfxItemSet* pSet )
|
|||
return bRet;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
void MSWordExportBase::OutputSectionNode( const SwSectionNode& rSectionNode )
|
||||
{
|
||||
|
@ -2486,7 +2484,6 @@ void WW8Export::AppendSection( const SwPageDesc *pPageDesc, const SwSectionFmt*
|
|||
pSepx->AppendSep(Fc2Cp(Strm().Tell()), pPageDesc, pFmt, nLnNum);
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
// Flys
|
||||
|
@ -2743,7 +2740,6 @@ void WW8AttributeOutput::Redline( const SwRedlineData* pRedline )
|
|||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
void MSWordExportBase::OutputContentNode( const SwCntntNode& rNode )
|
||||
{
|
||||
|
|
|
@ -552,7 +552,6 @@ void WW8Export::OutListNamesTab()
|
|||
pFib->lcbSttbListNames = pTableStrm->Tell() - pFib->fcSttbListNames;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
// old WW95-Code
|
||||
|
||||
|
|
|
@ -779,7 +779,6 @@ sal_uLong SwWW8Writer::FillUntil( SvStream& rStrm, sal_uLong nEndPos )
|
|||
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
/* */
|
||||
|
||||
WW8_WrPlcPn::WW8_WrPlcPn( WW8Export& rWr, ePLCFT ePl, WW8_FC nStartFc )
|
||||
: rWrt(rWr), nFkpStartPage(0), ePlc(ePl), nMark(0)
|
||||
|
@ -902,7 +901,6 @@ void WW8_WrPlcPn::WritePlc()
|
|||
}
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
/* */
|
||||
|
||||
WW8_WrFkp::WW8_WrFkp(ePLCFT ePl, WW8_FC nStartFc, bool bWrtWW8)
|
||||
: ePlc(ePl), nStartGrp(511), nOldStartGrp(511),
|
||||
|
@ -1267,7 +1265,6 @@ WW8_CP WW8_WrPct::Fc2Cp( sal_uLong nFc ) const
|
|||
}
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
/* */
|
||||
|
||||
WW8_WrtBookmarks::WW8_WrtBookmarks()
|
||||
{
|
||||
|
@ -1445,7 +1442,6 @@ void MSWordExportBase::AppendWordBookmark( const String& rName )
|
|||
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
/* */
|
||||
|
||||
void WW8_WrtRedlineAuthor::Write( Writer& rWrt )
|
||||
{
|
||||
|
@ -1465,7 +1461,6 @@ sal_uInt16 WW8Export::AddRedlineAuthor( sal_uInt16 nId )
|
|||
}
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
/* */
|
||||
|
||||
void WW8Export::WriteAsStringTable(const std::vector<String>& rStrings,
|
||||
sal_Int32& rfcSttbf, sal_Int32& rlcbSttbf, sal_uInt16 nExtraLen)
|
||||
|
|
|
@ -928,7 +928,6 @@ String MSWordExportBase::GetBookmarkName( sal_uInt16 nTyp, const String* pName,
|
|||
}
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
/* */
|
||||
/* File CHRATR.HXX: */
|
||||
void WW8AttributeOutput::RTLAndCJKState( bool bIsRTL, sal_uInt16 nScript )
|
||||
{
|
||||
|
|
|
@ -183,7 +183,6 @@ SV_IMPL_PTRARR( _DB_Columns, _DB_ColumnPtr )
|
|||
|
||||
SV_IMPL_OP_PTRARR_SORT( SwInsDBColumns, SwInsDBColumnPtr )
|
||||
|
||||
/* */
|
||||
|
||||
#define DBCOLUMN_CONFIG_VERSION1 1
|
||||
#define DBCOLUMN_CONFIG_VERSION DBCOLUMN_CONFIG_VERSION1
|
||||
|
|
Loading…
Reference in a new issue