Home
last modified time | relevance | path

Searched refs:pTCs (Results 1 – 5 of 5) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par2.cxx94 delete[] pTCs; in ~WW8TabBandDesc()
1084 if( rBand.pTCs ) in WW8TabBandDesc()
1088 memcpy( pTCs, rBand.pTCs, nWwCols * sizeof( WW8_TCell ) ); in WW8TabBandDesc()
1135 delete[] pTCs; in ReadDef()
1136 pTCs = nullptr; in ReadDef()
1145 if (!pTCs && nCols) in ReadDef()
1405 if (pTCs) in ProcessSprmTInsert()
1408 delete[] pTCs; in ProcessSprmTInsert()
1410 pTCs = pTC2s; in ProcessSprmTInsert()
1423 pTCs[i + nctc] = pTCs[i]; in ProcessSprmTInsert()
[all …]
H A Dww8par.hxx1028 WW8_TCell* pTCs; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par2.cxx90 delete[] pTCs; in ~WW8TabBandDesc()
1087 if( rBand.pTCs ) in WW8TabBandDesc()
1091 memcpy( pTCs, rBand.pTCs, nWwCols * sizeof( WW8_TCell ) ); in WW8TabBandDesc()
1138 delete[] pTCs; in ReadDef()
1139 pTCs = nullptr; in ReadDef()
1148 if (!pTCs && nCols) in ReadDef()
1408 if (pTCs) in ProcessSprmTInsert()
1411 delete[] pTCs; in ProcessSprmTInsert()
1413 pTCs = pTC2s; in ProcessSprmTInsert()
1426 pTCs[i + nctc] = pTCs[i]; in ProcessSprmTInsert()
[all …]
H A Dww8par.hxx1044 WW8_TCell* pTCs; member
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/simulation/sim_erosion/
H A DMMF_SAGA.cpp412 CSG_Grid *pTCc, *pTCz, *pTCs, *pGc, *pGz, *pGs, *pTCondc, *pTCondz, *pTConds; in On_Execute() local
589 pTCs = Parameters("TCs")->asGrid(); in On_Execute()
598 pTCs->Assign_NoData(); in On_Execute()
1154 pTCs->Set_Value(x, y, TCs * pDTM->Get_Cellarea()); in On_Execute()