Searched refs:mbIsExcluded (Results 1 – 4 of 4) sorted by relevance
50 : maBitmap(rBitmap), mbIsExcluded(bIsExcluded) {} in Representative()52 : maBitmap(rOther.maBitmap), mbIsExcluded(rOther.mbIsExcluded) {} in Representative()54 { if (&rOther != this) {maBitmap = rOther.maBitmap; mbIsExcluded = rOther.mbIsExcluded; } in operator =()59 bool mbIsExcluded; member in sd::slidesorter::controller::TransferableData::Representative
196 mbIsExcluded(false), in ButtonBar()249 mbIsExcluded = mpDescriptor->HasState(model::PageDescriptor::ST_Excluded); in ProcessButtonUpEvent()336 mbIsExcluded = mpDescriptor->HasState(model::PageDescriptor::ST_Excluded); in SetPage()338 mbIsExcluded = false; in SetPage()388 mbIsExcluded ? maExcludedButtons : maRegularButtons); in GetButtonAt()
240 if (rRepresentatives[nIndex].mbIsExcluded) in PaintRepresentatives()
159 bool mbIsExcluded; member in sd::slidesorter::view::ButtonBar
Completed in 30 milliseconds