Home
last modified time | relevance | path

Searched refs:SetCollapsed (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunoportenum.cxx532 pPortion->SetCollapsed(rAttr.End() ? false : true); in lcl_CreateRefMarkPortion()
553 pPortion->SetCollapsed(rAttr.End() ? false : true); in lcl_InsertRubyPortion()
576 pPortion->SetCollapsed(rAttr.GetEnd() ? false : true); in lcl_CreateTOXMarkPortion()
640 pPortion->SetCollapsed( (BKM_TYPE_START_END == pPtr->nBkmType) in lcl_ExportBookmark()
H A Dunoredline.cxx195 SetCollapsed(!pRedline->HasMark()); in SwXRedlinePortion()
/trunk/main/sw/inc/
H A Dunoport.hxx253 void SetCollapsed(bool bSet) { m_bIsCollapsed = bSet;} in SetCollapsed() function in SwXTextPortion