/trunk/main/svtools/source/edit/ |
H A D | svmedit.cxx | 143 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 D | textview.cxx | 1146 TETextDataObject* pDataObj = new TETextDataObject( GetSelected() ); in Copy() 1227 String TextView::GetSelected() in GetSelected() function in TextView 1229 return GetSelected( GetSystemLineEnd() ); in GetSelected() 1232 String TextView::GetSelected( LineEnd aSeparator ) in GetSelected() function in TextView 2107 TETextDataObject* pDataObj = new TETextDataObject( GetSelected() ); in dragGestureRecognized()
|
/trunk/main/editeng/source/editeng/ |
H A D | textconv.cxx | 382 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 D | editview.cxx | 708 XubString EditView::GetSelected() in GetSelected() function in EditView 712 return PIMPEE->GetSelected( pImpEditView->GetEditSelection() ); in GetSelected() 1050 String aSelected( GetSelected() ); in ExecuteSpellPopup() 1429 aWord = pImpEE->GetSelected( aWordSel ); in GetWordUnderMousePointer() 1613 XubString aStr = PIMPEE->GetSelected( aSel ); in GetSurroundingText() 1625 return PIMPEE->GetSelected( aSel ); in GetSurroundingText() 1640 XubString aStr = PIMPEE->GetSelected( aSel ); in GetSurroundingTextSelection()
|
H A D | impedit4.cxx | 1860 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()
|
/trunk/main/svtools/inc/svtools/ |
H A D | editimplementation.hxx | 101 String GenericEditImplementation< EDIT >::GetSelected( LineEnd ) const in GetSelected() function in GenericEditImplementation 103 return m_rEdit.GetSelected( ); in GetSelected()
|
H A D | editbrowsebox.hxx | 152 virtual String GetSelected( LineEnd aSeparator ) const = 0; 188 virtual String GetSelected( LineEnd aSeparator ) const; 236 virtual String GetSelected( LineEnd aSeparator ) const;
|
H A D | svmedit.hxx | 97 virtual XubString GetSelected() const; 98 virtual XubString GetSelected( LineEnd aSeparator ) const;
|
H A D | textview.hxx | 128 String GetSelected(); 129 String GetSelected( LineEnd aSeparator );
|
H A D | filectrl.hxx | 86 UniString GetSelectedText() const { return maEdit.GetSelected(); } in GetSelectedText()
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | TEditControl.cxx | 1389 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 D | TableDesignHelpBar.cxx | 101 return m_pTextWin && m_pTextWin->GetSelected().Len(); in isCopyAllowed()
|
/trunk/main/sd/source/ui/view/ |
H A D | drviewsf.cxx | 133 String sReturn = pOLV->GetSelected(); in GetCtrlState() 796 aStrSelection = pOlView->GetSelected(); in GetSelectionText() 817 if (pOlView && pOlView->GetSelected().Len() != 0) in HasSelection()
|
/trunk/main/svx/source/stbctrls/ |
H A D | pszctrl.cxx | 112 sal_uInt16 GetSelected() const { return nSelected; } in GetSelected() function in FunctionPopup_Impl 330 nSelect = aMenu.GetSelected(); in Command()
|
/trunk/main/svtools/source/brwbox/ |
H A D | ebbcontrols.cxx | 386 String MultiLineEditImplementation::GetSelected( LineEnd aSeparator ) const in GetSelected() function in svt::MultiLineEditImplementation 388 …return const_cast< MultiLineEditImplementation* >( this )->GetEditWindow().GetSelected( aSeparator… in GetSelected()
|
/trunk/main/sc/source/ui/inc/ |
H A D | popmenu.hxx | 42 sal_uInt16 GetSelected() const { return nSel; } in GetSelected() function in ScPopupMenu
|
H A D | tphfedit.hxx | 133 sal_uInt16 GetSelected();
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | dsselect.hxx | 71 inline String GetSelected() const { return m_aDatasource.GetSelectEntry();} in GetSelected() function in dbaui::ODatasourceSelectDialog
|
H A D | ConnectionHelper.cxx | 331 setURLNoPrefix(aSelector.GetSelected()); 420 setURLNoPrefix(aSelector.GetSelected());
|
/trunk/main/sd/source/ui/annotations/ |
H A D | annotationwindow.cxx | 253 return mpOutlinerView->GetSelected(); in GetSurroundingText() 270 return Selection( 0, mpOutlinerView->GetSelected().Len() ); in GetSurroundingTextSelection()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | selectlabeldialog.hxx | 73 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > GetSelected() const { r… in GetSelected() function in pcr::OSelectLabelDialog
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | QueryTextView.cxx | 149 return m_pEdit->GetSelected().Len() != 0; in isCutAllowed()
|
/trunk/main/vcl/source/control/ |
H A D | edit.cxx | 1387 ::vcl::unohelper::TextDataObject::CopyStringTo( GetSelected(), rxClipboard ); in ImplCopy() 2730 XubString Edit::GetSelected() const in GetSelected() function in Edit 2733 return mpSubEdit->GetSelected(); in GetSelected() 2999 …::vcl::unohelper::TextDataObject* pDataObj = new ::vcl::unohelper::TextDataObject( GetSelected() ); in dragGestureRecognized()
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocument.cxx | 285 …uno::Reference< XAccessible > GetSelected(sal_Int32 nSelectedChildIndex, sal_Bool bTabSelected) co… 789 uno::Reference< XAccessible > ScChildrenShapes::GetSelected(sal_Int32 nSelectedChildIndex, sal_Bool… in GetSelected() function in ScChildrenShapes 1547 xAccessible = mpChildrenShapes->GetSelected(0, bTabMarked); in Notify() 2027 …xAccessible = mpChildrenShapes->GetSelected(nSelectedChildIndex, bTabMarked); // throws no lang::I… in getSelectedAccessibleChild()
|
/trunk/main/svx/inc/svx/ |
H A D | obj3d.hxx | 200 bool GetSelected() const { return mbIsSelected; } in GetSelected() function in E3dObject
|