Home
last modified time | relevance | path

Searched refs:GetSelected (Results 1 – 25 of 61) sorted by relevance

123

/aoo4110/main/svtools/source/edit/
H A Dsvmedit.cxx143 String GetSelected() const;
144 String GetSelected( LineEnd aSeparator ) const;
436 String ImpSvMEdit::GetSelected() const in GetSelected() function in ImpSvMEdit
438 return mpTextWindow->GetTextView()->GetSelected(); in GetSelected()
441 String ImpSvMEdit::GetSelected( LineEnd aSeparator ) const in GetSelected() function in ImpSvMEdit
443 return mpTextWindow->GetTextView()->GetSelected( aSeparator ); in GetSelected()
1198 String MultiLineEdit::GetSelected() const in GetSelected() function in MultiLineEdit
1200 return pImpSvMEdit->GetSelected(); in GetSelected()
1203 String MultiLineEdit::GetSelected( LineEnd aSeparator ) const in GetSelected() function in MultiLineEdit
1205 return pImpSvMEdit->GetSelected( aSeparator ); in GetSelected()
H A Dtextview.cxx1142 TETextDataObject* pDataObj = new TETextDataObject( GetSelected() ); in Copy()
1223 String TextView::GetSelected() in GetSelected() function in TextView
1225 return GetSelected( GetSystemLineEnd() ); in GetSelected()
1228 String TextView::GetSelected( LineEnd aSeparator ) in GetSelected() function in TextView
2103 TETextDataObject* pDataObj = new TETextDataObject( GetSelected() ); in dragGestureRecognized()
/aoo4110/main/editeng/source/editeng/
H A Dtextconv.cxx382 OUString aOrigTxt( pEditView->GetSelected() ); in ReplaceUnit()
538 String aSelTxt1( pEditView->GetSelected() ); in ChangeText()
586 String aSelTxt1( pEditView->GetSelected() ); in ChangeText_impl()
591 String aSelTxt2( pEditView->GetSelected() ); in ChangeText_impl()
H A Deditview.cxx708 XubString EditView::GetSelected() in GetSelected() function in EditView
712 return PIMPEE->GetSelected( pImpEditView->GetEditSelection() ); in GetSelected()
1050 String aSelected( GetSelected() ); in ExecuteSpellPopup()
1428 aWord = pImpEE->GetSelected( aWordSel ); in GetWordUnderMousePointer()
1612 XubString aStr = PIMPEE->GetSelected( aSel ); in GetSurroundingText()
1624 return PIMPEE->GetSelected( aSel ); in GetSurroundingText()
1639 XubString aStr = PIMPEE->GetSelected( aSel ); in GetSurroundingTextSelection()
H A Dimpedit4.cxx1860 aWord = GetSelected( aCurSel ); in ImpConvert()
1921 aWord = GetSelected( aCurSel ); in ImpSpell()
1993 aWord = GetSelected( aCurSel ); in ImpFindNextError()
2100 aPortion.sText = GetSelected( rSel ); in AddPortion()
2397 String aWord( GetSelected( aSel ) ); in DoOnlineSpelling()
2573 aWord = GetSelected( aCurSel ); in HasSpellErrors()
2593 String aWord( GetSelected( aCurSel ) ); in StartThesaurus()
2941 String aSelTxt ( GetSelected( aChgData.aSelection ) ); in TransliterateText()
/aoo4110/main/svtools/inc/svtools/
H A Deditimplementation.hxx101 String GenericEditImplementation< EDIT >::GetSelected( LineEnd ) const in GetSelected() function in GenericEditImplementation
103 return m_rEdit.GetSelected( ); in GetSelected()
H A Dsvmedit.hxx97 virtual XubString GetSelected() const;
98 virtual XubString GetSelected( LineEnd aSeparator ) const;
H A Deditbrowsebox.hxx152 virtual String GetSelected( LineEnd aSeparator ) const = 0;
188 virtual String GetSelected( LineEnd aSeparator ) const;
236 virtual String GetSelected( LineEnd aSeparator ) const;
H A Dtextview.hxx128 String GetSelected();
129 String GetSelected( LineEnd aSeparator );
H A Dfilectrl.hxx86 UniString GetSelectedText() const { return maEdit.GetSelected(); } in GetSelectedText()
/aoo4110/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx1389 bIsCutAllowed = pDescrCell->GetSelected().Len() != 0; in IsCutAllowed()
1392 bIsCutAllowed = pHelpTextCell->GetSelected().Len() != 0; in IsCutAllowed()
1395 bIsCutAllowed = pNameCell->GetSelected().Len() != 0; in IsCutAllowed()
1420 bIsCopyAllowed = pDescrCell->GetSelected().Len() != 0; in IsCopyAllowed()
1422 bIsCopyAllowed = pHelpTextCell->GetSelected().Len() != 0; in IsCopyAllowed()
1424 bIsCopyAllowed = pNameCell->GetSelected().Len() != 0; in IsCopyAllowed()
H A DTableDesignHelpBar.cxx101 return m_pTextWin && m_pTextWin->GetSelected().Len(); in isCopyAllowed()
/aoo4110/main/sd/source/ui/view/
H A Ddrviewsf.cxx133 String sReturn = pOLV->GetSelected(); in GetCtrlState()
796 aStrSelection = pOlView->GetSelected(); in GetSelectionText()
817 if (pOlView && pOlView->GetSelected().Len() != 0) in HasSelection()
/aoo4110/main/svx/source/stbctrls/
H A Dpszctrl.cxx114 sal_uInt16 GetSelected() const { return nSelected; } in GetSelected() function in FunctionPopup_Impl
331 nSelect = aMenu.GetSelected(); in Command()
/aoo4110/main/svtools/source/brwbox/
H A Debbcontrols.cxx386 String MultiLineEditImplementation::GetSelected( LineEnd aSeparator ) const in GetSelected() function in svt::MultiLineEditImplementation
388 …return const_cast< MultiLineEditImplementation* >( this )->GetEditWindow().GetSelected( aSeparator… in GetSelected()
/aoo4110/main/sc/source/ui/inc/
H A Dpopmenu.hxx42 sal_uInt16 GetSelected() const { return nSel; } in GetSelected() function in ScPopupMenu
H A Dtphfedit.hxx133 sal_uInt16 GetSelected();
/aoo4110/main/dbaccess/source/ui/dlg/
H A Ddsselect.hxx71 inline String GetSelected() const { return m_aDatasource.GetSelectEntry();} in GetSelected() function in dbaui::ODatasourceSelectDialog
H A DConnectionHelper.cxx409 setURLNoPrefix(aSelector.GetSelected());
498 setURLNoPrefix(aSelector.GetSelected());
/aoo4110/main/extensions/source/propctrlr/
H A Dselectlabeldialog.hxx73 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > GetSelected() const { r… in GetSelected() function in pcr::OSelectLabelDialog
/aoo4110/main/dbaccess/source/ui/querydesign/
H A DQueryTextView.cxx149 return m_pEdit->GetSelected().Len() != 0; in isCutAllowed()
/aoo4110/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx253 return mpOutlinerView->GetSelected(); in GetSurroundingText()
270 return Selection( 0, mpOutlinerView->GetSelected().Len() ); in GetSurroundingTextSelection()
/aoo4110/main/svx/inc/svx/
H A Dobj3d.hxx200 bool GetSelected() const { return mbIsSelected; } in GetSelected() function in E3dObject
/aoo4110/main/sc/source/ui/navipi/
H A Dscenwnd.cxx155 switch( aPopup.GetSelected() ) in Notify()
/aoo4110/main/editeng/inc/editeng/
H A Deditview.hxx122 String GetSelected();

Completed in 114 milliseconds

123