Home
last modified time | relevance | path

Searched refs:GetSelection (Results 26 – 50 of 164) sorted by relevance

1234567

/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx147 const Selection& GetSelection() const;
646 const Selection& ImpSvMEdit::GetSelection() const in GetSelection() function in ImpSvMEdit
649 TextSelection aTextSel( mpTextWindow->GetTextView()->GetSelection() ); in GetSelection()
1269 const Selection& MultiLineEdit::GetSelection() const in GetSelection() function in MultiLineEdit
1271 return pImpSvMEdit->GetSelection(); in GetSelection()
1499 TextSelection aSel = pImpSvMEdit->GetTextWindow()->GetTextView()->GetSelection(); in PreNotify()
H A Dtextview.cxx297 const TextSelection& TextView::GetSelection() const in GetSelection() function in TextView
301 TextSelection& TextView::GetSelection() in GetSelection() function in TextView
832 else if ( rMouseEvent.IsLeft() && GetSelection().HasRange() ) in MouseButtonUp()
935 …TextNode* pNode = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( GetSelection().GetEnd().GetPa… in Command()
936 …l->mpTextEngine->mpIMEInfos = new TEIMEInfos( GetSelection().GetEnd(), pNode->GetText().Copy( GetS… in Command()
1034 TextPaM aPaM( GetSelection().GetEnd() ); in Command()
2381 TextPaM aPaM = GetSelection().GetEnd(); in GetLineNumberOfCursorInSelection()
H A Dtexteng.cxx2922 … TextPaM& rPaM = n ? pView->GetSelection().GetStart(): pView->GetSelection().GetEnd(); in ImpParagraphInserted()
2944 … TextPaM& rPaM = n ? pView->GetSelection().GetStart(): pView->GetSelection().GetEnd(); in ImpParagraphRemoved()
2972 … TextPaM& rPaM = n ? pView->GetSelection().GetStart(): pView->GetSelection().GetEnd(); in ImpCharsRemoved()
2998 … TextPaM& rPaM = n ? pView->GetSelection().GetStart(): pView->GetSelection().GetEnd(); in ImpCharsInserted()
/trunk/main/editeng/source/uno/
H A Dunoviwed.cxx105 sal_Bool SvxEditEngineViewForwarder::GetSelection( ESelection& rSelection ) const in GetSelection() function in SvxEditEngineViewForwarder
107 rSelection = mrView.GetSelection(); in GetSelection()
H A Dunoviwou.cxx136 sal_Bool SvxDrawOutlinerViewForwarder::GetSelection( ESelection& rSelection ) const in GetSelection() function in SvxDrawOutlinerViewForwarder
138 rSelection = mrOutlinerView.GetSelection(); in GetSelection()
H A Dunotext2.cxx155 SetSelection( rContent.GetSelection() ); in SvxUnoTextContent()
646 ESelection aNewSel = pRange->GetSelection(); in gotoRange()
650 const ESelection& rOldSel = GetSelection(); in gotoRange()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx261 pOutView->GetOutliner()->QuickSetAttribs( aSet, pOutView->GetSelection() ); in Execute()
292 ESelection aSel = pOutView->GetSelection(); in Execute()
309 ESelection aSel = pOutView->GetSelection(); in Execute()
634 ESelection aOldSel = rOutView.GetSelection(); in lcl_RemoveFields()
1046 if (pOutView && !pOutView->GetSelection().HasRange()) in GetAttrState()
/trunk/main/sw/source/ui/shells/
H A Dlanghelper.cxx68 ESelection aSelection = pOLV->GetSelection(); in GetLanguageStatus()
114 ESelection aSelection = pOLV->GetSelection(); in SetLanguageStatus()
179 aSelection = pOLV->GetSelection(); in SetLanguageStatus()
/trunk/main/sd/source/ui/func/
H A Dfuparagr.cxx104 ESelection eSelection = pOutlView->GetSelection(); in DoExecute()
138 ESelection eSelection = pOutlView->GetSelection(); in DoExecute()
H A Dfubullet.cxx153 ESelection aSel = pOV->GetSelection(); in InsertFormattingMark()
291 ESelection aSel = pOV->GetSelection(); in InsertSpecialCharacter()
/trunk/main/svtools/source/control/
H A Dfmtfield.cxx451 Selection aSel(GetSelection()); in SetTextFormatted()
537 m_aLastSelection = GetSelection(); in Modify()
565 Selection aSel(GetSelection()); in ImplSetTextImpl()
606 m_aLastSelection = GetSelection(); in PreNotify()
H A Dinettbc.cxx772 Selection aSelection( GetSelection() ); in TryAutoComplete()
979 Selection aSelection( GetSelection() ); in ProcessKey()
1015 Selection aSelection( GetSelection() ); in ProcessKey()
1060 Selection aSelection( GetSelection() ); in PreNotify()
/trunk/main/editeng/source/editeng/
H A Deditview.cxx263 ESelection EditView::GetSelection() const in GetSelection() function in EditView
728 ESelection aSel = GetSelection(); in MoveParagraphs()
1038 ESelection aOldSel = GetSelection(); in ExecuteSpellPopup()
1226 ESelection aSel = GetSelection(); in ExecuteSpellPopup()
1469 ESelection aSel( GetSelection() ); in ChangeFontSize()
1633 ESelection aSelection( GetSelection() ); in GetSurroundingTextSelection()
/trunk/main/vcl/source/control/
H A Dedit.cxx1378 if ( GetSelection().Len() ) in ImplCopyToSelectionClipboard()
1594 …Selection aSaveSel = GetSelection(); // Falls jemand in Get/LoseFocus die Selektion verbiegt, z.B.… in ImplHandleKeyEvent()
1725 if ( aSel != GetSelection() ) in ImplHandleKeyEvent()
2146 …Selection aSaveSel = GetSelection(); // Falls jemand in Get/LoseFocus die Selektion verbiegt, z.B.… in Command()
2315 xub_StrLen nCursorPos = (sal_uInt16)GetSelection().Max(); in Command()
2697 const Selection& Edit::GetSelection() const in GetSelection() function in Edit
2700 return mpSubEdit->GetSelection(); in GetSelection()
3176 return GetSelection(); in GetSurroundingTextSelection()
H A Dfield2.cxx419 Selection aSel = pEdit->GetSelection(); in ImplPatternProcessStrictModify()
493 Selection aOldSel = pEdit->GetSelection(); in ImplPatternProcessKeyInput()
1531 Selection aSelection = GetField()->GetSelection(); in ImplDateSpinArea()
1869 Selection aSelection = GetField()->GetSelection(); in ImplNewFieldValue()
2727 Selection aSelection( GetField()->GetSelection() ); in ImplTimeSpinArea()
2927 Selection aSelection = GetField()->GetSelection(); in ImplNewFieldValue()
/trunk/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx597 if(!pOLV || !m_pSpellState->m_aESelection.IsEqual(pOLV->GetSelection())) in GetFocus()
655 m_pSpellState->m_aESelection = pOLV->GetSelection(); in LoseFocus()
873 ESelection aCurrentSelection = pOLV->GetSelection(); in SpellDrawText_Impl()
/trunk/main/sc/source/core/data/
H A Dtable6.cxx69 if (rSearchItem.GetSelection()) in SearchCell()
466 sal_Bool bSelect = rSearchItem.GetSelection(); in SearchStyle()
565 sal_Bool bSelect = rSearchItem.GetSelection(); in SearchAllStyle()
/trunk/main/svtools/inc/svtools/
H A Dtextview.hxx122 const TextSelection& GetSelection() const;
123 TextSelection& GetSelection();
/trunk/main/svl/inc/svl/
H A Dsrchitem.hxx119 inline sal_Bool GetSelection() const;
214 sal_Bool SvxSearchItem::GetSelection() const in GetSelection() function in SvxSearchItem
/trunk/main/basctl/source/basicide/
H A Dbasides2.cxx128 aText = pEditView->GetTextEngine()->GetWord( pEditView->GetSelection().GetEnd() ); in GetSelectionText()
133 TextSelection aSel = pEditView->GetSelection(); in GetSelectionText()
/trunk/main/sc/source/ui/dbgui/
H A Dpvfundlg.cxx187 sal_uInt16 ScDPFunctionListBox::GetSelection() const in GetSelection() function in ScDPFunctionListBox
235 return maLbFunc.GetSelection(); in GetFuncMask()
422 nFuncMask = maLbFunc.GetSelection(); in GetFuncMask()
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx256 ESelection aSelection = mpOutlinerView->GetEditView().GetSelection(); in GetSurroundingText()
273 ESelection aSelection = mpOutlinerView->GetEditView().GetSelection(); in GetSurroundingTextSelection()
506 ESelection aOld = getView()->GetSelection(); in SetLanguage()
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx408 bRet = GetEditViewForwarder().GetSelection( aSelection ); in IsSelected()
558 if( GetEditViewForwarder().GetSelection( aSelection ) ) in SetFocus()
620 if( GetEditViewForwarder().GetSelection( aSelection ) ) in UpdateSelection()
1435 if( GetEditViewForwarder().GetSelection( aSelection ) ) in ProcessQueue()
/trunk/main/sd/source/ui/view/
H A Ddrtxtob.cxx228 if(pOLV && !pOLV->GetSelection().HasRange()) in GetAttrState()
464 ESelection aSel = pOLV->GetSelection(); in GetAttrState()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx746 if (bLocalSelect && (GetSelectRowCount() || GetSelection() != NULL)) in PreNotify()
896 if ((GetSelection() != NULL && GetSelectRowCount()) || in IsCursorMoveAllowed()
1041 if ((GetSelectRowCount() && GetSelection() != NULL) || GetSelectColumnCount() || in ActivateCell()

Completed in 188 milliseconds

1234567