| /AOO41X/main/editeng/inc/editeng/ |
| H A D | editdata.hxx | 124 struct ESelection struct 131 ESelection() : nStartPara( 0 ), nStartPos( 0 ), nEndPara( 0 ), nEndPos( 0 ) {} in ESelection() function 133 ESelection( sal_uInt16 nStPara, xub_StrLen nStPos, sal_uInt16 nEPara, xub_StrLen nEPos ) : in ESelection() argument 141 ESelection( sal_uInt16 nPara, xub_StrLen nPos ) : in ESelection() argument 150 sal_Bool IsEqual( const ESelection& rS ) const; 151 sal_Bool IsLess( const ESelection& rS ) const; 152 sal_Bool IsGreater( const ESelection& rS ) const; 157 inline sal_Bool ESelection::HasRange() const in HasRange() 162 inline sal_Bool ESelection::IsZero() const in IsZero() 168 inline sal_Bool ESelection::IsEqual( const ESelection& rS ) const in IsEqual() [all …]
|
| 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… 237 ESelection SelectSentence( const ESelection& rCurSel ) const; 244 EditTextObject* CreateTextObject( const ESelection& rESelection ); [all …]
|
| H A D | unoedprx.hxx | 42 virtual String GetText( const ESelection& rSel ) const; 43 … virtual SfxItemSet GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib = 0 ) const; 46 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, … 52 virtual sal_uInt16 GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const; 55 virtual void QuickInsertText( const String& rText, const ESelection& rSel ); 56 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ); 57 virtual void QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ); 58 virtual void QuickInsertLineBreak( const ESelection& rSel ); 85 virtual sal_Bool Delete( const ESelection& ); 86 virtual sal_Bool InsertText( const String&, const ESelection& ); [all …]
|
| H A D | unoedsrc.hxx | 44 struct ESelection; 154 virtual String GetText( const ESelection& rSel ) const = 0; 155 … virtual SfxItemSet GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib = 0 ) const = 0; 158 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_… 161 virtual sal_uInt16 GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const = 0; 164 virtual void QuickInsertText( const String& rText, const ESelection& rSel ) = 0; 165 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) = 0; 166 virtual void QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ) = 0; 167 virtual void QuickInsertLineBreak( const ESelection& rSel ) = 0; 398 virtual sal_Bool Delete( const ESelection& rSelection ) = 0; [all …]
|
| H A D | unoforou.hxx | 47 mutable ESelection maAttribCacheSelection; 62 virtual String GetText( const ESelection& rSel ) const; 63 virtual SfxItemSet GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib = 0 ) const; 66 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_… 69 virtual sal_uInt16 GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const; 72 virtual void QuickInsertText( const String& rText, const ESelection& rSel ); 73 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ); 74 virtual void QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ); 75 virtual void QuickInsertLineBreak( const ESelection& rSel ); 101 virtual sal_Bool Delete( const ESelection& ); [all …]
|
| H A D | unofored.hxx | 44 virtual String GetText( const ESelection& rSel ) const; 45 …virtual SfxItemSet GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib = EditEngineAttri… 48 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_… 51 virtual sal_uInt16 GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const; 54 virtual void QuickInsertText( const String& rText, const ESelection& rSel ); 55 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ); 56 virtual void QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ); 57 virtual void QuickInsertLineBreak( const ESelection& rSel ); 80 virtual sal_Bool Delete( const ESelection& ); 81 virtual sal_Bool InsertText( const String&, const ESelection& );
|
| H A D | unotext.hxx | 165 struct ESelection; 167 EDITENG_DLLPUBLIC void GetSelection( struct ESelection& rSel, SvxTextForwarder* pForwarder ) throw(… 168 EDITENG_DLLPUBLIC void CheckSelection( struct ESelection& rSel, SvxTextForwarder* pForwarder ) thro… 188 virtual String GetText( const ESelection& rSel ) const; 189 … virtual SfxItemSet GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib = 0 ) const; 192 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, … 195 sal_uInt16 GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const; 200 virtual void QuickInsertText( const String& rText, const ESelection& rSel ); 201 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ); 202 virtual void QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ); [all …]
|
| /AOO41X/main/editeng/source/uno/ |
| H A D | unoforou.cxx | 72 String SvxOutlinerForwarder::GetText( const ESelection& rSel ) const in GetText() 80 static SfxItemSet ImplOutlinerForwarderGetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib… in ImplOutlinerForwarderGetAttribs() 108 SfxItemSet SvxOutlinerForwarder::GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib ) con… in GetAttribs() 189 void SvxOutlinerForwarder::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs… in RemoveAttribs() 204 void SvxOutlinerForwarder::QuickInsertText( const String& rText, const ESelection& rSel ) in QuickInsertText() 217 void SvxOutlinerForwarder::QuickInsertLineBreak( const ESelection& rSel ) in QuickInsertLineBreak() 223 void SvxOutlinerForwarder::QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) in QuickInsertField() 229 void SvxOutlinerForwarder::QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ) in QuickSetAttribs() 252 extern sal_uInt16 GetSvxEditEngineItemState( EditEngine& rEditEngine, const ESelection& rSel, sal_u… 254 sal_uInt16 SvxOutlinerForwarder::GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const in GetItemState() [all …]
|
| H A D | unofored.cxx | 65 String SvxEditEngineForwarder::GetText( const ESelection& rSel ) const in GetText() 72 SfxItemSet SvxEditEngineForwarder::GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib ) c… in GetAttribs() 123 void SvxEditEngineForwarder::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttri… in RemoveAttribs() 138 void SvxEditEngineForwarder::QuickInsertText( const String& rText, const ESelection& rSel ) in QuickInsertText() 143 void SvxEditEngineForwarder::QuickInsertLineBreak( const ESelection& rSel ) in QuickInsertLineBreak() 148 void SvxEditEngineForwarder::QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) in QuickInsertField() 153 void SvxEditEngineForwarder::QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ) in QuickSetAttribs() 175 sal_uInt16 GetSvxEditEngineItemState( EditEngine& rEditEngine, const ESelection& rSel, sal_uInt16 n… in GetSvxEditEngineItemState() 307 sal_uInt16 SvxEditEngineForwarder::GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const in GetItemState() 443 …ESelection aRes = rEditEngine.GetWord( ESelection(nPara, nIndex, nPara, nIndex), com::sun::star::i… in GetWordIndices() [all …]
|
| H A D | unotext.cxx | 124 void GetSelection( struct ESelection& rSel, SvxTextForwarder* pForwarder ) throw() in GetSelection() 133 rSel = ESelection( 0,0, nParaCount, pForwarder->GetTextLen( nParaCount )); in GetSelection() 137 void CheckSelection( struct ESelection& rSel, SvxTextForwarder* pForwarder ) throw() in CheckSelection() 148 ESelection aMaxSelection; in CheckSelection() 261 ESelection aSelection; in SvxUnoTextRangeBase() 344 void SvxUnoTextRangeBase::SetSelection( const ESelection& rSelection ) throw() in SetSelection() 376 ESelection aNewSel = maSelection; in getStart() 405 ESelection aNewSel = maSelection; in getEnd() 486 ESelection aSel( GetSelection() ); in _setPropertyValue() 533 … const SfxItemPropertySimpleEntry* pMap, const uno::Any& rValue, const ESelection& rSelection, con… in setPropertyValue() [all …]
|
| H A D | unoedprx.cxx | 138 ESelection MakeEESelection( const SvxAccessibleTextIndex& rStart, const SvxAccessibleTextIndex& rEn… in MakeEESelection() 155 return ESelection( rStart.GetParagraph(), rStart.GetEEIndex(), in MakeEESelection() 163 return ESelection( rStart.GetParagraph(), rStart.GetEEIndex()+1, in MakeEESelection() 167 return ESelection( rStart.GetParagraph(), rStart.GetEEIndex(), in MakeEESelection() 171 ESelection MakeEESelection( const SvxAccessibleTextIndex& rIndex ) in MakeEESelection() 173 return ESelection( rIndex.GetParagraph(), rIndex.GetEEIndex(), in MakeEESelection() 471 String SvxAccessibleTextAdapter::GetText( const ESelection& rSel ) const in GetText() 541 SfxItemSet SvxAccessibleTextAdapter::GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib )… in GetAttribs() 569 void SvxAccessibleTextAdapter::RemoveAttribs( const ESelection& , sal_Bool , sal_uInt16 ) in RemoveAttribs() argument 581 sal_uInt16 SvxAccessibleTextAdapter::GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const in GetItemState() [all …]
|
| /AOO41X/main/svx/source/accessibility/ |
| H A D | AccessibleEmptyEditSource.cxx | 106 String GetText( const ESelection& /*rSel*/ ) const { return String(); } in GetText() 107 … SfxItemSet GetAttribs( const ESelection& /*rSel*/, sal_Bool /*bOnlyHardAttrib*/ = 0 ) const in GetAttribs() argument 114 … SfxItemSet GetParaAttribs( sal_uInt16 /*nPara*/ ) const { return GetAttribs(ESelection()); } in GetParaAttribs() 116 …void RemoveAttribs( const ESelection& /*rSelection*/, sal_Bool /*bRemoveParaAttribs*/, … in RemoveAttribs() argument 119 …sal_uInt16 GetItemState( const ESelection& /*rSel*/, sal_uInt16 /*nWhich*/ ) const { retu… in GetItemState() argument 124 void QuickInsertText( const String& /*rText*/, const ESelection& /*rSel*/ ) {} in QuickInsertText() argument 125 … void QuickInsertField( const SvxFieldItem& /*rFld*/, const ESelection& /*rSel*/ ) {} in QuickInsertField() argument 126 void QuickSetAttribs( const SfxItemSet& /*rSet*/, const ESelection& /*rSel*/ ) {} in QuickSetAttribs() argument 127 void QuickInsertLineBreak( const ESelection& /*rSel*/ ) {} in QuickInsertLineBreak() argument 170 sal_Bool Delete( const ESelection& ) { return sal_False; } in Delete() argument [all …]
|
| /AOO41X/main/editeng/source/outliner/ |
| H A D | outlvw.cxx | 114 ESelection aSel( pEditView->GetSelection() ); in PostKeyEvent() 238 ESelection aTmpSel((sal_uInt16)nTemp,0,(sal_uInt16)nTemp,0); in PostKeyEvent() 256 ESelection aTmpSel((sal_uInt16)nTemp,0,(sal_uInt16)nTemp,0); in PostKeyEvent() 358 ESelection aSel((sal_uInt16)nEndPara, 0xffff,(sal_uInt16)nPara, 0 ); in MouseButtonDown() 372 ESelection aSel( pEditView->GetSelection() ); in MouseButtonDown() 500 pEditView->SetSelection( ESelection( nPara, 0, nPara, 0 ) ); in ImpToggleExpand() 529 ESelection aSel( (sal_uInt16)nPara, 0,(sal_uInt16)(nPara+nChildCount), nEnd ); in Select() 569 ESelection aSel = pEditView->GetSelection(); in ImpGetSelectedParagraphs() 634 pOwner->pEditEngine->QuickMarkInvalid( ESelection( nPara, 0, nPara, 0 ) ); in Indent() 704 pOwner->pEditEngine->QuickMarkInvalid( ESelection( nPara, 0, nPara, 0 ) ); in Indent() [all …]
|
| /AOO41X/main/sc/source/ui/app/ |
| H A D | inputhdl.cxx | 205 ESelection aSel( 0, nStart, 0, nPos ); in InitRangeFinder() 225 void lcl_Replace( EditView* pView, const String& rNewStr, const ESelection& rOldSel ) in lcl_Replace() 229 ESelection aOldSel = pView->GetSelection(); in lcl_Replace() 231 pView->SetSelection( ESelection( aOldSel.nEndPara, aOldSel.nEndPos, in lcl_Replace() 242 ESelection aSel( 0, nLen, 0, nLen ); in lcl_Replace() 262 ESelection aOldSel( 0, nOldStart, 0, nOldEnd ); in UpdateRange() 748 ESelection aSel = pActiveView->GetSelection(); in ShowTipCursor() 971 ESelection aSel = pActiveView->GetSelection(); in UseFormulaData() 1152 ESelection aSel = pView->GetSelection(); in lcl_CompleteFunction() 1168 ESelection aWordSel = pView->GetSelection(); in lcl_CompleteFunction() [all …]
|
| /AOO41X/main/starmath/source/ |
| H A D | edit.cxx | 78 void SmGetLeftSelectionPart(const ESelection aSel, in SmGetLeftSelectionPart() 259 ESelection aNewSelection (GetSelection()); in IMPL_LINK() 498 ESelection eSelection; in CreateEditView() 620 ESelection eSelection = pEditView->GetSelection(); in SetText() 681 ESelection eSelection( pEditView->GetSelection() ); in IsAllSelected() 702 pEditView->SetSelection( ESelection( 0, 0, 0xFFFF, 0xFFFF ) ); in SelectAll() 713 ESelection aSelection = pEditView->GetSelection(); in InsertCommand() 748 pEditView->SetSelection(ESelection(nRow, nCol - 1, nRow, nCol)); in MarkError() 760 ESelection eSelection = pEditView->GetSelection(); in SelNextMark() 773 … pEditView->SetSelection(ESelection (eSelection.nEndPara, Pos, eSelection.nEndPara, Pos + 3)); in SelNextMark() [all …]
|
| H A D | accessibility.hxx | 176 struct ESelection; 217 virtual String GetText( const ESelection& rSel ) const; 218 …virtual SfxItemSet GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib = EditEngineAttri… 221 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_… 224 virtual sal_uInt16 GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const; 227 virtual void QuickInsertText( const String& rText, const ESelection& rSel ); 228 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ); 229 virtual void QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ); 230 virtual void QuickInsertLineBreak( const ESelection& rSel ); 253 virtual sal_Bool Delete( const ESelection& ); [all …]
|
| /AOO41X/main/sd/source/ui/notes/ |
| H A D | EditWindow.cxx | 111 void SmGetLeftSelectionPart(const ESelection aSel, in SmGetLeftSelectionPart() 498 ESelection eSelection; in CreateEditView() 636 ESelection eSelection = mpEditView->GetSelection(); in SetText() 680 ESelection eSelection( mpEditView->GetSelection() ); in IsAllSelected() 701 mpEditView->SetSelection( ESelection( 0, 0, 0xFFFF, 0xFFFF ) ); in SelectAll() 714 …mpEditView->SetSelection(ESelection ( (sal_uInt16)Row, (sal_uInt16)(Col - 1), (sal_uInt16)Row, (sa… in MarkError() 726 ESelection eSelection = mpEditView->GetSelection(); in SelNextMark() 739 … mpEditView->SetSelection(ESelection (eSelection.nEndPara, Pos, eSelection.nEndPara, Pos + 3)); in SelNextMark() 756 ESelection eSelection = mpEditView->GetSelection(); in SelPrevMark() 785 … mpEditView->SetSelection(ESelection (eSelection.nStartPara, Pos, eSelection.nStartPara, Pos + 3)); in SelPrevMark() [all …]
|
| /AOO41X/main/editeng/source/editeng/ |
| H A D | editundo.hxx | 238 ESelection aESel; 252 … EditUndoSetAttribs( ImpEditEngine* pImpEE, const ESelection& rESel, const SfxItemSet& rNewItems ); 273 ESelection aOldESel; 274 ESelection aNewESel; 282 … EditUndoTransliteration( ImpEditEngine* pImpEE, const ESelection& rESel, sal_Int32 nMode ); 287 void SetNewSelection( const ESelection& rSel ) { aNewESel = rSel; } in SetNewSelection() 299 ESelection aSelection; 303 EditUndoMarkSelection( ImpEditEngine* pImpEE, const ESelection& rSel );
|
| H A D | textconv.cxx | 284 void TextConvWrapper::SetLanguageAndFont( const ESelection &rESel, in SetLanguageAndFont() 288 ESelection aOldSel = pEditView->GetSelection(); in SetLanguageAndFont() 325 ESelection aSelection = pEditView->GetSelection(); in SelectNewUnit_impl() 346 ESelection aSelection = pEditView->GetSelection(); in GetNextPortion() 409 ESelection _aOldSel = pEditView->GetSelection(); in ReplaceUnit() 433 ESelection aOldSel = pEditView->GetSelection(); in ReplaceUnit() 434 ESelection aNewSel( aOldSel ); in ReplaceUnit() 473 ESelection *pESelection ) in ChangeText() 532 ESelection aSel( *pESelection ); in ChangeText()
|
| H A D | editeng.cxx | 554 sal_uInt16 EditEngine::GetScriptType( const ESelection& rSelection ) const in GetScriptType() 570 void EditEngine::TransliterateText( const ESelection& rSelection, sal_Int32 nTransliterationMode ) in TransliterateText() 680 XubString EditEngine::GetText( const ESelection& rESelection, const LineEnd eEnd ) const in GetText() 762 ESelection aESel( nPara, nIndex, nPara, nIndex ); in GetWord() 768 ESelection EditEngine::GetWord( const ESelection& rSelection, sal_uInt16 nWordType ) const in GetWord() 778 ESelection EditEngine::WordLeft( const ESelection& rSelection, sal_uInt16 nWordType ) const in WordLeft() 788 ESelection EditEngine::WordRight( const ESelection& rSelection, sal_uInt16 nWordType ) const in WordRight() 798 ESelection EditEngine::CursorLeft( const ESelection& rSelection, sal_uInt16 nCharacterIteratorMode … in CursorLeft() 808 ESelection EditEngine::CursorRight( const ESelection& rSelection, sal_uInt16 nCharacterIteratorMode… in CursorRight() 818 ESelection EditEngine::SelectSentence( const ESelection& rCurSel ) const in SelectSentence() [all …]
|
| /AOO41X/main/sw/source/ui/shells/ |
| H A D | langhelper.cxx | 68 ESelection aSelection = pOLV->GetSelection(); in GetLanguageStatus() 114 ESelection aSelection = pOLV->GetSelection(); in SetLanguageStatus() 243 SetLanguage( rWrtSh, 0 , ESelection(), rLangText, bIsForSelection, rCoreSet ); in SetLanguage() 246 …void SetLanguage( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, const String &rLa… in SetLanguage() 309 SetLanguage_None( rWrtSh,0,ESelection(),bIsForSelection,rCoreSet ); in SetLanguage_None() 312 …void SetLanguage_None( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool bIsForS… in SetLanguage_None() 369 ResetLanguages( rWrtSh, 0 , ESelection(), bIsForSelection ); in ResetLanguages() 372 …void ResetLanguages( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool bIsForSel… in ResetLanguages() 562 String GetTextForLanguageGuessing( EditEngine* rEditEngine, ESelection aDocSelection ) in GetTextForLanguageGuessing() 583 void SelectPara( EditView &rEditView, const ESelection &rCurSel ) in SelectPara() [all …]
|
| /AOO41X/main/sc/source/ui/pagedlg/ |
| H A D | scuitphfedit.cxx | 584 ESelection aSel(0,0,0,0); in IsPageEntry() 673 ESelection aSel(0,0,0,0); in ProcessDefinedListSel() 678 …ne()->QuickInsertField(SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESelection(aSel.nEndPara, a… in ProcessDefinedListSel() 683 …aWndCenter.GetEditEngine()->QuickInsertText(aPageOfEntry,ESelection(aSel.nEndPara,aSel.nEndPos, aS… in ProcessDefinedListSel() 685 …e()->QuickInsertField(SvxFieldItem(SvxPagesField(), EE_FEATURE_FIELD), ESelection(aSel.nEndPara,aS… in ProcessDefinedListSel() 721 ESelection aSel(0,0,0,0); in ProcessDefinedListSel() 727 …aWndCenter.GetEditEngine()->QuickInsertText(aPageEntry, ESelection(aSel.nEndPara,aSel.nEndPos, aSe… in ProcessDefinedListSel() 730 …ne()->QuickInsertField(SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESelection(aSel.nEndPara,aS… in ProcessDefinedListSel() 750 ESelection aSel(0,0,0,0); in ProcessDefinedListSel() 755 …ne()->QuickInsertField(SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESelection(aSel.nEndPara, a… in ProcessDefinedListSel() [all …]
|
| /AOO41X/main/sw/source/ui/inc/ |
| H A D | langhelper.hxx | 32 struct ESelection; 41 …extern void SetLanguage( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, const Stri… 44 …extern void SetLanguage_None( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool … 47 …extern void ResetLanguages( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool bI… 52 extern void SelectPara( EditView &rEditView, const ESelection &rCurSel ); 54 extern String GetTextForLanguageGuessing( EditEngine* rEditEngine, ESelection aDocSelection );
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | stlpool.cxx | 402 pEdEngine->QuickInsertField( SvxFieldItem(SvxTableField(), EE_FEATURE_FIELD), ESelection() ); in CreateStandardStyles() 417 …pEdEngine->QuickInsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESelection(0,nStrLen,… in CreateStandardStyles() 465 …pEdEngine->QuickInsertField( SvxFieldItem(SvxFileField(), EE_FEATURE_FIELD), ESelection(0,2,0,2) ); in CreateStandardStyles() 466 pEdEngine->QuickInsertField( SvxFieldItem(SvxTableField(), EE_FEATURE_FIELD), ESelection() ); in CreateStandardStyles() 473 …pEdEngine->QuickInsertField( SvxFieldItem(SvxTimeField(), EE_FEATURE_FIELD), ESelection(0,2,0,2) ); in CreateStandardStyles() 475 ESelection() ); in CreateStandardStyles() 490 …pEdEngine->QuickInsertField( SvxFieldItem(SvxPagesField(), EE_FEATURE_FIELD), ESelection(0,nStrLen… in CreateStandardStyles() 491 …pEdEngine->QuickInsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESelection(0,nStrLen,… in CreateStandardStyles()
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xihelper.cxx | 188 ESelection aSelection; in lclCreateTextObject() 541 ESelection& rSel = GetCurrSel(); in SetAttribs() 568 ESelection& rSel = GetCurrSel(); in InsertText() 569 …mrEE.QuickInsertText( maCurrText, ESelection( rSel.nEndPara, rSel.nEndPos, rSel.nEndPara, rSel.nEn… in InsertText() 578 ESelection& rSel = GetCurrSel(); in InsertField() 579 …mrEE.QuickInsertField( rFieldItem, ESelection( rSel.nEndPara, rSel.nEndPos, rSel.nEndPara, rSel.nE… in InsertField() 586 ESelection& rSel = GetCurrSel(); in InsertLineBreak() 587 …mrEE.QuickInsertText( String( '\n' ), ESelection( rSel.nEndPara, rSel.nEndPos, rSel.nEndPara, rSel… in InsertLineBreak()
|