Home
last modified time | relevance | path

Searched refs:SwTable (Results 1 – 25 of 74) sorted by relevance

123

/AOO41X/main/sw/inc/
H A Dcellfml.hxx29 class SwTable;
47 const SwTable* pTbl; // akt. Tabelle
49 SwTblCalcPara( SwCalc& rCalculator, const SwTable& rTable );
63 typedef void (SwTableFormula:: *FnScanFormel)( const SwTable&, String&,
66 void BoxNmsToPtr( const SwTable&, String&, String&, String* = 0,
68 void PtrToBoxNms( const SwTable&, String&, String&, String* = 0,
70 void RelNmsToBoxNms( const SwTable&, String&, String&, String* = 0,
72 void RelBoxNmsToPtr( const SwTable&, String&, String&, String* = 0,
74 void BoxNmsToRelNm( const SwTable&, String&, String&, String* = 0,
76 void _MakeFormel( const SwTable&, String&, String&, String* = 0,
[all …]
H A Dswtable.hxx82 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();
266 sal_Bool InsTable( const SwTable& rCpyTbl, const SwNodeIndex&,
268 sal_Bool InsTable( const SwTable& rCpyTbl, const SwSelBoxes&,
270 sal_Bool InsNewTable( const SwTable& rCpyTbl, const SwSelBoxes&,
278 { return ((SwTable*)this)->GetTblBox( nSttIdx ); } in GetTblBox()
[all …]
H A Dtblsel.hxx41 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 Dunochart.hxx64 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 Dhints.hxx33 class SwTable;
154 const SwTable* pTbl; // Pointer auf die zu aktuelle Tabelle
156 const SwTable* pDelTbl; // Merge: Ptr auf die zu loeschende Tabelle
165 SwTableFmlUpdate( const SwTable* );
H A Dnode.hxx64 class SwTable;
525 SwTable* pTable;
532 const SwTable& GetTable() const { return *pTable; } in GetTable()
533 SwTable& GetTable() { return *pTable; } in GetTable()
550 void SetNewTable( SwTable* , sal_Bool bNewFrames=sal_True );
H A Ddoc.hxx175 class SwTable;
680 sal_Bool _UnProtectTblCells( SwTable& rTbl );
690 void _UpdateCharts( const SwTable& rTbl, ViewShell& rVSh ) const;
1000 virtual void CreateChartInternalDataProviders( const SwTable *pTable );
1688 const SwTable* InsertTable( const SwInsertTableOptions& rInsTblOpts, // HEADLINE_NO_BORDER
1701 const SwTable* TextToTable( const SwInsertTableOptions& rInsTblOpts, // HEADLINE_NO_BORDER,
1706 const SwTable* TextToTable( const std::vector< std::vector<SwNodeRange> >& rTableNodes );
1744 void SetTabCols(SwTable& rTab, const SwTabCols &rNew, const SwTabCols &rOld,
1747 void SetRowsToRepeat( SwTable &rTable, sal_uInt16 nSet );
1767 const SwTable* pCpyTbl = 0, sal_Bool bCpyName = sal_False,
/AOO41X/main/sw/source/core/fields/
H A Dcellfml.cxx57 const SwTableBox* lcl_RelToBox( const SwTable&, const SwTableBox*, const String& );
58 String lcl_BoxNmToRel( const SwTable&, const SwTableNode&,
115 const SwTable* pTmp = rCalcPara.pTbl; in GetValue()
181 const SwTable* pTmp = rCalcPara.pTbl; in GetValue()
261 SwTblCalcPara::SwTblCalcPara( SwCalc& rCalculator, const SwTable& rTable ) in SwTblCalcPara()
325 void SwTableFormula::_MakeFormel( const SwTable& rTbl, String& rNewStr, in _MakeFormel()
390 void SwTableFormula::RelNmsToBoxNms( const SwTable& rTbl, String& rNewStr, in RelNmsToBoxNms()
420 void SwTableFormula::RelBoxNmsToPtr( const SwTable& rTbl, String& rNewStr, in RelBoxNmsToPtr()
451 void SwTableFormula::BoxNmsToRelNm( const SwTable& rTbl, String& rNewStr, in BoxNmsToRelNm()
486 void SwTableFormula::PtrToBoxNms( const SwTable& rTbl, String& rNewStr, in PtrToBoxNms()
[all …]
H A Dddetbl.cxx40 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()
/AOO41X/main/sw/source/filter/ww8/
H A DWW8TableInfo.hxx35 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;
230 size_t operator()(const SwTable * pTable) const in operator ()()
297 typedef hash_map<const SwTable *, WW8TableCellGrid::Pointer_t, hashTable > CellGridMap_t;
300 typedef hash_map<const SwTable *, const SwNode *, hashTable > FirstInTableMap_t;
304 processTableLine(const SwTable * pTable,
[all …]
H A DWW8TableInfo.cxx114 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 …]
/AOO41X/main/sw/source/core/unocore/
H A Dunotbl.cxx146 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()
609 void lcl_GetTblSeparators(uno::Any& rRet, SwTable* pTable, SwTableBox* pBox, sal_Bool bRow) in lcl_GetTblSeparators()
638 void lcl_SetTblSeparators(const uno::Any& rVal, SwTable* pTable, SwTableBox* pBox, sal_Bool bRow, S… in lcl_SetTblSeparators()
743 SwTableFmlUpdate aTblUpdate( SwTable::FindTable( rCell.GetFrmFmt() )); in lcl_setValue()
877 SwTable* pTable = SwTable::FindTable( pTblFmt ); in IsValid()
895 SwTable* pTable = SwTable::FindTable( GetFrmFmt() ); in getFormula()
928 SwTableFmlUpdate aTblUpdate( SwTable::FindTable( GetFrmFmt() )); in setFormula()
[all …]
H A Dunochart.cxx165 SwTable* pTmpTbl; in LockUnlockAllCharts()
169 if( 0 != ( pTmpTbl = SwTable::FindTable( pFmt ) ) && in LockUnlockAllCharts()
286 const SwTable* pTable = SwTable::FindTable( &rTblFmt ); in GetCellRangeName()
394 SwFrmFmt **ppTblFmt, SwTable **ppTable) in GetTableByName()
412 *ppTable = pTblFmt ? SwTable::FindTable( pTblFmt ) : 0; in GetTableByName()
453 SwTable *pTable = pTblFmt ? SwTable::FindTable( pTblFmt ) : 0; in GetFormatAndCreateCursorFromRangeRep()
744 SwTable* pTable = SwTable::FindTable( pTblFmt ); in Impl_createDataSource()
1112 SwTable *pTable = 0; in detectArguments()
1601 void SwChartDataProvider::AddDataSequence( const SwTable &rTable, uno::Reference< chart2::data::XDa… in AddDataSequence()
1607 void SwChartDataProvider::RemoveDataSequence( const SwTable &rTable, uno::Reference< chart2::data::… in RemoveDataSequence()
[all …]
/AOO41X/main/sw/source/core/doc/
H A Ddocchart.cxx60 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 Dtblcpy.cxx55 void lcl_CpyBox( const SwTable& rCpyTbl, const SwTableBox* pCpyBox,
56 SwTable& rDstTbl, SwTableBox* pDstBox,
99 TableStructure( const SwTable& rTable );
100 TableStructure( const SwTable& rTable, _FndBox &rFndBox,
105 void moreLines( const SwTable& rTable );
107 void copyBoxes( const SwTable& rSource, SwTable& rDstTbl,
178 TableStructure::TableStructure( const SwTable& rTable ) : in TableStructure()
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()
[all …]
H A Dtblrwcl.cxx532 sal_Bool SwTable::InsertCol( SwDoc* pDoc, const SwSelBoxes& rBoxes, sal_uInt16 nCnt, sal_Bool bBehi… in InsertCol()
587 sal_Bool SwTable::_InsertRow( SwDoc* pDoc, const SwSelBoxes& rBoxes, in _InsertRow()
722 sal_Bool SwTable::AppendRow( SwDoc* pDoc, sal_uInt16 nCnt ) in AppendRow()
820 void _DeleteBox( SwTable& rTbl, SwTableBox* pBox, SwUndo* pUndo, in _DeleteBox()
1008 void lcl_SaveUpperLowerBorder( SwTable& rTbl, const SwTableBox& rBox, in lcl_SaveUpperLowerBorder()
1083 sal_Bool SwTable::DeleteSel( in DeleteSel()
1161 sal_Bool SwTable::OldSplitRow( SwDoc* pDoc, const SwSelBoxes& rBoxes, sal_uInt16 nCnt, in OldSplitRow()
1305 sal_Bool SwTable::SplitCol( SwDoc* pDoc, const SwSelBoxes& rBoxes, sal_uInt16 nCnt ) in SplitCol()
1752 sal_Bool SwTable::OldMerge( SwDoc* pDoc, const SwSelBoxes& rBoxes, in OldMerge()
1864 void lcl_CheckRowSpan( SwTable &rTbl ) in lcl_CheckRowSpan()
[all …]
/AOO41X/main/sw/source/core/table/
H A Dswnewtable.cxx95 sal_Bool SwTable::NewMerge( SwDoc* pDoc, const SwSelBoxes& rBoxes, in NewMerge()
252 void lcl_ChangeRowSpan( const SwTable& rTable, const long nDiff, in lcl_ChangeRowSpan()
324 SwBoxSelection* SwTable::CollectBoxSelection( const SwPaM& rPam ) const in CollectBoxSelection()
609 long lcl_InsertPosition( SwTable &rTable, std::vector<sal_uInt16>& rInsPos, in lcl_InsertPosition()
655 sal_Bool SwTable::NewInsertCol( SwDoc* pDoc, const SwSelBoxes& rBoxes, in NewInsertCol()
814 bool SwTable::PrepareMerge( const SwPaM& rPam, SwSelBoxes& rBoxes, in PrepareMerge()
973 void SwTable::_FindSuperfluousRows( SwSelBoxes& rBoxes, in _FindSuperfluousRows()
1016 SwTableBox& SwTableBox::FindStartOfRowSpan( const SwTable& rTable, sal_uInt16 nMaxStep ) in FindStartOfRowSpan()
1043 SwTableBox& SwTableBox::FindEndOfRowSpan( const SwTable& rTable, sal_uInt16 nMaxStep ) in FindEndOfRowSpan()
1070 void lcl_getAllMergedBoxes( const SwTable& rTable, SwSelBoxes& rBoxes, SwTableBox& rBox ) in lcl_getAllMergedBoxes()
[all …]
H A Dswtable.cxx79 TYPEINIT1( SwTable, SwClient );
262 SwTable::SwTable( SwTableFmt* pFmt ) in SwTable() function in SwTable
275 SwTable::SwTable( const SwTable& rTable ) in SwTable() function in SwTable
293 SwTable::~SwTable() in ~SwTable()
402 void SwTable::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) in Modify()
434 void SwTable::AdjustWidths( const long nOld, const long nNew ) in AdjustWidths()
597 void SwTable::GetTabCols( SwTabCols &rToFill, const SwTableBox *pStart, in GetTabCols()
924 void SwTable::SetTabCols( const SwTabCols &rNew, const SwTabCols &rOld, in SetTabCols()
1276 void SwTable::NewSetTabCols( Parm &rParm, const SwTabCols &rNew, in NewSetTabCols()
1405 sal_uInt16 SwTable::_GetBoxNum( String& rStr, sal_Bool bFirstPart, in _GetBoxNum()
[all …]
/AOO41X/main/sw/source/core/edit/
H A Dedtab.cxx100 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()
/AOO41X/main/sw/source/core/undo/
H A Duntbl.cxx125 const SwTable* pSwTable;
134 _SaveTable( const SwTable& rTbl, sal_uInt16 nLnCnt = USHRT_MAX,
142 void RestoreAttr( SwTable& rTbl, sal_Bool bModifyBox = sal_False );
144 void CreateNew( SwTable& rTbl, sal_Bool bCreateFrms = sal_True,
166 void CreateNew( SwTable& rTbl, SwTableBox& rParent, _SaveTable& rSTbl );
190 void CreateNew( SwTable& rTbl, SwTableLine& rParent, _SaveTable& rSTbl );
199 void CheckTable( const SwTable& );
330 const SwTable* pTbl = rDoc.InsertTable( aInsTblOpts, aPos, nRows, nCols, in RedoImpl()
427 SwUndoTblToTxt::SwUndoTblToTxt( const SwTable& rTbl, sal_Unicode cCh ) in SwUndoTblToTxt()
771 SwTable& rTbl = pTNd->GetTable(); in UndoImpl()
[all …]
/AOO41X/main/sw/source/core/inc/
H A Dtabfrm.hxx30 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 DUndoTable.hxx52 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 );
/AOO41X/main/sw/source/filter/xml/
H A Dxmltble.cxx507 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()
/AOO41X/main/sw/source/core/docnode/
H A Dndtbl.cxx359 const SwTable* SwDoc::InsertTable( const SwInsertTableOptions& rInsTblOpts, in InsertTable()
491 SwTable * pNdTbl = &pTblNd->GetTable(); in InsertTable()
660 const SwTable* SwDoc::TextToTable( const SwInsertTableOptions& rInsTblOpts, in TextToTable()
766 SwTable * pNdTbl = &pTblNd->GetTable(); in TextToTable()
934 SwTable * pTable = &pTblNd->GetTable(); in TextToTable()
1119 const SwTable* SwDoc::TextToTable( const std::vector< std::vector<SwNodeRange> >& rTableNodes ) in TextToTable()
1217 SwTable * pNdTbl = &pTblNd->GetTable(); in TextToTable()
1333 SwTable * pTable = &pTblNd->GetTable(); in TextToTable()
1760 SwTable& rTbl = pTblNd->GetTable(); in InsertCol()
1827 SwTable& rTbl = pTblNd->GetTable(); in InsertRow()
[all …]
/AOO41X/main/sw/source/core/frmedt/
H A Dtblsel.cxx227 SwTable::SearchType eSearch; in GetTblSel()
230 case nsSwTblSearchType::TBLSEARCH_ROW: eSearch = SwTable::SEARCH_ROW; break; in GetTblSel()
231 case nsSwTblSearchType::TBLSEARCH_COL: eSearch = SwTable::SEARCH_COL; break; 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()
2194 void _FndBox::SetTableLines( const SwSelBoxes &rBoxes, const SwTable &rTable ) in SetTableLines()
2228 void _FndBox::SetTableLines( const SwTable &rTable ) in SetTableLines()
2260 void _FndBox::DelFrms( SwTable &rTable,sal_Bool bAccTableDispose ) in DelFrms()
[all …]

123