/aoo42x/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 227 sal_Bool bStarted = sal_False, bHasSel = HasSelection(), in Insert() 300 if ( HasSelection() ) in Insert() 488 if( HasSelection() ) in InsertObject() 931 if(HasSelection()) in InsertPageBreak() 960 if(HasSelection()) in InsertLineBreak() 987 if(HasSelection()) in InsertColumnBreak() 1008 if(HasSelection()) in InsertFootnote() 1045 sal_Bool bHasSel = HasSelection(); in SplitNode() 1639 if( !SwCrsrShell::HasSelection() && !IsSelFrmMode() && !IsObjSelected() ) in SetPageStyle() 1740 if(HasSelection()) in AutoCorrect()
|
H A D | select.cxx | 624 if(SwCrsrShell::HasSelection() && !IsSelTblCells() && bClearMark) { in SttLeaveSelect() 640 else if(SwCrsrShell::HasSelection()) in AddLeaveSelect() 661 if(SwCrsrShell::HasSelection()) in EnterAddMode()
|
H A D | delete.cxx | 177 if( !IsBlockMode() || HasSelection() ) in DelLeft() 274 if( !IsBlockMode() || HasSelection() ) in DelRight()
|
H A D | wrtsh2.cxx | 91 if ( HasSelection() ) in Insert() 244 if(HasSelection()) in InsertTableOf()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 143 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 D | annotsh.cxx | 899 …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 D | basesh.cxx | 278 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 D | textsh.cxx | 967 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 D | basides2.cxx | 104 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 D | edtwin.cxx | 1822 !rSh.HasSelection() && in KeyInput() 1864 && !rSh.HasSelection() in KeyInput() 1916 && !rSh.HasSelection() ) in KeyInput() 1971 if( rSh.HasSelection() || rSh.HasReadonlySel() ) in KeyInput() 2067 if( aTmpQHD.HasCntnt() && !rSh.HasSelection() ) in KeyInput() 3873 !rSh.HasSelection() && !GetConnectMetaFile() ) in MouseMove() 4290 !rSh.HasSelection() && in MouseButtonUp() 4953 if( rSh.HasSelection() ) in Command() 5159 if( rSh.HasSelection() ) in Command() 5743 else if( !rSh.HasSelection() ) in GetSurroundingText() [all …]
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewling.cxx | 263 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 D | srcview.cxx | 456 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 D | view.cxx | 1582 sal_Bool SwView::HasSelection( sal_Bool bText ) const in HasSelection() function in SwView 1584 return bText ? GetWrtShell().SwCrsrShell::HasSelection() in HasSelection() 1585 : GetWrtShell().HasSelection(); in HasSelection() 1604 if( bCompleteWrds && !GetWrtShell().HasSelection() ) in GetSelectionTextParam()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edatmisc.cxx | 152 if( !HasSelection() ) in SetAttrItem() 182 if( !HasSelection() ) in SetAttrSet()
|
/aoo42x/main/forms/source/richtext/ |
H A D | clipboarddispatcher.cxx | 86 bEnabled = !getEditView()->IsReadOnly() && getEditView()->HasSelection(); in implIsEnabled() 90 bEnabled = getEditView()->HasSelection(); in implIsEnabled()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | editview.cxx | 279 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 D | gloshdl.cxx | 489 if(pWrtShell->SwCrsrShell::HasSelection() && !pWrtShell->IsBlockMode()) in ExpandGlossary() 627 if(pWrtShell->HasSelection()) in Expand() 675 if( pWrtShell->HasSelection() ) in InsertGlossary()
|
/aoo42x/main/sw/source/ui/fldui/ |
H A D | fldedt.cxx | 96 if ( ! pSh->HasSelection() ) in SwFldEditDlg() 338 if ( ! pSh->HasSelection() ) in IMPL_LINK()
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | ScrollHelper.cxx | 237 sal_Bool OScrollWindowHelper::HasSelection() const in HasSelection() function in rptui::OScrollWindowHelper 239 return m_aReportWindow.HasSelection(); in HasSelection()
|
H A D | ReportWindow.cxx | 265 sal_Bool OReportWindow::HasSelection() const in HasSelection() function in rptui::OReportWindow 267 return m_aViewsWindow.HasSelection(); in HasSelection()
|
H A D | DesignView.cxx | 405 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 D | toxmgr.cxx | 307 if(pCurTOX && !ppBase && pSh->HasSelection()) in UpdateOrInsertTOX() 402 if((!ppBase || !(*ppBase)) && pSh->HasSelection()) in UpdateOrInsertTOX()
|
/aoo42x/main/sw/source/ui/ribbar/ |
H A D | inputwin.cxx | 267 if( !pWrtShell->SwCrsrShell::HasSelection() ) in ShowWin() 273 if( pWrtShell->SwCrsrShell::HasSelection() ) in ShowWin()
|
/aoo42x/main/sw/source/ui/dialog/ |
H A D | SwSpellDialogChildWindow.cxx | 238 if(!pWrtShell->HasSelection()) in GetNextWrongSentence() 741 else if ( rShell.HasSelection() || rView.IsDrawMode() ) in MakeTextSelection_Impl()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | wrtsh.hxx | 129 sal_Bool HasSelection() const { return SwCrsrShell::HasSelection() || in HasSelection() function in SwWrtShell
|