Home
last modified time | relevance | path

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

/aoo4110/main/soldep/source/
H A Dobjwin.cxx200 sal_uInt16 nRefX = aLocalPoint.X() + aLocalSize.Width() / 2 ; in GetFixPoint() local
207 if ( rRefPoint.X() > nRefX ) in GetFixPoint()
211 if ( Abs( rRefPoint.X() - nRefX ) > Abs( rRefPoint.Y() - nRefY )) in GetFixPoint()
218 aRetPoint.X() = nRefX; in GetFixPoint()
224 if ( Abs( rRefPoint.X() - nRefX ) > Abs( rRefPoint.Y() - nRefY )) in GetFixPoint()
231 aRetPoint.X() = nRefX; in GetFixPoint()
240 if ( Abs( rRefPoint.X() - nRefX ) > Abs( rRefPoint.Y() - nRefY )) in GetFixPoint()
247 aRetPoint.X() = nRefX; in GetFixPoint()
253 if ( Abs( rRefPoint.X() - nRefX ) > Abs( rRefPoint.Y() - nRefY )) in GetFixPoint()
260 aRetPoint.X() = nRefX; in GetFixPoint()
/aoo4110/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx148 sal_Int32 nRefX; member
161 nRefX( -1 ), nRefY( -1 ), nRefAngle( -1 ), nRefR( -1 ) {}; in Handle()
/aoo4110/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx1738 sal_uInt16 nRefX=0; in GetFormulaCurrentFocusCell() local
1742 nRefX=pViewData->GetRefEndX(); in GetFormulaCurrentFocusCell()
1747 nRefX=pViewData->GetRefStartX(); 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.cxx530 if ( rPropVal.Value >>= rDestinationHandle.nRefX ) in ConvertSequenceToEnhancedCustomShape2dHandle()
1282 nFirstAdjustmentValue = aHandle.nRefX; in SetHandleControllerPosition()

Completed in 43 milliseconds