Searched refs:aLowerRight (Results 1 – 8 of 8) sorted by relevance
334 chart2::RelativePosition aLowerRight( in centerGrow() local340 (aLowerRight.Primary > (1.0 - fPosCheckThreshold)) )) in centerGrow()344 (aLowerRight.Secondary > (1.0 - fPosCheckThreshold)) )) in centerGrow()376 chart2::RelativePosition aLowerRight( aUpperLeft ); in moveObject() local377 aLowerRight.Primary += rObjectSize.Primary; in moveObject()378 aLowerRight.Secondary += rObjectSize.Secondary; in moveObject()381 if( ( fAmountX > 0.0 && (aLowerRight.Primary > fFarEdgeThreshold)) || in moveObject()383 ( fAmountY > 0.0 && (aLowerRight.Secondary > fFarEdgeThreshold)) || in moveObject()
1069 aRange.aLowerRight = aRange.aUpperLeft; in convertRangeToXML()1070 aRange.aLowerRight.nRow = m_aInternalData.getRowCount(); in convertRangeToXML()1076 aRange.aLowerRight = aRange.aUpperLeft; in convertRangeToXML()1084 aRange.aLowerRight.bIsEmpty = true; in convertRangeToXML()1099 aRange.aLowerRight.bIsEmpty = false; in convertRangeToXML()1103 aRange.aLowerRight.nRow = m_aInternalData.getRowCount(); in convertRangeToXML()1113 aRange.aLowerRight = aRange.aUpperLeft; in convertRangeToXML()1120 aRange.aLowerRight = aRange.aUpperLeft; in convertRangeToXML()1135 OSL_ENSURE( aRange.aLowerRight.bIsEmpty, "Weird Range" ); in convertRangeFromXML()1140 if( !aRange.aLowerRight.bIsEmpty && in convertRangeFromXML()[all …]
289 rOutRange.aLowerRight, in lcl_getCellRangeAddressFromXMLString()403 if( ! rRange.aLowerRight.empty()) in getXMLStringFromCellRange()407 aBuffer.append( lcl_getXMLStringForCell( rRange.aLowerRight )); in getXMLStringFromCellRange()
518 sal_Bool bFitsHor = (aUpperLeft.X() >= 0) && (aLowerRight.X() <= aSize.Width()); in getMovementImpl()519 sal_Bool bFitsVert= (aUpperLeft.Y() >= 0) && (aLowerRight.Y() <= aSize.Height()); in getMovementImpl()526 if ( aLowerRight.X() > aSize.Width() ) in getMovementImpl()527 _nScrollX = aLowerRight.X() - aSize.Width() + TABWIN_SPACING_X; in getMovementImpl()538 if ( aLowerRight.Y() > aSize.Height() ) in getMovementImpl()539 _nScrollY = aLowerRight.Y() - aSize.Height() + TABWIN_SPACING_Y; in getMovementImpl()1172 if( aLowerRight.X() > m_aOutputSize.Width() - 5 ) in ScrollWhileDragging()1175 if( !bScrolling && ( aLowerRight.X() > m_aOutputSize.Width() ) ) in ScrollWhileDragging()1179 bNeedScrollTimer = bScrolling && (aLowerRight.X() > m_aOutputSize.Width() - 5); in ScrollWhileDragging()1191 if( aLowerRight.Y() > m_aOutputSize.Height() - 5 ) in ScrollWhileDragging()[all …]
284 rOutRange.aLowerRight, in lcl_getCellRangeAddressFromXMLString()397 if( ! rRange.aLowerRight.empty()) in getXMLStringFromCellRange()401 aBuffer.append( lcl_getXMLStringForCell( rRange.aLowerRight )); in getXMLStringFromCellRange()
1906 aCellRange.aLowerRight.nColumn = nCol; in convertRangeToXML()1907 aCellRange.aLowerRight.nRow = nRow; in convertRangeToXML()1908 aCellRange.aLowerRight.bIsEmpty = false; in convertRangeToXML()1952 if (!aCellRange.aLowerRight.bIsEmpty) in convertRangeFromXML()1955 aTmp += lcl_GetCellName( aCellRange.aLowerRight.nColumn, in convertRangeFromXML()1956 aCellRange.aLowerRight.nRow ); in convertRangeFromXML()
61 Cell aLowerRight; member
57 Cell aLowerRight; member
Completed in 69 milliseconds