Home
last modified time | relevance | path

Searched refs:pTblNode (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx585 SwTableNode *const pTblNode, SwTable const*const pOwnTable) in lcl_FindTopLevelTable() argument
589 SwTableNode * pLast = pTblNode; in lcl_FindTopLevelTable()
648 (CURSOR_SELECTION_IN_TABLE != m_eCursorType)) && pTblNode) in NextElement_Impl()
668 SwTableNode * pTblNode = pUnoCrsr->GetNode()->FindTableNode(); in NextElement_Impl() local
669 pTblNode = lcl_FindTopLevelTable( pTblNode, m_pOwnTable ); in NextElement_Impl()
670 if (pTblNode && (&pTblNode->GetTable() != m_pOwnTable)) in NextElement_Impl()
698 pTblNode = lcl_FindTopLevelTable( pTblNode, m_pOwnTable ); in NextElement_Impl()
700 pTblNode && (&pTblNode->GetTable() != m_pOwnTable)) in NextElement_Impl()
838 SwTableNode *const pTblNode = pTable->GetTableNode(); in SwXTextRange() local
839 SwPosition aPosition( *pTblNode ); in SwXTextRange()
[all …]
H A Dunoredline.cxx529 SwTableNode* pTblNode = pNode->GetTableNode(); in getPropertyValue() local
530 DBG_ASSERT(pTblNode, "No table node!"); in getPropertyValue()
531 SwTable& rTbl = pTblNode->GetTable(); in getPropertyValue()
656 SwTableNode* pTblNode = pUnoCrsr->GetNode()->FindTableNode(); in createTextCursor() local
658 while( pTblNode ) in createTextCursor()
660 pUnoCrsr->GetPoint()->nNode = *pTblNode->EndOfSectionNode(); in createTextCursor()
662 pTblNode = pCont->FindTableNode(); in createTextCursor()
H A Dunotext.cxx689 SwTableNode *const pTblNode = pTable->GetTableNode(); in insertTextContentBefore() local
691 const SwNodeIndex aTblIdx( *pTblNode, -1 ); in insertTextContentBefore()
751 SwTableNode *const pTblNode = pTable->GetTableNode(); in insertTextContentAfter() local
753 SwEndNode *const pTableEnd = pTblNode->EndOfSectionNode(); in insertTextContentAfter()
803 SwTableNode *const pTblNode = pTable->GetTableNode(); in removeTextContentBefore() local
805 const SwNodeIndex aTblIdx( *pTblNode, -1 ); in removeTextContentBefore()
859 SwTableNode *const pTblNode = pTable->GetTableNode(); in removeTextContentAfter() local
2535 while (pTblNode) in CreateTextCursor()
2539 pTblNode = pCont->FindTableNode(); in CreateTextCursor()
2872 while (pTblNode) in createTextCursor()
[all …]
H A Dunotbl.cxx292 SwNode* pTblNode = pTable->GetTableNode(); in lcl_GetSpecialProperty() local
294 pTblNode = pTblNode->EndOfSectionNode(); in lcl_GetSpecialProperty()
301 if(pRedPointNode == pTblNode || pRedMarkNode == pTblNode) in lcl_GetSpecialProperty()
305 sal_Bool bIsStart = pStartOfRedline == pTblNode; in lcl_GetSpecialProperty()
1091 SwTableNode* pTblNode = pTable->GetTableNode(); in getPropertyValue() local
1725 const SwTableNode* pTblNode = pSttNode->FindTableNode(); in setPropertyValue() local
1726 lcl_FormatTable((SwFrmFmt*)pTblNode->GetTable().GetFrmFmt()); in setPropertyValue()
1787 const SwTableNode* pTblNode = pSttNode->FindTableNode(); in getPropertyValue() local
1788 lcl_FormatTable((SwFrmFmt*)pTblNode->GetTable().GetFrmFmt()); in getPropertyValue()
3356 SwTableNode* pTblNode = pTable->GetTableNode(); in getPropertyValue() local
[all …]
H A Dunocrsrhelper.cxx389 const SwTableNode* pTblNode = pSttNode->FindTableNode(); in getCrsrPropertyValue() local
390 SwFrmFmt* pTableFmt = (SwFrmFmt*)pTblNode->GetTable().GetFrmFmt(); in getCrsrPropertyValue()
H A Dunoobj.cxx1201 SwTableNode * pTblNode = rUnoCursor.GetNode()->FindTableNode(); in gotoStart() local
1203 while (pTblNode) in gotoStart()
1205 rUnoCursor.GetPoint()->nNode = *pTblNode->EndOfSectionNode(); in gotoStart()
1207 pTblNode = (pCNode) ? pCNode->FindTableNode() : 0; in gotoStart()
H A Dunoframe.cxx3211 SwTableNode* pTblNode = aPam.GetNode()->FindTableNode(); in createTextCursor() local
3213 while( pTblNode ) in createTextCursor()
3215 aPam.GetPoint()->nNode = *pTblNode->EndOfSectionNode(); in createTextCursor()
3217 pTblNode = pCont->FindTableNode(); in createTextCursor()
/trunk/main/sw/source/core/undo/
H A Dunattr.cxx284 SwTableNode* pTblNode = pNd->FindTableNode(); in IsFmtInDoc() local
285 if ( pTblNode ) in IsFmtInDoc()
288 pTblNode->GetTable().GetTblBox( m_nNodeIndex ); in IsFmtInDoc()
H A Duntbl.cxx334 SwTableNode* pTblNode = (SwTableNode*)rDoc.GetNodes()[nSttNode]->GetTableNode(); in RedoImpl() local
340 SwDDETable* pDDETbl = new SwDDETable( pTblNode->GetTable(), pNewType ); in RedoImpl()
341 pTblNode->SetNewTable( pDDETbl ); // setze die DDE-Tabelle in RedoImpl()
349 SwPaM aPam( *pTblNode->EndOfSectionNode(), *pTblNode, 1 ); in RedoImpl()
/trunk/main/sw/source/core/edit/
H A Dedtab.cxx243 SwTableNode* pTblNode = (SwTableNode*)pTbl->GetTabSortBoxes()[ 0 ]-> in InsertDDETable() local
246 pTblNode->SetNewTable( pDDETbl ); // setze die DDE-Tabelle in InsertDDETable()
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx1379 SwTableNode *pTblNode = (SwTableNode*)pNd; in _InsertCnt() local
1384 SwTableFmlUpdate aMsgHnt( &pTblNode->GetTable() ); in _InsertCnt()
1387 pTblNode->GetTable().GCLines(); in _InsertCnt()
1389 pFrm = pTblNode->MakeFrm( pLay ); in _InsertCnt()
1421 nIndex = pTblNode->EndOfSectionIndex(); in _InsertCnt()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx2052 const SwTableNode* pTblNode = GetTableNode(); in GetInfo() local
2053 if( pTblNode && &pTblNode->GetNodes() == ((SwAutoFmtGetDocNode&)rInfo).pNodes ) in GetInfo()

Completed in 135 milliseconds