Searched refs:nLayerID (Results 1 – 5 of 5) sorted by relevance
61 …portHelper::SetLayer(uno::Reference<drawing::XShape>& rShape, sal_Int16 nLayerID, const rtl::OUStr… in SetLayer() argument64 nLayerID = SC_LAYER_CONTROLS; in SetLayer()65 if (nLayerID != -1) in SetLayer()69 …->setPropertyValue(OUString( RTL_CONSTASCII_USTRINGPARAM( SC_LAYERID ) ), uno::makeAny(nLayerID) ); in SetLayer()91 sal_Int16 nLayerID(-1); in finishShape() local114 nLayerID = SC_LAYER_BACK; in finishShape()122 SetLayer(rShape, nLayerID, rShape->getShapeType()); in finishShape()185 sal_Int16 nLayerID(-1); in finishShape() local197 nLayerID = SC_LAYER_BACK; in finishShape()200 SetLayer(rShape, nLayerID, rShape->getShapeType()); in finishShape()
44 …tar::uno::Reference<com::sun::star::drawing::XShape>& rShape, sal_Int16 nLayerID, const rtl::OUStr…
429 sal_Int16 nLayerID = 0; in onExport() local430 …ue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( SC_LAYERID ))) >>= nLayerID) && (nLayerID == SC_LAYE… in onExport()670 sal_Int16 nLayerID = 0; in CollectSharedData() local671 if( xShapeProp->getPropertyValue(sLayerID) >>= nLayerID ) in CollectSharedData()673 … if( (nLayerID == SC_LAYER_INTERN) || (nLayerID == SC_LAYER_HIDDEN) ) in CollectSharedData()
230 SdrLayerID nLayerID = pObj->GetLayer(); in GetDrawFuncState() local231 if ( nLayerID != SC_LAYER_INTERN ) in GetDrawFuncState()246 if ( nLayerID == SC_LAYER_INTERN ) in GetDrawFuncState()
147 sal_Int16 nLayerID = 0; in LessThanSheet() local148 if( (aPropAny >>= nLayerID) ) in LessThanSheet()150 if (nLayerID == SC_LAYER_BACK) in LessThanSheet()1264 sal_Int16 nLayerID = 0; in AddShape() local1265 if( aPropAny >>= nLayerID ) in AddShape()1267 if( (nLayerID == SC_LAYER_INTERN) || (nLayerID == SC_LAYER_HIDDEN) ) in AddShape()
Completed in 79 milliseconds