/aoo42x/main/svx/inc/svx/ |
H A D | svdsob.hxx | 42 class SVX_DLLPUBLIC SetOfByte class 48 SetOfByte(sal_Bool bInitVal = sal_False) in SetOfByte() function in SetOfByte 53 sal_Bool operator==(const SetOfByte& rCmpSet) const in operator ==() 58 sal_Bool operator!=(const SetOfByte& rCmpSet) const in operator !=() 103 void operator&=(const SetOfByte& r2ndSet); 104 void operator|=(const SetOfByte& r2ndSet); 106 friend inline SvStream& operator<<(SvStream& rOut, const SetOfByte& rSet); 107 friend inline SvStream& operator>>(SvStream& rIn, SetOfByte& rSet); 116 inline SvStream& operator<<(SvStream& rOut, const SetOfByte& rSet) in operator <<() 122 inline SvStream& operator>>(SvStream& rIn, SetOfByte& rSet) in operator >>()
|
H A D | svdpagv.hxx | 81 SetOfByte aLayerVisi; // Menge der sichtbaren Layer 82 SetOfByte aLayerLock; // Menge der nicht editierbaren Layer 83 SetOfByte aLayerPrn; // Menge der druckbaren Layer 129 void SetLayer(const String& rName, SetOfByte& rBS, sal_Bool bJa); 130 sal_Bool IsLayer(const String& rName, const SetOfByte& rBS) const; 131 void SetAllLayers(SetOfByte& rB, sal_Bool bJa); 239 const SetOfByte& GetVisibleLayers() const { return aLayerVisi; } in GetVisibleLayers() 240 void SetPrintableLayers(const SetOfByte& rSet) { aLayerPrn=rSet; } in SetPrintableLayers() 241 const SetOfByte& GetPrintableLayers() const { return aLayerPrn; } in GetPrintableLayers() 242 void SetLockedLayers(const SetOfByte& rSet) { aLayerLock=rSet; } in SetLockedLayers() [all …]
|
H A D | svdpage.hxx | 53 class SetOfByte; 453 SetOfByte aPrefVisiLayers; 514 const SetOfByte& TRG_GetMasterPageVisibleLayers() const; 515 void TRG_SetMasterPageVisibleLayers(const SetOfByte& rNew); 532 Bitmap GetBitmap(const SetOfByte& rVisibleLayers, FASTBOOL bTrimBorders=sal_True) const; 535 GDIMetaFile GetMetaFile(const SetOfByte& rVisibleLayers, FASTBOOL bTrimBorders=sal_True);
|
H A D | sdrhittesthelper.hxx | 36 class SetOfByte; 49 const SetOfByte* pVisiLayer, 57 const SetOfByte* pVisiLayer,
|
H A D | sdrmasterpagedescriptor.hxx | 53 SetOfByte maVisibleLayers; 83 const SetOfByte& GetVisibleLayers() const { return maVisibleLayers; } in GetVisibleLayers() 84 void SetVisibleLayers(const SetOfByte& rNew);
|
H A D | svdmrkv.hxx | 177 …16 nTol, SdrObject* pObj, SdrPageView* pPV, sal_uIntPtr nOptions, const SetOfByte* pMVisLay) const; 178 …16 nTol, SdrObjList* pOL, SdrPageView* pPV, sal_uIntPtr nOptions, const SetOfByte* pMVisLay, SdrOb…
|
H A D | svdundo.hxx | 796 SetOfByte maOldSet; 837 SetOfByte maNewSet;
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdlayer.cxx | 37 sal_Bool SetOfByte::IsEmpty() const in IsEmpty() 48 sal_Bool SetOfByte::IsFull() const in IsFull() 59 sal_uInt16 SetOfByte::GetSetCount() const in GetSetCount() 83 sal_uInt8 SetOfByte::GetSetBit(sal_uInt16 nNum) const in GetSetBit() 102 sal_uInt16 SetOfByte::GetClearCount() const in GetClearCount() 107 sal_uInt8 SetOfByte::GetClearBit(sal_uInt16 nNum) const in GetClearBit() 126 void SetOfByte::operator&=(const SetOfByte& r2ndSet) in operator &=() 134 void SetOfByte::operator|=(const SetOfByte& r2ndSet) in operator |=() 144 void SetOfByte::PutValue( const com::sun::star::uno::Any & rAny ) in PutValue() 168 void SetOfByte::QueryValue( com::sun::star::uno::Any & rAny ) const in QueryValue() [all …]
|
H A D | sdrhittesthelper.cxx | 46 const SetOfByte* pVisiLayer, in SdrObjectPrimitiveHit() 104 const SetOfByte* pVisiLayer, in SdrObjListPrimitiveHit()
|
H A D | svdviter.cxx | 101 SetOfByte aObjLay; in ImpCheckPageView() 126 SetOfByte aObjLay; in ImpCheckPageView()
|
H A D | sdrpagewindow.cxx | 309 …SetOfByte aProcessLayers = bPrinter ? mrPageView.GetPrintableLayers() : mrPageView.GetVisibleLayer… in RedrawAll() 361 …SetOfByte aProcessLayers = bPrinter ? mrPageView.GetPrintableLayers() : mrPageView.GetVisibleLayer… in RedrawLayer()
|
H A D | svdetc.cxx | 866 const SetOfByte& rVisLayers, in impGetSdrObjListFillColor() 910 const SetOfByte& rVisLayers, in impGetSdrPageFillColor() 923 SetOfByte aSet(rVisLayers); in impGetSdrPageFillColor()
|
H A D | svdpagv.cxx | 692 void SdrPageView::SetLayer(const XubString& rName, SetOfByte& rBS, sal_Bool bJa) in SetLayer() 703 sal_Bool SdrPageView::IsLayer(const XubString& rName, const SetOfByte& rBS) const in IsLayer() 723 void SdrPageView::SetAllLayers(SetOfByte& rB, sal_Bool bJa) in SetAllLayers()
|
H A D | svdpage.cxx | 1777 const SetOfByte& SdrPage::TRG_GetMasterPageVisibleLayers() const in TRG_GetMasterPageVisibleLayers() 1786 void SdrPage::TRG_SetMasterPageVisibleLayers(const SetOfByte& rNew) in TRG_SetMasterPageVisibleLayers() 1952 Bitmap SdrPage::GetBitmap(const SetOfByte& /*rVisibleLayers*/, FASTBOOL /*bTrimBorders*/) const in GetBitmap() argument 1957 GDIMetaFile SdrPage::GetMetaFile(const SetOfByte& /*rVisibleLayers*/, FASTBOOL /*bTrimBorders*/) in GetMetaFile() argument
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | FrameView.hxx | 64 void SetVisibleLayers(const SetOfByte& rVisibleLayers) in SetVisibleLayers() 66 const SetOfByte& GetVisibleLayers() { return maVisibleLayers; } in GetVisibleLayers() 68 void SetLockedLayers(const SetOfByte& rLockedLayers) in SetLockedLayers() 70 const SetOfByte& GetLockedLayers() { return maLockedLayers; } in GetLockedLayers() 72 void SetPrintableLayers(const SetOfByte& rPrintableLayers) in SetPrintableLayers() 74 const SetOfByte& GetPrintableLayers() { return maPrintableLayers; } in GetPrintableLayers() 188 SetOfByte maVisibleLayers; 189 SetOfByte maLockedLayers; 190 SetOfByte maPrintableLayers;
|
/aoo42x/main/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 348 const SetOfByte& rVisibleLayers, in PrintPage() 349 const SetOfByte& rPrintableLayers) in PrintPage() 750 const SetOfByte& rVisibleLayers, 801 const SetOfByte& rVisibleLayers, in Print() 802 const SetOfByte& rPrintableLayers) const in Print() 859 const SetOfByte& rVisibleLayers, in Print() 860 const SetOfByte& rPrintableLayers) const in Print() 945 const SetOfByte& rVisibleLayers, in Print() 946 const SetOfByte& rPrintableLayers) const in Print() 1018 const SetOfByte& rVisibleLayers, in Print() [all …]
|
H A D | unmodpg.cxx | 79 SetOfByte aVisibleLayers = mpPage->TRG_GetMasterPageVisibleLayers(); in ModifyPageUndoAction() 127 SetOfByte aVisibleLayers; in Undo() 176 SetOfByte aVisibleLayers; in Redo()
|
H A D | ViewShellImplementation.cxx | 111 SetOfByte aVisibleLayers; in ProcessModifyPageSlot() 289 SetOfByte aVisibleLayers; in AssignLayout()
|
H A D | frmview.cxx | 1112 SetOfByte aSetOfBytes; in ReadUserDataSequence() 1118 SetOfByte aSetOfBytes; in ReadUserDataSequence() 1124 SetOfByte aSetOfBytes; in ReadUserDataSequence()
|
/aoo42x/main/svx/inc/svx/sdr/contact/ |
H A D | displayinfo.hxx | 53 SetOfByte maProcessLayers; 94 void SetProcessLayers(const SetOfByte& rSet); 95 const SetOfByte& GetProcessLayers() const { return maProcessLayers; } in GetProcessLayers()
|
H A D | viewcontactofe3dscene.hxx | 81 …drawinglayer::primitive2d::Primitive2DSequence createScenePrimitive2DSequence(const SetOfByte* pLa…
|
/aoo42x/main/svx/source/sdr/contact/ |
H A D | viewobjectcontactofmasterpagedescriptor.cxx | 87 const SetOfByte aRememberedLayers(rDisplayInfo.GetProcessLayers()); in getPrimitive2DSequenceHierarchy() 88 SetOfByte aPreprocessedLayers(aRememberedLayers); in getPrimitive2DSequenceHierarchy()
|
H A D | viewcontactofe3dscene.cxx | 56 const SetOfByte* pVisibleLayerSet, in createSubPrimitive3DVector() 282 const SetOfByte* pLayerVisibility) const in createScenePrimitive2DSequence()
|
H A D | displayinfo.cxx | 57 void DisplayInfo::SetProcessLayers(const SetOfByte& rSet) in SetProcessLayers()
|
/aoo42x/main/basctl/source/inc/ |
H A D | dlgedview.hxx | 53 …nt16 nTol, SdrObject* pObj, SdrPageView* pPV, sal_uLong nOptions, const SetOfByte* pMVisLay) const;
|