summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpstory.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 12:32:31 +0200
committerNoel Grandin <noel@peralex.com>2015-07-17 12:33:13 +0200
commit81d873336bc55a6854fdc0b2a53faada0c552e1f (patch)
tree18cf222d9b870061cb6e7e597ab0b37e0302e005 /lotuswordpro/source/filter/lwpstory.cxx
parentin remainingSize consider that its is possible to seek past the end (diff)
downloadcore-81d873336bc55a6854fdc0b2a53faada0c552e1f.tar.gz
core-81d873336bc55a6854fdc0b2a53faada0c552e1f.zip
remove pointless comments in lotuswordpro
change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
Diffstat (limited to 'lotuswordpro/source/filter/lwpstory.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpstory.cxx36
1 files changed, 2 insertions, 34 deletions
diff --git a/lotuswordpro/source/filter/lwpstory.cxx b/lotuswordpro/source/filter/lwpstory.cxx
index b2ed42c13dbc..0b8d8555a6bc 100644
--- a/lotuswordpro/source/filter/lwpstory.cxx
+++ b/lotuswordpro/source/filter/lwpstory.cxx
@@ -59,10 +59,7 @@
1. Word Pro object for paragraph list;
2. the content of layout object
************************************************************************/
-/*************************************************************************
- * Change History
- Jan 2005 Created
- ************************************************************************/
+
#include "lwpglobalmgr.hxx"
#include "lwpstory.hxx"
#include "xfilter/xfstylemanager.hxx"
@@ -93,11 +90,9 @@ void LwpStory::Read()
#include "lwppara.hxx"
#include "lwpobjfactory.hxx"
+
/**************************************************************************
* @descr: Convert all the contents in current story
- * @param:
- * @param:
- * @return:
**************************************************************************/
void LwpStory::XFConvert(XFContentContainer* pCont)
{
@@ -174,9 +169,6 @@ void LwpStory::Parse(IXFStream* pOutputStream)
/**************************************************************************
* @descr: Set current page layout. If pPageLayout is a mirror page layout,
use odd child page layout as current page layout.
- * @param:
- * @param:
- * @return:
**************************************************************************/
void LwpStory::SetCurrentLayout(LwpPageLayout *pPageLayout)
{
@@ -200,9 +192,6 @@ void LwpStory::AddPageLayout(LwpPageLayout * pObject)
}
/**************************************************************************
* @descr: Get the next page layout relative to m_pCurrentLayout
- * @param:
- * @param:
- * @return:
**************************************************************************/
LwpPageLayout* LwpStory::GetNextPageLayout()
{
@@ -221,9 +210,6 @@ LwpPageLayout* LwpStory::GetNextPageLayout()
}
/**************************************************************************
* @descr: Sort the pagelayout according to their position
- * @param:
- * @param:
- * @return:
**************************************************************************/
void LwpStory::SortPageLayout()
{
@@ -277,9 +263,6 @@ void LwpStory::SortPageLayout()
/**************************************************************************
* @descr: whether need create a new section and reset column in current page layout
- * @param:
- * @param:
- * @return: sal_True if need create a new section
**************************************************************************/
bool LwpStory::IsNeedSection()
{
@@ -329,9 +312,6 @@ bool LwpStory::IsNeedSection()
}
/**************************************************************************
* @descr: process frame which anchor type is to cell
- * @param:
- * @param:
- * @return:
**************************************************************************/
void LwpStory::XFConvertFrameInCell(XFContentContainer* pCont)
{
@@ -360,9 +340,6 @@ void LwpStory::XFConvertFrameInCell(XFContentContainer* pCont)
/**************************************************************************
* @descr: process frame which anchor type is to page
- * @param:
- * @param:
- * @return:
**************************************************************************/
void LwpStory::XFConvertFrameInPage(XFContentContainer* pCont)
{
@@ -386,9 +363,6 @@ void LwpStory::XFConvertFrameInPage(XFContentContainer* pCont)
}
/**************************************************************************
* @descr: process frame which anchor type is to frame
- * @param:
- * @param:
- * @return:
**************************************************************************/
void LwpStory::XFConvertFrameInFrame(XFContentContainer* pCont)
{
@@ -409,9 +383,6 @@ void LwpStory::XFConvertFrameInFrame(XFContentContainer* pCont)
}
/**************************************************************************
* @descr: process frame which anchor type is to page and the frame is contained by header or footer
- * @param:
- * @param:
- * @return:
**************************************************************************/
void LwpStory::XFConvertFrameInHeaderFooter(XFContentContainer* pCont)
{
@@ -462,9 +433,6 @@ LwpPara* LwpStory::GetLastParaOfPreviousStory()
}
/**************************************************************************
* @descr: get text from story
- * @param:
- * @param:
- * @return:
**************************************************************************/
OUString LwpStory::GetContentText(bool bAllText)
{