Searched refs:rExpand (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/core/text/ |
H A D | porfld.hxx | 65 SwFldPortion( const XubString &rExpand, SwFont *pFnt = 0, sal_Bool bPlaceHolder = sal_False ); 108 virtual SwFldPortion *Clone( const XubString &rExpand ) const; 127 inline SwHiddenPortion( const XubString &rExpand, SwFont *pFntL = 0 ) in SwHiddenPortion() argument 128 : SwFldPortion( rExpand, pFntL ) in SwHiddenPortion() 134 virtual SwFldPortion *Clone( const XubString &rExpand ) const; 153 SwNumberPortion( const XubString &rExpand, 165 virtual SwFldPortion *Clone( const XubString &rExpand ) const; 252 SwCombinedPortion( const XubString &rExpand );
|
H A D | porftn.hxx | 45 SwFtnPortion( const XubString &rExpand, SwTxtFrm *pFrm, SwTxtFtn *pFtn, 69 inline SwFtnNumPortion( const XubString &rExpand, SwFont *pFntL ) in SwFtnNumPortion() argument 71 : SwNumberPortion( rExpand, pFntL, sal_True, sal_False, 0, false ) in SwFtnNumPortion() 96 virtual SwFldPortion *Clone( const XubString &rExpand ) const; 116 virtual SwFldPortion *Clone( const XubString &rExpand ) const;
|
H A D | porfld.cxx | 63 SwFldPortion *SwFldPortion::Clone( const XubString &rExpand ) const in Clone() 70 SwFldPortion* pClone = new SwFldPortion( rExpand, pNewFnt, bPlaceHolder ); in Clone() 84 SwFldPortion::SwFldPortion( const XubString &rExpand, SwFont *pFont, sal_Bool bPlaceHold ) in SwFldPortion() argument 85 : aExpand(rExpand), pFnt(pFont), nNextOffset(0), nNextScriptChg(STRING_LEN), nViewWidth(0), in SwFldPortion() 492 SwFldPortion *SwHiddenPortion::Clone(const XubString &rExpand ) const in Clone() 497 return new SwHiddenPortion( rExpand, pNewFnt ); in Clone() 529 SwNumberPortion::SwNumberPortion( const XubString &rExpand, in SwNumberPortion() argument 535 : SwFldPortion( rExpand, pFont ), in SwNumberPortion() 553 SwFldPortion *SwNumberPortion::Clone( const XubString &rExpand ) const in Clone() 559 return new SwNumberPortion( rExpand, pNewFnt, IsLeft(), IsCenter(), in Clone()
|
H A D | txtftn.cxx | 1422 SwFtnPortion::SwFtnPortion( const XubString &rExpand, SwTxtFrm *pFrame, in SwFtnPortion() argument 1424 : SwFldPortion( rExpand, 0 ) in SwFtnPortion() 1510 SwFldPortion *SwQuoVadisPortion::Clone( const XubString &rExpand ) const in Clone() 1511 { return new SwQuoVadisPortion( rExpand, aErgo ); } in Clone() 1597 SwFldPortion *SwErgoSumPortion::Clone( const XubString &rExpand ) const in Clone() 1600 return new SwErgoSumPortion( rExpand, aTmp ); in Clone()
|
/trunk/main/sw/inc/ |
H A D | expfld.hxx | 108 inline void ChgExpStr(const String& rExpand); 134 inline void SwGetExpField::ChgExpStr(const String& rExpand) in ChgExpStr() argument 135 { sExpand = rExpand;} in ChgExpStr() 244 inline void ChgExpStr( const String& rExpand ); 276 inline void SwSetExpField::ChgExpStr( const String& rExpand ) in ChgExpStr() argument 277 { sExpand = rExpand; } in ChgExpStr()
|
Completed in 56 milliseconds