Searched refs:SC_LAYER_BACK (Results 1 – 15 of 15) sorted by relevance
105 pLayer = rAdmin.GetLayerPerID(SC_LAYER_BACK); in Construct()760 if ( pFound->GetLayer() == SC_LAYER_BACK && in SelectCurrentViewObject()765 SdrLayer* pLayer = GetModel()->GetLayerAdmin().GetLayerPerID(SC_LAYER_BACK); in SelectCurrentViewObject()821 if ( pFound->GetLayer() == SC_LAYER_BACK && in SelectObject()
355 pLayer = rAdmin.GetLayerPerID(SC_LAYER_BACK); in UpdateLayerLocks()
560 aOutputData.PrintDrawingLayer(SC_LAYER_BACK, aMMOffset); in DrawToDev()1617 aOutputData.PrintDrawingLayer(SC_LAYER_BACK, aMMOffset); in PrintArea()
726 DrawRedraw( aOutputData, eMode, SC_LAYER_BACK ); in Draw()
438 if ( pObject->GetLayer() == SC_LAYER_BACK && pObject->GetCurrentBoundRect().IsOver( rMMRect ) ) in HasBackgroundDraw()502 if ( nLayer != SC_LAYER_BACK || in GetObjectAtPoint()503 !pFound || pFound->GetLayer() == SC_LAYER_BACK ) in GetObjectAtPoint()
260 rAdmin.NewLayer(String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM("hinten")), SC_LAYER_BACK); in ScDrawLayer()
114 nLayerID = SC_LAYER_BACK; in finishShape()197 nLayerID = SC_LAYER_BACK; in finishShape()
430 …OUString(RTL_CONSTASCII_USTRINGPARAM( SC_LAYERID ))) >>= nLayerID) && (nLayerID == SC_LAYER_BACK) ) in onExport()
145 …inline void LockBackgroundLayer( bool bLock = true ) { LockCalcLayer( SC_LAYER_BACK, bLock ); } in LockBackgroundLayer()
203 else if(AreAllObjectsOnLayer(SC_LAYER_BACK,rMarkList)) in GetDrawFuncState()
293 pView->SetMarkedToLayer( SC_LAYER_BACK ); in ExecDrawFunc()
260 #define SC_LAYER_BACK 1 macro
129 case SC_LAYER_BACK: in ConvertLayerId()150 if (nLayerID == SC_LAYER_BACK) in LessThanSheet()
1169 case SC_LAYER_BACK: in FillShapes()
859 if (!bDrawSelModeSet && (pObj->GetLayer() == SC_LAYER_BACK)) in select()
Completed in 98 milliseconds