Searched refs:pTblNode (Results 1 – 12 of 12) sorted by relevance
585 SwTableNode *const pTblNode, SwTable const*const pOwnTable) in lcl_FindTopLevelTable() argument589 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() local669 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() local839 SwPosition aPosition( *pTblNode ); in SwXTextRange()[all …]
529 SwTableNode* pTblNode = pNode->GetTableNode(); in getPropertyValue() local530 DBG_ASSERT(pTblNode, "No table node!"); in getPropertyValue()531 SwTable& rTbl = pTblNode->GetTable(); in getPropertyValue()656 SwTableNode* pTblNode = pUnoCrsr->GetNode()->FindTableNode(); in createTextCursor() local658 while( pTblNode ) in createTextCursor()660 pUnoCrsr->GetPoint()->nNode = *pTblNode->EndOfSectionNode(); in createTextCursor()662 pTblNode = pCont->FindTableNode(); in createTextCursor()
689 SwTableNode *const pTblNode = pTable->GetTableNode(); in insertTextContentBefore() local691 const SwNodeIndex aTblIdx( *pTblNode, -1 ); in insertTextContentBefore()751 SwTableNode *const pTblNode = pTable->GetTableNode(); in insertTextContentAfter() local753 SwEndNode *const pTableEnd = pTblNode->EndOfSectionNode(); in insertTextContentAfter()803 SwTableNode *const pTblNode = pTable->GetTableNode(); in removeTextContentBefore() local805 const SwNodeIndex aTblIdx( *pTblNode, -1 ); in removeTextContentBefore()859 SwTableNode *const pTblNode = pTable->GetTableNode(); in removeTextContentAfter() local2531 while (pTblNode) in CreateTextCursor()2535 pTblNode = pCont->FindTableNode(); in CreateTextCursor()2868 while (pTblNode) in createTextCursor()[all …]
292 SwNode* pTblNode = pTable->GetTableNode(); in lcl_GetSpecialProperty() local294 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() local1725 const SwTableNode* pTblNode = pSttNode->FindTableNode(); in setPropertyValue() local1726 lcl_FormatTable((SwFrmFmt*)pTblNode->GetTable().GetFrmFmt()); in setPropertyValue()1787 const SwTableNode* pTblNode = pSttNode->FindTableNode(); in getPropertyValue() local1788 lcl_FormatTable((SwFrmFmt*)pTblNode->GetTable().GetFrmFmt()); in getPropertyValue()3356 SwTableNode* pTblNode = pTable->GetTableNode(); in getPropertyValue() local[all …]
389 const SwTableNode* pTblNode = pSttNode->FindTableNode(); in getCrsrPropertyValue() local390 SwFrmFmt* pTableFmt = (SwFrmFmt*)pTblNode->GetTable().GetFrmFmt(); in getCrsrPropertyValue()
1201 SwTableNode * pTblNode = rUnoCursor.GetNode()->FindTableNode(); in gotoStart() local1203 while (pTblNode) in gotoStart()1205 rUnoCursor.GetPoint()->nNode = *pTblNode->EndOfSectionNode(); in gotoStart()1207 pTblNode = (pCNode) ? pCNode->FindTableNode() : 0; in gotoStart()
2568 SwTableNode* pTblNode = aPam.GetNode()->FindTableNode(); in createTextCursor() local2570 while( pTblNode ) in createTextCursor()2572 aPam.GetPoint()->nNode = *pTblNode->EndOfSectionNode(); in createTextCursor()2574 pTblNode = pCont->FindTableNode(); in createTextCursor()
243 SwTableNode* pTblNode = (SwTableNode*)pTbl->GetTabSortBoxes()[ 0 ]-> in InsertDDETable() local246 pTblNode->SetNewTable( pDDETbl ); // setze die DDE-Tabelle in InsertDDETable()
290 SwTableNode* pTblNode = pNd->FindTableNode(); in IsFmtInDoc() local291 if ( pTblNode ) in IsFmtInDoc()294 pTblNode->GetTable().GetTblBox( m_nNodeIndex ); in IsFmtInDoc()
334 SwTableNode* pTblNode = (SwTableNode*)rDoc.GetNodes()[nSttNode]->GetTableNode(); in RedoImpl() local340 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()
1363 SwTableNode *pTblNode = (SwTableNode*)pNd; in _InsertCnt() local1368 SwTableFmlUpdate aMsgHnt( &pTblNode->GetTable() ); in _InsertCnt()1371 pTblNode->GetTable().GCLines(); in _InsertCnt()1373 pFrm = pTblNode->MakeFrm( pLay ); in _InsertCnt()1405 nIndex = pTblNode->EndOfSectionIndex(); in _InsertCnt()
1986 const SwTableNode* pTblNode = GetTableNode(); in GetInfo() local1987 if( pTblNode && &pTblNode->GetNodes() == ((SwAutoFmtGetDocNode&)rInfo).pNodes ) in GetInfo()
Completed in 322 milliseconds