Home
last modified time | relevance | path

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

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

Completed in 33 milliseconds