Searched refs:nVals (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/svx/source/svdraw/ |
H A D | svdoedge.cxx | 208 sal_Int32 nVals[3] = { nVal1, nVal2, nVal3 }; in ImpSetAttrToEdgeInfo() local 213 aEdgeInfo.ImpSetLineVersatz(OBJ1LINE2, *pEdgeTrack, nVals[n]); in ImpSetAttrToEdgeInfo() 219 aEdgeInfo.ImpSetLineVersatz(OBJ1LINE3, *pEdgeTrack, nVals[n]); in ImpSetAttrToEdgeInfo() 225 aEdgeInfo.ImpSetLineVersatz(MIDDLELINE, *pEdgeTrack, nVals[n]); in ImpSetAttrToEdgeInfo() 231 aEdgeInfo.ImpSetLineVersatz(OBJ2LINE3, *pEdgeTrack, nVals[n]); in ImpSetAttrToEdgeInfo() 237 aEdgeInfo.ImpSetLineVersatz(OBJ2LINE2, *pEdgeTrack, nVals[n]); in ImpSetAttrToEdgeInfo() 277 sal_Int32 nVals[3] = { nVal1, nVal2, nVal3 }; in ImpSetEdgeInfoToAttr() local 322 if(n != nValAnz || nVals[0] != nVal1 || nVals[1] != nVal2 || nVals[2] != nVal3) in ImpSetEdgeInfoToAttr() 330 if(nVals[0] != nVal1) in ImpSetEdgeInfoToAttr() 335 if(nVals[1] != nVal2) in ImpSetEdgeInfoToAttr() [all …]
|
/aoo41x/main/sw/source/core/tox/ |
H A D | tox.cxx | 121 sal_uInt16 nVals[5]; in lcl_GetAuthPattern() local 122 nVals[0] = aIni.n1; in lcl_GetAuthPattern() 123 nVals[1] = aIni.n2; in lcl_GetAuthPattern() 124 nVals[2] = aIni.n3; in lcl_GetAuthPattern() 125 nVals[3] = aIni.n4; in lcl_GetAuthPattern() 126 nVals[4] = aIni.n5; in lcl_GetAuthPattern() 139 if(nVals[i] == USHRT_MAX) in lcl_GetAuthPattern() 147 aToken.nAuthorityField = nVals[i]; in lcl_GetAuthPattern()
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | atslayout.cxx | 325 ATSUAttributeValuePtr nVals[3]; in AdjustLayout() local 334 nVals[0] = &nFixedWidth; in AdjustLayout() 337 nVals[1] = &nLineLayoutOptions; in AdjustLayout() 340 nVals[2] = &nFractFactor; in AdjustLayout() 343 OSStatus eStatus = ATSUSetLayoutControls( maATSULayout, 3, nTags, nBytes, nVals ); in AdjustLayout()
|
/aoo41x/main/editeng/source/misc/ |
H A D | unolingu.cxx | 366 sal_Int32 nVals = static_cast< sal_Int32 >( rCurMap.size() ); in UpdateAll() local 367 Sequence< PropertyValue > aNewValues( nVals ); in UpdateAll() 389 DBG_ASSERT( pNewValue - aNewValues.getArray() == nVals, in UpdateAll()
|
Completed in 34 milliseconds