Home
last modified time | relevance | path

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

1234

/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/basctl/source/basicide/
H A Dbasicrenderable.hxx55 const com::sun::star::uno::Any& rSelection,
61 const com::sun::star::uno::Any& rSelection,
H A Dbaside2b.cxx208 const TextSelection& rSelection = pEditView->GetSelection(); in GetWordAtCursor() local
209 const TextPaM& rSelStart = rSelection.GetStart(); in GetWordAtCursor()
210 const TextPaM& rSelEnd = rSelection.GetEnd(); in GetWordAtCursor()
/trunk/main/chart2/source/controller/main/
H A DChartController.hxx242 select( const ::com::sun::star::uno::Any& rSelection )
468 static bool isObjectDeleteable( const ::com::sun::star::uno::Any& rSelection );
H A DChartController_Tools.cxx585 bool ChartController::isObjectDeleteable( const uno::Any& rSelection ) in isObjectDeleteable() argument
587 ObjectIdentifier aSelOID( rSelection ); in isObjectDeleteable()
H A DChartController_Window.cxx1646 ::select( const uno::Any& rSelection ) in select() argument
1651 if ( rSelection.hasValue() ) in select()
1653 const uno::Type& rType = rSelection.getValueType(); in select()
1657 if ( ( rSelection >>= aNewCID ) && m_aSelection.setSelection( aNewCID ) ) in select()
1665 if ( ( rSelection >>= xShape ) && m_aSelection.setSelection( xShape ) ) in select()
/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 Doutliner.hxx749 sal_uInt16 GetScriptType( const ESelection& rSelection ) const;
793 …void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt…
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 Dunofored.hxx48 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_…
H A Dunoforou.hxx66 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_…
H A Dunotext.hxx192 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, …
282 …Entry* pMap, const com::sun::star::uno::Any& rValue, const ESelection& rSelection, const SfxItemSe…
292 void SetSelection( const ESelection& rSelection ) throw();
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/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 …]
H A Dimpedit.hxx682 …n::star::datatransfer::XTransferable > CreateTransferable( const EditSelection& rSelection ) const;
924 LanguageType GetLanguage( const EditSelection rSelection ) const;
952 ImpFindNextError(EditSelection& rSelection);
1005 …EditSelection TransliterateText( const EditSelection& rSelection, sal_Int32 nTransliterationMode …
H A Dimpedit2.cxx3684 …ransfer::XTransferable > ImpEditEngine::CreateTransferable( const EditSelection& rSelection ) const in CreateTransferable()
3687 EditSelection aSelection( rSelection ); in CreateTransferable()
H A Dimpedit4.cxx1975 Reference< XSpellAlternatives > ImpEditEngine::ImpFindNextError(EditSelection& rSelection) in ImpFindNextError() argument
1978 EditSelection aCurSel( rSelection.Min() ); in ImpFindNextError()
1988 if ( !( aEPaM < CreateEPaM( rSelection.Max()) ) ) in ImpFindNextError()
2015 rSelection = aCurSel; in ImpFindNextError()
2829 EditSelection ImpEditEngine::TransliterateText( const EditSelection& rSelection, sal_Int32 nTransli… in TransliterateText() argument
2833 return rSelection; in TransliterateText()
2835 EditSelection aSel( rSelection ); in TransliterateText()
/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/editeng/source/uno/
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 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()
H A Dunotext.cxx344 void SvxUnoTextRangeBase::SetSelection( const ESelection& rSelection ) throw() in SetSelection() argument
348 maSelection = rSelection; in SetSelection()
533 …emPropertySimpleEntry* pMap, const uno::Any& rValue, const ESelection& rSelection, const SfxItemSe… in setPropertyValue() argument
535 if(!SetPropertyValueHelper( rOldSet, pMap, rValue, rNewSet, &rSelection, GetEditSource() )) in setPropertyValue()
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 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()

Completed in 187 milliseconds

1234