Home
last modified time | relevance | path

Searched refs:nRefY (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/soldep/source/
H A Dobjwin.cxx201 sal_uInt16 nRefY = aLocalPoint.Y() + aLocalSize.Height() / 2 ; in GetFixPoint() local
209 if ( rRefPoint.Y() > nRefY ) in GetFixPoint()
211 if ( Abs( rRefPoint.X() - nRefX ) > Abs( rRefPoint.Y() - nRefY )) in GetFixPoint()
214 aRetPoint.Y() = nRefY; in GetFixPoint()
224 if ( Abs( rRefPoint.X() - nRefX ) > Abs( rRefPoint.Y() - nRefY )) in GetFixPoint()
227 aRetPoint.Y() = nRefY; in GetFixPoint()
238 if ( rRefPoint.Y() > nRefY ) in GetFixPoint()
240 if ( Abs( rRefPoint.X() - nRefX ) > Abs( rRefPoint.Y() - nRefY )) in GetFixPoint()
243 aRetPoint.Y() = nRefY; in GetFixPoint()
253 if ( Abs( rRefPoint.X() - nRefX ) > Abs( rRefPoint.Y() - nRefY )) in GetFixPoint()
[all …]
/aoo4110/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx149 sal_Int32 nRefY; member
161 nRefX( -1 ), nRefY( -1 ), nRefAngle( -1 ), nRefR( -1 ) {}; in Handle()
/aoo4110/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx1739 sal_Int32 nRefY=0; in GetFormulaCurrentFocusCell() local
1743 nRefY=pViewData->GetRefEndY(); in GetFormulaCurrentFocusCell()
1748 nRefY=pViewData->GetRefStartY(); in GetFormulaCurrentFocusCell()
1750 if( /* Always true: nRefX >= 0 && */ nRefX <= MAXCOL && nRefY >= 0 && nRefY <= MAXROW) in GetFormulaCurrentFocusCell()
1752 addr = ScAddress(nRefX,nRefY,pViewData->GetTabNo()); in GetFormulaCurrentFocusCell()
/aoo4110/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx535 if ( rPropVal.Value >>= rDestinationHandle.nRefY ) in ConvertSequenceToEnhancedCustomShape2dHandle()
1288 nSecondAdjustmentValue = aHandle.nRefY; in SetHandleControllerPosition()

Completed in 38 milliseconds