Searched refs:nGlobalLeft (Results 1 – 1 of 1) sorted by relevance
215 sal_Int32 nGlobalLeft = SAL_MAX_INT32; in addChildren() local226 if ( nGlobalLeft > l ) in addChildren()227 nGlobalLeft = l; in addChildren()241 …if ( ( nGlobalLeft != SAL_MAX_INT32 ) && ( nGlobalRight != SAL_MIN_INT32 ) && ( nGlobalTop != SAL_… in addChildren()243 sal_Int32 nGlobalWidth = nGlobalRight - nGlobalLeft; in addChildren()251 …aShapeRect.X = static_cast< sal_Int32 >( ( ( (*aIter)->maPosition.X - nGlobalLeft ) * fXScale ) + … in addChildren()
Completed in 8 milliseconds