Home
last modified time | relevance | path

Searched refs:nTargetCol (Results 1 – 12 of 12) sorted by relevance

/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/
H A Dburn_gun.cpp457 UINT32 nTargetCol = 0; in BurnGunDrawTarget() local
458 if (num == 0) nTargetCol = BurnHighCol(0xfc, 0x12, 0xee, 0); in BurnGunDrawTarget()
459 if (num == 1) nTargetCol = BurnHighCol(0x1c, 0xfc, 0x1c, 0); in BurnGunDrawTarget()
460 if (num == 2) nTargetCol = BurnHighCol(0x15, 0x93, 0xfd, 0); in BurnGunDrawTarget()
461 if (num == 3) nTargetCol = BurnHighCol(0xf7, 0xfa, 0x0e, 0); in BurnGunDrawTarget()
479 ((UINT16*)pTile)[x2] = (UINT16)nTargetCol; in BurnGunDrawTarget()
481 ((UINT32*)pTile)[x2] = nTargetCol; in BurnGunDrawTarget()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/
H A Dburn_gun.cpp618 UINT32 nTargetCol = 0; in BurnGunDrawTarget() local
619 if (num == 0) nTargetCol = BurnHighCol(0xfc, 0x12, 0xee, 0); in BurnGunDrawTarget()
620 if (num == 1) nTargetCol = BurnHighCol(0x1c, 0xfc, 0x1c, 0); in BurnGunDrawTarget()
621 if (num == 2) nTargetCol = BurnHighCol(0x15, 0x93, 0xfd, 0); in BurnGunDrawTarget()
622 if (num == 3) nTargetCol = BurnHighCol(0xf7, 0xfa, 0x0e, 0); in BurnGunDrawTarget()
640 ((UINT16*)pTile)[x2] = (UINT16)nTargetCol; in BurnGunDrawTarget()
642 ((UINT32*)pTile)[x2] = nTargetCol; in BurnGunDrawTarget()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dataprovider/
H A Ddatatransformation.cxx128 SCCOL nTargetCol = *maColumns.begin(); in Transform() local
133 OUStringBuffer aStr = rDoc.GetString(nTargetCol, nRow, 0); in Transform()
136 if (itr != nTargetCol) in Transform()
141 rDoc.SetString(nTargetCol, nRow, 0, aStr.makeStringAndClear()); in Transform()
146 if (itr == nTargetCol) in Transform()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dataprovider/
H A Ddatatransformation.cxx129 SCCOL nTargetCol = *maColumns.begin(); in Transform() local
134 OUStringBuffer aStr = rDoc.GetString(nTargetCol, nRow, 0); in Transform()
137 if (itr != nTargetCol) in Transform()
142 rDoc.SetString(nTargetCol, nRow, 0, aStr.makeStringAndClear()); in Transform()
147 if (itr == nTargetCol) in Transform()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dtabview2.cxx916 SCCOL nTargetCol = nNewX; in ExpandBlock() local
923 nTargetCol = aViewData.GetCurX(); in ExpandBlock()
928 AlignToCursor(nTargetCol, nTargetRow, eMode); in ExpandBlock()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dtabview2.cxx915 SCCOL nTargetCol = nNewX; in ExpandBlock() local
922 nTargetCol = aViewData.GetCurX(); in ExpandBlock()
927 AlignToCursor(nTargetCol, nTargetRow, eMode); in ExpandBlock()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/table/
H A Dtablecontroller.cxx2882 for( sal_Int32 nCol = 0, nTargetCol = aStart.mnCol; nCol < nPasteColumns; ++nCol ) in PasteObject() local
2884 …CellRef xTargetCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nTargetCol, aStart.mnRow +… in PasteObject()
2892 if (nColumns < nTargetCol + xSourceCell->getColumnSpan()) in PasteObject()
2898 nTargetCol += xTargetCell->getColumnSpan(); in PasteObject()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/table/
H A Dtablecontroller.cxx2792 for( sal_Int32 nCol = 0, nTargetCol = aStart.mnCol; nCol < nPasteColumns; ++nCol ) in PasteObject() local
2794 …CellRef xTargetCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nTargetCol, aStart.mnRow +… in PasteObject()
2802 if (nColumns < nTargetCol + xSourceCell->getColumnSpan()) in PasteObject()
2808 nTargetCol += xTargetCell->getColumnSpan(); in PasteObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dcolumn.hxx644 …void UpdateDrawObjectsForRow( std::vector<SdrObject*>& pObjects, SCCOL nTargetCol, SCROW nTargetRo…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dcolumn.hxx644 …void UpdateDrawObjectsForRow( std::vector<SdrObject*>& pObjects, SCCOL nTargetCol, SCROW nTargetRo…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dcolumn.cxx1931 void ScColumn::UpdateDrawObjectsForRow( std::vector<SdrObject*>& pObjects, SCCOL nTargetCol, SCROW … in UpdateDrawObjectsForRow() argument
1935 ScAddress aNewAddress(nTargetCol, nTargetRow, nTab); in UpdateDrawObjectsForRow()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dcolumn.cxx1941 void ScColumn::UpdateDrawObjectsForRow( std::vector<SdrObject*>& pObjects, SCCOL nTargetCol, SCROW … in UpdateDrawObjectsForRow() argument
1945 ScAddress aNewAddress(nTargetCol, nTargetRow, nTab); in UpdateDrawObjectsForRow()