diff options
Diffstat (limited to 'editeng/source')
-rw-r--r-- | editeng/source/editeng/editattr.cxx | 25 | ||||
-rw-r--r-- | editeng/source/editeng/editsel.cxx | 2 | ||||
-rw-r--r-- | editeng/source/editeng/editview.cxx | 2 | ||||
-rw-r--r-- | editeng/source/editeng/impedit.hxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/impedit3.cxx | 1 | ||||
-rw-r--r-- | editeng/source/outliner/overflowingtxt.cxx | 4 | ||||
-rw-r--r-- | editeng/source/uno/unofield.cxx | 1 | ||||
-rw-r--r-- | editeng/source/uno/unotext.cxx | 2 | ||||
-rw-r--r-- | editeng/source/uno/unotext2.cxx | 2 | ||||
-rw-r--r-- | editeng/source/xml/xmltxtexp.cxx | 1 |
10 files changed, 0 insertions, 41 deletions
diff --git a/editeng/source/editeng/editattr.cxx b/editeng/source/editeng/editattr.cxx index 41b6a0db9bcd..f000cf793560 100644 --- a/editeng/source/editeng/editattr.cxx +++ b/editeng/source/editeng/editattr.cxx @@ -45,7 +45,6 @@ #include <editattr.hxx> -// class EditCharAttrib EditCharAttrib::EditCharAttrib( const SfxPoolItem& rAttr, sal_Int32 nS, sal_Int32 nE ) : nStart(nS), nEnd(nE), bFeature(false), bEdge(false) @@ -76,7 +75,6 @@ void EditCharAttrib::dumpAsXml(xmlTextWriterPtr pWriter) const } -// class EditCharAttribFont EditCharAttribFont::EditCharAttribFont( const SvxFontItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) @@ -95,7 +93,6 @@ void EditCharAttribFont::SetFont( SvxFont& rFont, OutputDevice* ) } -// class EditCharAttribItalic EditCharAttribItalic::EditCharAttribItalic( const SvxPostureItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) @@ -109,7 +106,6 @@ void EditCharAttribItalic::SetFont( SvxFont& rFont, OutputDevice* ) } -// class EditCharAttribWeight EditCharAttribWeight::EditCharAttribWeight( const SvxWeightItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) @@ -123,7 +119,6 @@ void EditCharAttribWeight::SetFont( SvxFont& rFont, OutputDevice* ) } -// class EditCharAttribUnderline EditCharAttribUnderline::EditCharAttribUnderline( const SvxUnderlineItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) @@ -141,7 +136,6 @@ void EditCharAttribUnderline::SetFont( SvxFont& rFont, OutputDevice* pOutDev ) } -// class EditCharAttribOverline EditCharAttribOverline::EditCharAttribOverline( const SvxOverlineItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) @@ -157,7 +151,6 @@ void EditCharAttribOverline::SetFont( SvxFont& rFont, OutputDevice* pOutDev ) } -// class EditCharAttribFontHeight EditCharAttribFontHeight::EditCharAttribFontHeight( const SvxFontHeightItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) @@ -172,7 +165,6 @@ void EditCharAttribFontHeight::SetFont( SvxFont& rFont, OutputDevice* ) } -// class EditCharAttribFontWidth EditCharAttribFontWidth::EditCharAttribFontWidth( const SvxCharScaleWidthItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) @@ -186,7 +178,6 @@ void EditCharAttribFontWidth::SetFont( SvxFont& /*rFont*/, OutputDevice* ) } -// class EditCharAttribStrikeout EditCharAttribStrikeout::EditCharAttribStrikeout( const SvxCrossedOutItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) @@ -200,7 +191,6 @@ void EditCharAttribStrikeout::SetFont( SvxFont& rFont, OutputDevice* ) } -// class EditCharAttribCaseMap EditCharAttribCaseMap::EditCharAttribCaseMap( const SvxCaseMapItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) @@ -214,7 +204,6 @@ void EditCharAttribCaseMap::SetFont( SvxFont& rFont, OutputDevice* ) } -// class EditCharAttribColor EditCharAttribColor::EditCharAttribColor( const SvxColorItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) @@ -228,7 +217,6 @@ void EditCharAttribColor::SetFont( SvxFont& rFont, OutputDevice* ) rFont.SetColor( aColor); } -// class EditCharAttribBackgroundColor EditCharAttribBackgroundColor::EditCharAttribBackgroundColor( const SvxBackgroundColorItem& rAttr, @@ -246,7 +234,6 @@ void EditCharAttribBackgroundColor::SetFont( SvxFont& rFont, OutputDevice* ) rFont.SetFillColor(aColor); } -// class EditCharAttribLanguage EditCharAttribLanguage::EditCharAttribLanguage( const SvxLanguageItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) { @@ -259,7 +246,6 @@ void EditCharAttribLanguage::SetFont( SvxFont& rFont, OutputDevice* ) } -// class EditCharAttribShadow EditCharAttribShadow::EditCharAttribShadow( const SvxShadowedItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) @@ -273,7 +259,6 @@ void EditCharAttribShadow::SetFont( SvxFont& rFont, OutputDevice* ) } -// class EditCharAttribEscapement EditCharAttribEscapement::EditCharAttribEscapement( const SvxEscapementItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) @@ -295,7 +280,6 @@ void EditCharAttribEscapement::SetFont( SvxFont& rFont, OutputDevice* ) } -// class EditCharAttribOutline EditCharAttribOutline::EditCharAttribOutline( const SvxContourItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) @@ -309,7 +293,6 @@ void EditCharAttribOutline::SetFont( SvxFont& rFont, OutputDevice* ) } -// class EditCharAttribTab EditCharAttribTab::EditCharAttribTab( const SfxVoidItem& rAttr, sal_Int32 nPos ) : EditCharAttrib( rAttr, nPos, nPos+1 ) @@ -322,7 +305,6 @@ void EditCharAttribTab::SetFont( SvxFont&, OutputDevice* ) } -// class EditCharAttribLineBreak EditCharAttribLineBreak::EditCharAttribLineBreak( const SfxVoidItem& rAttr, sal_Int32 nPos ) : EditCharAttrib( rAttr, nPos, nPos+1 ) @@ -335,7 +317,6 @@ void EditCharAttribLineBreak::SetFont( SvxFont&, OutputDevice* ) } -// class EditCharAttribField EditCharAttribField::EditCharAttribField( const SvxFieldItem& rAttr, sal_Int32 nPos ) : EditCharAttrib( rAttr, nPos, nPos+1 ) @@ -400,7 +381,6 @@ bool EditCharAttribField::operator == ( const EditCharAttribField& rAttr ) const } -// class EditCharAttribPairKerning EditCharAttribPairKerning::EditCharAttribPairKerning( const SvxAutoKernItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) @@ -414,7 +394,6 @@ void EditCharAttribPairKerning::SetFont( SvxFont& rFont, OutputDevice* ) } -// class EditCharAttribKerning EditCharAttribKerning::EditCharAttribKerning( const SvxKerningItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) @@ -428,7 +407,6 @@ void EditCharAttribKerning::SetFont( SvxFont& rFont, OutputDevice* ) } -// class EditCharAttribWordLineMode EditCharAttribWordLineMode::EditCharAttribWordLineMode( const SvxWordLineModeItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) @@ -442,7 +420,6 @@ void EditCharAttribWordLineMode::SetFont( SvxFont& rFont, OutputDevice* ) } -// class EditCharAttribEmphasisMark EditCharAttribEmphasisMark::EditCharAttribEmphasisMark( const SvxEmphasisMarkItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) @@ -456,7 +433,6 @@ void EditCharAttribEmphasisMark::SetFont( SvxFont& rFont, OutputDevice* ) } -// class EditCharAttribRelief EditCharAttribRelief::EditCharAttribRelief( const SvxCharReliefItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) @@ -469,7 +445,6 @@ void EditCharAttribRelief::SetFont( SvxFont& rFont, OutputDevice* ) rFont.SetRelief( static_cast<const SvxCharReliefItem*>(GetItem())->GetValue() ); } -// class EditCharAttribGrabBag EditCharAttribGrabBag::EditCharAttribGrabBag( const SfxGrabBagItem& rAttr, sal_Int32 _nStart, sal_Int32 _nEnd ) : EditCharAttrib( rAttr, _nStart, _nEnd ) diff --git a/editeng/source/editeng/editsel.cxx b/editeng/source/editeng/editsel.cxx index 744f082bbea5..3aeed7a6e357 100644 --- a/editeng/source/editeng/editsel.cxx +++ b/editeng/source/editeng/editsel.cxx @@ -22,7 +22,6 @@ #include <editeng/editview.hxx> -// class EditSelFunctionSet EditSelFunctionSet::EditSelFunctionSet() { @@ -74,7 +73,6 @@ void EditSelFunctionSet::DeselectAll() } -// class EditSelectionEngine EditSelectionEngine::EditSelectionEngine() : SelectionEngine( nullptr ) { diff --git a/editeng/source/editeng/editview.cxx b/editeng/source/editeng/editview.cxx index 9ada4292ba12..d905d60bb9c3 100644 --- a/editeng/source/editeng/editview.cxx +++ b/editeng/source/editeng/editview.cxx @@ -156,12 +156,10 @@ LanguageType EditView::CheckLanguage( return nLang; } -// class EditViewCallbacks EditViewCallbacks::~EditViewCallbacks() { } -// class EditView EditView::EditView( EditEngine* pEng, vcl::Window* pWindow ) { pImpEditView.reset( new ImpEditView( this, pEng, pWindow ) ); diff --git a/editeng/source/editeng/impedit.hxx b/editeng/source/editeng/impedit.hxx index ee0fe7948034..47117b0baab5 100644 --- a/editeng/source/editeng/impedit.hxx +++ b/editeng/source/editeng/impedit.hxx @@ -216,7 +216,6 @@ public: }; -// class ImpEditView class ImpEditView : public vcl::unohelper::DragAndDropClient { diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx index 4a3ece288f5a..54a043ec2412 100644 --- a/editeng/source/editeng/impedit3.cxx +++ b/editeng/source/editeng/impedit3.cxx @@ -280,7 +280,6 @@ static bool lcl_ConnectToPrev( sal_Unicode cCh, sal_Unicode cPrevCh ) // For Ka } -// class ImpEditEngine void ImpEditEngine::UpdateViews( EditView* pCurView ) { diff --git a/editeng/source/outliner/overflowingtxt.cxx b/editeng/source/outliner/overflowingtxt.cxx index 7d09dfb02acc..0ebaa6850a87 100644 --- a/editeng/source/outliner/overflowingtxt.cxx +++ b/editeng/source/outliner/overflowingtxt.cxx @@ -103,7 +103,6 @@ css::uno::Reference< css::datatransfer::XTransferable > TextChainingUtils::Creat } -// class OverflowingText OverflowingText::OverflowingText(css::uno::Reference< css::datatransfer::XTransferable > const & xOverflowingContent) : mxOverflowingContent(xOverflowingContent) @@ -112,7 +111,6 @@ OverflowingText::OverflowingText(css::uno::Reference< css::datatransfer::XTransf } -// class NonOverflowingText NonOverflowingText::NonOverflowingText(const ESelection &aSel, bool bLastParaInterrupted) : maContentSel(aSel) @@ -155,7 +153,6 @@ std::unique_ptr<OutlinerParaObject> OverflowingText::DeeplyMergeParaObject(Outli return TextChainingUtils::DeeplyMergeParaObject(mxOverflowingContent, pOutl, pNextPObj); } -// class OFlowChainedText OFlowChainedText::OFlowChainedText(Outliner const *pOutl, bool bIsDeepMerge) { @@ -205,7 +202,6 @@ bool OFlowChainedText::IsLastParaInterrupted() const } -// classes UFlowChainedText UFlowChainedText::UFlowChainedText(Outliner const *pOutl, bool bIsDeepMerge) { diff --git a/editeng/source/uno/unofield.cxx b/editeng/source/uno/unofield.cxx index 0a20a3e6cadf..d6fc905078c2 100644 --- a/editeng/source/uno/unofield.cxx +++ b/editeng/source/uno/unofield.cxx @@ -231,7 +231,6 @@ static tools::Time setTime( util::DateTime const & rDate ) } -// class SvxUnoTextField namespace { diff --git a/editeng/source/uno/unotext.cxx b/editeng/source/uno/unotext.cxx index 25d2b70c3098..475200c27af3 100644 --- a/editeng/source/uno/unotext.cxx +++ b/editeng/source/uno/unotext.cxx @@ -206,7 +206,6 @@ static void CheckSelection( struct ESelection& rSel, SvxEditSource *pEdit ) thro } -// class SvxUnoTextRangeBase UNO3_GETIMPLEMENTATION_IMPL( SvxUnoTextRangeBase ); @@ -1595,7 +1594,6 @@ OUString SAL_CALL SvxUnoTextRange::getImplementationName() } -// class SvxUnoText SvxUnoTextBase::SvxUnoTextBase(const SvxItemPropertySet* _pSet) diff --git a/editeng/source/uno/unotext2.cxx b/editeng/source/uno/unotext2.cxx index 8addcc5fa2ab..2059d5bc4bd2 100644 --- a/editeng/source/uno/unotext2.cxx +++ b/editeng/source/uno/unotext2.cxx @@ -114,7 +114,6 @@ uno::Any SvxUnoTextContentEnumeration::nextElement() } -// class SvxUnoTextContent SvxUnoTextContent::SvxUnoTextContent( const SvxUnoTextBase& rText, sal_Int32 nPara ) throw() @@ -376,7 +375,6 @@ uno::Sequence< OUString > SAL_CALL SvxUnoTextContent::getSupportedServiceNames() } -// class SvxUnoTextRangeEnumeration SvxUnoTextRangeEnumeration::SvxUnoTextRangeEnumeration(const SvxUnoTextBase& rParentText, sal_Int32 nPara, const ESelection& rSel) diff --git a/editeng/source/xml/xmltxtexp.cxx b/editeng/source/xml/xmltxtexp.cxx index 89ab645e3283..240d80ec2505 100644 --- a/editeng/source/xml/xmltxtexp.cxx +++ b/editeng/source/xml/xmltxtexp.cxx @@ -126,7 +126,6 @@ void SvxEditEngineSource::UpdateData() { } -// class SvxSimpleUnoModel SvxSimpleUnoModel::SvxSimpleUnoModel() { |