| /aoo42x/main/sw/source/ui/dbui/ | 
| H A D | mmaddressblockpage.cxx | 1612     const TextSelection& rSelection = pTextView->GetSelection();  in InsertNewEntry()  local 1613     sal_uLong nPara = rSelection.GetStart().GetPara();  in InsertNewEntry() 1614     sal_uInt16 nIndex = rSelection.GetEnd().GetIndex();  in InsertNewEntry() 1651     const TextSelection& rSelection = pTextView->GetSelection();  in RemoveCurrentEntry()  local 1658         sal_uLong nPara = rSelection.GetStart().GetPara();  in RemoveCurrentEntry() 1673     const TextSelection& rSelection = pTextView->GetSelection();  in MoveCurrentItem()  local 1680         sal_uLong nPara = rSelection.GetStart().GetPara();  in MoveCurrentItem() 1749     const TextSelection& rSelection = pTextView->GetSelection();  in IsCurrentItemMoveable()  local 1760         if(rSelection.GetStart().GetPara() > 0)  in IsCurrentItemMoveable() 1792         sal_uLong nPara = rSelection.GetStart().GetPara();  in GetCurrentItem() [all …] 
 | 
| /aoo42x/main/editeng/inc/editeng/ | 
| H A D | editeng.hxx | 182 	sal_uInt16			GetScriptType( const ESelection& rSelection ) const; 185 	void 			TransliterateText( const ESelection& rSelection, sal_Int32 nTransliterationMode ); 208 	String			GetText( const ESelection& rSelection, const LineEnd eEnd = LINEEND_LF ) const; 232     ESelection      GetWord( const ESelection& rSelection, sal_uInt16 nWordType ) const; 233     ESelection      WordLeft( const ESelection& rSelection, sal_uInt16 nWordType  ) const; 234     ESelection      WordRight( const ESelection& rSelection, sal_uInt16 nWordType  ) const; 235 …ESelection      CursorLeft( const ESelection& rSelection, sal_uInt16 nCharacterIteratorMode ) cons… 236 …ESelection      CursorRight( const ESelection& rSelection, sal_uInt16 nCharacterIteratorMode ) con… 268 …void            RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt… 420     				CreateTransferable( const ESelection& rSelection ) const;
  | 
| H A D | unoedprx.hxx | 46 …virtual void            RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, … 111     sal_Bool				IsEditable( const ESelection& rSelection ); 131     virtual sal_Bool	GetSelection( ESelection& rSelection ) const; 132     virtual sal_Bool	SetSelection( const ESelection& rSelection );
  | 
| H A D | unoedsrc.hxx | 158 …virtual void        RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_… 398     virtual sal_Bool		Delete( const ESelection& rSelection ) = 0; 520     virtual sal_Bool GetSelection( ESelection& rSelection ) const = 0; 529     virtual sal_Bool SetSelection( const ESelection& rSelection ) = 0;
  | 
| H A D | unoviwed.hxx | 49     virtual sal_Bool	GetSelection( ESelection& rSelection ) const; 50     virtual sal_Bool	SetSelection( const ESelection& rSelection );
  | 
| H A D | unoviwou.hxx | 52     virtual sal_Bool	GetSelection( ESelection& rSelection ) const; 53     virtual sal_Bool	SetSelection( const ESelection& rSelection );
  | 
