Home
last modified time | relevance | path

Searched refs:rSelection (Results 1 – 25 of 81) sorted by relevance

1234

/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx1612 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 …]
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx182 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 Dunoedprx.hxx46 …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 Dunoedsrc.hxx158 …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 Dunoviwed.hxx49 virtual sal_Bool GetSelection( ESelection& rSelection ) const;
50 virtual sal_Bool SetSelection( const ESelection& rSelection );
H A Dunoviwou.hxx52 virtual sal_Bool GetSelection( ESelection& rSelection ) const;
53 virtual sal_Bool SetSelection( const ESelection& rSelection );
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx495 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 …]
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx554 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 …]
/trunk/main/sc/source/filter/xml/
H A Dsheetdata.cxx89 …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()
/trunk/main/editeng/source/uno/
H A Dunoviwed.cxx105 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 Dunofored.cxx123 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 Dunoviwou.cxx136 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 Dunoforou.cxx189 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()
/trunk/main/toolkit/source/controls/tree/
H A Dtreecontrol.cxx157 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()
/trunk/main/vcl/source/control/
H A Dedit.cxx721 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 …]
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx909 ::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 …]
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsDragAndDropContext.cxx119 model::PageEnumeration& rSelection) const in GetPagesFromSelection()
124 while (rSelection.HasMoreElements()) in GetPagesFromSelection()
126 model::SharedPageDescriptor pDescriptor (rSelection.GetNextElement()); in GetPagesFromSelection()
/trunk/main/starmath/source/
H A Daccessibility.cxx1098 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()
/trunk/main/starmath/inc/
H A Dunomodel.hxx87 …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…
/trunk/main/sw/source/core/doc/
H A Ddocchart.cxx65 sal_Bool SwTable::IsTblComplexForChart( const String& rSelection, in IsTblComplexForChart() argument
69 if( 2 < rSelection.Len() ) in IsTblComplexForChart()
72 String sBox( rSelection ); in IsTblComplexForChart()
/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx734 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()
/trunk/main/vcl/inc/vcl/
H A Dedit.hxx99 …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 );
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx180 model::PageEnumeration& rSelection, in SelectRepresentatives() argument
184 while (rSelection.HasMoreElements()) in SelectRepresentatives()
188 rDescriptors.push_back(rSelection.GetNextElement()); in SelectRepresentatives()
/trunk/main/toolkit/source/layout/vcl/
H A Dwfield.cxx101 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()
/trunk/main/sd/source/ui/inc/
H A DDocumentRenderer.hxx61 const css::uno::Any& rSelection,
67 const css::uno::Any& rSelection,

Completed in 146 milliseconds

1234