Searched refs:nVal3 (Results 1 – 2 of 2) sorted by relevance
234 …long nVal3 = ( ( const SdrEdgeLine3DeltaItem& ) aAttrSet.Get( SDRATTR_EDGELINE3DELTA ) ).GetValue(… in GetMenuStateSel() local236 if( nVal1 != 0 || nVal2 != 0 || nVal3 != 0 ) in GetMenuStateSel()
204 sal_Int32 nVal3 = ((SdrEdgeLine3DeltaItem&)rSet.Get(SDRATTR_EDGELINE3DELTA)).GetValue(); in ImpSetAttrToEdgeInfo() local208 sal_Int32 nVals[3] = { nVal1, nVal2, nVal3 }; in ImpSetAttrToEdgeInfo()276 sal_Int32 nVal3 = ((SdrEdgeLine3DeltaItem&)rSet.Get(SDRATTR_EDGELINE3DELTA)).GetValue(); in ImpSetEdgeInfoToAttr() local277 sal_Int32 nVals[3] = { nVal1, nVal2, nVal3 }; in ImpSetEdgeInfoToAttr()322 if(n != nValAnz || nVals[0] != nVal1 || nVals[1] != nVal2 || nVals[2] != nVal3) in ImpSetEdgeInfoToAttr()340 if(nVals[2] != nVal3) in ImpSetEdgeInfoToAttr()
Completed in 29 milliseconds