Home
last modified time | relevance | path

Searched refs:nZIndex (Results 1 – 6 of 6) sorted by relevance

/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx205 sal_Int32 nZIndex = 0; in collectShapeAutoStyles() local
208 xSet->getPropertyValue(msZIndex) >>= nZIndex; in collectShapeAutoStyles()
212 if( (sal_Int32)aShapeInfoVector.size() <= nZIndex ) in collectShapeAutoStyles()
218 ImplXMLShapeExportInfo& aShapeInfo = aShapeInfoVector[nZIndex]; in collectShapeAutoStyles()
542 sal_Int32 nZIndex = 0; in exportShape() local
577 xSet->getPropertyValue(msZIndex) >>= nZIndex; in exportShape()
581 if( (sal_Int32)aShapeInfoVector.size() <= nZIndex ) in exportShape()
591 const ImplXMLShapeExportInfo& aShapeInfo = aShapeInfoVector[nZIndex]; in exportShape()
H A Dshapeimport.cxx1241 …IndexAdded( com::sun::star::uno::Reference< com::sun::star::drawing::XShape >&, sal_Int32 nZIndex ) in shapeWithZIndexAdded() argument
1247 aNewHint.nShould = nZIndex; in shapeWithZIndexAdded()
1249 if( nZIndex == -1 ) in shapeWithZIndexAdded()
/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx429 sal_Int32 nZIndex; member in XMLTextFrameContext_Impl
808 GetImport().GetShapeImport()->shapeWithZIndexAdded( xShape, nZIndex ); in Create()
885 nZIndex = -1; in XMLTextFrameContext_Impl()
1052 GetImport().GetMM100UnitConverter().convertNumber( nZIndex, rValue, -1 ); in XMLTextFrameContext_Impl()
H A Dtxtparae.cxx2698 sal_Int32 nZIndex = 0; in addTextFrameAttributes() local
2699 rPropSet->getPropertyValue( sZOrder ) >>= nZIndex; in addTextFrameAttributes()
2700 if( -1 != nZIndex ) in addTextFrameAttributes()
2703 nZIndex ); in addTextFrameAttributes()
/trunk/main/xmloff/inc/xmloff/
H A Dshapeimport.hxx385 sal_Int32 nZIndex );
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx6231 SCROW nZIndex = static_cast<SCROW>(fIndex); in CalculateLookup() local
6236 nZIndex += nRow1; // Wertzeile in CalculateLookup()
6349 nY = static_cast<SCSIZE>(nZIndex); in CalculateLookup()
6382 nRow = nZIndex; in CalculateLookup()

Completed in 99 milliseconds