Home
last modified time | relevance | path

Searched refs:nLayerID (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A DXMLTableShapeImportHelper.cxx61 …portHelper::SetLayer(uno::Reference<drawing::XShape>& rShape, sal_Int16 nLayerID, const rtl::OUStr… in SetLayer() argument
64 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() local
114 nLayerID = SC_LAYER_BACK; in finishShape()
122 SetLayer(rShape, nLayerID, rShape->getShapeType()); in finishShape()
185 sal_Int16 nLayerID(-1); in finishShape() local
197 nLayerID = SC_LAYER_BACK; in finishShape()
200 SetLayer(rShape, nLayerID, rShape->getShapeType()); in finishShape()
H A DXMLTableShapeImportHelper.hxx44 …tar::uno::Reference<com::sun::star::drawing::XShape>& rShape, sal_Int16 nLayerID, const rtl::OUStr…
H A Dxmlexprt.cxx429 sal_Int16 nLayerID = 0; in onExport() local
430 …ue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( SC_LAYERID ))) >>= nLayerID) && (nLayerID == SC_LAYE… in onExport()
670 sal_Int16 nLayerID = 0; in CollectSharedData() local
671 if( xShapeProp->getPropertyValue(sLayerID) >>= nLayerID ) in CollectSharedData()
673 … if( (nLayerID == SC_LAYER_INTERN) || (nLayerID == SC_LAYER_HIDDEN) ) in CollectSharedData()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrawsh2.cxx230 SdrLayerID nLayerID = pObj->GetLayer(); in GetDrawFuncState() local
231 if ( nLayerID != SC_LAYER_INTERN ) in GetDrawFuncState()
246 if ( nLayerID == SC_LAYER_INTERN ) in GetDrawFuncState()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx147 sal_Int16 nLayerID = 0; in LessThanSheet() local
148 if( (aPropAny >>= nLayerID) ) in LessThanSheet()
150 if (nLayerID == SC_LAYER_BACK) in LessThanSheet()
1264 sal_Int16 nLayerID = 0; in AddShape() local
1265 if( aPropAny >>= nLayerID ) in AddShape()
1267 if( (nLayerID == SC_LAYER_INTERN) || (nLayerID == SC_LAYER_HIDDEN) ) in AddShape()

Completed in 49 milliseconds