Searched refs:nZIndex (Results 1 – 6 of 6) sorted by relevance
205 sal_Int32 nZIndex = 0; in collectShapeAutoStyles() local208 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() local577 xSet->getPropertyValue(msZIndex) >>= nZIndex; in exportShape()581 if( (sal_Int32)aShapeInfoVector.size() <= nZIndex ) in exportShape()591 const ImplXMLShapeExportInfo& aShapeInfo = aShapeInfoVector[nZIndex]; in exportShape()
1241 …IndexAdded( com::sun::star::uno::Reference< com::sun::star::drawing::XShape >&, sal_Int32 nZIndex ) in shapeWithZIndexAdded() argument1247 aNewHint.nShould = nZIndex; in shapeWithZIndexAdded()1249 if( nZIndex == -1 ) in shapeWithZIndexAdded()
429 sal_Int32 nZIndex; member in XMLTextFrameContext_Impl808 GetImport().GetShapeImport()->shapeWithZIndexAdded( xShape, nZIndex ); in Create()885 nZIndex = -1; in XMLTextFrameContext_Impl()1052 GetImport().GetMM100UnitConverter().convertNumber( nZIndex, rValue, -1 ); in XMLTextFrameContext_Impl()
2694 sal_Int32 nZIndex = 0; in addTextFrameAttributes() local2695 rPropSet->getPropertyValue( sZOrder ) >>= nZIndex; in addTextFrameAttributes()2696 if( -1 != nZIndex ) in addTextFrameAttributes()2699 nZIndex ); in addTextFrameAttributes()
385 sal_Int32 nZIndex );
6094 SCROW nZIndex = static_cast<SCROW>(fIndex); in CalculateLookup() local6099 nZIndex += nRow1; // Wertzeile in CalculateLookup()6212 nY = static_cast<SCSIZE>(nZIndex); in CalculateLookup()6245 nRow = nZIndex; in CalculateLookup()
Completed in 76 milliseconds