Home
last modified time | relevance | path

Searched refs:HasSelection (Results 1 – 25 of 98) sorted by relevance

1234

/AOO42X/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx225 sal_Bool bStarted = sal_False, bHasSel = HasSelection(), in Insert()
298 if ( HasSelection() ) in Insert()
486 if( HasSelection() ) in InsertObject()
929 if(HasSelection()) in InsertPageBreak()
958 if(HasSelection()) in InsertLineBreak()
985 if(HasSelection()) in InsertColumnBreak()
1006 if(HasSelection()) in InsertFootnote()
1043 sal_Bool bHasSel = HasSelection(); in SplitNode()
1637 if( !SwCrsrShell::HasSelection() && !IsSelFrmMode() && !IsObjSelected() ) in SetPageStyle()
1738 if(HasSelection()) in AutoCorrect()
H A Dselect.cxx620 if(SwCrsrShell::HasSelection() && !IsSelTblCells() && bClearMark) { in SttLeaveSelect()
636 else if(SwCrsrShell::HasSelection()) in AddLeaveSelect()
657 if(SwCrsrShell::HasSelection()) in EnterAddMode()
H A Ddelete.cxx174 if( !IsBlockMode() || HasSelection() ) in DelLeft()
273 if( !IsBlockMode() || HasSelection() ) in DelRight()
H A Dwrtsh2.cxx91 if ( HasSelection() ) in Insert()
244 if(HasSelection()) in InsertTableOf()
/AOO42X/main/sw/source/ui/shells/
H A Dtextsh1.cxx143 sal_Bool bSel = rWrtSh.HasSelection(); in lcl_CharDialog()
418 const bool bSelection = rWrtSh.HasSelection(); in Execute()
761 if( 0 != (bDelSel = rWrtSh.HasSelection()) ) in Execute()
817 sal_Bool bSel = rWrtSh.HasSelection(); in Execute()
1171 if(!pApply && rWrtSh.HasSelection()) in Execute()
1195 if(!pApply && (rWrtSh.HasSelection() || rReq.IsAPI())) in Execute()
1219 sal_Bool bSelection = rWrtSh.HasSelection(); in Execute()
1439 sal_Bool bValid = !rSh.HasSelection() || in GetState()
1446 aText = rSh.HasSelection()? rSh.GetSelTxt() : rSh.GetCurWord(); in GetState()
1677 if(!rSh.HasSelection() || in GetState()
H A Dannotsh.cxx899 …ItMgr->GetActiveSidebarWin()->GetLayoutStatus()!=SwPostItHelper::DELETED) && pOLV->HasSelection() ) in ExecClpbrd()
903 if( pOLV->HasSelection() ) in ExecClpbrd()
978 …tMgr->GetActiveSidebarWin()->GetLayoutStatus()==SwPostItHelper::DELETED) || !pOLV->HasSelection() ) in StateClpbrd()
983 if( !pOLV->HasSelection() ) in StateClpbrd()
1223 if (!pOLV->GetEditView().HasSelection()) in ExecLingu()
H A Dbasesh.cxx278 if ( rSh.HasSelection() ) in ExecClpbrd()
434 const sal_Bool bCopy = rSh.HasSelection(); in StateClpbrd()
2058 if(!rSh.HasSelection()) in ExecTxtCtrl()
2075 if(rSh.HasSelection()) in ExecTxtCtrl()
2137 ( rSh.HasSelection() && rSh.IsSelFullPara() ) ) in ExecTxtCtrl()
2197 if(!rSh.HasSelection() && ( in GetTxtFontCtrlState()
2768 if( rSh.HasSelection() ) in InsertTable()
H A Dtextsh.cxx967 if( pCurrSection && ( !rSh.HasSelection() || 0 != nFullSectCnt )) in StateInsert()
970 rSh.HasSelection() && rSh.IsInsRegionAvailable() && in StateInsert()
1198 if ( rSh.HasSelection() ) in InsertSymbol()
/AOO42X/main/basctl/source/basicide/
H A Dbasides2.cxx104 sal_Bool BasicIDEShell::HasSelection( sal_Bool /* bText */ ) const in HasSelection() function in BasicIDEShell
110 if ( pEditView && pEditView->HasSelection() ) in HasSelection()
124 if ( bWholeWord && !pEditView->HasSelection() ) in GetSelectionText()
/AOO42X/main/sw/source/ui/docvw/
H A Dedtwin.cxx1571 if( pACorr && aTmpQHD.HasCntnt() && !rSh.HasSelection() && in KeyInput()
1813 else if( aTmpQHD.HasCntnt() && !rSh.HasSelection() && in KeyInput()
1821 !rSh.HasSelection() && in KeyInput()
1863 && !rSh.HasSelection() in KeyInput()
1915 && !rSh.HasSelection() ) in KeyInput()
1970 if( rSh.HasSelection() || rSh.HasReadonlySel() ) in KeyInput()
2030 if( rSh.HasSelection() || rSh.HasReadonlySel() ) in KeyInput()
2066 if( aTmpQHD.HasCntnt() && !rSh.HasSelection() ) in KeyInput()
2088 if( aTmpQHD.HasCntnt() && !rSh.HasSelection() && in KeyInput()
3310 sal_Bool bSttSelect = rSh.HasSelection() || in MouseButtonDown()
[all …]
/AOO42X/main/sw/source/ui/uiview/
H A Dviewling.cxx263 sal_Bool bSelection = ((SwCrsrShell*)pWrtShell)->HasSelection() || in StartTextConversion()
488 sal_Bool bSelection = ((SwCrsrShell*)pWrtShell)->HasSelection() || in HyphenateDocument()
531 const sal_Bool bSelection = ((SwCrsrShell*)pWrtShell)->HasSelection(); in IsValidSelectionForThesaurus()
617 const sal_Bool bSelection = ((SwCrsrShell*)pWrtShell)->HasSelection(); in StartThesaurus()
H A Dsrcview.cxx456 if(pTextView->HasSelection()) in Execute()
460 if(pTextView->HasSelection()) in Execute()
525 if ( !pTextView->HasSelection() ) in GetState()
588 if(!pTextView->HasSelection()) in GetState()
H A Dview.cxx1575 sal_Bool SwView::HasSelection( sal_Bool bText ) const in HasSelection() function in SwView
1577 return bText ? GetWrtShell().SwCrsrShell::HasSelection() in HasSelection()
1578 : GetWrtShell().HasSelection(); in HasSelection()
1597 if( bCompleteWrds && !GetWrtShell().HasSelection() ) in GetSelectionTextParam()
/AOO42X/main/sw/source/core/edit/
H A Dedatmisc.cxx152 if( !HasSelection() ) in SetAttrItem()
182 if( !HasSelection() ) in SetAttrSet()
/AOO42X/main/forms/source/richtext/
H A Dclipboarddispatcher.cxx86 bEnabled = !getEditView()->IsReadOnly() && getEditView()->HasSelection(); in implIsEnabled()
90 bEnabled = getEditView()->HasSelection(); in implIsEnabled()
/AOO42X/main/editeng/source/editeng/
H A Deditview.cxx279 sal_Bool EditView::HasSelection() const in HasSelection() function in EditView
282 return pImpEditView->HasSelection(); in HasSelection()
923 if ( !pImpEditView->HasSelection() && PIMPEE->GetStatus().DoAutoCorrect() ) in CompleteAutoCorrect()
990 if ( !HasSelection() ) in IsCursorAtWrongSpelledWord()
1611 if( HasSelection() ) in GetSurroundingText()
1636 if( HasSelection() ) in GetSurroundingTextSelection()
/AOO42X/main/sw/source/ui/dochdl/
H A Dgloshdl.cxx472 if(pWrtShell->SwCrsrShell::HasSelection() && !pWrtShell->IsBlockMode()) in ExpandGlossary()
610 if(pWrtShell->HasSelection()) in Expand()
657 if( pWrtShell->HasSelection() ) in InsertGlossary()
/AOO42X/main/sw/source/ui/fldui/
H A Dfldedt.cxx96 if ( ! pSh->HasSelection() ) in SwFldEditDlg()
338 if ( ! pSh->HasSelection() ) in IMPL_LINK()
/AOO42X/main/reportdesign/source/ui/report/
H A DScrollHelper.cxx237 sal_Bool OScrollWindowHelper::HasSelection() const in HasSelection() function in rptui::OScrollWindowHelper
239 return m_aReportWindow.HasSelection(); in HasSelection()
H A DReportWindow.cxx265 sal_Bool OReportWindow::HasSelection() const in HasSelection() function in rptui::OReportWindow
267 return m_aViewsWindow.HasSelection(); in HasSelection()
H A DDesignView.cxx405 sal_Bool ODesignView::HasSelection() const in HasSelection() function in rptui::ODesignView
407 return m_aScrollWindow.HasSelection(); in HasSelection()
/AOO42X/main/sw/source/ui/index/
H A Dtoxmgr.cxx307 if(pCurTOX && !ppBase && pSh->HasSelection()) in UpdateOrInsertTOX()
402 if((!ppBase || !(*ppBase)) && pSh->HasSelection()) in UpdateOrInsertTOX()
/AOO42X/main/sw/source/ui/ribbar/
H A Dinputwin.cxx264 if( !pWrtShell->SwCrsrShell::HasSelection() ) in ShowWin()
270 if( pWrtShell->SwCrsrShell::HasSelection() ) in ShowWin()
/AOO42X/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx238 if(!pWrtShell->HasSelection()) in GetNextWrongSentence()
741 else if ( rShell.HasSelection() || rView.IsDrawMode() ) in MakeTextSelection_Impl()
/AOO42X/main/sw/source/ui/inc/
H A Dwrtsh.hxx128 sal_Bool HasSelection() const { return SwCrsrShell::HasSelection() || in HasSelection() function in SwWrtShell

1234