| /aoo42x/main/editeng/inc/editeng/ | 
| H A D | editdata.hxx | 152     sal_Bool    IsEqual( const ESelection& rS ) const;153     sal_Bool    IsLess( const ESelection& rS ) const;
 154     sal_Bool    IsGreater( const ESelection& rS ) const;
 170 inline sal_Bool ESelection::IsEqual( const ESelection& rS ) const  in IsEqual()
 172 	return ( ( nStartPara == rS.nStartPara ) && ( nStartPos == rS.nStartPos ) &&  in IsEqual()
 173 			 ( nEndPara == rS.nEndPara ) && ( nEndPos == rS.nEndPos ) );  in IsEqual()
 176 inline sal_Bool ESelection::IsLess( const ESelection& rS ) const  in IsLess()
 181 	if ( ( nEndPara < rS.nStartPara ) ||  in IsLess()
 182 		 ( ( nEndPara == rS.nStartPara ) && ( nEndPos < rS.nStartPos ) && !IsEqual( rS ) ) )  in IsLess()
 194 	if ( ( nStartPara > rS.nEndPara ) ||  in IsGreater()
 [all …]
 
 | 
| H A D | svxacorr.hxx | 116 	SvxAutocorrWord( const String& rS, const String& rL, sal_Bool bFlag = sal_True )  in SvxAutocorrWord()  argument117 		: sShort( rS ), sLong( rL ), bIsTxtOnly( bFlag )  in SvxAutocorrWord()
 
 | 
| /aoo42x/main/svtools/inc/svtools/ | 
| H A D | inetimg.hxx | 47 	void 			SetImageURL( const String& rS )		{ aImageURL = rS; }  in SetImageURL()  argument48 	void 			SetTargetURL( const String& rS )	{ aTargetURL = rS; }  in SetTargetURL()  argument
 49 	void 			SetTargetFrame( const String& rS )	{ aTargetFrame = rS; }  in SetTargetFrame()  argument
 50 	void 			SetAlternateText( const String& rS ){ aAlternateText = rS; }  in SetAlternateText()  argument
 
 | 
| /aoo42x/main/sc/source/filter/html/ | 
| H A D | htmlpars.cxx | 797         rS.WriteNumber( nDebugCountAll ); rS << ".: ";  in IMPL_LINK()798         rS.WriteNumber( nDebugCount ); rS << ". State: ";  in IMPL_LINK()
 801         rS << "SPar,SPos EPar,EPos: ";  in IMPL_LINK()
 802         rS.WriteNumber( aDebugSel.nStartPara ); rS << ',';  in IMPL_LINK()
 803         rS.WriteNumber( aDebugSel.nStartPos ); rS << ' ';  in IMPL_LINK()
 804         rS.WriteNumber( aDebugSel.nEndPara ); rS << ',';  in IMPL_LINK()
 805         rS.WriteNumber( aDebugSel.nEndPos ); rS << endl;  in IMPL_LINK()
 812             rS << "Text:" << endl;  in IMPL_LINK()
 814         rS << "Token: "; rS.WriteNumber( pInfo->nToken );  in IMPL_LINK()
 842         rS << " Value: "; rS.WriteNumber( pInfo->nTokenValue );  in IMPL_LINK()
 [all …]
 
 | 
| /aoo42x/main/sw/source/core/docnode/ | 
| H A D | ndindex.cxx | 38 SwNodeRange::SwNodeRange( const SwNodeIndex &rS, const SwNodeIndex &rE )  in SwNodeRange()  argument39 	: aStart( rS ), aEnd( rE )  in SwNodeRange()
 51 SwNodeRange::SwNodeRange( const SwNodeIndex& rS, long nSttDiff,  in SwNodeRange()  argument
 53 	: aStart( rS, nSttDiff ), aEnd( rE, nEndDiff )  in SwNodeRange()
 56 SwNodeRange::SwNodeRange( const SwNode& rS, long nSttDiff,  in SwNodeRange()  argument
 58 	: aStart( rS, nSttDiff ), aEnd( rE, nEndDiff )  in SwNodeRange()
 
 | 
| /aoo42x/main/sc/inc/ | 
| H A D | dpglobal.hxx | 122 …ScDPItemData( sal_uLong nNF, const String & rS, double fV, sal_uInt8 bF ):nNumFormat(nNF), aString…  in ScDPItemData()  argument123 …ScDPItemData( const String& rS, double fV = 0.0, sal_Bool bHV = sal_False, const sal_uLong nNumFor…
 126 …void		SetString( const String& rS ) { aString = rS; mbFlag &= ~(MK_VAL|MK_DATE); nNumFormat = 0; m…  in SetString()  argument
 
 | 
| H A D | token.hxx | 468                 SingleDoubleRefModifier( ScSingleRefData& rS )  in SingleDoubleRefModifier()  argument470                         pS = &rS;  in SingleDoubleRefModifier()
 
 | 
| /aoo42x/main/svl/inc/svl/ | 
| H A D | urlbmk.hxx | 49     void 			SetURL( const String& rS )			{ aUrl = rS; }  in SetURL()  argument50 	void 			SetDescription( const String& rS )	{ aDescr = rS; }  in SetDescription()  argument
 
 | 
| /aoo42x/main/xmloff/source/text/ | 
| H A D | txtparaimphint.hxx | 61 				  const Reference < XTextRange > & rS,  in XMLHint_Impl()63 		xStart( rS ),  in XMLHint_Impl()
 70 				  const Reference < XTextRange > & rS ) :  in XMLHint_Impl()
 71 		xStart( rS ),  in XMLHint_Impl()
 
 | 
| /aoo42x/main/sw/inc/ | 
| H A D | redline.hxx | 132     void SetComment( const String& rS )     { sComment = rS; }  in SetComment()  argument230 	void SetComment( const String& rS ) { pRedlineData->SetComment( rS ); }  in SetComment()  argument
 
 | 
| H A D | section.hxx | 148     void SetLinkFilePassword(String const& rS)  { m_sLinkFilePassword = rS; }  in SetLinkFilePassword()  argument235     void SetLinkFilePassword(String const& rS)  in SetLinkFilePassword()  argument
 236         { m_Data.SetLinkFilePassword(rS); }  in SetLinkFilePassword()
 
 | 
| H A D | ndindex.hxx | 115 	SwNodeRange( const SwNodeIndex &rS, const SwNodeIndex &rE );119 	SwNodeRange( const SwNodeIndex& rS, long nSttDiff,
 121 	SwNodeRange( const SwNode& rS, long nSttDiff,
 
 | 
| /aoo42x/main/starmath/source/ | 
| H A D | dialog.cxx | 396     const StyleSettings &rS = GetSettings().GetStyleSettings();  in InitColor_Impl()  local397     if (rS.GetHighContrastMode())  in InitColor_Impl()
 399         nBgCol  = rS.GetFieldColor().GetColor();  in InitColor_Impl()
 400         nTxtCol = rS.GetFieldTextColor().GetColor();  in InitColor_Impl()
 1562     const StyleSettings &rS = GetSettings().GetStyleSettings();  in InitColor_Impl()  local
 1563     if (rS.GetHighContrastMode())  in InitColor_Impl()
 1565         nBgCol  = rS.GetFieldColor().GetColor();  in InitColor_Impl()
 1566         nTxtCol = rS.GetFieldTextColor().GetColor();  in InitColor_Impl()
 2137         const StyleSettings &rS = GetSettings().GetStyleSettings();  in InitColor_Impl()  local
 2138         nBgCol  = rS.GetFieldColor().GetColor();  in InitColor_Impl()
 [all …]
 
 | 
| /aoo42x/main/sw/source/ui/chrdlg/ | 
| H A D | break.cxx | 154 SwBreakDlg::SwBreakDlg( Window *pParent, SwWrtShell &rS ) :  in SwBreakDlg()  argument158 	rSh(rS),  in SwBreakDlg()
 175     bHtmlMode(0 != ::GetHtmlMode(rS.GetView().GetDocShell()))  in SwBreakDlg()
 
 | 
| /aoo42x/main/sw/source/ui/table/ | 
| H A D | rowht.cxx | 82 SwTableHeightDlg::SwTableHeightDlg( Window *pParent, SwWrtShell &rS ) :  in SwTableHeightDlg()  argument92 	rSh( rS )  in SwTableHeightDlg()
 
 | 
| /aoo42x/main/sw/source/core/edit/ | 
| H A D | edredln.cxx | 104 sal_Bool SwEditShell::SetRedlineComment( const String& rS )  in SetRedlineComment()  argument108 		bRet = bRet || GetDoc()->SetRedlineComment( *PCURCRSR, rS );  in SetRedlineComment()
 
 | 
| /aoo42x/main/sw/source/ui/fldui/ | 
| H A D | DropDownFieldDialog.cxx | 47 sw::DropDownFieldDialog::DropDownFieldDialog( Window *pParent, SwWrtShell &rS,  in DropDownFieldDialog()  argument61     rSh( rS ),  in DropDownFieldDialog()
 
 | 
| H A D | inpdlg.cxx | 49 SwFldInputDlg::SwFldInputDlg( Window *pParent, SwWrtShell &rS,  in SwFldInputDlg()  argument54 	rSh( rS ),  in SwFldInputDlg()
 
 | 
| /aoo42x/main/sw/source/ui/docvw/ | 
| H A D | edtwin.cxx | 5654                 const String& rS = aNames[ nPos ].FullName;  in FillStrArr()  local5655                 if( rS.Len() <= rWord.Len() + 1 )  in FillStrArr()
 5657                 const String aLName = rCharClass.toLower( rS, 0, rWord.Len() );  in FillStrArr()
 5661 …= new String( (bIsUpper==bIsLower) ? rS : (bIsUpper ? rCharClass.toUpper(rS,0,rS.Len()) : rCharCla…  in FillStrArr()
 5677             const String& rS = rACLst[ nStt ];  in FillStrArr()  local
 5678             if( rS.Len() <= rWord.Len() )  in FillStrArr()
 5681 …= new String( (bIsUpper==bIsLower) ? rS : (bIsUpper ? rCharClass.toUpper(rS,0,rS.Len()) : rCharCla…  in FillStrArr()
 
 | 
| /aoo42x/main/filter/source/msfilter/ | 
| H A D | eschesdo.hxx | 70 	void				SetType( const String& rS ) { mType = rS; }  in SetType()  argument
 | 
| /aoo42x/main/sw/source/ui/misc/ | 
| H A D | bookmark.cxx | 148 SwInsertBookmarkDlg::SwInsertBookmarkDlg( Window *pParent, SwWrtShell &rS, SfxRequest& rRequest ) :  in SwInsertBookmarkDlg()  argument156     rSh( rS ),  in SwInsertBookmarkDlg()
 
 | 
| H A D | docfnote.cxx | 66 SwFootNoteOptionDlg::SwFootNoteOptionDlg( Window *pParent, SwWrtShell &rS ) :  in SwFootNoteOptionDlg()  argument68 	rSh( rS )  in SwFootNoteOptionDlg()
 
 | 
| /aoo42x/main/sw/source/core/doc/ | 
| H A D | docdde.cxx | 91     _FindItem(const String& rS)  in _FindItem()92         : m_Item(rS), pTblNd(0), pSectNd(0)  in _FindItem()
 
 | 
| /aoo42x/main/sc/source/core/tool/ | 
| H A D | chartlis.cxx | 61 							const uno::Reference< chart::XChartData >& rS ) :  in ScChartUnoData()62 					xListener( rL ), xSource( rS ) {}  in ScChartUnoData()
 
 | 
| /aoo42x/main/sw/source/ui/inc/ | 
| H A D | rowht.hxx | 60 	SwTableHeightDlg( Window *pParent, SwWrtShell &rS );
 |