Home
last modified time | relevance | path

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

12345678

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Drolbck.hxx387 void Move( sal_uInt16 nPos, SwHistory *pIns, in Move() argument
390 auto itSourceBegin = pIns->m_SwpHstry.begin() + nStart; in Move()
391 auto itSourceEnd = pIns->m_SwpHstry.end(); in Move()
395 pIns->m_SwpHstry.erase( itSourceBegin, itSourceEnd ); in Move()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Drolbck.hxx382 void Move( sal_uInt16 nPos, SwHistory *pIns, in Move() argument
385 auto itSourceBegin = pIns->m_SwpHstry.begin() + nStart; in Move()
386 auto itSourceEnd = pIns->m_SwpHstry.end(); in Move()
390 pIns->m_SwpHstry.erase( itSourceBegin, itSourceEnd ); in Move()
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/types/
H A Darrayof.cpp99 ArrayOf* pIns = _pSource->getAs<ArrayOf>(); in insert() local
100 int sizeIn = pIns->getSize(); in insert()
107 T* pRealData = pIns->get(); in insert()
108 T* pImgData = pIns->getImg(); in insert()
110 if (isComplex() == false && pIns->isComplex() == false) in insert()
216 ArrayOf* pIns = _pSource->getAs<ArrayOf>(); in insert() local
217 int sizeIn = pIns->getSize(); in insert()
229 T* pRealData = pIns->get(); in insert()
230 T* pImgData = pIns->getImg(); in insert()
233 if (isComplex() == false && pIns->isComplex() == false) in insert()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/wrtsh/
H A Dwrtsh2.cxx592 const SwSection* pIns = InsertSection( aSection ); in NavigatorPaste() local
593 if( EXCHG_IN_ACTION_MOVE == nAction && pIns ) in NavigatorPaste()
595 aSection = SwSectionData(*pIns); in NavigatorPaste()
612 UpdateSection( GetSectionFormatPos( *pIns->GetFormat() ), aSection ); in NavigatorPaste()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/wrtsh/
H A Dwrtsh2.cxx601 const SwSection* pIns = InsertSection( aSection ); in NavigatorPaste() local
602 if( EXCHG_IN_ACTION_MOVE == nAction && pIns ) in NavigatorPaste()
604 aSection = SwSectionData(*pIns); in NavigatorPaste()
621 UpdateSection( GetSectionFormatPos( *pIns->GetFormat() ), aSection ); in NavigatorPaste()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/card/base/
H A DCommandApdu.h32 …explicit CommandApdu(char pCla, char pIns, char pP1, char pP2, const QByteArray& pData = QByteArra…
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DLowerGEPForPrivMem.cpp706 llvm::Value* pIns = pLoadVecAlloca; in handleStoreInst() local
726 pIns = IRB.CreateInsertElement(pIns, Val, Idx); in handleStoreInst()
732 pIns = IRB.CreateInsertElement(pLoadVecAlloca, pStoreVal, pScalarizedIdx); in handleStoreInst()
734 IRB.CreateStore(pIns, pVecAlloca); in handleStoreInst()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A Dload_j2b.cpp821 ModInstrument *pIns = AllocateInstrument(instr); in ReadAM() local
822 if(pIns == nullptr) in ReadAM()
827 instrHeader.ConvertToMPT(*pIns, m_nSamples); in ReadAM()
882 ModInstrument *pIns = AllocateInstrument(instr); in ReadAM() local
883 if(pIns == nullptr) in ReadAM()
888 instrHeader.ConvertToMPT(*pIns, m_nSamples); in ReadAM()
H A DLoad_mo3.cpp1272 ModInstrument *pIns = nullptr; in ReadMO3() local
1273 if(isSampleMode || (pIns = AllocateInstrument(ins)) == nullptr) in ReadMO3()
1289 pIns->name = name; in ReadMO3()
1293 pIns->filename = name; in ReadMO3()
1299 insHeader.ConvertToMPT(*pIns, m_nType); in ReadMO3()
H A DSndfile.h1269 void ReadInstrumentExtensionField(ModInstrument* pIns, const uint32 code, const uint16 size, FileRe…
1272 void ReadExtendedInstrumentProperty(ModInstrument* pIns, const uint32 code, FileReader &file);
1275 void ReadExtendedInstrumentProperties(ModInstrument* pIns, FileReader &file);
/dports/cad/alliance/alliance/src/nero/src/
H A DRMBK.cpp58 MBK::CIns *pIns; in mbkload() local
490 pIns = fig->instances[ins_name]; in mbkload()
493 cdebug << "+ I.T : " << term_name << " " << pIns->model->NAME << ".\n"; in mbkload()
496 for (pSeg = pIns->model->PHSEG; pSeg != NULL; pSeg = pSeg->NEXT) { in mbkload()
500 pIns->flatseg (flatSeg, *pSeg); in mbkload()
503 if ( MBK::IsPxLib(pIns->model) && in mbkload()
/dports/games/avp/avp-20170505/src/win95/
H A Diff.hpp293 inline void SerialData::Append(SerialData * pIns) in Append() argument
295 DataNode * pNewNode = new DataNode(pIns->m_pPrev,m_pData,m_pPrev); in Append()
298 m_pData = pIns->m_pData; in Append()
299 pIns->m_pData->AddRef(); in Append()
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/ast/
H A Dvisitor_common.cpp1940 types::Polynom* pIns = _pInsert->getAs<types::Polynom>(); in insertionCall() local
1944 …types::Polynom* pP = new types::Polynom(pIns->getVariableName(), pDest->getDims(), pDest->getDimsA… in insertionCall()
1966 pRet = pP->insert(_pArgs, pIns); in insertionCall()
1971 types::Double* pIns = _pInsert->getAs<types::Double>(); in insertionCall() local
1972 bool isComplexIns = pIns->isComplex(); in insertionCall()
1973 int iSize = pIns->getSize(); in insertionCall()
1978 …types::Polynom* pP = new types::Polynom(pDest->getVariableName(), pIns->getDims(), pIns->getDimsAr… in insertionCall()
1983 double* pR = pIns->get(); in insertionCall()
1984 double* pI = pIns->getImg(); in insertionCall()
1996 double* pdblR = pIns->get(); in insertionCall()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/config/
H A Doptload.cxx633 InsCaptionOpt* pIns = new InsCaptionOpt(*pOpt); in SetOptions() local
634 m_xCheckLB->set_id(nPos, OUString::number(reinterpret_cast<sal_Int64>(pIns))); in SetOptions()
639 InsCaptionOpt* pIns = new InsCaptionOpt(eObjType, pOleId); in SetOptions() local
640 m_xCheckLB->set_id(nPos, OUString::number(reinterpret_cast<sal_Int64>(pIns))); in SetOptions()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/config/
H A Doptload.cxx642 InsCaptionOpt* pIns = new InsCaptionOpt(*pOpt); in SetOptions() local
643 m_xCheckLB->set_id(nPos, OUString::number(reinterpret_cast<sal_Int64>(pIns))); in SetOptions()
648 InsCaptionOpt* pIns = new InsCaptionOpt(eObjType, pOleId); in SetOptions() local
649 m_xCheckLB->set_id(nPos, OUString::number(reinterpret_cast<sal_Int64>(pIns))); in SetOptions()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/io/
H A DioReadPlaMo.c136 char * pIns = strstr( pBuffer, ".i " ); in Mop_ManReadParams() local
139 if ( pIns == NULL || pOuts == NULL ) in Mop_ManReadParams()
141 *pnIns = atoi( pIns + 2 ); in Mop_ManReadParams()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dporlay.cxx216 SwLinePortion *SwLineLayout::Insert( SwLinePortion *pIns ) in Insert() argument
233 SetNextPortion( pIns ); in Insert()
234 return pIns; in Insert()
238 return mpNextPortion->SwLinePortion::Insert( pIns ); in Insert()
241 SwLinePortion *SwLineLayout::Append( SwLinePortion *pIns ) in Append() argument
248 return mpNextPortion->SwLinePortion::Append( pIns ); in Append()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dporlay.cxx221 SwLinePortion *SwLineLayout::Insert( SwLinePortion *pIns ) in Insert() argument
237 SetNextPortion( pIns ); in Insert()
238 return pIns; in Insert()
242 return mpNextPortion->SwLinePortion::Insert( pIns ); in Insert()
245 SwLinePortion *SwLineLayout::Append( SwLinePortion *pIns ) in Append() argument
252 return mpNextPortion->SwLinePortion::Append( pIns ); in Append()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/docnode/
H A Dnodes.cxx2350 BigPtrEntry* pIns = pNode; in InsertNode() local
2351 BigPtrArray::Insert( pIns, rPos.GetIndex() ); in InsertNode()
2357 BigPtrEntry* pIns = pNode; in InsertNode() local
2358 BigPtrArray::Insert( pIns, nPos ); in InsertNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/docnode/
H A Dnodes.cxx2308 BigPtrEntry* pIns = pNode; in InsertNode() local
2309 BigPtrArray::Insert( pIns, rPos.GetIndex() ); in InsertNode()
2315 BigPtrEntry* pIns = pNode; in InsertNode() local
2316 BigPtrArray::Insert( pIns, nPos ); in InsertNode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/rtf/
H A Dsvxrtf.cxx1009 void SvxRTFItemStackType::Add(std::unique_ptr<SvxRTFItemStackType> pIns) in Add() argument
1013 m_pChildList->push_back(std::move(pIns)); in Add()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/rtf/
H A Dsvxrtf.cxx1007 void SvxRTFItemStackType::Add(std::unique_ptr<SvxRTFItemStackType> pIns) in Add() argument
1011 m_pChildList->push_back(std::move(pIns)); in Add()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/libmodplug/
H A Dsndfile.h753 UINT ReadSample(MODINSTRUMENT *pIns, UINT nFlags, LPCSTR pMemFile, DWORD dwMemLength);
761 void AdjustSampleLoop(MODINSTRUMENT *pIns);
/dports/audio/libmodplug/libmodplug-0.8.9.0/src/libmodplug/
H A Dsndfile.h764 UINT ReadSample(MODINSTRUMENT *pIns, UINT nFlags, LPCSTR pMemFile, DWORD dwMemLength);
772 void AdjustSampleLoop(MODINSTRUMENT *pIns);
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libmodplug-0.8.9.0/src/libmodplug/
H A Dsndfile.h773 UINT ReadSample(MODINSTRUMENT *pIns, UINT nFlags, LPCSTR pMemFile, DWORD dwMemLength);
781 void AdjustSampleLoop(MODINSTRUMENT *pIns);

12345678