Home
last modified time | relevance | path

Searched refs:pTable (Results 101 – 125 of 166) sorted by path

1234567

/trunk/main/sw/inc/
H A Dswtable.hxx482 SwTableCellInfo(const SwTable * pTable);
H A Dtblsel.hxx125 SwTabFrm *pTable; //Die (Follow-)Table zu der Union. member in SwSelUnion
129 aUnion( rRect ), pTable( pTab ) {} in SwSelUnion()
133 const SwTabFrm *GetTable() const { return pTable; } in GetTable()
134 SwTabFrm *GetTable() { return pTable; } in GetTable()
H A Dunochart.hxx206 void InvalidateTable( const SwTable *pTable );
207 sal_Bool DeleteBox( const SwTable *pTable, const SwTableBox &rBox );
208 void DisposeAllDataSequences( const SwTable *pTable );
H A Dunoparagraph.hxx338 SwTable const*const pTable = 0);
H A Dunotbl.hxx174 SwTableBox* FindBox(SwTable* pTable, SwTableBox* pBox);
218 static SwTableLine* FindLine(SwTable* pTable, SwTableLine* pLine);
413 …:Reference< ::com::sun::star::table::XCellRange > GetRangeByName(SwFrmFmt* pFmt, SwTable* pTable,
/trunk/main/sw/source/core/access/
H A Daccmap.cxx1349 SwTableNode * pTable= (SwTableNode *)&(nStartIndex.GetNode()); in InvalidateShapeInParaSelection() local
1350 SwFrmFmt* pFmt = const_cast<SwFrmFmt*>(pTable->GetTable().GetFrmFmt()); in InvalidateShapeInParaSelection()
/trunk/main/sw/source/core/crsr/
H A Dtrvltbl.cxx151 const SwTable* pTable = pTabFrm->GetTable(); in _SelTblRowOrCol() local
177 else if ( pTable->IsNewModel() ) in _SelTblRowOrCol()
181 pTable->CreateSelection( *pCrsr, aBoxes, eSearchType, bCheckProtected ); in _SelTblRowOrCol()
/trunk/main/sw/source/core/doc/
H A DSwStyleNameMapper.cxx991 …r::NewProgNameArray( SvStringsDtor*& pProgNameArray, const SwTableEntry *pTable, sal_uInt8 nCount ) in NewProgNameArray() argument
996 while (pTable->nLength) in NewProgNameArray()
998 String* pStr = new String( pTable->pChar, pTable->nLength, RTL_TEXTENCODING_ASCII_US ); in NewProgNameArray()
1000 pTable++; in NewProgNameArray()
H A Ddocchart.cxx206 SwTable* pTable = SwTable::FindTable( &rTblFmt ); in SetTableName() local
209 pPCD->InvalidateTable( pTable ); in SetTableName()
234 void SwDoc::CreateChartInternalDataProviders( const SwTable *pTable ) in CreateChartInternalDataProviders() argument
236 if (pTable) in CreateChartInternalDataProviders()
238 String aName( pTable->GetFrmFmt()->GetName() ); in CreateChartInternalDataProviders()
H A Dhtmltbl.cxx95 pNext( pNxt ), pBox( 0 ), pTable( pTab ), pStartNode( pSttNd ), in SwHTMLTableLayoutCnts()
102 delete pTable; in ~SwHTMLTableLayoutCnts()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx934 SwTable * pTable = &pTblNd->GetTable(); in TextToTable() local
1069 for( n = 0; n < pTable->GetTabLines().Count(); ++n ) in TextToTable()
1090 SwTableLines& rLns = pTable->GetTabLines(); in TextToTable()
1333 SwTable * pTable = &pTblNd->GetTable(); in TextToTable() local
1447 SwTableLines& rLns = pTable->GetTabLines(); in TextToTable()
2426 pTable = new SwTable( 0 ); in SwTableNode()
2437 delete pTable; in ~SwTableNode()
2442 return new SwTabFrm( *pTable, pSib ); in MakeFrm()
2560 delete pTable; in SetNewTable()
2561 pTable = pNewTable; in SetNewTable()
[all …]
/trunk/main/sw/source/core/edit/
H A Dedtab.cxx118 const SwTable *pTable = GetDoc()->InsertTable( rInsTblOpts, *pPos, in InsertTable() local
126 return *pTable; in InsertTable()
/trunk/main/sw/source/core/fields/
H A Dcellfml.cxx964 const SwTabFrm *pTable = pStt->FindTabFrm(); in GetBoxes() local
967 if( pTable == pEndTable ) // keine gespl. Tabelle in GetBoxes()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx458 pTable->Calc(); in GetTblSel()
460 if( 0 == (pTable = pTable->GetFollow()) ) in GetTblSel()
729 if( 0 == (pTable = pTable->GetFollow()) ) in ChkChartSel()
2037 pTable = pTable->GetFollow(); in MakeSelUnions()
2038 if ( pTable != pEndTable && pEndTable->IsAnFollow( pTable ) ) in MakeSelUnions()
2039 pTable = 0; in MakeSelUnions()
2454 for ( SwTabFrm *pTable = aTabIter.First(); pTable; pTable = aTabIter.Next() ) in MakeFrms() local
2528 for ( pTable = aTabIter.First(); pTable; pTable = aTabIter.Next() ) in MakeNewFrms()
2558 pTable = pTable->GetFollow(); in MakeNewFrms()
2630 for ( pTable = aTabIter.First(); pTable; pTable = aTabIter.Next() ) in MakeNewFrms()
[all …]
/trunk/main/sw/source/core/inc/
H A Dtabfrm.hxx42 SwTable* pTable; member in SwTabFrm
140 const SwTable *GetTable() const { return pTable; } in GetTable()
141 SwTable *GetTable() { return pTable; } in GetTable()
/trunk/main/sw/source/core/layout/
H A Dfindfrm.cxx1661 const SwTable* pTable = pTableFrm->GetTable(); in FindStartEndOfRowSpanCell() local
1695 GetTabBox()->FindStartOfRowSpan( *pTable, nMax ) : in FindStartEndOfRowSpanCell()
1696 GetTabBox()->FindEndOfRowSpan( *pTable, nMax ); in FindStartEndOfRowSpanCell()
H A Dtabfrm.cxx91 pTable( &rTab ) in SwTabFrm()
122 pTable( rTab.GetTable() ) in SwTabFrm()
4362 const SwTable* pTable = pTabFrm->GetTable(); in Format() local
4371 pTable->GetTabLines(); in Format()
H A Dtrvlfrm.cxx645 const SwTabFrm *pTable = 0; in lcl_UpDown() local
665 pTable = pCnt ? pCnt->FindTabFrm() : 0; in lcl_UpDown()
666 if ( !pTable ) in lcl_UpDown()
667 pTable = pStTab; in lcl_UpDown()
671 !pTable->GetUpper()->IsInTab() ) in lcl_UpDown()
683 if ( pStTab != pTable ) in lcl_UpDown()
694 if ( !pTable->GetUpper()->IsInTab() ) in lcl_UpDown()
699 (pTable->*fnRect->fnGetPrtLeft)(); in lcl_UpDown()
783 if ( pTab != pTable ) in lcl_UpDown()
788 if ( pTable && in lcl_UpDown()
[all …]
H A Dwsfrm.cxx3857 SwCntntFrm* lcl_InvalidateTable( SwTabFrm *pTable, sal_uInt8 nInv ) in lcl_InvalidateTable() argument
3859 if( ( nInv & INV_SECTION ) && pTable->IsInSct() ) in lcl_InvalidateTable()
3860 lcl_InvalidateSection( pTable, nInv ); in lcl_InvalidateTable()
3862 pTable->_InvalidateSize(); in lcl_InvalidateTable()
3864 pTable->_InvalidatePos(); in lcl_InvalidateTable()
3866 pTable->_InvalidatePrt(); in lcl_InvalidateTable()
3867 return pTable->FindLastCntnt(); in lcl_InvalidateTable()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx2760 void setTable(const SwTable * pTable) { in setTable()
2761 m_pTable = pTable; in setTable()
2863 SwTableCellInfo::SwTableCellInfo(const SwTable * pTable) in SwTableCellInfo() argument
2866 m_pImpl->setTable(pTable); in SwTableCellInfo()
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx228 const SwTable* pTable = pTabFrm->GetTable(); in lcl_GetKeyFromFrame() local
229 … pKey = (void*) & static_cast<const SwCellFrm&>(rFrm).GetTabBox()->FindStartOfRowSpan( *pTable ); in lcl_GetKeyFromFrame()
729 const SwTable* pTable = pTabFrm->GetTable(); in SetAttributes() local
733 … const TableColumnsMapEntry& rCols = SwEnhancedPDFExportHelper::GetTableColumnsMap()[ pTable ]; in SetAttributes()
1218 const SwTable* pTable = pTabFrm->GetTable(); in BeginBlockStructureElements() local
1221 const TableColumnsMap::const_iterator aIter = rTableColumnsMap.find( pTable ); in BeginBlockStructureElements()
1226 TableColumnsMapEntry& rCols = rTableColumnsMap[ pTable ]; in BeginBlockStructureElements()
1280 const SwTabFrm* pTable = static_cast<const SwCellFrm*>(pFrm)->FindTabFrm(); in BeginBlockStructureElements() local
1281 … if ( pTable->IsInHeadline( *pFrm ) || lcl_IsHeadlineCell( *static_cast<const SwCellFrm*>(pFrm) ) ) in BeginBlockStructureElements()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx833 SwTable const*const pTable = rContext.GetDoc().TextToTable( in RedoImpl() local
835 ((SwFrmFmt*)pTable->GetFrmFmt())->SetName( sTblNm ); in RedoImpl()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx459 pTable ? pTable->GetTblBox( aStartCell, true ) : 0; in GetFormatAndCreateCursorFromRangeRep()
745 if(pTable->IsTblComplex()) in Impl_createDataSource()
1112 SwTable *pTable = 0; in detectArguments() local
1235 if (!pTable || pTable->IsTblComplex()) in detectArguments()
1616 if (pTable) in InvalidateTable()
1643 if (pTable) in DeleteBox()
1704 if (pTable) in DisposeAllDataSequences()
2040 if (pTable) in SwChartDataSequence()
2091 if (pTable) in SwChartDataSequence()
2216 if (!pTblFmt || !pTable || pTable->IsTblComplex()) in generateLabel()
[all …]
H A Dunoobj.cxx3211 SwTable const*const pTable( in createEnumeration() local
3215 pParentText, pNewCrsr, eSetType, pStartNode, pTable); in createEnumeration()
H A Dunoobj2.cxx474 SwStartNode const*const pStartNode, SwTable const*const pTable) in Impl() argument
483 , m_pOwnTable( pTable ) in Impl()
535 SwStartNode const*const pStartNode, SwTable const*const pTable) in SwXParagraphEnumeration() argument
537 pStartNode, pTable) ) in SwXParagraphEnumeration()
705 text::XTextTable *const pTable = in NextElement_Impl() local
708 static_cast<SwXTextTable*>(pTable)); in NextElement_Impl()
837 SwTable *const pTable = SwTable::FindTable( &rTblFmt ); in SwXTextRange() local
838 SwTableNode *const pTblNode = pTable->GetTableNode(); in SwXTextRange()
967 SwTable const*const pTable = SwTable::FindTable( pTblFmt ); in getText() local
968 SwTableNode const*const pTblNode = pTable->GetTableNode(); in getText()

Completed in 329 milliseconds

1234567