Home
last modified time | relevance | path

Searched refs:rSel (Results 1 – 25 of 66) sorted by path

123

/trunk/main/basctl/source/basicide/
H A Dbaside2.hxx228 virtual sal_Bool EditingEntry( SvLBoxEntry* pEntry, Selection& rSel );
H A Dmoduldlg.hxx93 virtual sal_Bool EditingEntry( SvLBoxEntry* pEntry, Selection& rSel );
133 virtual sal_Bool EditingEntry( SvLBoxEntry* pEntry, Selection& rSel );
/trunk/main/editeng/inc/editeng/
H A Deditdata.hxx260 ImportInfo( ImportState eState, SvParser* pPrsrs, const ESelection& rSel );
H A Dediteng.hxx260 …SfxItemSet GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib = EditEngineAttribs_All …
331 void QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel );
333 void QuickMarkInvalid( const ESelection& rSel );
335 void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel );
336 void QuickInsertLineBreak( const ESelection& rSel );
337 void QuickInsertText( const String& rText, const ESelection& rSel );
338 void QuickDelete( const ESelection& rSel );
H A Doutliner.hxx979 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 Dunoedprx.hxx42 virtual String GetText( const ESelection& rSel ) const;
43 virtual SfxItemSet GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib = 0 ) const;
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 );
H A Dunoedsrc.hxx154 virtual String GetText( const ESelection& rSel ) const = 0;
155 virtual SfxItemSet GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib = 0 ) const = 0;
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;
410 virtual sal_Bool InsertText( const String& rText, const ESelection& rSel ) = 0;
H A Dunofored.hxx44 virtual String GetText( const ESelection& rSel ) const;
45 …virtual SfxItemSet GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib = EditEngineAttrib…
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 );
H A Dunoforou.hxx62 virtual String GetText( const ESelection& rSel ) const;
63 virtual SfxItemSet GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib = 0 ) const;
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 );
H A Dunotext.hxx167 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;
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 );
203 virtual void QuickInsertLineBreak( const ESelection& rSel );
417 …rence< ::com::sun::star::text::XTextCursor > createTextCursorBySelection( const ESelection& rSel );
/trunk/main/editeng/inc/
H A Deditxml.hxx32 extern void SvxWriteXML( EditEngine& rEditEngine, SvStream& rStream, const ESelection& rSel );
35 extern void SvxReadXML( EditEngine& rEditEngine, SvStream& rStream, const ESelection& rSel );
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx1671 ConvertSelection( rSel.nStartPara, rSel.nStartPos, rSel.nEndPara, rSel.nEndPos ) ); in GetAttribs()
1951 void EditEngine::QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ) in QuickSetAttribs() argument
1956 ConvertSelection( rSel.nStartPara, rSel.nStartPos, rSel.nEndPara, rSel.nEndPos ) ); in QuickSetAttribs()
1961 void EditEngine::QuickMarkInvalid( const ESelection& rSel ) in QuickMarkInvalid() argument
1966 for ( sal_uInt32 nPara = rSel.nStartPara; nPara <= rSel.nEndPara; nPara++ ) in QuickMarkInvalid()
1979 ConvertSelection( rSel.nStartPara, rSel.nStartPos, rSel.nEndPara, rSel.nEndPos ) ); in QuickInsertText()
1984 void EditEngine::QuickDelete( const ESelection& rSel ) in QuickDelete() argument
1989 ConvertSelection( rSel.nStartPara, rSel.nStartPos, rSel.nEndPara, rSel.nEndPos ) ); in QuickDelete()
2002 void EditEngine::QuickInsertLineBreak( const ESelection& rSel ) in QuickInsertLineBreak() argument
2007 ConvertSelection( rSel.nStartPara, rSel.nStartPos, rSel.nEndPara, rSel.nEndPos ) ); in QuickInsertLineBreak()
[all …]
H A Deditundo.cxx727 EditUndoMarkSelection::EditUndoMarkSelection( ImpEditEngine* _pImpEE, const ESelection& rSel ) in EditUndoMarkSelection() argument
728 : EditUndo( EDITUNDO_MARKSELECTION, _pImpEE ), aSelection( rSel ) in EditUndoMarkSelection()
H A Deditundo.hxx287 void SetNewSelection( const ESelection& rSel ) { aNewESel = rSel; } in SetNewSelection() argument
303 EditUndoMarkSelection( ImpEditEngine* pImpEE, const ESelection& rSel );
H A Deditview.cxx1447 static void ChangeFontSizeImpl( EditView* pEditView, bool bGrow, const ESelection& rSel, const Font… in ChangeFontSizeImpl() argument
1449 pEditView->SetSelection( rSel ); in ChangeFontSizeImpl()
H A Deertfpar.cxx56 ImportInfo::ImportInfo( ImportState eSt, SvParser* pPrsrs, const ESelection& rSel ) in ImportInfo() argument
57 : aSelection( rSel ) in ImportInfo()
H A Dimpedit.hxx897 EditSelection MatchGroup( const EditSelection& rSel );
966 const EditSelection rSel,
971 const EditSelection rSel,
1051 ContentNode* pStartNode = rSel.Min().GetNode(); in CreateESel()
1052 ContentNode* pEndNode = rSel.Max().GetNode(); in CreateESel()
1055 aESel.nStartPos = rSel.Min().GetIndex(); in CreateESel()
1057 aESel.nEndPos = rSel.Max().GetIndex(); in CreateESel()
1066 aSel.Min().SetNode( aEditDoc[ rSel.nStartPara ] ); in CreateSel()
1067 aSel.Min().SetIndex( rSel.nStartPos ); in CreateSel()
1068 aSel.Max().SetNode( aEditDoc[ rSel.nEndPara ] ); in CreateSel()
[all …]
H A Dimpedit2.cxx291 XubString ImpEditEngine::GetSelected( const EditSelection& rSel, const LineEnd eEnd ) const in GetSelected() argument
294 if ( !rSel.HasRange() ) in GetSelected()
299 EditSelection aSel( rSel ); in GetSelected()
1896 sal_uInt16 ImpEditEngine::GetScriptType( const EditSelection& rSel ) const in GetScriptType()
1898 EditSelection aSel( rSel ); in GetScriptType()
2400 DBG_ASSERT( !EditSelection( rSel ).DbgIsBuggy( aEditDoc ), "Index im Wald in DeleteLeftOrRight" ); in DeleteLeftOrRight()
2402 if ( rSel.HasRange() ) // dann nur Sel. loeschen in DeleteLeftOrRight()
2403 return ImpDeleteSelection( rSel ); in DeleteLeftOrRight()
2405 const EditPaM aCurPos( rSel.Max() ); in DeleteLeftOrRight()
3534 EditSelection ImpEditEngine::MatchGroup( const EditSelection& rSel ) in MatchGroup() argument
[all …]
H A Dimpedit4.cxx1468 EditSelection aSentenceSel( SelectSentence( rSel ) ); in CreateSpellInfo()
2090 const EditSelection rSel, in AddPortion() argument
2097 if(rSel.HasRange()) in AddPortion()
2100 aPortion.sText = GetSelected( rSel ); in AddPortion()
2101 aPortion.eLanguage = GetLanguage( rSel.Min() ); in AddPortion()
2119 const EditSelection rSel, in AddPortionIterated() argument
2125 if(rSel.Min() != rSel.Max()) in AddPortionIterated()
2129 AddPortion(rSel, xAlt, rToFill, false); in AddPortionIterated()
2135 bool bTest = rSel.Min().GetIndex() <= rSel.Max().GetIndex(); in AddPortionIterated()
2136 EditPaM aStart(bTest ? rSel.Min() : rSel.Max()); in AddPortionIterated()
[all …]
/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx617 void Outliner::QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ) in QuickSetAttribs() argument
620 pEditEngine->QuickSetAttribs( rSet, rSel ); in QuickSetAttribs()
623 void Outliner::QuickInsertText( const XubString& rText, const ESelection& rSel ) in QuickInsertText() argument
626 pEditEngine->QuickInsertText( rText, rSel ); in QuickInsertText()
629 void Outliner::QuickDelete( const ESelection& rSel ) in QuickDelete() argument
632 pEditEngine->QuickDelete( rSel ); in QuickDelete()
635 void Outliner::QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) in QuickInsertField() argument
639 pEditEngine->QuickInsertField( rFld, rSel ); in QuickInsertField()
642 void Outliner::QuickInsertLineBreak( const ESelection& rSel ) in QuickInsertLineBreak() argument
646 pEditEngine->QuickInsertLineBreak( rSel ); in QuickInsertLineBreak()
H A Doutlvw.cxx1566 void OutlinerView::SetSelection( const ESelection& rSel ) in SetSelection() argument
1569 pEditView->SetSelection( rSel ); in SetSelection()
/trunk/main/editeng/source/uno/
H A Dunoedprx.cxx479 aEndIndex.SetIndex( rSel.nEndPara, rSel.nEndPos, *this ); in GetText()
482 if( rSel.nStartPara > rSel.nEndPara || in GetText()
483 (rSel.nStartPara == rSel.nEndPara && rSel.nStartPos > rSel.nEndPos) ) in GetText()
549 aEndIndex.SetIndex( rSel.nEndPara, rSel.nEndPos, *this ); in GetAttribs()
589 aEndIndex.SetIndex( rSel.nEndPara, rSel.nEndPos, *this ); in GetItemState()
610 aEndIndex.SetIndex( rSel.nEndPara, rSel.nEndPos, *this ); in QuickInsertText()
624 aEndIndex.SetIndex( rSel.nEndPara, rSel.nEndPos, *this ); in QuickInsertField()
638 aEndIndex.SetIndex( rSel.nEndPara, rSel.nEndPos, *this ); in QuickSetAttribs()
652 aEndIndex.SetIndex( rSel.nEndPara, rSel.nEndPos, *this ); in QuickInsertLineBreak()
1165 if( rSel.nStartPara > rSel.nEndPara || in IsEditable()
[all …]
H A Dunofored.cxx74 if( rSel.nStartPara == rSel.nEndPara ) in GetAttribs()
92 return rEditEngine.GetAttribs( rSel.nStartPara, rSel.nStartPos, rSel.nEndPos, nFlags ); in GetAttribs()
140 rEditEngine.QuickInsertText( rText, rSel ); in QuickInsertText()
145 rEditEngine.QuickInsertLineBreak( rSel ); in QuickInsertLineBreak()
150 rEditEngine.QuickInsertField( rFld, rSel ); in QuickInsertField()
155 rEditEngine.QuickSetAttribs( rSet, rSel ); in QuickSetAttribs()
184 for( sal_uInt32 nPara = rSel.nStartPara; nPara <= rSel.nEndPara; nPara++ ) in GetSvxEditEngineItemState()
190 if( rSel.nStartPara == nPara ) in GetSvxEditEngineItemState()
191 nPos = rSel.nStartPos; in GetSvxEditEngineItemState()
193 sal_uInt16 nEndPos = rSel.nEndPos; in GetSvxEditEngineItemState()
[all …]
H A Dunoforou.cxx72 String SvxOutlinerForwarder::GetText( const ESelection& rSel ) const in GetText()
77 return pEditEngine->GetText( rSel, LINEEND_LF ); in GetText()
82 if( rSel.nStartPara == rSel.nEndPara ) in ImplOutlinerForwarderGetAttribs()
100 return rEditEngine.GetAttribs( rSel.nStartPara, rSel.nStartPos, rSel.nEndPos, nFlags ); in ImplOutlinerForwarderGetAttribs()
104 return rEditEngine.GetAttribs( rSel, bOnlyHardAttrib ); in ImplOutlinerForwarderGetAttribs()
135 maAttribCacheSelection = rSel; in GetAttribs()
209 rOutliner.QuickDelete( rSel ); in QuickInsertText()
213 rOutliner.QuickInsertText( rText, rSel ); in QuickInsertText()
220 rOutliner.QuickInsertLineBreak( rSel ); in QuickInsertLineBreak()
226 rOutliner.QuickInsertField( rFld, rSel ); in QuickInsertField()
[all …]
H A Dunotext.cxx142 if( rSel.nStartPara == EE_PARA_ALL ) in CheckSelection()
144 ::GetSelection( rSel, pForwarder ); in CheckSelection()
160 rSel.nStartPos = aMaxSelection.nEndPos; in CheckSelection()
162 else if( rSel.nStartPos > pForwarder->GetTextLen( rSel.nStartPara ) ) in CheckSelection()
164 rSel.nStartPos = pForwarder->GetTextLen( rSel.nStartPara ); in CheckSelection()
171 rSel.nEndPos = aMaxSelection.nStartPos; in CheckSelection()
175 rSel.nEndPara = aMaxSelection.nEndPara; in CheckSelection()
176 rSel.nEndPos = aMaxSelection.nEndPos; in CheckSelection()
178 else if( rSel.nEndPos > pForwarder->GetTextLen( rSel.nEndPara ) ) in CheckSelection()
180 rSel.nEndPos = pForwarder->GetTextLen( rSel.nEndPara ); in CheckSelection()
[all …]

Completed in 200 milliseconds

123