Searched refs:SwFlyStartNode (Results 1 – 15 of 15) sorted by relevance
/trunk/main/sw/source/core/undo/ |
H A D | undobj1.cxx | 112 RestoreSection( pDoc, &aIdx, SwFlyStartNode ); in InsFly() 517 ? ( !pNd->IsStartNode() || SwFlyStartNode != in GetAnchor()
|
H A D | unattr.cxx | 479 ? ( !pNd->IsStartNode() || (SwFlyStartNode != in RestoreFlyAnchor()
|
/trunk/main/sw/source/core/doc/ |
H A D | doclay.cxx | 453 SwStartNode* pSttNd = GetNodes().MakeEmptySection( aIdx, SwFlyStartNode ); in CopyLayoutFmt() 619 GetNodes().SectionDown( &aRange, SwFlyStartNode ); in _MakeFlySection() 1378 SwFlyStartNode, pColl ); in lcl_InsertLabel() 1694 SwFlyStartNode, pColl ); in lcl_InsertDrawLabel()
|
/trunk/main/sw/inc/ |
H A D | ndtyp.hxx | 51 SwFlyStartNode, enumerator
|
H A D | node.hxx | 207 { return FindSttNodeByType( SwFlyStartNode ); } in FindFlyStartNode()
|
/trunk/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 359 ? rNds.MakeEmptySection( aTmpIdx, SwFlyStartNode ) in SetFlysInDoc() 360 : rNds.MakeTextSection( aTmpIdx, SwFlyStartNode, in SetFlysInDoc()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unotext.cxx | 570 case CURSOR_FRAME: eSearchNodeType = SwFlyStartNode; break; in insertTextContent() 1061 case CURSOR_FRAME: eSearchNodeType = SwFlyStartNode; break; in CheckForOwnMember()
|
H A D | unocrsrhelper.cxx | 416 if(eType == SwFlyStartNode && 0 != (pFmt = pSttNode->GetFlyFmt())) in getCrsrPropertyValue()
|
H A D | unoframe.cxx | 3207 const SwStartNode* pOwnStartNode = rNode.FindSttNodeByType(SwFlyStartNode); in createTextCursor() 3223 aPam.GetNode()->FindSttNodeByType(SwFlyStartNode); in createTextCursor()
|
H A D | unoobj2.cxx | 1228 case SwFlyStartNode: in CreateParentXText()
|
H A D | unoobj.cxx | 1326 case CURSOR_FRAME: eSearchNodeType = SwFlyStartNode; break; in gotoRange()
|
/trunk/main/sw/source/core/docnode/ |
H A D | node.cxx | 1930 case SwFlyStartNode: nCond = PARA_IN_FRAME; break; in IsAnyCondition()
|
H A D | ndtbl.cxx | 2059 if( SwFlyStartNode == pSttNd->GetStartNodeType() ) in DeleteRowCol()
|
/trunk/main/sw/source/ui/uno/ |
H A D | unotxvw.cxx | 1408 eSearchNodeType = SwFlyStartNode; in gotoRange()
|
/trunk/main/sw/source/core/layout/ |
H A D | frmtool.cxx | 1592 SwFlyStartNode == ((SwStartNode*)pNd)->GetStartNodeType() ) in _InsertCnt()
|
Completed in 259 milliseconds