Lines Matching refs:aSel

534 	EditUndoSetAttribs* CreateAttribUndo( EditSelection aSel, const SfxItemSet& rSet );
544 void SetParaAttrib( sal_uInt8 nFunc, EditSelection aSel, sal_uInt16 nValue );
545 sal_uInt16 GetParaAttrib( sal_uInt8 nFunc, EditSelection aSel );
546 void SetCharAttrib( EditSelection aSel, const SfxPoolItem& rItem );
631 EditPaM ReadText( SvStream& rInput, EditSelection aSel );
632 EditPaM ReadRTF( SvStream& rInput, EditSelection aSel );
633 EditPaM ReadXML( SvStream& rInput, EditSelection aSel );
634 …EditPaM ReadHTML( SvStream& rInput, const String& rBaseURL, EditSelection aSel, SvKeyV…
635 EditPaM ReadBin( SvStream& rInput, EditSelection aSel );
636 sal_uInt32 WriteText( SvStream& rOutput, EditSelection aSel );
637 sal_uInt32 WriteRTF( SvStream& rOutput, EditSelection aSel );
638 sal_uInt32 WriteXML( SvStream& rOutput, EditSelection aSel );
639 sal_uInt32 WriteHTML( SvStream& rOutput, EditSelection aSel );
640 …sal_uInt32 WriteBin( SvStream& rOutput, EditSelection aSel, sal_Bool bStoreUnicode = sal_False )…
792 …ream& rInput, const String& rBaseURL, EETextFormat eFormat, EditSelection aSel, SvKeyValueIterator…
793 void Write( SvStream& rOutput, EETextFormat eFormat, EditSelection aSel );
796 EditTextObject* CreateTextObject( EditSelection aSel );
798 EditSelection InsertText( const EditTextObject& rTextObject, EditSelection aSel );
816 SfxItemSet GetAttribs( EditSelection aSel, sal_Bool bOnlyHardAttrib = sal_False );
817 void SetAttribs( EditSelection aSel, const SfxItemSet& rSet, sal_uInt8 nSpecial = 0 );
818 void RemoveCharAttribs( EditSelection aSel, sal_Bool bRemoveParaAttribs, sal_uInt16 nWhich = 0 );
875 void SetStyleSheet( EditSelection aSel, SfxStyleSheet* pStyle );
1065 EditSelection aSel; in CreateSel() local
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()
1069 aSel.Max().SetIndex( rSel.nEndPos ); in CreateSel()
1070 DBG_ASSERT( !aSel.DbgIsBuggy( aEditDoc ), "CreateSel: Fehlerhafte Selektion!" ); in CreateSel()
1071 return aSel; in CreateSel()