Home
last modified time | relevance | path

Searched refs:nLayerNo (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/inc/
H A DSectionView.hxx59 void SetMarkedToLayer( SdrLayerID nLayerNo );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/inc/
H A DSectionView.hxx59 void SetMarkedToLayer( SdrLayerID nLayerNo );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Ddrawsh.hxx90 static bool AreAllObjectsOnLayer(SdrLayerID nLayerNo,const SdrMarkList& rMark);
H A Ddrawview.hxx88 void SetMarkedToLayer( SdrLayerID nLayerNo );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Ddrawsh.hxx93 static bool AreAllObjectsOnLayer(SdrLayerID nLayerNo,const SdrMarkList& rMark);
H A Ddrawview.hxx89 void SetMarkedToLayer( SdrLayerID nLayerNo );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/drawfunc/
H A Ddrawsh2.cxx414 bool ScDrawShell::AreAllObjectsOnLayer(SdrLayerID nLayerNo,const SdrMarkList& rMark) in AreAllObjectsOnLayer() argument
423 if(nLayerNo!=pObj->GetLayer()) in AreAllObjectsOnLayer()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/drawfunc/
H A Ddrawsh2.cxx509 bool ScDrawShell::AreAllObjectsOnLayer(SdrLayerID nLayerNo,const SdrMarkList& rMark) in AreAllObjectsOnLayer() argument
518 if(nLayerNo!=pObj->GetLayer()) in AreAllObjectsOnLayer()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Ddrawview.cxx212 void ScDrawView::SetMarkedToLayer( SdrLayerID nLayerNo ) in SetMarkedToLayer() argument
228 … AddUndo( std::make_unique<SdrUndoObjectLayerChange>( *pObj, pObj->GetLayer(), nLayerNo) ); in SetMarkedToLayer()
229 pObj->SetLayer( nLayerNo ); in SetMarkedToLayer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Ddrawview.cxx210 void ScDrawView::SetMarkedToLayer( SdrLayerID nLayerNo ) in SetMarkedToLayer() argument
225 … AddUndo( std::make_unique<SdrUndoObjectLayerChange>( *pObj, pObj->GetLayer(), nLayerNo) ); in SetMarkedToLayer()
226 pObj->SetLayer( nLayerNo ); in SetMarkedToLayer()