Home
last modified time | relevance | path

Searched refs:pFlyFmt (Results 26 – 42 of 42) sorted by relevance

12

/trunk/main/sw/source/core/ole/
H A Dndole.cxx502 SwFrmFmt* pFlyFmt = pAnchorNd->GetFlyFmt(); in IsInGlobalDocSection() local
503 if( !pFlyFmt ) in IsInGlobalDocSection()
506 const SwFmtAnchor& rAnchor = pFlyFmt->GetAnchor(); in IsInGlobalDocSection()
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx498 SwFrmFmt* pFlyFmt = GetFlyFmt(); in IsProtect() local
499 if( pFlyFmt ) in IsProtect()
501 if( pFlyFmt->GetProtect().IsCntntProtected() ) in IsProtect()
503 const SwFmtAnchor& rAnchor = pFlyFmt->GetAnchor(); in IsProtect()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx178 SwFrmFmt* pFlyFmt = ((SwFlyFrm*)pLayout)->GetFmt(); in GetBodyTxtNode() local
179 ASSERT( pFlyFmt, "kein FlyFormat gefunden, wo steht das Feld" ); in GetBodyTxtNode()
181 const SwFmtAnchor &rAnchor = pFlyFmt->GetAnchor(); in GetBodyTxtNode()
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx1015 const SwFlyFrmFmt* pFlyFmt = pActiveShell->GetDoc()->FindFlyByName( pCnt->GetName(), 0); in GetEntryAltText() local
1016 if( pFlyFmt ) in GetEntryAltText()
1017 return pFlyFmt->/*GetAlternateText*/GetName(); in GetEntryAltText()
1093 const SwFlyFrmFmt* pFlyFmt = pActiveShell->GetDoc()->FindFlyByName( pCnt->GetName(), 0); in GetEntryLongDescription() local
1094 if( pFlyFmt ) in GetEntryLongDescription()
1095 return pFlyFmt->GetDescription(); in GetEntryLongDescription()
H A Duitool.cxx716 const SwFrmFmt *pFlyFmt; in GetTableWidth() local
717 if ( 0 == (pFlyFmt = pSh->GetFlyFrmFmt()) ) in GetTableWidth()
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx1972 SwFrmFmt* pFlyFmt = rFmts[i]; in ConnectToLayout() local
1973 if( pFlyFmt->GetCntnt().GetCntntIdx() && in ConnectToLayout()
1974 rIdx == *(pFlyFmt->GetCntnt().GetCntntIdx()) ) in ConnectToLayout()
1976 pModify = pFlyFmt; in ConnectToLayout()
/trunk/main/sw/source/core/undo/
H A Drolbck.cxx564 SwHistoryTxtFlyCnt::SwHistoryTxtFlyCnt( SwFrmFmt* const pFlyFmt ) in SwHistoryTxtFlyCnt() argument
566 , m_pUndo( new SwUndoDelLayFmt( pFlyFmt ) ) in SwHistoryTxtFlyCnt()
568 ASSERT( pFlyFmt, "SwHistoryTxtFlyCnt: no Format" ); in SwHistoryTxtFlyCnt()
H A Dundobj1.cxx346 SwFrmFmt* pFlyFmt = pDoc->CopyLayoutFmt( *pFrmFmt, aAnchor, true, true ); in RepeatImpl() local
347 (void) pFlyFmt; in RepeatImpl()
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx385 SwFlyFrmFmt* pFlyFmt = dynamic_cast< SwFlyFrmFmt* >( GetFlyFmt() ); in onGraphicChanged() local
387 if ( pFlyFmt != NULL ) in onGraphicChanged()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx2851 SwFrmFmt* pFlyFmt = rFmts[i]; in MakeFrms() local
2852 if( pFlyFmt->GetCntnt().GetCntntIdx() && in MakeFrms()
2853 rIdx == *pFlyFmt->GetCntnt().GetCntntIdx() ) in MakeFrms()
2855 pModify = pFlyFmt; in MakeFrms()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.hxx87 SwFlyFrmFmt* pFlyFmt; member
H A Dww8par.cxx4597 SwFlyFrmFmt* pFlyFmt = pOrder->pFly; in CoreLoad() local
4624 pFlyFmt->SetFmtAttr( aChain ); in CoreLoad()
/trunk/main/sw/source/core/inc/
H A Drolbck.hxx249 SwHistoryTxtFlyCnt( SwFrmFmt* const pFlyFmt );
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx178 SwFltAnchor(SwFrmFmt* pFlyFmt);
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx856 CNTNT.pFlyFmt = &rFlyFmt; in _SetGetExpFld()
1006 SwNodeIndex aIdx( *CNTNT.pFlyFmt->GetCntnt().GetCntntIdx() ); in GetNodeFromCntnt()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx3782 SwFrmFmt* pFlyFmt = pTxtAttr->GetFlyCnt().GetFrmFmt(); in ReadHeaderFooter() local
3785 pDoc->DelLayoutFmt( pFlyFmt ); in ReadHeaderFooter()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx4825 SwFrmFmt *pFlyFmt = pDoc->MakeFlySection( eAnchorId, in InsertSpacer() local
4828 RegisterFlyFrm( pFlyFmt ); in InsertSpacer()

Completed in 185 milliseconds

12