| /aoo42x/main/svtools/source/uno/ | 
| H A D | treecontrolpeer.cxx | 495 	if( rSelection.hasValue() )  in ChangeNodesSelection() 497 		switch( rSelection.getValueTypeClass() )  in ChangeNodesSelection() 501 				rSelection >>= xTempNode;  in ChangeNodesSelection() 511 …	if( rSelection.getValueType() == ::getCppuType( (const Sequence< Reference< XTreeNode > > *) 0 ) )  in ChangeNodesSelection() 545 sal_Bool SAL_CALL TreeControlPeer::select( const Any& rSelection ) throw (IllegalArgumentException,…  in select()  argument 548 	ChangeNodesSelection( rSelection, true, true );  in select() 608 	ChangeNodesSelection( rSelection, true, false );  in addSelection() 616 	ChangeNodesSelection( rSelection, false, false );  in removeSelection() 640 	TreeSelectionEnumeration( std::list< Any >& rSelection ); 650 TreeSelectionEnumeration::TreeSelectionEnumeration( std::list< Any >& rSelection )  in TreeSelectionEnumeration()  argument [all …] 
 | 
| /aoo42x/main/editeng/source/editeng/ | 
| H A D | editeng.cxx | 554 sal_uInt16 EditEngine::GetScriptType( const ESelection& rSelection ) const  in GetScriptType() 557 	EditSelection aSel( pImpEditEngine->CreateSel( rSelection ) );  in GetScriptType() 768 ESelection EditEngine::GetWord( const ESelection& rSelection, sal_uInt16 nWordType  ) const  in GetWord()  argument 773 	EditSelection aSel( pE->pImpEditEngine->CreateSel( rSelection ) );  in GetWord() 783 	EditSelection aSel( pE->pImpEditEngine->CreateSel( rSelection ) );  in WordLeft() 793 	EditSelection aSel( pE->pImpEditEngine->CreateSel( rSelection ) );  in WordRight() 803 	EditSelection aSel( pE->pImpEditEngine->CreateSel( rSelection ) );  in CursorLeft() 813 	EditSelection aSel( pE->pImpEditEngine->CreateSel( rSelection ) );  in CursorRight() 1686 …el( pImpEditEngine->ConvertSelection( rSelection.nStartPara, rSelection.nStartPos, rSelection.nEnd…  in RemoveAttribs() 2466     				EditEngine::CreateTransferable( const ESelection& rSelection ) const  in CreateTransferable() [all …] 
 | 
| /aoo42x/main/sc/source/filter/xml/ | 
| H A D | sheetdata.cxx | 89 …nt16 nFamily, const rtl::OUString& rName, const ScAddress& rCellPos, const ESelection& rSelection )  in AddNoteContentStyle()  argument 92         maNoteParaStyles.push_back( ScTextStyleEntry( rName, rCellPos, rSelection ) );  in AddNoteContentStyle() 94         maNoteTextStyles.push_back( ScTextStyleEntry( rName, rCellPos, rSelection ) );  in AddNoteContentStyle() 97 …AddTextStyle( const rtl::OUString& rName, const ScAddress& rCellPos, const ESelection& rSelection )  in AddTextStyle()  argument 99     maTextStyles.push_back( ScTextStyleEntry( rName, rCellPos, rSelection ) );  in AddTextStyle()
  | 
| /aoo42x/main/editeng/source/uno/ | 
| H A D | unoviwed.cxx | 105 sal_Bool SvxEditEngineViewForwarder::GetSelection( ESelection& rSelection ) const  in GetSelection() 107     rSelection = mrView.GetSelection();  in GetSelection() 111 sal_Bool SvxEditEngineViewForwarder::SetSelection( const ESelection& rSelection )  in SetSelection()  argument 113     mrView.SetSelection( rSelection );  in SetSelection()
  | 
| H A D | unofored.cxx | 123 void SvxEditEngineForwarder::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttri…  in RemoveAttribs()  argument 125     rEditEngine.RemoveAttribs( rSelection, bRemoveParaAttribs, nWhich );  in RemoveAttribs() 489 sal_Bool SvxEditEngineForwarder::Delete( const ESelection& rSelection )  in Delete()  argument 491     rEditEngine.QuickDelete( rSelection );  in Delete() 497 sal_Bool SvxEditEngineForwarder::InsertText( const String& rStr, const ESelection& rSelection )  in InsertText()  argument 499     rEditEngine.QuickInsertText( rStr, rSelection );  in InsertText()
  | 
| H A D | unoviwou.cxx | 136 sal_Bool SvxDrawOutlinerViewForwarder::GetSelection( ESelection& rSelection ) const  in GetSelection() 138     rSelection = mrOutlinerView.GetSelection();  in GetSelection() 142 sal_Bool SvxDrawOutlinerViewForwarder::SetSelection( const ESelection& rSelection )  in SetSelection()  argument 144     mrOutlinerView.SetSelection( rSelection );  in SetSelection()
  | 
| H A D | unoforou.cxx | 189 void SvxOutlinerForwarder::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs…  in RemoveAttribs()  argument 191     rOutliner.RemoveAttribs( rSelection, bRemoveParaAttribs, nWhich );  in RemoveAttribs() 446 sal_Bool SvxOutlinerForwarder::Delete( const ESelection& rSelection )  in Delete()  argument 449     rOutliner.QuickDelete( rSelection );  in Delete() 455 sal_Bool SvxOutlinerForwarder::InsertText( const String& rStr, const ESelection& rSelection )  in InsertText()  argument 458     rOutliner.QuickInsertText( rStr, rSelection );  in InsertText()
  | 
| /aoo42x/main/toolkit/source/controls/tree/ | 
| H A D | treecontrol.cxx | 157 sal_Bool SAL_CALL UnoTreeControl::select( const Any& rSelection ) throw (IllegalArgumentException, …  in select()  argument 159 	return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->select( rSelection );  in select() 201 sal_Bool SAL_CALL UnoTreeControl::addSelection( const Any& rSelection ) throw (IllegalArgumentExcep…  in addSelection()  argument 203 	return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->addSelection(rSelection);  in addSelection() 208 void SAL_CALL UnoTreeControl::removeSelection( const Any& rSelection ) throw (IllegalArgumentExcept…  in removeSelection()  argument 211 …Reference< XTreeControl >( xGcc3WorkaroundTemporary, UNO_QUERY_THROW )->removeSelection(rSelection…  in removeSelection()
  | 
| /aoo42x/main/vcl/source/control/ | 
| H A D | edit.cxx | 721 	if ( !rSelection.Len() &&  in ImplDelete() 722 		 (((rSelection.Min() == 0) && (nDirection == EDIT_DEL_LEFT)) ||  in ImplDelete() 728 	Selection aSelection( rSelection );  in ImplDelete() 2623 void Edit::SetSelection( const Selection& rSelection )  in SetSelection()  argument 2632 	ImplSetSelection( rSelection );  in SetSelection() 2640 		mpSubEdit->ImplSetSelection( rSelection );  in ImplSetSelection() 2643 		if ( rSelection != maSelection )  in ImplSetSelection() 2646 			Selection aNew( rSelection );  in ImplSetSelection() 2803 void Edit::SetText( const XubString& rStr, const Selection& rSelection )  in SetText()  argument 2806 		mpSubEdit->SetText( rStr, rSelection );  in SetText() [all …] 
 | 
| /aoo42x/main/accessibility/source/extended/ | 
| H A D | textwindowaccessibility.cxx | 909     ::TextSelection const & rSelection = m_rView.GetSelection();  in retrieveParagraphSelection() 911     TextPaM aStartPaM( rSelection.GetStart() );  in retrieveParagraphSelection() 912     TextPaM aEndPaM( rSelection.GetEnd() );  in retrieveParagraphSelection() 941     ::TextSelection const & rSelection = m_rView.GetSelection();  in retrieveParagraphCaretPosition() 943     TextPaM aEndPaM( rSelection.GetEnd() );  in retrieveParagraphCaretPosition() 1496     ::TextSelection const & rSelection = m_rView.GetSelection();  in retrieveParagraphLineWithCursor() 1498     TextPaM aEndPaM( rSelection.GetEnd() );  in retrieveParagraphLineWithCursor() 2294     ::TextSelection const & rSelection = m_rView.GetSelection();  in handleSelectionChangeNotification() 2295     OSL_ENSURE(rSelection.GetStart().GetPara() < m_xParagraphs->size()  in handleSelectionChangeNotification() 2304           = static_cast< ::sal_Int32 >(rSelection.GetEnd().GetPara());  in handleSelectionChangeNotification() [all …] 
 | 
| /aoo42x/main/sd/source/ui/slidesorter/controller/ | 
| H A D | SlsDragAndDropContext.cxx | 119     model::PageEnumeration& rSelection) const  in GetPagesFromSelection() 124     while (rSelection.HasMoreElements())  in GetPagesFromSelection() 126         model::SharedPageDescriptor pDescriptor (rSelection.GetNextElement());  in GetPagesFromSelection()
  | 
| /aoo42x/main/starmath/source/ | 
| H A D | accessibility.cxx | 1098 void SmTextForwarder::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal…  in RemoveAttribs()  argument 1102         pEditEngine->RemoveAttribs( rSelection, bRemoveParaAttribs, nWhich );  in RemoveAttribs() 1480 sal_Bool SmTextForwarder::Delete( const ESelection& rSelection )  in Delete()  argument 1486 		pEditEngine->QuickDelete( rSelection );  in Delete() 1493 sal_Bool SmTextForwarder::InsertText( const String& rStr, const ESelection& rSelection )  in InsertText()  argument 1499 		pEditEngine->QuickInsertText( rStr, rSelection );  in InsertText() 1640 sal_Bool SmEditViewForwarder::GetSelection( ESelection& rSelection ) const  in GetSelection() 1646 		rSelection = pEditView->GetSelection();  in GetSelection() 1652 sal_Bool SmEditViewForwarder::SetSelection( const ESelection& rSelection )  in SetSelection()  argument 1658 		pEditView->SetSelection( rSelection );  in SetSelection()
  | 
| /aoo42x/main/starmath/inc/ | 
| H A D | unomodel.hxx | 87 …virtual sal_Int32 SAL_CALL getRendererCount( const ::com::sun::star::uno::Any& rSelection, const :… 88 …LL getRenderer( sal_Int32 nRenderer, const ::com::sun::star::uno::Any& rSelection, const ::com::su… 89 …virtual void SAL_CALL render( sal_Int32 nRenderer, const ::com::sun::star::uno::Any& rSelection, c…
  | 
| /aoo42x/main/sw/source/core/doc/ | 
| H A D | docchart.cxx | 65 sal_Bool SwTable::IsTblComplexForChart( const String& rSelection,  in IsTblComplexForChart()  argument 69 	if( 2 < rSelection.Len() )  in IsTblComplexForChart() 72 		String sBox( rSelection );  in IsTblComplexForChart()
  | 
| /aoo42x/main/editeng/source/outliner/ | 
| H A D | outlin2.cxx | 734 sal_uInt16 Outliner::GetScriptType( const ESelection& rSelection ) const  in GetScriptType() 737 	return pEditEngine->GetScriptType( rSelection );  in GetScriptType() 746 void Outliner::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt16…  in RemoveAttribs()  argument 749 	pEditEngine->RemoveAttribs( rSelection, bRemoveParaAttribs, nWhich );  in RemoveAttribs()
  | 
| /aoo42x/main/vcl/inc/vcl/ | 
| H A D | edit.hxx | 99 …SAL_DLLPRIVATE void        ImplDelete( const Selection& rSelection, sal_uInt8 nDirection, sal_uInt… 127 …SAL_DLLPRIVATE void        ImplSetSelection( const Selection& rSelection, sal_Bool bPaint = sal_Tr… 197     virtual void		SetSelection( const Selection& rSelection );
  | 
| /aoo42x/main/sd/source/ui/slidesorter/view/ | 
| H A D | SlsInsertionIndicatorOverlay.cxx | 180 	model::PageEnumeration& rSelection,  in SelectRepresentatives()  argument 184 	while (rSelection.HasMoreElements())  in SelectRepresentatives() 188 		rDescriptors.push_back(rSelection.GetNextElement());  in SelectRepresentatives()
  | 
| /aoo42x/main/toolkit/source/layout/vcl/ | 
| H A D | wfield.cxx | 101 void Edit::SetSelection( Selection const& rSelection )  in SetSelection()  argument 105         getImpl()->mxEdit->setSelection( awt::Selection( rSelection.Min(), rSelection.Max() ) );  in SetSelection() 107     GetEdit ()->SetSelection (rSelection);  in SetSelection()
  | 
| /aoo42x/main/sd/source/ui/inc/ | 
| H A D | DocumentRenderer.hxx | 61         const css::uno::Any& rSelection, 67         const css::uno::Any& rSelection,
  |