Home
last modified time | relevance | path

Searched refs:pFlyFrame (Results 1 – 25 of 83) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/access/
H A Daccframebase.cxx53 const SwFrame *pFlyFrame = pFESh->GetSelectedFlyFrame(); in IsSelected() local
54 if( pFlyFrame == GetFrame() ) in IsSelected()
96 if( pFlyFrame->Lower() ) in GetNodeType()
98 if( pFlyFrame->Lower()->IsNoTextFrame() ) in GetNodeType()
125 const SwFlyFrame* pFlyFrame ) : in SwAccessibleFrameBase() argument
126 SwAccessibleContext( pInitMap, nInitRole, pFlyFrame ), in SwAccessibleFrameBase()
129 const SwFrameFormat* pFrameFormat = pFlyFrame->GetFormat(); in SwAccessibleFrameBase()
221 if(nWhich == RES_NAME_CHANGED && pFlyFrame) in Notify()
285 SwFlyFrame* pFlyFrame = getFlyFrame(); in GetSelectedState() local
349 SwFlyFrame* pFlyFrame = nullptr; in getFlyFrame() local
[all …]
H A Dacctextframe.cxx74 const SwFlyFrame* pFlyFrame = static_cast<const SwFlyFrame*>(GetFrame()); in Notify() local
96 const SwFlyFrameFormat* pFlyFrameFormat = pFlyFrame->GetFormat(); in Notify()
103 if(pFlyFrame) in Notify()
107 const SwFlyFrameFormat* pFlyFrameFormat = pFlyFrame->GetFormat(); in Notify()
277 SwFlyFrame* pFlyFrame = nullptr; in getFlyFrame() local
283 pFlyFrame = static_cast<SwFlyFrame*>( const_cast<SwFrame*>( pFrame ) ); in getFlyFrame()
286 return pFlyFrame; in getFlyFrame()
305 SwFlyFrame* pFlyFrame = getFlyFrame(); in getAccessibleRelationSet() local
306 assert(pFlyFrame); in getAccessibleRelationSet()
308 const SwFlyFrame* pPrevFrame = pFlyFrame->GetPrevLink(); in getAccessibleRelationSet()
[all …]
H A Daccselectionhelper.cxx207 const SwFlyFrame* pFlyFrame = pFEShell->GetSelectedFlyFrame(); in getSelectedAccessibleChildCount() local
208 if( pFlyFrame ) in getSelectedAccessibleChildCount()
261 const SwFlyFrame *pFlyFrame = pFEShell->GetSelectedFlyFrame(); in getSelectedAccessibleChild() local
262 if( pFlyFrame ) in getSelectedAccessibleChild()
266 …if(SwAccessibleFrame::GetParent( SwAccessibleChild(pFlyFrame), m_rContext.IsInPagePreview()) == m_… in getSelectedAccessibleChild()
268 aChild = pFlyFrame; in getSelectedAccessibleChild()
272 const SwFrameFormat *pFrameFormat = pFlyFrame->GetFormat(); in getSelectedAccessibleChild()
278 …t SwFrame *pParaFrame = SwAccessibleFrame::GetParent( SwAccessibleChild(pFlyFrame), m_rContext.IsI… in getSelectedAccessibleChild()
H A Daccnotextframe.cxx42 const SwFlyFrame *pFlyFrame = static_cast< const SwFlyFrame *>( GetFrame() ); in GetNoTextNode() local
43 if( pFlyFrame->Lower() && pFlyFrame->Lower()->IsNoTextFrame() ) in GetNoTextNode()
46 static_cast<const SwNoTextFrame *>(pFlyFrame->Lower()); in GetNoTextNode()
60 const SwFlyFrame* pFlyFrame ) : in SwAccessibleNoTextFrame() argument
61 SwAccessibleFrameBase( pInitMap, nInitRole, pFlyFrame ), in SwAccessibleNoTextFrame()
H A Daccframebase.hxx52 const SwFlyFrame *pFlyFrame );
56 static SwNodeType GetNodeType( const SwFlyFrame *pFlyFrame );
H A Daccgraphic.cxx34 const SwFlyFrame* pFlyFrame ) : in SwAccessibleGraphic() argument
35 SwAccessibleNoTextFrame( pInitMap, AccessibleRole::GRAPHIC, pFlyFrame ) in SwAccessibleGraphic()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/access/
H A Daccframebase.cxx53 const SwFrame *pFlyFrame = pFESh->GetSelectedFlyFrame(); in IsSelected() local
54 if( pFlyFrame == GetFrame() ) in IsSelected()
96 if( pFlyFrame->Lower() ) in GetNodeType()
98 if( pFlyFrame->Lower()->IsNoTextFrame() ) in GetNodeType()
125 const SwFlyFrame* pFlyFrame ) : in SwAccessibleFrameBase() argument
126 SwAccessibleContext( pInitMap, nInitRole, pFlyFrame ), in SwAccessibleFrameBase()
129 const SwFrameFormat* pFrameFormat = pFlyFrame->GetFormat(); in SwAccessibleFrameBase()
220 if(nWhich == RES_NAME_CHANGED && pFlyFrame) in Notify()
285 SwFlyFrame* pFlyFrame = getFlyFrame(); in GetSelectedState() local
349 SwFlyFrame* pFlyFrame = nullptr; in getFlyFrame() local
[all …]
H A Dacctextframe.cxx73 const SwFlyFrame* pFlyFrame = static_cast<const SwFlyFrame*>(GetFrame()); in Notify() local
95 const SwFlyFrameFormat* pFlyFrameFormat = pFlyFrame->GetFormat(); in Notify()
102 if(pFlyFrame) in Notify()
106 const SwFlyFrameFormat* pFlyFrameFormat = pFlyFrame->GetFormat(); in Notify()
276 SwFlyFrame* pFlyFrame = nullptr; in getFlyFrame() local
282 pFlyFrame = static_cast<SwFlyFrame*>( const_cast<SwFrame*>( pFrame ) ); in getFlyFrame()
285 return pFlyFrame; in getFlyFrame()
304 SwFlyFrame* pFlyFrame = getFlyFrame(); in getAccessibleRelationSet() local
305 assert(pFlyFrame); in getAccessibleRelationSet()
307 const SwFlyFrame* pPrevFrame = pFlyFrame->GetPrevLink(); in getAccessibleRelationSet()
[all …]
H A Daccselectionhelper.cxx206 const SwFlyFrame* pFlyFrame = pFEShell->GetSelectedFlyFrame(); in getSelectedAccessibleChildCount() local
207 if( pFlyFrame ) in getSelectedAccessibleChildCount()
260 const SwFlyFrame *pFlyFrame = pFEShell->GetSelectedFlyFrame(); in getSelectedAccessibleChild() local
261 if( pFlyFrame ) in getSelectedAccessibleChild()
265 …if(SwAccessibleFrame::GetParent( SwAccessibleChild(pFlyFrame), m_rContext.IsInPagePreview()) == m_… in getSelectedAccessibleChild()
267 aChild = pFlyFrame; in getSelectedAccessibleChild()
271 const SwFrameFormat *pFrameFormat = pFlyFrame->GetFormat(); in getSelectedAccessibleChild()
277 …t SwFrame *pParaFrame = SwAccessibleFrame::GetParent( SwAccessibleChild(pFlyFrame), m_rContext.IsI… in getSelectedAccessibleChild()
H A Daccnotextframe.cxx42 const SwFlyFrame *pFlyFrame = static_cast< const SwFlyFrame *>( GetFrame() ); in GetNoTextNode() local
43 if( pFlyFrame->Lower() && pFlyFrame->Lower()->IsNoTextFrame() ) in GetNoTextNode()
46 static_cast<const SwNoTextFrame *>(pFlyFrame->Lower()); in GetNoTextNode()
60 const SwFlyFrame* pFlyFrame ) : in SwAccessibleNoTextFrame() argument
61 SwAccessibleFrameBase( pInitMap, nInitRole, pFlyFrame ), in SwAccessibleNoTextFrame()
H A Daccframebase.hxx52 const SwFlyFrame *pFlyFrame );
56 static SwNodeType GetNodeType( const SwFlyFrame *pFlyFrame );
H A Daccgraphic.cxx34 const SwFlyFrame* pFlyFrame ) : in SwAccessibleGraphic() argument
35 SwAccessibleNoTextFrame( pInitMap, AccessibleRole::GRAPHIC, pFlyFrame ) in SwAccessibleGraphic()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dobjectformatter.cxx271 if ( auto pFlyFrame = dynamic_cast<SwFlyFrame*>( &_rAnchoredObj) ) in FormatObj_() local
274 if ( pFlyFrame->IsFlyLayFrame() ) in FormatObj_()
286 mpLayAction->FormatLayoutFly( pFlyFrame ); in FormatObj_()
296 FormatLayout_( *pFlyFrame ); in FormatObj_()
300 if ( pFlyFrame->IsFlyLayFrame() && pFlyFrame->IsClipped() ) in FormatObj_()
306 SwObjectFormatter::FormatObjsAtFrame( *pFlyFrame, in FormatObj_()
311 mpLayAction->FormatFlyContent( pFlyFrame ); in FormatObj_()
321 FormatObjContent( *pFlyFrame ); in FormatObj_()
327 pFlyFrame->ValidateThisAndAllLowers( 2 ); in FormatObj_()
333 } while ( !pFlyFrame->isFrameAreaDefinitionValid() && in FormatObj_()
[all …]
H A Dfrmtool.cxx630 SwLayNotify( pFlyFrame ), in SwFlyNotify()
633 pOldPage( pFlyFrame->GetPageFrame() ), in SwFlyNotify()
2762 if ( pFlyFrame->GetDrawObjs() ) in lcl_RemoveObjsFromPage()
2923 pFlyFrame->InvalidatePos_(); in lcl_AddObjsToPage()
2924 pFlyFrame->InvalidateSize_(); in lcl_AddObjsToPage()
3335 SwFlyFrame *pFlyFrame = nullptr; in Notify_Background() local
3344 pFlyFrame = nullptr; in Notify_Background()
3413 if ( !pFlyFrame || !pFlyFrame->IsLowerOf( pTab ) ) in Notify_Background()
3447 if ( !pFlyFrame || in Notify_Background()
3475 pFlyFrame && !pFly->IsLowerOf( pFlyFrame ) ) in Notify_Background()
[all …]
H A Dssfrm.cxx270 if( auto pFlyFrame = dynamic_cast<SwFlyFrame *>( pAnchoredObj ) ) in CheckDirChange() local
271 pFlyFrame->CheckDirChange(); in CheckDirChange()
354 if ( auto pFlyFrame = dynamic_cast<SwFlyFrame *>( pAnchoredObj ) ) in DestroyImpl() local
356 SwFrame::DestroyFrame(pFlyFrame); in DestroyImpl()
507 if (SwFlyFrame* pFlyFrame = dynamic_cast<SwFlyFrame*>(pAnchoredObj)) in DestroyImpl() local
509 SwFrame::DestroyFrame(pFlyFrame); in DestroyImpl()
543 if ( auto pFlyFrame = dynamic_cast<SwFlyFrame *>( pAnchoredObj ) ) in DestroyImpl() local
545 SwFrame::DestroyFrame(pFlyFrame); in DestroyImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/docvw/
H A DFrameControlsManager.cxx142 void SwFrameControlsManager::SetUnfloatTableButton( const SwFlyFrame* pFlyFrame, bool bShow, Point … in SetUnfloatTableButton() argument
144 if(pFlyFrame == nullptr) in SetUnfloatTableButton()
152 SwFrameControlPtrMap::iterator lb = rControls.lower_bound(pFlyFrame); in SetUnfloatTableButton()
153 if (lb != rControls.end() && !(rControls.key_comp()(pFlyFrame, lb->first))) in SetUnfloatTableButton()
160 VclPtr<UnfloatTableButton>::Create( m_pEditWin, pFlyFrame ).get() ) ); in SetUnfloatTableButton()
164 rControls.insert(lb, make_pair(pFlyFrame, pNewControl)); in SetUnfloatTableButton()
H A DUnfloatTableButton.cxx81 SwFlyFrame* pFlyFrame = const_cast<SwFlyFrame*>(static_cast<const SwFlyFrame*>(GetFrame())); in MouseButtonDown() local
85 SwFrame* pLower = pFlyFrame->GetLower(); in MouseButtonDown()
100 SwFrame* pAnchoreFrame = pFlyFrame->AnchorFrame(); in MouseButtonDown()
164 SwFlyFrameFormat* pFrameFormat = pFlyFrame->GetFormat(); in MouseButtonDown()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/
H A Dcallnk.cxx201 const SwFlyFrame *pFlyFrame; in ~SwCallLink() local
207 pFlyFrame = pFrame->FindFlyFrame(); in ~SwCallLink()
208 if ( !pFlyFrame || m_rShell.IsTableMode() ) in ~SwCallLink()
211 const SwNodeIndex* pIndex = pFlyFrame->GetFormat()->GetContent().GetContentIdx(); in ~SwCallLink()
221 m_rShell.GetFlyMacroLnk().Call( pFlyFrame->GetFormat() ); in ~SwCallLink()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/docvw/
H A DFrameControlsManager.cxx149 void SwFrameControlsManager::SetUnfloatTableButton( const SwFlyFrame* pFlyFrame, bool bShow, Point … in SetUnfloatTableButton() argument
151 if(pFlyFrame == nullptr) in SetUnfloatTableButton()
159 SwFrameControlPtrMap::iterator lb = rControls.lower_bound(pFlyFrame); in SetUnfloatTableButton()
160 if (lb != rControls.end() && !(rControls.key_comp()(pFlyFrame, lb->first))) in SetUnfloatTableButton()
167 VclPtr<UnfloatTableButton>::Create( m_pEditWin, pFlyFrame ).get() ); in SetUnfloatTableButton()
171 rControls.insert(lb, make_pair(pFlyFrame, pNewControl)); in SetUnfloatTableButton()
H A DUnfloatTableButton.cxx96 SwFlyFrame* pFlyFrame = const_cast<SwFlyFrame*>(static_cast<const SwFlyFrame*>(GetFrame())); in MouseButtonDown() local
100 SwFrame* pLower = pFlyFrame->GetLower(); in MouseButtonDown()
115 SwFrame* pAnchoreFrame = pFlyFrame->AnchorFrame(); in MouseButtonDown()
179 SwFlyFrameFormat* pFrameFormat = pFlyFrame->GetFormat(); in MouseButtonDown()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dfrmtool.cxx629 SwLayNotify( pFlyFrame ), in SwFlyNotify()
632 pOldPage( pFlyFrame->GetPageFrame() ), in SwFlyNotify()
2725 pFlyFrame->GetPageFrame()->RemoveFlyFromPage( pFlyFrame ); in lcl_RemoveObjsFromPage()
2872 pFlyFrame->InvalidatePos_(); in lcl_AddObjsToPage()
2873 pFlyFrame->InvalidateSize_(); in lcl_AddObjsToPage()
3285 SwFlyFrame *pFlyFrame = nullptr; in Notify_Background() local
3294 pFlyFrame = nullptr; in Notify_Background()
3363 if ( !pFlyFrame || !pFlyFrame->IsLowerOf( pTab ) ) in Notify_Background()
3397 if ( !pFlyFrame || in Notify_Background()
3425 pFlyFrame && !pFly->IsLowerOf( pFlyFrame ) ) in Notify_Background()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/
H A Dcallnk.cxx200 const SwFlyFrame *pFlyFrame; in ~SwCallLink() local
202 nullptr != ( pFlyFrame = pFrame->FindFlyFrame() ) && !rShell.IsTableMode() ) in ~SwCallLink()
204 const SwNodeIndex* pIndex = pFlyFrame->GetFormat()->GetContent().GetContentIdx(); in ~SwCallLink()
214 rShell.GetFlyMacroLnk().Call( pFlyFrame->GetFormat() ); in ~SwCallLink()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/draw/
H A Ddflyobj.cxx316 const SwFlyFrame* pFlyFrame = GetFlyFrame(); in getOuterBound() local
318 if(pFlyFrame) in getOuterBound()
320 …const tools::Rectangle aOuterRectangle(pFlyFrame->getFrameArea().Pos(), pFlyFrame->getFrameArea().… in getOuterBound()
340 const SwFlyFrame* pFlyFrame = GetFlyFrame(); in getInnerBound() local
342 if(pFlyFrame) in getInnerBound()
344 …st tools::Rectangle aInnerRectangle(pFlyFrame->getFrameArea().Pos() + pFlyFrame->getFramePrintArea… in getInnerBound()
360 const SwFlyFrame* pFlyFrame(GetFlyFrame()); in ContainsSwGrfNode() local
362 if(nullptr != pFlyFrame && pFlyFrame->Lower() && pFlyFrame->Lower()->IsNoTextFrame()) in ContainsSwGrfNode()
364 const SwNoTextFrame *const pNTF(static_cast<const SwNoTextFrame*>(pFlyFrame->Lower())); in ContainsSwGrfNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/draw/
H A Ddflyobj.cxx319 const SwFlyFrame* pFlyFrame = GetFlyFrame(); in getOuterBound() local
321 if(pFlyFrame) in getOuterBound()
323 …const tools::Rectangle aOuterRectangle(pFlyFrame->getFrameArea().Pos(), pFlyFrame->getFrameArea().… in getOuterBound()
343 const SwFlyFrame* pFlyFrame = GetFlyFrame(); in getInnerBound() local
345 if(pFlyFrame) in getInnerBound()
347 …st tools::Rectangle aInnerRectangle(pFlyFrame->getFrameArea().Pos() + pFlyFrame->getFramePrintArea… in getInnerBound()
363 const SwFlyFrame* pFlyFrame(GetFlyFrame()); in ContainsSwGrfNode() local
365 if(nullptr != pFlyFrame && pFlyFrame->Lower() && pFlyFrame->Lower()->IsNoTextFrame()) in ContainsSwGrfNode()
367 const SwNoTextFrame *const pNTF(static_cast<const SwNoTextFrame*>(pFlyFrame->Lower())); in ContainsSwGrfNode()
H A Ddcontact.cxx484 for(pFlyFrame = aIter.First(); pFlyFrame; pFlyFrame = aIter.Next()) in GetOrdNumForNewRef()
486 if(pFlyFrame != pFly) in GetOrdNumForNewRef()
490 if(pFlyFrame) in GetOrdNumForNewRef()
579 if ( !pFlyFrame->Lower() ) in MoveObjToVisibleLayer()
581 pFlyFrame->InsertColumns(); in MoveObjToVisibleLayer()
582 pFlyFrame->Chain( pFlyFrame->AnchorFrame() ); in MoveObjToVisibleLayer()
583 pFlyFrame->InsertCnt(); in MoveObjToVisibleLayer()
585 if ( pFlyFrame->GetDrawObjs() ) in MoveObjToVisibleLayer()
617 pFlyFrame->Unchain(); in MoveObjToInvisibleLayer()
618 pFlyFrame->DeleteCnt(); in MoveObjToInvisibleLayer()
[all …]

1234