/aoo41x/main/editeng/inc/editeng/ |
H A D | editdata.hxx | 150 sal_Bool IsEqual( const ESelection& rS ) const; 151 sal_Bool IsLess( const ESelection& rS ) const; 152 sal_Bool IsGreater( const ESelection& rS ) const; 168 inline sal_Bool ESelection::IsEqual( const ESelection& rS ) const in IsEqual() 170 return ( ( nStartPara == rS.nStartPara ) && ( nStartPos == rS.nStartPos ) && in IsEqual() 171 ( nEndPara == rS.nEndPara ) && ( nEndPos == rS.nEndPos ) ); in IsEqual() 174 inline sal_Bool ESelection::IsLess( const ESelection& rS ) const in IsLess() 179 if ( ( nEndPara < rS.nStartPara ) || in IsLess() 180 ( ( nEndPara == rS.nStartPara ) && ( nEndPos < rS.nStartPos ) && !IsEqual( rS ) ) ) in IsLess() 192 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() argument 117 : sShort( rS ), sLong( rL ), bIsTxtOnly( bFlag ) in SvxAutocorrWord()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | inetimg.hxx | 47 void SetImageURL( const String& rS ) { aImageURL = rS; } in SetImageURL() argument 48 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
|
/aoo41x/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 …]
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndindex.cxx | 38 SwNodeRange::SwNodeRange( const SwNodeIndex &rS, const SwNodeIndex &rE ) in SwNodeRange() argument 39 : 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()
|
/aoo41x/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() argument 123 …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() argument 470 pS = &rS; in SingleDoubleRefModifier()
|
/aoo41x/main/svl/inc/svl/ |
H A D | urlbmk.hxx | 49 void SetURL( const String& rS ) { aUrl = rS; } in SetURL() argument 50 void SetDescription( const String& rS ) { aDescr = rS; } in SetDescription() argument
|
/aoo41x/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()
|
/aoo41x/main/sw/inc/ |
H A D | redline.hxx | 132 void SetComment( const String& rS ) { sComment = rS; } in SetComment() argument 230 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() argument 235 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,
|
/aoo41x/main/sw/source/ui/chrdlg/ |
H A D | break.cxx | 154 SwBreakDlg::SwBreakDlg( Window *pParent, SwWrtShell &rS ) : in SwBreakDlg() argument 158 rSh(rS), in SwBreakDlg() 175 bHtmlMode(0 != ::GetHtmlMode(rS.GetView().GetDocShell())) in SwBreakDlg()
|
/aoo41x/main/starmath/source/ |
H A D | dialog.cxx | 396 const StyleSettings &rS = GetSettings().GetStyleSettings(); in InitColor_Impl() local 397 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 …]
|
/aoo41x/main/sw/source/ui/table/ |
H A D | rowht.cxx | 82 SwTableHeightDlg::SwTableHeightDlg( Window *pParent, SwWrtShell &rS ) : in SwTableHeightDlg() argument 92 rSh( rS ) in SwTableHeightDlg()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | edredln.cxx | 104 sal_Bool SwEditShell::SetRedlineComment( const String& rS ) in SetRedlineComment() argument 108 bRet = bRet || GetDoc()->SetRedlineComment( *PCURCRSR, rS ); in SetRedlineComment()
|
/aoo41x/main/sw/source/ui/fldui/ |
H A D | DropDownFieldDialog.cxx | 47 sw::DropDownFieldDialog::DropDownFieldDialog( Window *pParent, SwWrtShell &rS, in DropDownFieldDialog() argument 61 rSh( rS ), in DropDownFieldDialog()
|
H A D | inpdlg.cxx | 49 SwFldInputDlg::SwFldInputDlg( Window *pParent, SwWrtShell &rS, in SwFldInputDlg() argument 54 rSh( rS ), in SwFldInputDlg()
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 5622 const String& rS = aNames[ nPos ].FullName; in FillStrArr() local 5623 if( rS.Len() <= rWord.Len() + 1 ) in FillStrArr() 5625 const String aLName = rCharClass.toLower( rS, 0, rWord.Len() ); in FillStrArr() 5629 …= new String( (bIsUpper==bIsLower) ? rS : (bIsUpper ? rCharClass.toUpper(rS,0,rS.Len()) : rCharCla… in FillStrArr() 5645 const String& rS = rACLst[ nStt ]; in FillStrArr() local 5646 if( rS.Len() <= rWord.Len() ) in FillStrArr() 5649 …= new String( (bIsUpper==bIsLower) ? rS : (bIsUpper ? rCharClass.toUpper(rS,0,rS.Len()) : rCharCla… in FillStrArr()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | eschesdo.hxx | 70 void SetType( const String& rS ) { mType = rS; } in SetType() argument
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | bookmark.cxx | 148 SwInsertBookmarkDlg::SwInsertBookmarkDlg( Window *pParent, SwWrtShell &rS, SfxRequest& rRequest ) : in SwInsertBookmarkDlg() argument 156 rSh( rS ), in SwInsertBookmarkDlg()
|
H A D | docfnote.cxx | 66 SwFootNoteOptionDlg::SwFootNoteOptionDlg( Window *pParent, SwWrtShell &rS ) : in SwFootNoteOptionDlg() argument 68 rSh( rS ) in SwFootNoteOptionDlg()
|
/aoo41x/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()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | rowht.hxx | 60 SwTableHeightDlg( Window *pParent, SwWrtShell &rS );
|
/aoo41x/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()
|