/aoo41x/main/sw/inc/ |
H A D | node.hxx | 439 void MakeFrms( SwCntntNode& rNode ); 537 void MakeFrms( SwNodeIndex* pIdxBehind ); 547 void MakeFrms( const SwNodeIndex & rIdx ); 587 void MakeFrms( SwNodeIndex* pIdxBehind, SwNodeIndex* pEnd = NULL ); 597 void MakeFrms( const SwNodeIndex & rIdx );
|
H A D | frmfmt.hxx | 77 virtual void MakeFrms(); 182 virtual void MakeFrms(); 300 virtual void MakeFrms();
|
H A D | tblsel.hxx | 183 void MakeFrms( SwTable &rTable );
|
H A D | section.hxx | 333 virtual void MakeFrms();
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 905 pCpyTNd->MakeFrms( *pTNd ); in InsertTextSection() 977 pSectNd->MakeFrms( &aInsPos ); in InsertTextSection() 1089 void SwSectionNode::MakeFrms(const SwNodeIndex & rIdx ) in MakeFrms() function in SwSectionNode 1106 pCNd->MakeFrms( (SwCntntNode&)rIdx.GetNode() ); in MakeFrms() 1202 void SwSectionNode::MakeFrms( SwNodeIndex* pIdxBehind, SwNodeIndex* pEndIdx ) in MakeFrms() function in SwSectionNode 1216 ::MakeFrms( pDoc, *pIdxBehind, *pEnd ); in MakeFrms()
|
H A D | nodes.cxx | 426 ((SwTableNode*)pFrmNd)->MakeFrms( aIdx ); in ChgNode() 428 ((SwSectionNode*)pFrmNd)->MakeFrms( aIdx ); in ChgNode() 430 ((SwCntntNode*)pFrmNd)->MakeFrms( *pCNd ); in ChgNode() 696 pTblNd->MakeFrms( &aTmp ); in _MoveNodes() 882 pSectNd->MakeFrms( &aTmp ); in _MoveNodes() 2105 pTblNd->MakeFrms( &nStt ); in _CopyNodes() 2127 pSectNd->MakeFrms( &nStt ); in _CopyNodes()
|
H A D | section.cxx | 351 pFmt->MakeFrms(); in ImplSetHiddenFlag() 548 GetFmt()->MakeFrms(); in Modify() 770 void SwSectionFmt::MakeFrms() in MakeFrms() function in SwSectionFmt 779 pSectNd->MakeFrms( &aIdx ); in MakeFrms() 1555 ::MakeFrms( pDoc, aSave, rInsPos ); in DataChanged()
|
H A D | ndtbl.cxx | 578 pTblNd->MakeFrms( &aNdIdx ); in InsertTable() 1692 ((SwCntntNode*)pFrmNd)->MakeFrms( *pCNd ); in TableToText() 1694 ((SwTableNode*)pFrmNd)->MakeFrms( aDelRg.aStart ); in TableToText() 1703 pSNd->MakeFrms( &aFrmIdx, &aDelRg.aEnd ); in TableToText() 1727 pFmt->MakeFrms(); in TableToText() 2448 void SwTableNode::MakeFrms(const SwNodeIndex & rIdx ) in MakeFrms() function in SwTableNode 2478 void SwTableNode::MakeFrms( SwNodeIndex* pIdxBehind ) in MakeFrms() function in SwTableNode 2566 MakeFrms( &aIdx ); in SetNewTable() 3331 pNew->MakeFrms( &aNdIdx ); in SplitTable() 3339 aFndBox.MakeFrms( rTbl ); in SplitTable() [all …]
|
/aoo41x/main/sw/source/core/inc/ |
H A D | flowfrm.hxx | 57 void MakeFrms( SwDoc *, const SwNodeIndex &, const SwNodeIndex & ); 73 friend void MakeFrms( SwDoc *, const SwNodeIndex &, const SwNodeIndex & );
|
H A D | frmtool.hxx | 95 void MakeFrms( SwDoc *pDoc, const SwNodeIndex &rSttIdx,
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docfly.cxx | 366 rFmt.MakeFrms(); in SetFlyFrmAnchor() 426 rFlyFmt.MakeFrms(); in lcl_SetFlyFrmAttr() 588 rFmt.MakeFrms(); in SetFrmFmtToFly()
|
H A D | doclay.cxx | 551 pDest->MakeFrms(); in CopyLayoutFmt() 726 pFmt->MakeFrms(); // ??? //swmod 071108//swmod 071225 in _MakeFlySection() 1015 pFmt->MakeFrms(); in InsertDrawObj() 1459 pNewFmt->MakeFrms(); in lcl_InsertLabel() 1781 pNewFmt->MakeFrms(); in lcl_InsertDrawLabel()
|
H A D | tblcpy.cxx | 742 aFndBox.MakeFrms( *this ); in InsNewTable() 834 aFndBox.MakeFrms( pTblNd->GetTable() ); // erzeuge die Frames neu in InsTable() 1058 aFndBox.MakeFrms( *this ); in InsTable()
|
H A D | tblrwcl.cxx | 572 aFndBox.MakeFrms( *this ); in InsertCol() 670 aFndBox.MakeFrms( *this ); in _InsertRow() 1147 aFndBox.MakeFrms( *this ); in DeleteSel() 1298 aFndBox.MakeFrms( *this ); in OldSplitRow() 1408 aFndBox.MakeFrms( *this ); in SplitCol() 1854 aFndBox.MakeFrms( *this ); in OldMerge() 2363 pTblNd->MakeFrms( &aIdx ); // erzeuge die Frames neu in MakeCopy() 4039 pFndBox->MakeFrms( *this ); in SetColWidth() 4541 pFndBox->MakeFrms( *this ); in SetRowHeight()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | undobj1.cxx | 129 pFrmFmt->MakeFrms(); in InsFly() 623 pFrmFmt->MakeFrms(); in UndoImpl()
|
H A D | untbl.cxx | 1118 aTmpBox.MakeFrms( rTbl ); in CreateNew() 3126 aFndBox.MakeFrms( *pTbl ); in UndoImpl() 3151 pNew->MakeFrms( &aTmpIdx ); in UndoImpl()
|
H A D | undel.cxx | 81 pFmt->MakeFrms(); in lcl_MakeAutoFrms()
|
H A D | unattr.cxx | 615 pFrmFmt->MakeFrms(); in RestoreFlyAnchor()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 2540 void SwFrmFmt::MakeFrms() in MakeFrms() function in SwFrmFmt 2732 void SwFlyFrmFmt::MakeFrms() in MakeFrms() function in SwFlyFrmFmt 2852 MakeFrms(); in MakeFrms() 3143 mrFlyFrmFmt.MakeFrms(); in ~SwHandleAnchorNodeChg() 3159 void SwDrawFrmFmt::MakeFrms() in MakeFrms() function in SwDrawFrmFmt
|
H A D | frmtool.cxx | 990 pFmt->MakeFrms(); in ~SwCntntNotify() 1201 pFmt->MakeFrms(); in AppendAllObjs() 1637 void MakeFrms( SwDoc *pDoc, const SwNodeIndex &rSttIdx, in MakeFrms() function
|
/aoo41x/main/sw/source/filter/basflt/ |
H A D | shellio.cxx | 289 pFrmFmt->MakeFrms(); in Read() 297 pFrmFmt->MakeFrms(); in Read()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 148 ((SwTableNode*)pNd)->MakeFrms( aIdx ); 162 ((SwSectionNode*)pNd)->MakeFrms( aIdx ); 168 ((SwCntntNode*)pNd)->MakeFrms( *pNode ); 532 pNode->MakeFrms( *this ); // neue Frames anlegen. in SplitCntntNode() 594 MakeFrms( *pNode ); // neue Frames anlegen. in SplitCntntNode() 2752 MakeFrms( *pNew ); in AppendNode()
|
/aoo41x/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 773 aFndBox.MakeFrms( *this ); in NewInsertCol() 1479 aFndBox.MakeFrms( *this ); in NewSplitRow() 1538 aFndBox.MakeFrms( *this ); in InsertRow()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8graf2.cxx | 410 pFlyFmt->MakeFrms(); in MakeGrafNotInCntnt()
|
/aoo41x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 507 pFmt->MakeFrms(); in SetAttrInDoc() 1737 pTableNode->MakeFrms(&pPaM->GetPoint()->nNode); in EndTable()
|