Home
last modified time | relevance | path

Searched refs:SetIndex (Results 26 – 50 of 50) sorted by relevance

12

/aoo42x/main/formula/source/core/api/
H A Dtoken.cxx197 void FormulaToken::SetIndex( sal_uInt16 ) in SetIndex() function in formula::FormulaToken
1344 void FormulaIndexToken::SetIndex( sal_uInt16 n ) { nIndex = n; } in SetIndex() function in formula::FormulaIndexToken
/aoo42x/main/vcl/test/
H A Dcanvasbitmaptest.cxx894 … aBlack.SetIndex( sal::static_int_cast<BYTE>(pAcc->GetBestPaletteIndex(BitmapColor(0,0,0))) ); in Paint()
895 …aWhite.SetIndex( sal::static_int_cast<BYTE>(pAcc->GetBestPaletteIndex(BitmapColor(255,255,255))) ); in Paint()
/aoo42x/main/sc/inc/
H A Drangenam.hxx119 void SetIndex( sal_uInt16 nInd ) { nIndex = nInd; } in SetIndex() function in ScRangeData
H A Ddbcolect.hxx148 void SetIndex(sal_uInt16 nInd) { nIndex = nInd; } in SetIndex() function in ScDBData
/aoo42x/main/sc/source/filter/excel/
H A Dnamebuff.cxx126 pData->SetIndex( static_cast< sal_uInt16 >( mnCurrIdx ) ); in Store()
H A Dxestyle.cxx210 inline void SetIndex( sal_uInt32 nPalIndex ) in SetIndex() function
407 aRemapVec[ nFound ].SetIndex( nNearest ); in Finalize()
/aoo42x/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1288 aAlphaValue.SetIndex( MAP( n0, n1, nTmpFY ) ); in ImplCreateScaled()
1640 aAlphaVal.SetIndex( MAP( n0, n1, nTmpFY ) ); in ImplCreateRotatedScaled()
1838 aAlphaValue.SetIndex( (sal_uInt8) ( ( nNewTrans & 0xffffff00 ) ? 255 : nNewTrans ) ); in ImplAdjust()
/aoo42x/main/vcl/source/gdi/
H A Doutdev2.cxx1963 … aIndex.SetIndex( (sal_uInt8) ( nVCLRLut[ ( nVCLLut[ aDstCol.GetRed() ] + nD ) >> 16UL ] + in ImplBlendWithAlpha()
1974 … aIndex.SetIndex( (sal_uInt8) ( nVCLRLut[ ( nVCLLut[ nSrcAlpha ] + nD ) >> 16UL ] + in ImplBlendWithAlpha()
2073 … aIndex.SetIndex( (sal_uInt8) ( nVCLRLut[ ( nVCLLut[ aDstCol.GetRed() ] + nD ) >> 16UL ] + in ImplBlend()
H A Dalpha.cxx261 aCol.SetIndex( pMap[ pAcc->GetPixel( nY, nX ).GetIndex() ] ); in Invert()
H A Dbitmap3.cxx2584 aIndex.SetIndex( (sal_uInt8) ( nVCLRLut[ nR ] + nVCLGLut[ nG ] + nVCLBLut[ nB ] ) ); in ImplDitherMatrix()
2601 aIndex.SetIndex( (sal_uInt8) ( nVCLRLut[ nR ] + nVCLGLut[ nG ] + nVCLBLut[ nB ] ) ); in ImplDitherMatrix()
3073 …aDstCol.SetIndex( pIndexMap[ ( ( ( (sal_uInt32) rCol.GetRed() ) >> nRightShiftBits ) << nLeftShift… in ImplReducePopular()
3087 …aDstCol.SetIndex( pIndexMap[ ( ( ( (sal_uInt32) aCol.GetRed() ) >> nRightShiftBits ) << nLeftShift… in ImplReducePopular()
/aoo42x/main/sc/source/filter/inc/
H A DXclExpChangeTrack.hxx398 virtual void SetIndex( sal_uInt32& rIndex );
/aoo42x/main/editeng/source/editeng/
H A Dimpedit.hxx1067 aSel.Min().SetIndex( rSel.nStartPos ); in CreateSel()
1069 aSel.Max().SetIndex( rSel.nEndPos ); in CreateSel()
H A Deditview.cxx1623 aSel.Min().SetIndex( 0 ); in GetSurroundingText()
1624 aSel.Max().SetIndex( aSel.Max().GetNode()->Len() ); in GetSurroundingText()
H A Dedtspell.cxx627 aSel.Max().SetIndex( nEnd ); // ??? in SetAttr()
H A Deditundo.cxx60 aPaM.SetIndex( aPaM.GetNode()->Len() ); in lcl_DoSetSelection()
H A Deditdoc.hxx312 void SetIndex( sal_uInt16 n ) { nIndex = n; } in SetIndex() function in EditPaM
H A Deditdoc.cxx1580 aPaM.SetIndex( 0 ); in InsertParaBreak()
/aoo42x/main/sc/source/ui/namedlg/
H A Dnamedlg.cxx482 pNewEntry->SetIndex( in IMPL_LINK_INLINE_END()
/aoo42x/main/sc/source/core/tool/
H A Ddbcolect.cxx917 pData->SetIndex(nEntryIndex++); in Insert()
/aoo42x/main/sc/source/core/data/
H A Ddocumen2.cxx1033 pData->SetIndex(0); // need new index, done in Insert in TransferTab()
H A Dcell2.cxx1487 p->SetIndex( nNewIndex ); in ReplaceRangeNamesInUse()
H A Ddocument.cxx1666 pData->SetIndex(nIndex); in TransposeClip()
1734 pData->SetIndex(nIndex); in CopyRangeNamesToClip()
1796 pData->SetIndex(0); // need new index, done in Insert in CopyRangeNamesFromClip()
/aoo42x/main/sc/source/ui/unoobj/
H A Dnameuno.cxx184 pNew->SetIndex( pOld->GetIndex() ); in Modify_Impl()
/aoo42x/main/cui/source/options/
H A Doptlingu.cxx233 void SetIndex(sal_uInt8 nSet) {nIndex = nSet;} in SetIndex() function in ModuleUserData_Impl
/aoo42x/main/sc/source/ui/view/
H A Dviewfunc.cxx2917 pNewEntry->SetIndex( ((ScRangeData*)pList->At(nFoundAt))->GetIndex() ); in InsertName()

Completed in 241 milliseconds

12