Lines Matching refs:WW8TabDesc

172 class WW8TabDesc  class
239 WW8TabDesc(const WW8TabDesc&);
240 WW8TabDesc &operator=(const WW8TabDesc&);
249 WW8TabDesc( SwWW8ImplReader* pIoClass, WW8_CP nStartCp );
260 ~WW8TabDesc();
273 RedlineType_t eType, WW8TabDesc* pTabDesc ) in close()
1839 WW8TabDesc::WW8TabDesc(SwWW8ImplReader* pIoClass, WW8_CP nStartCp) : in WW8TabDesc() function in WW8TabDesc
2165 WW8TabDesc::~WW8TabDesc() in ~WW8TabDesc()
2179 void WW8TabDesc::CalcDefaults() in CalcDefaults()
2447 void WW8TabDesc::SetSizePosition(SwFrmFmt* pFrmFmt) in SetSizePosition()
2473 void WW8TabDesc::CreateSwTable() in CreateSwTable()
2627 void WW8TabDesc::UseSwTable() in UseSwTable()
2657 void WW8TabDesc::MergeCells() in MergeCells()
2787 void WW8TabDesc::ParkPaM() in ParkPaM()
2814 void WW8TabDesc::MoveOutsideTable() in MoveOutsideTable()
2821 void WW8TabDesc::FinishSwTable() in FinishSwTable()
2881 bool WW8TabDesc::FindMergeGroup(short nX1, short nWidth, bool bExact, in FindMergeGroup()
2939 bool WW8TabDesc::IsValidCell(short nCol) const in IsValidCell()
2944 bool WW8TabDesc::InFirstParaInCell() const in InFirstParaInCell()
2962 void WW8TabDesc::StartMiserableHackForUnsupportedDirection(short nWwCol) in StartMiserableHackForUnsupportedDirection()
2972 void WW8TabDesc::EndMiserableHackForUnsupportedDirection(short nWwCol) in EndMiserableHackForUnsupportedDirection()
2979 bool WW8TabDesc::SetPamInCell(short nWwCol, bool bPam) in SetPamInCell()
3083 void WW8TabDesc::InsertCells( short nIns ) in InsertCells()
3095 void WW8TabDesc::SetTabBorders(SwTableBox* pBox, short nWwIdx) in SetTabBorders()
3152 void WW8TabDesc::SetTabShades( SwTableBox* pBox, short nWwIdx ) in SetTabShades()
3210 void WW8TabDesc::SetTabDirection(SwTableBox* pBox, short nWwIdx) in SetTabDirection()
3218 void WW8TabDesc::SetTabVertAlign( SwTableBox* pBox, short nWwIdx ) in SetTabVertAlign()
3246 void WW8TabDesc::AdjustNewBand() in AdjustNewBand()
3364 void WW8TabDesc::TableCellEnd() in TableCellEnd()
3420 SwTableBox* WW8TabDesc::UpdateTableMergeGroup( WW8_TCell& rCell, in UpdateTableMergeGroup()
3467 sal_uInt16 WW8TabDesc::GetLogicalWWCol() const // returns number of col as INDICATED within WW6 UI … in GetLogicalWWCol()
3482 const String& WW8TabDesc::GetNumRuleName() const in GetNumRuleName()
3491 void WW8TabDesc::SetNumRuleName( const String& rName ) in SetNumRuleName()
3557 pTableDesc = new WW8TabDesc( this, nStartCp ); in StartTable()