Searched refs:SwTxtAttrEnd (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sw/source/core/txtnode/ |
H A D | txtatr2.cxx | 54 : SwTxtAttrEnd( rAttr, nStt, nEnde ) in SwTxtCharFmt() 103 : SwTxtAttrEnd( i_rAttr, i_nStart, i_nEnd ) in SwTxtAttrNesting() 140 const SwFmtINetFmt& rFmt = SwTxtAttrEnd::GetINetFmt(); in GetCharFmt() 273 const SwFmtRuby& rFmt = SwTxtAttrEnd::GetRuby(); in GetCharFmt()
|
H A D | txatbase.cxx | 71 SwTxtAttrEnd::SwTxtAttrEnd( SfxPoolItem& rAttr, in SwTxtAttrEnd() function in SwTxtAttrEnd 77 xub_StrLen* SwTxtAttrEnd::GetEnd() in GetEnd()
|
H A D | atrref.cxx | 77 : SwTxtAttrEnd( rAttr, nStartPos, nStartPos ) in SwTxtRefMark()
|
H A D | atrtox.cxx | 36 : SwTxtAttrEnd( rAttr, nStartPos, nStartPos ) in SwTxtTOXMark()
|
H A D | thints.cxx | 125 bool operator() (SwTxtAttrEnd * const pAttr) in operator ()() 993 return new SwTxtAttrEnd( rNew, 0, 0 ); in MakeRedlineTxtAttr() 1112 pNew = new SwTxtAttrEnd( rNew, nStt, nEnd ); in MakeTxtAttr()
|
/aoo42x/main/sw/inc/ |
H A D | txtatr.hxx | 40 class SwTxtCharFmt : public SwTxtAttrEnd 63 class SwTxtAttrNesting : public SwTxtAttrEnd
|
H A D | txatbase.hxx | 125 class SwTxtAttrEnd : public SwTxtAttr class 131 SwTxtAttrEnd( SfxPoolItem& rAttr, sal_uInt16 nStart, sal_uInt16 nEnd );
|
H A D | txtrfmrk.hxx | 33 class SwTxtRefMark : public SwTxtAttrEnd
|
H A D | txttxmrk.hxx | 34 class SwTxtTOXMark : public SwTxtAttrEnd
|
/aoo42x/main/sw/source/core/text/ |
H A D | itratr.cxx | 889 SwTxtAttrEnd aAttr( aItem, nStt, nEnd ); in GetScalingOfSelectedText()
|
Completed in 56 milliseconds