LibreOffice Module svx (master) 1
|
#include <svdsob.hxx>
Public Member Functions | |
SdrLayerIDSet (bool bInitVal=false) | |
bool | operator!= (const SdrLayerIDSet &rCmpSet) const |
void | Set (SdrLayerID a) |
void | Clear (SdrLayerID a) |
void | Set (SdrLayerID a, bool b) |
bool | IsSet (SdrLayerID a) const |
void | SetAll () |
void | ClearAll () |
bool | IsEmpty () const |
void | operator&= (const SdrLayerIDSet &r2ndSet) |
void | PutValue (const css::uno::Any &rAny) |
initialize this set with a UNO sequence of sal_Int8 (e.g. More... | |
Private Attributes | |
sal_uInt8 | aData [32] |
Definition at line 31 of file svdsob.hxx.
|
inlineexplicit |
Definition at line 37 of file svdsob.hxx.
References aData.
|
inline |
Definition at line 54 of file svdsob.hxx.
Referenced by SdrPageWindow::RedrawAll().
|
inline |
Definition at line 80 of file svdsob.hxx.
References aData.
Referenced by SdrLayerAdmin::getLockedLayersODF(), SdrLayerAdmin::getPrintableLayersODF(), SdrLayerAdmin::getVisibleLayersODF(), and SdrPageWindow::RedrawLayer().
bool SdrLayerIDSet::IsEmpty | ( | ) | const |
Definition at line 28 of file svdlayer.cxx.
Referenced by sdr::contact::ObjectContactOfPageView::ProcessDisplay(), and SdrPageWindow::RedrawAll().
|
inline |
Definition at line 69 of file svdsob.hxx.
Referenced by sdr::contact::ViewObjectContactOfUnoControl::ActionChanged(), SdrMarkView::CheckSingleSdrObjectHit(), sdr::contact::ViewObjectContactOfMasterPageDescriptor::getPrimitive2DSequenceHierarchy(), SdrLayerAdmin::GetUniqueLayerID(), SdrCreateView::ImpBegCreateObj(), SdrEdgeObj::ImpFindConnector(), SdrExchangeView::ImpGetPasteLayer(), SdrEditView::InsertObjectAtView(), SdrPageView::IsLayer(), SdrPageView::IsObjMarkable(), sdr::contact::ViewObjectContactOfSdrObj::isPrimitiveVisibleOnAnyLayer(), SdrView::PickAnything(), SdrMarkView::PickObj(), SdrLayerAdmin::QueryValue(), SdrPageWindow::RedrawLayer(), SdrObjEditView::SdrBeginTextEdit(), and SdrObjectPrimitiveHit().
|
inline |
Definition at line 42 of file svdsob.hxx.
void SdrLayerIDSet::operator&= | ( | const SdrLayerIDSet & | r2ndSet | ) |
Definition at line 39 of file svdlayer.cxx.
void SdrLayerIDSet::PutValue | ( | const css::uno::Any & | rAny | ) |
|
inline |
Definition at line 47 of file svdsob.hxx.
Referenced by SdrLayerAdmin::getLockedLayersODF(), SdrLayerAdmin::getPrintableLayersODF(), SdrLayerAdmin::GetUniqueLayerID(), SdrLayerAdmin::getVisibleLayersODF(), SdrPageWindow::RedrawLayer(), and SdrPageView::SetLayer().
|
inline |
Definition at line 61 of file svdsob.hxx.
|
inline |
Definition at line 75 of file svdsob.hxx.
References aData.
Referenced by sdr::MasterPageDescriptor::MasterPageDescriptor(), and SdrPageView::SdrPageView().
|
private |
Definition at line 34 of file svdsob.hxx.
Referenced by IsEmpty(), operator!=(), operator&=(), and PutValue().