Home
last modified time | relevance | path

Searched refs:ESelection (Results 26 – 50 of 149) sorted by relevance

123456

/aoo41x/main/starmath/source/
H A Daccessibility.cxx1024 String SmTextForwarder::GetText( const ESelection& rSel ) const in GetText()
1112 void SmTextForwarder::QuickInsertText( const String& rText, const ESelection& rSel ) in QuickInsertText()
1119 void SmTextForwarder::QuickInsertLineBreak( const ESelection& rSel ) in QuickInsertLineBreak()
1126 void SmTextForwarder::QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) in QuickInsertField()
1133 void SmTextForwarder::QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ) in QuickSetAttribs()
1409ESelection aRes = pEditEngine->GetWord( ESelection(nPara, nIndex, nPara, nIndex), com::sun::star::… in GetWordIndices()
1480 sal_Bool SmTextForwarder::Delete( const ESelection& rSelection ) in Delete()
1493 sal_Bool SmTextForwarder::InsertText( const String& rStr, const ESelection& rSelection ) in InsertText()
1535 ESelection aSel( nPara, pEditEngine->GetTextLen( nPara ) ); in AppendTextPortion()
1640 sal_Bool SmEditViewForwarder::GetSelection( ESelection& rSelection ) const in GetSelection()
[all …]
/aoo41x/main/editeng/source/outliner/
H A Doutlin2.cxx617 void Outliner::QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ) in QuickSetAttribs()
623 void Outliner::QuickInsertText( const XubString& rText, const ESelection& rSel ) in QuickInsertText()
629 void Outliner::QuickDelete( const ESelection& rSel ) in QuickDelete()
635 void Outliner::QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) in QuickInsertField()
642 void Outliner::QuickInsertLineBreak( const ESelection& rSel ) in QuickInsertLineBreak()
734 sal_uInt16 Outliner::GetScriptType( const ESelection& rSelection ) const in GetScriptType()
746 void Outliner::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt16… in RemoveAttribs()
/aoo41x/main/starmath/inc/
H A Dedit.hxx51 void SmGetLeftSelectionPart(const ESelection aSelection,
69 ESelection aOldSelection;
114 ESelection GetSelection() const;
115 void SetSelection(const ESelection &rSel);
/aoo41x/main/editeng/source/editeng/
H A Deditview.cxx223 void EditView::SetSelection( const ESelection& rESel ) in SetSelection()
263 ESelection EditView::GetSelection() const in GetSelection()
268 ESelection aSelection; in GetSelection()
728 ESelection aSel = GetSelection(); in MoveParagraphs()
807 ESelection EditView::GetDropPos() in GetDropPos()
810 return ESelection(); in GetDropPos()
1038 ESelection aOldSel = GetSelection(); in ExecuteSpellPopup()
1226 ESelection aSel = GetSelection(); in ExecuteSpellPopup()
1468 ESelection aSel( GetSelection() ); in ChangeFontSize()
1469 ESelection aOldSelection( aSel ); in ChangeFontSize()
[all …]
H A Dimpedit.hxx117 ESelection aBeginDragSel;
120 ESelection aDropSel;
434 ESelection* pUndoMarkSelection;
868 inline ESelection CreateESel( const EditSelection& rSel );
869 inline EditSelection CreateSel( const ESelection& rSel );
900 void UndoActionStart( sal_uInt16 nId, const ESelection& rSel );
938 …nguageType &rConvTxtLang, EditView* pEditView, LanguageType nSrcLang, const ESelection &rConvRange,
942 void SetLanguageAndFont( const ESelection &rESel,
1049 inline ESelection ImpEditEngine::CreateESel( const EditSelection& rSel ) in CreateESel()
1053 ESelection aESel; in CreateESel()
[all …]
H A Dtextconv.hxx43 ESelection aConvSel; // selection to be converted if
74 ESelection *pESelection );
97 void SetLanguageAndFont( const ESelection &rESel,
/aoo41x/main/sc/inc/
H A Dsheetdata.hxx86 ESelection maSelection;
88 … ScTextStyleEntry( const rtl::OUString& rName, const ScAddress& rPos, const ESelection& rSel ) : in ScTextStyleEntry()
143 …t16 nFamily, const rtl::OUString& rName, const ScAddress& rCellPos, const ESelection& rSelection );
145 …ddTextStyle( const rtl::OUString& rName, const ScAddress& rCellPos, const ESelection& rSelection );
H A Dfielduno.hxx138 ESelection aSelection;
147 const ESelection& rSel);
157 const ESelection& rSel );
338 ESelection aSelection;
344 sal_uInt16 nT, const ESelection& rSel);
352 const ESelection& rSel );
/aoo41x/main/editeng/inc/editeng/
H A Doutliner.hxx355 ESelection GetSelection();
360 void SetSelection( const ESelection& );
749 sal_uInt16 GetScriptType( const ESelection& rSelection ) const;
793 …void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt…
979 void QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel );
980 void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel );
981 void QuickInsertLineBreak( const ESelection& rSel );
984 void QuickInsertText( const String& rText, const ESelection& rSel );
985 void QuickDelete( const ESelection& rSel );
H A Deditview.hxx111 ESelection GetSelection() const;
112 void SetSelection( const ESelection& rNewSel );
154 ESelection GetDropPos();
/aoo41x/main/editeng/inc/
H A Deditxml.hxx29 struct ESelection;
32 extern void SvxWriteXML( EditEngine& rEditEngine, SvStream& rStream, const ESelection& rSel );
35 extern void SvxReadXML( EditEngine& rEditEngine, SvStream& rStream, const ESelection& rSel );
/aoo41x/main/sc/source/ui/unoobj/
H A Dtextuno.cxx481 ESelection aSelection(pTextRange->GetSelection()); in insertTextContent()
660 ESelection aNewSel(GetSelection()); in getStart()
677 ESelection aNewSel(GetSelection()); in getEnd()
764 ESelection aNewSel(GetSelection()); in getStart()
781 ESelection aNewSel(GetSelection()); in getEnd()
868 ESelection aNewSel(GetSelection()); in getStart()
885 ESelection aNewSel(GetSelection()); in getEnd()
969 ESelection aSel; in SetText()
/aoo41x/main/sc/source/core/data/
H A Dattrib.cxx786 void lcl_SetSpace( String& rStr, const ESelection& rSel ) in lcl_SetSpace()
806 ESelection aSel( nPar,nPos, nPar,nPos+pCommands[0].Len() ); in lcl_ConvertFields()
812 ESelection aSel( nPar,nPos, nPar,nPos+pCommands[1].Len() ); in lcl_ConvertFields()
818 ESelection aSel( nPar,nPos, nPar,nPos+pCommands[2].Len() ); in lcl_ConvertFields()
824 ESelection aSel( nPar,nPos, nPar,nPos+pCommands[3].Len() ); in lcl_ConvertFields()
830 ESelection aSel( nPar,nPos, nPar,nPos+pCommands[4].Len() ); in lcl_ConvertFields()
836 ESelection aSel( nPar,nPos, nPar,nPos+pCommands[5].Len() ); in lcl_ConvertFields()
/aoo41x/main/sc/source/ui/view/
H A Dviewfun4.cxx324 ESelection* pEditSel = NULL; in DoThesaurus()
332 pEditSel = new ESelection(pEditView->GetSelection()); in DoThesaurus()
406 pEditView->SetSelection(ESelection(0,0,0,0)); in DoThesaurus()
482 ESelection* pEditSel = NULL; in DoSheetConversion()
489 pEditSel = new ESelection(pEditView->GetSelection()); in DoSheetConversion()
788 ESelection aInsSel( nPara, nTxtLen, nPara, nTxtLen ); in InsertBookmark()
795 aInsSel = ESelection( 0, 0, 0, 1 ); // replace first character (field) in InsertBookmark()
H A Deditsh.cxx333 pTableView->SetSelection(ESelection(0,0,nPar-1,nLen)); in Execute()
335 pTopView->SetSelection(ESelection(0,0,nPar-1,nLen)); in Execute()
513 ESelection aSel = pEditView->GetSelection(); // aktuelle View in Execute()
520 ESelection aNewSel( 0,aFinder.GetSelStart(), 0,aFinder.GetSelEnd() ); in Execute()
559 ESelection aSel = pTableView->GetSelection(); in Execute()
1144 ESelection aSel = pEditView->GetSelection(); in GetSelectionText()
H A Dtabvwshe.cxx178 ESelection aSel = rView.GetSelection(); in lcl_SelectFieldAfterInsert()
220 pTopView->SetSelection( ESelection(0,0,0,1) ); in InsertURLField()
222 pTableView->SetSelection( ESelection(0,0,0,1) ); in InsertURLField()
/aoo41x/main/sd/source/ui/notes/
H A DEditWindow.hxx65 ESelection maOldSelection;
102 ESelection GetSelection() const;
103 void SetSelection(const ESelection &rSel);
/aoo41x/main/sc/source/filter/xml/
H A Dxmlannoi.hxx41 ESelection maSelection;
43 … ScXMLAnnotationStyleEntry( sal_uInt16 nFam, const rtl::OUString& rNam, const ESelection& rSel ) : in ScXMLAnnotationStyleEntry()
99 …void AddContentStyle( sal_uInt16 nFamily, const rtl::OUString& rName, const ESelection& rSelection…
/aoo41x/main/sd/source/ui/unoidl/
H A Dunosrch.cxx528 ESelection aStartSel( GetSelection( xPortion->getStart() ) ); in Search()
529 ESelection aEndSel( GetSelection( xPortion->getEnd() ) ); in Search()
596 ESelection aSel; in Search()
614 ESelection aSelection( (sal_uInt16)pConvertPara[nStartPos], (sal_uInt16)pConvertPos[nStartPos], in Search()
674 ESelection SdUnoSearchReplaceShape::GetSelection( uno::Reference< text::XTextRange > xTextRange ) … in GetSelection()
676 ESelection aSel; in GetSelection()
/aoo41x/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx88 ESelection m_aStartDrawingSelection; //draw text start selection
98 ESelection m_aESelection;
277 pOLV->SetSelection( ESelection() ); in GetNextWrongSentence()
278 m_pSpellState->m_aStartDrawingSelection = ESelection(); in GetNextWrongSentence()
875 ESelection aCurrentSelection = pOLV->GetSelection(); in SpellDrawText_Impl()
/aoo41x/main/sd/source/ui/view/
H A DOutliner.cxx447 ESelection aCurrentSelection (pOutlinerView->GetSelection()); in GetNextSpellSentence()
579 ESelection aSelection = mpImpl->GetOutlinerView()->GetSelection (); in Initialize()
1422 ESelection Outliner::GetSearchStartPosition (void) in IMPL_LINK_INLINE_END()
1424 ESelection aPosition; in IMPL_LINK_INLINE_END()
1428 aPosition = ESelection (); in IMPL_LINK_INLINE_END()
1436 aPosition = ESelection(); in IMPL_LINK_INLINE_END()
1441 aPosition = ESelection (nParagraphCount-1, nLastParagraphLength); in IMPL_LINK_INLINE_END()
/aoo41x/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx242 ESelection maLastSelection;
407 ESelection aSelection; in IsSelected()
557 ESelection aSelection; in SetFocus()
619 ESelection aSelection; in UpdateSelection()
754 ESelection aTmpLastSel( maLastSelection ); in UpdateSelection()
756 ESelection aTmpSel( aSelection ); in UpdateSelection()
1434 ESelection aSelection; in ProcessQueue()
1441 maLastSelection = ESelection( EE_PARA_NOT_FOUND, EE_PARA_NOT_FOUND, in ProcessQueue()
/aoo41x/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx256 ESelection aSelection = mpOutlinerView->GetEditView().GetSelection(); in GetSurroundingText()
273 ESelection aSelection = mpOutlinerView->GetEditView().GetSelection(); in GetSurroundingTextSelection()
401 getView()->SetSelection(ESelection(0xFFFF,0xFFFF,0xFFFF,0xFFFF)); in StartEdit()
506 ESelection aOld = getView()->GetSelection(); in SetLanguage()
508 ESelection aNewSelection( 0, 0, (sal_uInt16)Engine()->GetParagraphCount()-1, USHRT_MAX ); in SetLanguage()
/aoo41x/main/forms/source/richtext/
H A Dtextattributelistener.hxx28 struct ESelection;
49 virtual void onSelectionChanged( const ESelection& _rSelection ) = 0;
/aoo41x/main/editeng/source/xml/
H A Dxmltxtexp.cxx360 const ESelection& rSel,
374 ESelection maSelection;
383 const ESelection& rSel, in SvxXMLTextExportComponent()
416 void SvxWriteXML( EditEngine& rEditEngine, SvStream& rStream, const ESelection& rSel ) in SvxWriteXML()

Completed in 139 milliseconds

123456