Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx149 sal_Int32 nRefY; member
161 nRefX( -1 ), nRefY( -1 ), nRefAngle( -1 ), nRefR( -1 ) {}; in Handle()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx535 if ( rPropVal.Value >>= rDestinationHandle.nRefY ) in ConvertSequenceToEnhancedCustomShape2dHandle()
1288 nSecondAdjustmentValue = aHandle.nRefY; in SetHandleControllerPosition()

Completed in 51 milliseconds