Searched refs:SwTxtAttrNesting (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/core/txtnode/ |
H A D | txtatr2.cxx | 101 SwTxtAttrNesting::SwTxtAttrNesting( SfxPoolItem & i_rAttr, in SwTxtAttrNesting() function in SwTxtAttrNesting 113 SwTxtAttrNesting::~SwTxtAttrNesting() in ~SwTxtAttrNesting() 124 : SwTxtAttrNesting( rAttr, nStart, nEnd ) in SwTxtINetFmt() 230 : SwTxtAttrNesting( rAttr, nStart, nEnd ) in SwTxtRuby() 338 : SwTxtAttrNesting( i_rAttr, i_nStart, i_nEnd ) in SwTxtMeta()
|
H A D | thints.cxx | 237 static SwTxtAttrNesting * 238 MakeTxtAttrNesting(SwTxtNode & rNode, SwTxtAttrNesting & rNesting, in MakeTxtAttrNesting() 259 return static_cast<SwTxtAttrNesting*>(pNew); in MakeTxtAttrNesting() 262 typedef ::std::vector<SwTxtAttrNesting *> NestList_t; 279 SwTxtAttrNesting * const pNew( MakeTxtAttrNesting( in lcl_DoSplitNew() 290 void SwpHints::InsertNesting(SwTxtAttrNesting & rNewHint) in InsertNesting() 410 static_cast<SwTxtAttrNesting*>(pOther)); in TryInsertNesting() 423 static_cast<SwTxtAttrNesting*>(pOther)); in TryInsertNesting() 500 SwTxtAttrNesting * const pOtherLeft( in TryInsertNesting() 519 SwTxtAttrNesting * const pOtherRight( in TryInsertNesting() [all …]
|
/trunk/main/sw/inc/ |
H A D | txtatr.hxx | 63 class SwTxtAttrNesting : public SwTxtAttrEnd class 66 SwTxtAttrNesting( SfxPoolItem & i_rAttr, 68 virtual ~SwTxtAttrNesting(); 71 class SwTxtMeta : public SwTxtAttrNesting 93 class SW_DLLPUBLIC SwTxtRuby : public SwTxtAttrNesting, public SwClient
|
H A D | ndhints.hxx | 36 class SwTxtAttrNesting; 176 void InsertNesting(SwTxtAttrNesting & rNewHint); 177 bool TryInsertNesting(SwTxtNode & rNode, SwTxtAttrNesting & rNewHint);
|
H A D | txtinet.hxx | 35 class SW_DLLPUBLIC SwTxtINetFmt : public SwTxtAttrNesting, public SwClient
|
Completed in 44 milliseconds