Home
last modified time | relevance | path

Searched refs:rS (Results 1 – 25 of 34) sorted by last modified time

12

/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx1444 void InsertTxbxStyAttrs( SfxItemSet& rS, sal_uInt16 nColl );
H A Dww8graf.cxx499 void SwWW8ImplReader::InsertTxbxStyAttrs( SfxItemSet& rS, sal_uInt16 nColl ) in InsertTxbxStyAttrs() argument
512 SfxItemPool *pEditPool = rS.GetPool(); in InsertTxbxStyAttrs()
519 ( SFX_ITEM_SET != rS.GetItemState(nWhich, false) ) in InsertTxbxStyAttrs()
524 rS.Put( *pCopy ); in InsertTxbxStyAttrs()
/trunk/main/editeng/inc/editeng/
H A Deditdata.hxx152 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 …]
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx5656 const String& rS = aNames[ nPos ].FullName; in FillStrArr() local
5657 if( rS.Len() <= rWord.Len() + 1 ) in FillStrArr()
5659 const String aLName = rCharClass.toLower( rS, 0, rWord.Len() ); in FillStrArr()
5663 …= new String( (bIsUpper==bIsLower) ? rS : (bIsUpper ? rCharClass.toUpper(rS,0,rS.Len()) : rCharCla… in FillStrArr()
5679 const String& rS = rACLst[ nStt ]; in FillStrArr() local
5680 if( rS.Len() <= rWord.Len() ) in FillStrArr()
5683 …= new String( (bIsUpper==bIsLower) ? rS : (bIsUpper ? rCharClass.toUpper(rS,0,rS.Len()) : rCharCla… in FillStrArr()
/trunk/main/xmloff/source/text/
H A Dtxtparaimphint.hxx61 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()
/trunk/main/sw/source/ui/table/
H A Drowht.cxx82 SwTableHeightDlg::SwTableHeightDlg( Window *pParent, SwWrtShell &rS ) : in SwTableHeightDlg() argument
92 rSh( rS ) in SwTableHeightDlg()
/trunk/main/sw/source/ui/misc/
H A Dbookmark.cxx148 SwInsertBookmarkDlg::SwInsertBookmarkDlg( Window *pParent, SwWrtShell &rS, SfxRequest& rRequest ) : in SwInsertBookmarkDlg() argument
156 rSh( rS ), in SwInsertBookmarkDlg()
H A Ddocfnote.cxx66 SwFootNoteOptionDlg::SwFootNoteOptionDlg( Window *pParent, SwWrtShell &rS ) : in SwFootNoteOptionDlg() argument
68 rSh( rS ) in SwFootNoteOptionDlg()
/trunk/main/sw/source/ui/inc/
H A Drowht.hxx60 SwTableHeightDlg( Window *pParent, SwWrtShell &rS );
/trunk/main/sw/source/ui/fldui/
H A Dinpdlg.cxx49 SwFldInputDlg::SwFldInputDlg( Window *pParent, SwWrtShell &rS, in SwFldInputDlg() argument
54 rSh( rS ), in SwFldInputDlg()
H A DDropDownFieldDialog.cxx47 sw::DropDownFieldDialog::DropDownFieldDialog( Window *pParent, SwWrtShell &rS, in DropDownFieldDialog() argument
61 rSh( rS ), in DropDownFieldDialog()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx439 const String& rS = aDBColumns[ n ]->sColumn; in SwInsertDBColAutoPilot() local
440 aLbTblDbColumn.InsertEntry( rS, n ); in SwInsertDBColAutoPilot()
441 aLbTxtDbColumn.InsertEntry( rS, n ); in SwInsertDBColAutoPilot()
/trunk/main/sw/source/ui/chrdlg/
H A Dbreak.cxx154 SwBreakDlg::SwBreakDlg( Window *pParent, SwWrtShell &rS ) : in SwBreakDlg() argument
158 rSh(rS), in SwBreakDlg()
175 bHtmlMode(0 != ::GetHtmlMode(rS.GetView().GetDocShell())) in SwBreakDlg()
/trunk/main/sw/source/filter/inc/
H A Dfltbase.hxx52 void Read( String &rS ); // liest 0-terminierten C-String!
/trunk/main/sw/source/core/edit/
H A Dedredln.cxx104 sal_Bool SwEditShell::SetRedlineComment( const String& rS ) in SetRedlineComment() argument
108 bRet = bRet || GetDoc()->SetRedlineComment( *PCURCRSR, rS ); in SetRedlineComment()
/trunk/main/sw/source/core/docnode/
H A Dndindex.cxx38 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()
/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx2540 bool SwDoc::SetRedlineComment( const SwPaM& rPaM, const String& rS ) in SetRedlineComment() argument
2556 pTmp->SetComment( rS ); in SetRedlineComment()
H A Ddocdde.cxx91 _FindItem(const String& rS) in _FindItem()
92 : m_Item(rS), pTblNd(0), pSectNd(0) in _FindItem()
/trunk/main/sw/inc/
H A Dredline.hxx132 void SetComment( const String& rS ) { sComment = rS; } in SetComment() argument
230 void SetComment( const String& rS ) { pRedlineData->SetComment( rS ); } in SetComment() argument
H A Dsection.hxx148 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 Dndindex.hxx115 SwNodeRange( const SwNodeIndex &rS, const SwNodeIndex &rE );
119 SwNodeRange( const SwNodeIndex& rS, long nSttDiff,
121 SwNodeRange( const SwNode& rS, long nSttDiff,
H A Ddocufld.hxx187 void SetUserString( const String& rS ) { sUserStr = rS; } in SetUserString() argument
H A Deditsh.hxx879 sal_Bool SetRedlineComment( const String& rS );
/trunk/main/svtools/inc/svtools/
H A Dinetimg.hxx47 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
/trunk/main/svl/inc/svl/
H A Durlbmk.hxx49 void SetURL( const String& rS ) { aUrl = rS; } in SetURL() argument
50 void SetDescription( const String& rS ) { aDescr = rS; } in SetDescription() argument

Completed in 123 milliseconds

12