/aoo42x/main/sw/inc/ |
H A D | cellfml.hxx | 29 class SwTable; 47 const SwTable* pTbl; // akt. Tabelle 49 SwTblCalcPara( SwCalc& rCalculator, const SwTable& rTable ); 66 void BoxNmsToPtr( const SwTable&, String&, String&, String* = 0, 68 void PtrToBoxNms( const SwTable&, String&, String&, String* = 0, 76 void _MakeFormel( const SwTable&, String&, String&, String* = 0, 78 void _GetFmlBoxes( const SwTable&, String&, String&, String* = 0, 87 String ScanString( FnScanFormel fnFormel, const SwTable& rTbl, 128 void PtrToBoxNm( const SwTable* pTbl ); 130 void BoxNmToPtr( const SwTable* pTbl ); [all …]
|
H A D | swtable.hxx | 82 class SW_DLLPUBLIC SwTable: public SwClient //Client vom FrmFmt class 127 explicit SwTable( SwTableFmt* ); 128 virtual ~SwTable(); 131 SwTable( const SwTable& rTable ); // kein Copy der Lines !! 134 SwTable & operator= (const SwTable &); 136 SwTable(); 268 sal_Bool InsTable( const SwTable& rCpyTbl, const SwSelBoxes&, 278 { return ((SwTable*)this)->GetTblBox( nSttIdx ); } in GetTblBox() 297 static SwTable * FindTable( SwFrmFmt const*const pFmt ); 429 sal_Bool IsInHeadline( const SwTable* pTbl = 0 ) const; [all …]
|
H A D | tblsel.hxx | 41 class SwTable; 178 void SetTableLines( const SwSelBoxes &rBoxes, const SwTable &rTable ); 179 void SetTableLines( const SwTable &rTable ); 182 void DelFrms ( SwTable &rTable,sal_Bool bAccTableDispose = sal_False ); 183 void MakeFrms( SwTable &rTable ); 184 void MakeNewFrms( SwTable &rTable, const sal_uInt16 nNumber, 186 sal_Bool AreLinesToRestore( const SwTable &rTable ) const;
|
H A D | unochart.hxx | 64 class SwTable; 142 bool operator()( const SwTable *p1, const SwTable *p2 ) const in operator ()() 147 …typedef std::map< const SwTable *, Set_DataSequenceRef_t, lt_SwTable_Ptr > Map_Set_DataSequenceRef… 202 …void AddDataSequence( const SwTable &rTable, ::com::sun::star::uno::Reference< ::com::sun::… 203 …void RemoveDataSequence( const SwTable &rTable, ::com::sun::star::uno::Reference< ::com::su… 206 void InvalidateTable( const SwTable *pTable ); 207 sal_Bool DeleteBox( const SwTable *pTable, const SwTableBox &rBox ); 208 void DisposeAllDataSequences( const SwTable *pTable ); 211 …void AddRowCols( const SwTable &rTable, const SwSelBoxes& rBoxes, sal_uInt16 nLines, sal_Bo…
|
H A D | hints.hxx | 33 class SwTable; 174 const SwTable* pTbl; // Pointer auf die zu aktuelle Tabelle 176 const SwTable* pDelTbl; // Merge: Ptr auf die zu loeschende Tabelle 185 SwTableFmlUpdate( const SwTable* );
|
H A D | node.hxx | 64 class SwTable; 534 SwTable* pTable; 541 const SwTable& GetTable() const { return *pTable; } in GetTable() 542 SwTable& GetTable() { return *pTable; } in GetTable() 559 void SetNewTable( SwTable* , sal_Bool bNewFrames=sal_True );
|
H A D | doc.hxx | 175 class SwTable; 680 sal_Bool _UnProtectTblCells( SwTable& rTbl ); 690 void _UpdateCharts( const SwTable& rTbl, ViewShell& rVSh ) const; 1000 virtual void CreateChartInternalDataProviders( const SwTable *pTable ); 1680 const SwTable* InsertTable( const SwInsertTableOptions& rInsTblOpts, // HEADLINE_NO_BORDER 1693 const SwTable* TextToTable( const SwInsertTableOptions& rInsTblOpts, // HEADLINE_NO_BORDER, 1698 const SwTable* TextToTable( const std::vector< std::vector<SwNodeRange> >& rTableNodes ); 1736 void SetTabCols(SwTable& rTab, const SwTabCols &rNew, const SwTabCols &rOld, 1739 void SetRowsToRepeat( SwTable &rTable, sal_uInt16 nSet ); 1759 const SwTable* pCpyTbl = 0, sal_Bool bCpyName = sal_False,
|
/aoo42x/main/sw/source/core/fields/ |
H A D | cellfml.cxx | 115 const SwTable* pTmp = rCalcPara.pTbl; in GetValue() 623 const SwTable* pTbl = &rTbl; in ScanString() 673 const SwTable* pFnd = FindTable( in ScanString() 705 const SwTable* pTmpTbl, *pRet = 0; in FindTable() 804 nSttBox = SwTable::_GetBoxNum( sGetName ); in lcl_RelToBox() 809 nSttLine = SwTable::_GetBoxNum( sGetName ); in lcl_RelToBox() 859 nBox -= SwTable::_GetBoxNum( sCpy, sal_True ); in lcl_BoxNmToRel() 860 long nLine = SwTable::_GetBoxNum( sTmp ); in lcl_BoxNmToRel() 861 nLine -= SwTable::_GetBoxNum( sCpy ); in lcl_BoxNmToRel() 1066 const SwTable* pTbl = &rTbl; in _SplitMergeBoxNm() [all …]
|
H A D | ddetbl.cxx | 40 TYPEINIT1( SwDDETable, SwTable ); 44 SwDDETable::SwDDETable( SwTable& rTable, SwDDEFieldType* pDDEType, in SwDDETable() 46 : SwTable( rTable ), aDepend( this, pDDEType ) in SwDDETable() 97 SwTable::Modify( pOld, pNew ); in Modify() 175 SwTable* pNewTbl = new SwTable( *this ); in NoDDETable()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | WW8TableInfo.hxx | 35 class SwTable; 72 const SwTable * mpTable; 91 void setTable(const SwTable * pTable); 104 const SwTable * getTable() const; 189 void setTable(const SwTable * pTable); 205 const SwTable * getTable() const; 304 processTableLine(const SwTable * pTable, 310 processTableBox(const SwTable * pTable, 318 const SwTable * pTable, 326 const SwTable * pTable, [all …]
|
H A D | WW8TableInfo.cxx | 114 void WW8TableNodeInfoInner::setTable(const SwTable * pTable) in setTable() 300 const SwTable * WW8TableNodeInfoInner::getTable() const in getTable() 437 void WW8TableNodeInfo::setTable(const SwTable * pTable) in setTable() 506 const SwTable * WW8TableNodeInfo::getTable() const in getTable() 585 WW8TableInfo::processSwTableByLayout(const SwTable * pTable) in processSwTableByLayout() 641 void WW8TableInfo::processSwTable(const SwTable * pTable) in processSwTable() 685 WW8TableInfo::processTableLine(const SwTable * pTable, in processTableLine() 715 const SwTable * pTable, in processTableBoxLines() 769 WW8TableInfo::processTableBox(const SwTable * pTable, in processTableBox() 865 const SwTable * pTable, in insertTableNodeInfo() [all …]
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 146 SwTable* pTable = SwTable::FindTable( pFmt ); in lcl_SetSpecialProperty() 226 SwTable* pTable = SwTable::FindTable( pFmt ); in lcl_GetSpecialProperty() 291 SwTable* pTable = SwTable::FindTable( pFmt ); in lcl_GetSpecialProperty() 552 SwTable* pTable = SwTable::FindTable( pFmt ); in lcl_CreateXCell() 1305 SwTable* pTable = SwTable::FindTable( pFmt ); in setPropertyValue() 1365 SwTable* pTable = SwTable::FindTable( pFmt ); in getPropertyValue() 2183 SwTable* pTable = SwTable::FindTable( pFmt ); in getCellByName() 2202 SwTable* pTable = SwTable::FindTable( pFmt ); in getCellNames() 2229 SwTable* pTable = SwTable::FindTable( pFmt ); in createCursorByCellName() 2348 SwTable* pTable = SwTable::FindTable( pFmt ); in dispose() [all …]
|
H A D | unochart.cxx | 286 const SwTable* pTable = SwTable::FindTable( &rTblFmt ); in GetCellRangeName() 744 SwTable* pTable = SwTable::FindTable( pTblFmt ); in Impl_createDataSource() 1872 SwTable* pTable = SwTable::FindTable( pTblFmt ); in convertRangeToXML() 2039 const SwTable* pTable = SwTable::FindTable( &rTblFmt ); in SwChartDataSequence() 2090 const SwTable* pTable = SwTable::FindTable( GetFrmFmt() ); in SwChartDataSequence() 2162 SwTable* pTable = SwTable::FindTable( pTblFmt ); in getData() 2329 SwTable* pTable = SwTable::FindTable( pTblFmt ); in getTextualData() 2359 SwTable* pTable = SwTable::FindTable( pTblFmt ); in getNumericalData() 2673 const SwTable* pTable = SwTable::FindTable( GetFrmFmt() ); in DeleteBox() 2764 SwTable* pTable = SwTable::FindTable( pTblFmt ); in FillRangeDesc() [all …]
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docchart.cxx | 60 void SwTable::UpdateCharts() const in UpdateCharts() 65 sal_Bool SwTable::IsTblComplexForChart( const String& rSelection, in IsTblComplexForChart() 116 SwTable* pTmpTbl; in IMPL_LINK() 120 if( 0 != ( pTmpTbl = SwTable::FindTable( pFmt ) ) && in IMPL_LINK() 131 void SwDoc::_UpdateCharts( const SwTable& rTbl, ViewShell& rVSh ) const in _UpdateCharts() 157 SwTable* pTmpTbl = SwTable::FindTable( FindTblFmtByName( rName ) ); in UpdateCharts() 206 SwTable* pTable = SwTable::FindTable( &rTblFmt ); in SetTableName() 234 void SwDoc::CreateChartInternalDataProviders( const SwTable *pTable ) in CreateChartInternalDataProviders()
|
H A D | tblcpy.cxx | 56 SwTable& rDstTbl, SwTableBox* pDstBox, 99 TableStructure( const SwTable& rTable ); 105 void moreLines( const SwTable& rTable ); 107 void copyBoxes( const SwTable& rSource, SwTable& rDstTbl, 189 TableStructure::TableStructure( const SwTable& rTable, in TableStructure() 372 void TableStructure::moreLines( const SwTable& rTable ) in moreLines() 488 void TableStructure::copyBoxes( const SwTable& rSource, SwTable& rDstTbl, in copyBoxes() 537 SwTable& rDstTbl, SwTableBox* pDstBox, in lcl_CpyBox() 687 sal_Bool SwTable::InsNewTable( const SwTable& rCpyTbl, const SwSelBoxes& rSelBoxes, in InsNewTable() 758 sal_Bool SwTable::InsTable( const SwTable& rCpyTbl, const SwNodeIndex& rSttBox, in InsTable() [all …]
|
H A D | tblrwcl.cxx | 722 sal_Bool SwTable::AppendRow( SwDoc* pDoc, sal_uInt16 nCnt ) in AppendRow() 1083 sal_Bool SwTable::DeleteSel( in DeleteSel() 1864 void lcl_CheckRowSpan( SwTable &rTbl ) in lcl_CheckRowSpan() 2184 sal_Bool SwTable::CopyHeadlineIntoTable( SwTableNode& rTblNd ) in CopyHeadlineIntoTable() 2252 SwTable* pNewTbl = (SwTable*)pInsDoc->InsertTable( in MakeCopy() 2375 SwTableBox* SwTableLine::FindNextBox( const SwTable& rTbl, in FindNextBox() 2423 SwTableBox* SwTableLine::FindPreviousBox( const SwTable& rTbl, in FindPreviousBox() 2477 SwTableBox* SwTableBox::FindNextBox( const SwTable& rTbl, in FindNextBox() 2488 SwTableBox* SwTableBox::FindPreviousBox( const SwTable& rTbl, in FindPreviousBox() 3530 SwTable& rTbl = rParam.pTblNd->GetTable(); in lcl_SaveInsDelData() [all …]
|
/aoo42x/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 95 sal_Bool SwTable::NewMerge( SwDoc* pDoc, const SwSelBoxes& rBoxes, in NewMerge() 252 void lcl_ChangeRowSpan( const SwTable& rTable, const long nDiff, in lcl_ChangeRowSpan() 814 bool SwTable::PrepareMerge( const SwPaM& rPam, SwSelBoxes& rBoxes, in PrepareMerge() 973 void SwTable::_FindSuperfluousRows( SwSelBoxes& rBoxes, in _FindSuperfluousRows() 1552 void SwTable::PrepareDelBoxes( const SwSelBoxes& rBoxes ) in PrepareDelBoxes() 1898 void SwTable::PrepareDeleteCol( long nMin, long nMax ) in PrepareDeleteCol() 1950 void SwTable::ExpandSelection( SwSelBoxes& rBoxes ) const in ExpandSelection() 2057 void SwTable::RestoreRowSpan( const SwSaveRowSpan& rSave ) in RestoreRowSpan() 2111 SwSaveRowSpan* SwTable::CleanUpTopRowSpan( sal_uInt16 nSplitLine ) in CleanUpTopRowSpan() 2125 void SwTable::CleanUpBottomRowSpan( sal_uInt16 nDelLines ) in CleanUpBottomRowSpan() [all …]
|
H A D | swtable.cxx | 79 TYPEINIT1( SwTable, SwClient ); 328 SwTable::SwTable( SwTableFmt* pFmt ) in SwTable() function in SwTable 341 SwTable::SwTable( const SwTable& rTable ) in SwTable() function in SwTable 359 SwTable::~SwTable() in ~SwTable() 1621 sal_Bool SwTable::IsTblComplex() const in IsTblComplex() 2083 SwTable * SwTable::FindTable( SwFrmFmt const*const pFmt ) in FindTable() 2090 SwTableNode* SwTable::GetTableNode() const in GetTableNode() 2097 void SwTable::SetRefObject( SwServerObject* pObj ) in SetRefObject() 2746 const SwTable * m_pTable; 2760 void setTable(const SwTable * pTable) { in setTable() [all …]
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edtab.cxx | 100 const SwTable& SwEditShell::InsertTable( const SwInsertTableOptions& rInsTblOpts, in InsertTable() 118 const SwTable *pTable = GetDoc()->InsertTable( rInsTblOpts, *pPos, in InsertTable() 240 SwTable* pTbl = (SwTable*)GetDoc()->InsertTable( aInsTblOpts, *pPos, in InsertDDETable() 268 SwTableFmlUpdate aTblUpdate( (SwTable*)&pTblNd->GetTable() ); in UpdateTable() 295 ((SwTable&)pTblNd->GetTable()).SetTblChgMode( eMode ); in SetTblChgMode() 331 const SwTable& rTbl = pSelBox->GetSttNd()->FindTableNode()->GetTable(); in GetTblBoxFormulaAttrs() 333 SwTableFmlUpdate aTblUpdate( (SwTable*)&rTbl ); in GetTblBoxFormulaAttrs()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 125 const SwTable* pSwTable; 199 void CheckTable( const SwTable& ); 771 SwTable& rTbl = pTNd->GetTable(); in UndoImpl() 1562 const SwTable& rTbl = rTblNd.GetTable(); in SwUndoTblNdsChg() 1585 const SwTable& rTbl = rTblNd.GetTable(); in SwUndoTblNdsChg() 1616 const SwTable& rTbl = rTblNd.GetTable(); in SaveNewBoxes() 1921 SwTable& rTbl = pTblNd->GetTable(); in RedoImpl() 1948 SwTable& rTbl = pTblNd->GetTable(); in RedoImpl() 2992 SwTable& rTbl = pTblNd->GetTable(); in UndoImpl() 3111 SwTable* pTbl = &pTblNd->GetTable(); in UndoImpl() [all …]
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 1760 SwTable& rTbl = pTblNd->GetTable(); in InsertCol() 1827 SwTable& rTbl = pTblNd->GetTable(); in InsertRow() 2239 SwTable& rTbl = pTblNd->GetTable(); in SplitTbl() 2426 pTable = new SwTable( 0 ); in SwTableNode() 2834 SwTable& rTab = *pTab->GetTable(); in SetTabCols() 3223 SwTable& rTbl = pTNd->GetTable(); in SplitTable() 3387 SwTable& rOldTbl; 3467 SwTable& rTbl = pTNd->GetTable(); in SplitTable() 3642 SwTable& rTbl = pTblNd->GetTable(); in MergeTable() 4557 SwTable* pTbl; in UnProtectTbls() [all …]
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmltble.cxx | 507 const SwTable *pTable; 513 inline SwXMLTableInfo_Impl( const SwTable *pTbl ); 515 const SwTable *GetTable() const { return pTable; } in GetTable() 523 inline SwXMLTableInfo_Impl::SwXMLTableInfo_Impl( const SwTable *pTbl ) : in SwXMLTableInfo_Impl() 709 (SwTable *)rTblInfo.GetTable() ); in ExportTableLinesAutoStyles() 755 const SwTable& rTbl = rTblNd.GetTable(); in ExportTableAutoStyles() 836 (SwTable *)rTblInfo.GetTable() ); in ExportTableBox() 1144 const SwTable& rTbl = rTblNd.GetTable(); in ExportTable() 1192 ((SwTable &)rTbl).GetTabLines().ForEach( &lcl_xmltble_ClearName_Line, in ExportTable() 1220 const SwTable *pTbl = SwTable::FindTable( pFmt ); in exportTable()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | tabfrm.hxx | 30 class SwTable; 42 SwTable* pTable; 112 SwTabFrm( SwTable &, SwFrm* ); //Immer nach dem erzeugen _und_ pasten das 140 const SwTable *GetTable() const { return pTable; } in GetTable() 141 SwTable *GetTable() { return pTable; } in GetTable()
|
H A D | UndoTable.hxx | 52 class SwTable; 129 SwUndoTblToTxt( const SwTable& rTbl, sal_Unicode cCh ); 308 sal_Bool InsertRow( SwTable& rTbl, const SwSelBoxes& rBoxes, sal_uInt16 nCnt ); 379 SwUndoTblHeadline( const SwTable&, sal_uInt16 nOldHdl, sal_uInt16 nNewHdl );
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 227 SwTable::SearchType eSearch; in GetTblSel() 232 default: eSearch = SwTable::SEARCH_NONE; break; in GetTblSel() 241 const SwTable& rTbl = pTblNd->GetTable(); in GetTblSel() 1028 const SwTable *pTable = aUnions[0]->GetTable()->GetTable(); in GetMergeSel() 1554 ((SwTable&)pTblNd->GetTable()).GetTabLines().ForEach( in CheckMergeSel() 2228 void _FndBox::SetTableLines( const SwTable &rTable ) in SetTableLines() 2260 void _FndBox::DelFrms( SwTable &rTable,sal_Bool bAccTableDispose ) in DelFrms() 2415 SwTable& rTable = *rTabFrm.GetTable(); in lcl_UpdateRepeatedHeadlines() 2429 void _FndBox::MakeFrms( SwTable &rTable ) in MakeFrms() 2505 void _FndBox::MakeNewFrms( SwTable &rTable, const sal_uInt16 nNumber, in MakeNewFrms() [all …]
|