Home
last modified time | relevance | path

Searched refs:IsObjSelected (Results 26 – 50 of 67) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dfesh.hxx514 …size_t IsObjSelected() const; ///< @return object count, but doesn't count the objects in groups.
515 bool IsObjSelected( const SdrObject& rObj ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/access/
H A Daccframebase.cxx263 !(pFESh->IsFrameSelected() || pFESh->IsObjSelected() > 0) ) in GetCursor()
H A Daccmap.cxx339 size_t nSelShapes = pFESh ? pFESh->IsObjSelected() : 0; in Copy()
352 if( nSelShapes && pFESh && pFESh->IsObjSelected( *pObj ) ) in Copy()
1504 const size_t nSelShapes = pFESh ? pFESh->IsObjSelected() : 0; in DoInvalidateShapeSelection()
2535 else if( pFESh->IsObjSelected() > 0 ) in InvalidateCursorPosition()
3291 pFEShell->IsObjSelected() == 0 ) ) in BuildSelectedParas()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/access/
H A Daccframebase.cxx263 !(pFESh->IsFrameSelected() || pFESh->IsObjSelected() > 0) ) in GetCursor()
H A Daccmap.cxx327 size_t nSelShapes = pFESh ? pFESh->IsObjSelected() : 0; in Copy()
340 if( nSelShapes && pFESh && pFESh->IsObjSelected( *pObj ) ) in Copy()
1490 const size_t nSelShapes = pFESh ? pFESh->IsObjSelected() : 0; in DoInvalidateShapeSelection()
2568 else if( pFESh->IsObjSelected() > 0 ) in InvalidateCursorPosition()
3325 pFEShell->IsObjSelected() == 0 ) ) in BuildSelectedParas()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dviewprt.cxx234 if( pSh->IsSelection() || pSh->IsFrameSelected() || pSh->IsObjSelected() ) in ExecutePrint()
H A Dviewstat.cxx174 else if((m_pWrtShell->IsObjSelected() || m_pWrtShell->IsFrameSelected()) && in GetState()
H A Dview2.cxx1655 if( !rShell.IsFrameSelected() && !rShell.IsObjSelected() ) in StateStatusLine()
1674 if( rShell.IsFrameSelected() || rShell.IsObjSelected() ) in StateStatusLine()
1975 else if( rSh.IsObjSelected() ) in ExecuteStatusLine()
2298 if(!m_pWrtShell->IsFrameSelected() && !m_pWrtShell->IsObjSelected()) in JumpToSwMark()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dviewprt.cxx250 if( pSh->IsSelection() || pSh->IsFrameSelected() || pSh->IsObjSelected() ) in ExecutePrint()
H A Dviewstat.cxx145 else if((m_pWrtShell->IsObjSelected() || m_pWrtShell->IsFrameSelected()) && in GetState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/wrtsh/
H A Dwrtsh1.cxx1427 (IsObjSelected() || (_rView.IsDrawMode() && !IsFrameSelected()) )) in GetSelectionType()
1566 if( !SwCursorShell::HasSelection() && !IsSelFrameMode() && !IsObjSelected() ) in SetPageStyle()
1752 if(IsObjSelected()) in CanInsert()
2190 if (IsSelFrameMode() || IsObjSelected()) in MakeAllFoldedOutlineContentVisible()
H A Dmove.cxx447 bool bIsObjSel = 0 != IsObjSelected(); in PushCursor()
H A Dselect.cxx958 const bool bFrameSelected = IsFrameSelected() || IsObjSelected(); in SelectNextPrevHyperlink()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/frmedt/
H A Dfeshview.cxx1246 size_t SwFEShell::IsObjSelected() const in IsObjSelected() function in SwFEShell
1263 bool SwFEShell::IsObjSelected( const SdrObject& rObj ) const in IsObjSelected() function in SwFEShell
2435 if ( IsObjSelected() ) in IsGroupSelected()
2482 if ( IsObjSelected() > 1 ) in IsGroupAllowed()
2588 if ( IsObjSelected() && pView->IsMirrorAllowed() ) in MirrorSelection()
2753 if ( !IsObjSelected() ) in GetObjAttr()
H A Dfecopy.cxx175 else if ( IsObjSelected() ) in Copy()
447 OSL_ENSURE( this == &rDestShell || !rDestShell.IsObjSelected(), in Copy()
566 else if ( IsObjSelected() ) in Copy()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/frmedt/
H A Dfeshview.cxx1167 size_t SwFEShell::IsObjSelected() const in IsObjSelected() function in SwFEShell
1184 bool SwFEShell::IsObjSelected( const SdrObject& rObj ) const in IsObjSelected() function in SwFEShell
2361 if ( IsObjSelected() ) in IsGroupSelected()
2408 if ( IsObjSelected() > 1 ) in IsGroupAllowed()
2514 if ( IsObjSelected() && pView->IsMirrorAllowed() ) in MirrorSelection()
2679 if ( !IsObjSelected() ) in GetObjAttr()
H A Dfecopy.cxx183 else if ( IsObjSelected() ) in Copy()
453 OSL_ENSURE( this == pDestShell || !pDestShell->IsObjSelected(), in Copy()
572 else if ( IsObjSelected() ) in Copy()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/wrtsh/
H A Dwrtsh1.cxx1422 (IsObjSelected() || (_rView.IsDrawMode() && !IsFrameSelected()) )) in GetSelectionType()
1561 if( !SwCursorShell::HasSelection() && !IsSelFrameMode() && !IsObjSelected() ) in SetPageStyle()
1744 if(IsObjSelected()) in CanInsert()
H A Dmove.cxx439 bool bIsObjSel = 0 != IsObjSelected(); in PushCursor()
H A Dselect.cxx964 const bool bFrameSelected = IsFrameSelected() || IsObjSelected(); in SelectNextPrevHyperlink()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/lingu/
H A Dhhcwrp.cxx55 if( rWrtSh.IsSelFrameMode() || rWrtSh.IsObjSelected() ) in lcl_ActivateTextShell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/lingu/
H A Dhhcwrp.cxx61 if( rWrtSh.IsSelFrameMode() || rWrtSh.IsObjSelected() ) in lcl_ActivateTextShell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dwrtsh.hxx142 IsMultiSelection() || IsSelFrameMode() || IsObjSelected(); } in HasSelection()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dwrtsh.hxx145 IsMultiSelection() || IsSelFrameMode() || IsObjSelected(); } in HasSelection()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/docvw/
H A Dedtwin.cxx494 (rSh.IsObjSelected() || rSh.IsFrameSelected()) && in UpdatePointer()
536 …if (bIsDocReadOnly || (rSh.IsObjSelected() && rSh.IsSelObjProtected(FlyProtectFlags::Content) != F… in UpdatePointer()
1454 if( !bIsDocReadOnly && !rSh.IsSelFrameMode() && !rSh.IsObjSelected() ) in KeyInput()
3078 if( rSh.IsObjSelected() ) in MouseButtonDown()
4033 else if(!rSh.IsFrameSelected() && !rSh.IsObjSelected()) in MouseMove()
4525 if ( rSh.IsObjSelected() ) in MouseButtonUp()
4563 if ( rSh.IsObjSelected() ) in MouseButtonUp()
5270 if ( !rSh.IsObjSelected() && !rSh.IsFrameSelected() ) in EnterDrawMode()

123