Home
last modified time | relevance | path

Searched refs:pCur (Results 1 – 25 of 59) sorted by relevance

123

/AOO42X/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunversion.cxx76 const char * pCur = szVersion; in init() local
88 if (pCur < pEnd && isdigit(*pCur)) in init()
90 if (pCur < pEnd) in init()
91 pCur ++; in init()
99 ((pCur == pEnd || *pCur == '_' || *pCur == '-') && (nPart == 2 )) in init()
102 (nPart < 2 && *pCur == '.') ) in init()
105 pCur + 1 == pEnd ? isdigit(*(pCur)) : 1) ) in init()
107 int len = pCur - pLast; in init()
113 pCur ++; in init()
114 pLast = pCur; in init()
[all …]
/AOO42X/main/sot/source/sdstor/
H A Dstgavl.cxx66 StgAvlNode* pCur = this; in Locate() local
75 while( pCur != NULL ) in Locate()
78 if( pCur->nBalance != 0 ) in Locate()
79 *pPivot = pCur, *pParent = *pPrev; in Locate()
81 *pPrev = pCur; in Locate()
82 nRes = pCur->Compare( pFind ); in Locate()
85 else pCur = ( nRes < 0 ) ? pCur->pLeft : pCur->pRight; in Locate()
97 StgAvlNode* pCur = this; in Adjust() local
101 if( pCur == pNew || !pNew ) in Adjust()
107 *pHeavy = pCur = pRight; in Adjust()
[all …]
H A Dstgcache.cxx116 pCur = pElem1 = NULL; in StgCache()
156 if( pCur ) in Create()
158 pElem->pNext1 = pCur; in Create()
159 pElem->pLast1 = pCur->pLast1; in Create()
168 pCur = pElem; in Create()
203 if( pCur == pElem ) in Erase()
204 pCur = ( pElem->pNext1 == pElem ) ? NULL : pElem->pNext1; in Erase()
220 StgPage* pElem = pCur; in Clear()
221 if( pCur ) do in Clear()
227 while( pCur != pElem ); in Clear()
[all …]
H A Dstgdir.cxx867 StgDirEntry* pCur = new StgDirEntry( p, STGENTRY_SIZE, &bOk ); in SetupEntry() local
871 delete pCur; in SetupEntry()
879 pCur->aEntry.SetType( STG_ROOT ); in SetupEntry()
881 sal_Int32 nLeft = pCur->aEntry.GetLeaf( STG_LEFT ); in SetupEntry()
882 sal_Int32 nRight = pCur->aEntry.GetLeaf( STG_RIGHT ); in SetupEntry()
885 if( pCur->aEntry.GetType() == STG_STORAGE || pCur->aEntry.GetType() == STG_ROOT ) in SetupEntry()
887 nLeaf = pCur->aEntry.GetLeaf( STG_CHILD ); in SetupEntry()
890 delete pCur; in SetupEntry()
899 ( (StgAvlNode**) ( pUpper ? &pUpper->pDown : &pRoot ), pCur ) ) in SetupEntry()
901 pCur->pUp = pUpper; in SetupEntry()
[all …]
/AOO42X/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx50 { pCur += i_nAddedSize; } in Advance()
59 pCur(dpData), in StreamStr()
71 pCur(0), in StreamStr()
78 pCur = dpData + nLength; in StreamStr()
79 pEnd = pCur; in StreamStr()
90 pCur(dpData), in StreamStr()
107 memcpy(pCur, strAdd, nLen); in StreamStr()
118 pCur( dpData + i_rOther.tellp() ), in StreamStr()
129 pCur(0), in StreamStr()
138 pCur = dpData + nCapacity1 - 1; in StreamStr()
[all …]
/AOO42X/main/formula/source/core/api/
H A Dtoken.cxx878 for ( FormulaToken *pCur = pCode->First(); pCur; pCur = pCode->Next() )
880 pCur->GetType(), pCur->GetOpCode() );
1066 for ( FormulaToken *pCur = First(); pCur; pCur = Next() ) in NeedsPofRewrite() local
1068 if ( rConv.isRewriteNeeded( pCur->GetOpCode())) in NeedsPofRewrite()
1093 for ( FormulaToken *pCur = First(); pCur; pCur = Next() ) in RewriteMissingToPof() local
1108 if (!(pOcas[ i ] == nFn && pCur->GetOpCode() == ocSep)) in RewriteMissingToPof()
1113 switch ( pCur->GetOpCode() ) in RewriteMissingToPof()
1147 pNewArr->AddToken( *pCur ); in RewriteMissingToPof()
1215 pCur = NULL; in FormulaTokenIterator()
1221 while( pCur ) in ~FormulaTokenIterator()
[all …]
/AOO42X/main/basic/source/comp/
H A Dbuffer.cxx41 pCur = NULL; in SbiBuffer()
59 pCur = NULL; in GetBuffer()
90 pCur = pBuf + nOff; in Check()
108 memset( pCur, 0, nn ); in Align()
109 pCur += nn; in Align()
167 *pCur++ = (char) n; nOff++; return sal_True; in operator +=()
175 *pCur++ = (char) n; nOff++; return sal_True; in operator +=()
183 *pCur++ = (char) ( n & 0xFF ); in operator +=()
184 *pCur++ = (char) ( n >> 8 ); in operator +=()
193 *pCur++ = (char) ( n & 0xFF ); in operator +=()
[all …]
/AOO42X/main/l10ntools/source/
H A Dxmlparse.cxx322 sal_Bool XMLFile::Write( ofstream &rStream , XMLNode *pCur ) in Write() argument
327 if ( !pCur ) in Write()
330 switch( pCur->GetNodeType()) { in Write()
338 XMLElement *pElement = ( XMLElement * ) pCur; in Write()
366 XMLData *pData = ( XMLData * ) pCur; in Write()
373 XMLComment *pComment = ( XMLComment * ) pCur; in Write()
380 XMLDefault *pDefault = ( XMLDefault * ) pCur; in Write()
390 void XMLFile::Print( XMLNode *pCur, sal_uInt16 nLevel ) in Print() argument
393 if ( !pCur ) in Print()
396 switch( pCur->GetNodeType()) { in Print()
[all …]
/AOO42X/main/basic/source/sbx/
H A Dsbxobj.cxx193 SbxObject* pCur = this; in FindUserData() local
194 while( !pRes && pCur->pParent ) in FindUserData()
197 sal_uInt16 nOwn = pCur->GetFlags(); in FindUserData()
198 pCur->ResetFlag( SBX_EXTSEARCH ); in FindUserData()
200 sal_uInt16 nPar = pCur->pParent->GetFlags(); in FindUserData()
201 pCur->pParent->ResetFlag( SBX_GBLSEARCH ); in FindUserData()
202 pRes = pCur->pParent->FindUserData( nData ); in FindUserData()
203 pCur->SetFlags( nOwn ); in FindUserData()
204 pCur->pParent->SetFlags( nPar ); in FindUserData()
205 pCur = pCur->pParent; in FindUserData()
[all …]
/AOO42X/main/linguistic/source/
H A Dlngopt.cxx412 const SfxItemPropertySimpleEntry* pCur = aPropertyMap.getByName( rPropertyName ); in setPropertyValue() local
413 if (pCur) in setPropertyValue()
415 Any aOld( aConfig.GetProperty( pCur->nWID ) ); in setPropertyValue()
416 if (aOld != rValue && aConfig.SetProperty( pCur->nWID, rValue )) in setPropertyValue()
419 sal_False, pCur->nWID, aOld, rValue ); in setPropertyValue()
438 const SfxItemPropertySimpleEntry* pCur = aPropertyMap.getByName( rPropertyName ); in getPropertyValue() local
439 if(pCur) in getPropertyValue()
441 aRet = aConfig.GetProperty( pCur->nWID ); in getPropertyValue()
462 const SfxItemPropertySimpleEntry* pCur = aPropertyMap.getByName( rPropertyName ); in addPropertyChangeListener() local
463 if(pCur) in addPropertyChangeListener()
[all …]
/AOO42X/main/sdext/source/pdfimport/tree/
H A Dwritertreevisiting.cxx745 TextElement* pCur = dynamic_cast<TextElement*>(*it); in optimizeTextElements() local
746 if( pCur ) in optimizeTextElements()
751 const GraphicsContext& rCurGC = m_rProcessor.getGraphicsContext( pCur->GCId ); in optimizeTextElements()
760 && pCur->Text.getLength() > 0 in optimizeTextElements()
761 && pCur->Text.charAt( pCur->Text.getLength()-1 ) != sal_Unicode(' ') in optimizeTextElements()
765 if( pNext->y > pCur->y+pCur->h ) in optimizeTextElements()
769 sal_Unicode aLastCode = pCur->Text.charAt( pCur->Text.getLength()-1 ); in optimizeTextElements()
777 pCur->Text.setLength( pCur->Text.getLength()-1 ); in optimizeTextElements()
782 pCur->Text.append( sal_Unicode( ' ' ) ); in optimizeTextElements()
789 if( pCur->x + pCur->w + pNext->h*0.15 < pNext->x ) in optimizeTextElements()
[all …]
H A Ddrawtreevisiting.cxx726 TextElement* pCur = dynamic_cast<TextElement*>(*it); in optimizeTextElements() local
728 if( pCur ) in optimizeTextElements()
732 rtl::OUString str(pCur->Text.getStr()); in optimizeTextElements()
745 const GraphicsContext& rCurGC = m_rProcessor.getGraphicsContext( pCur->GCId ); in optimizeTextElements()
752 if( (pCur->FontId == pNext->FontId || isSpaces(pNext)) && in optimizeTextElements()
760 pCur->updateGeometryWith( pNext ); in optimizeTextElements()
762 pCur->Text.append( pNext->Text.getStr(), pNext->Text.getLength() ); in optimizeTextElements()
764 str = pCur->Text.getStr(); in optimizeTextElements()
776 pCur->Children.splice( pCur->Children.end(), pNext->Children ); in optimizeTextElements()
/AOO42X/main/cppuhelper/source/
H A Dpropshlp.cxx1255 const Property * pCur = aInfos.getConstArray(); in fillHandles() local
1256 const Property * pEnd = pCur + aInfos.getLength(); in fillHandles()
1261 sal_Int32 n = (sal_Int32)(pEnd - pCur); in fillHandles()
1271 if( (nReqLen - i) * nLog >= pEnd - pCur ) in fillHandles()
1274 while( pCur < pEnd && pReqProps[i] > pCur->Name ) in fillHandles()
1276 pCur++; in fillHandles()
1278 if( pCur < pEnd && pReqProps[i] == pCur->Name ) in fillHandles()
1280 pHandles[i] = pCur->Handle; in fillHandles()
1291 const Property * pMid = pCur; in fillHandles()
1293 while( nCompVal != 0 && pCur <= pEnd ) in fillHandles()
[all …]
/AOO42X/main/comphelper/source/property/
H A Dpropagg.cxx286 const ::com::sun::star::beans::Property* pCur = m_aProperties.getConstArray(); in fillHandles() local
292 sal_uInt32 n = (sal_uInt32)(pEnd - pCur); in fillHandles()
302 if( (nReqLen - i) * nLog >= pEnd - pCur ) in fillHandles()
305 while( pCur < pEnd && pReqProps[i] > pCur->Name ) in fillHandles()
307 pCur++; in fillHandles()
309 if( pCur < pEnd && pReqProps[i] == pCur->Name ) in fillHandles()
311 _pHandles[i] = pCur->Handle; in fillHandles()
322 const ::com::sun::star::beans::Property* pMid = pCur; in fillHandles()
324 while( nCompVal != 0 && pCur <= pEnd ) in fillHandles()
326 pMid = (pEnd - pCur) / 2 + pCur; in fillHandles()
[all …]
/AOO42X/main/sc/source/filter/excel/
H A Dnamebuff.cxx193 Cont* pCur = ( Cont * ) List::GetObject( nExcIndex ); in GetScTabIndex() local
194 sal_uInt16& rTabNum = pCur->nTabNum; in GetScTabIndex()
196 if( pCur ) in GetScTabIndex()
207 if( pCur->bSWB ) in GetScTabIndex()
209 if( pExcRoot->pIR->GetDoc().GetTable( pCur->aTab, nNewTabNum ) ) in GetScTabIndex()
221 String aURL( ScGlobal::GetAbsDocName( pCur->aFile, in GetScTabIndex()
223 String aTabName( ScGlobal::GetDocTabName( aURL, pCur->aTab ) ); in GetScTabIndex()
224 … if( pExcRoot->pIR->GetDoc().LinkExternalTab( nNewTabNum, aTabName, aURL, pCur->aTab ) ) in GetScTabIndex()
/AOO42X/main/sw/source/ui/uno/
H A Dunomailmerge.cxx892 const SfxItemPropertySimpleEntry* pCur = pPropSet->getPropertyMap()->getByName( rPropertyName ); in setPropertyValue() local
893 if (!pCur) in setPropertyValue()
895 else if (pCur->nFlags & PropertyAttribute::READONLY) in setPropertyValue()
900 const uno::Type* pType = pCur->pType; in setPropertyValue()
901 switch (pCur->nWID) in setPropertyValue()
1035 sal_False, pCur->nWID, aOld, rValue ); in setPropertyValue()
1049 const SfxItemPropertySimpleEntry* pCur = pPropSet->getPropertyMap()->getByName( rPropertyName ); in getPropertyValue() local
1050 if (!pCur) in getPropertyValue()
1054 switch (pCur->nWID) in getPropertyValue()
1103 … const SfxItemPropertySimpleEntry* pCur = pPropSet->getPropertyMap()->getByName( rPropertyName ); in addPropertyChangeListener() local
[all …]
/AOO42X/main/sc/source/core/tool/
H A Dinterpr4.cxx1452 sal_uInt16 nParams = pCur->GetParamCount(); in ConvertMatrixParameters()
1476 if ( ScParameterClassification::GetParameterType( pCur, nParams - i) in ConvertMatrixParameters()
1497 ScParameterClassification::GetParameterType( pCur, nParams - i); in ConvertMatrixParameters()
1529 ScParameterClassification::GetParameterType( pCur, nParams - i); in ConvertMatrixParameters()
1551 if (pTokenMatrixMap && ((aMapIter = pTokenMatrixMap->find( pCur)) != in ConvertMatrixParameters()
1569 GetTokenMatrixMap().insert( ScTokenMatrixMap::value_type( pCur, in ConvertMatrixParameters()
2155 String aFuncName( ScGlobal::pCharClass->upper( pCur->GetExternal() ) ); in ScExternal()
2709 String aMacro( pCur->GetExternal() ); in ScMacro()
3091 ScDBData* pDBData = pDok->GetDBCollection()->FindIndex( pCur->GetIndex()); in ScDBArea()
3113 ScComplexRefData aRefData( static_cast<const ScToken*>(pCur)->GetDoubleRef() ); in ScColRowNameAuto()
[all …]
/AOO42X/main/cpputools/source/sp2bv/
H A Dsp2bv.cxx85 const sal_Unicode* pCur = pUrl->buffer; in main() local
88 switch( *pCur) in main()
92 rtl_uStringbuffer_insert( &pBuffer, &nCapacity, pBuffer->length, pCur, 1); in main()
99 rtl_uStringbuffer_insert( &pBuffer, &nCapacity, pBuffer->length, pCur, 1); in main()
101 pCur ++; in main()
/AOO42X/main/sw/source/core/doc/
H A Ddocredln.cxx1301 * pCur = (*pRedlineTbl)[ n ]; in CompressRedlines() local
1305 const SwPosition* pCurStt = pCur->Start(), in CompressRedlines()
1306 * pCurEnd = pCurStt == pCur->GetPoint() in CompressRedlines()
1307 ? pCur->GetMark() : pCur->GetPoint(); in CompressRedlines()
1308 if( *pPrevEnd == *pCurStt && pPrev->CanCombine( *pCur ) && in CompressRedlines()
1315 pCur->Show(); in CompressRedlines()
1317 pPrev->SetEnd( *pCur->End() ); in CompressRedlines()
3226 SwRedlineData* pCur; in ShowOriginal() local
3232 for( pCur = pRedlineData; pCur->pNext; ) in ShowOriginal()
3233 pCur = pCur->pNext; in ShowOriginal()
[all …]
/AOO42X/main/l10ntools/inc/
H A Dxmlparse.hxx218 void Print( XMLNode *pCur = NULL, sal_uInt16 nLevel = 0 );
219 virtual void SearchL10NElements( XMLParentNode *pCur, int pos = 0 );
220 void Extract( XMLFile *pCur = NULL );
227 sal_Bool Write( ofstream &rStream , XMLNode *pCur = NULL );
229 bool CheckExportStatus( XMLParentNode *pCur = NULL );// , int pos = 0 );
319 void Print(XMLNode *pCur, OUStringBuffer& buffer , bool rootelement);
/AOO42X/main/avmedia/source/gstreamer/
H A Dgstframegrabber.cxx237 guchar* pCur = const_cast< guchar* >( pBuffer + nRow * nRowStride ); in grabFrame() local
241 aPixel.SetRed( *pCur++ ); in grabFrame()
242 aPixel.SetGreen( *pCur++ ); in grabFrame()
243 aPixel.SetBlue( *pCur++ ); in grabFrame()
248 ++pCur; in grabFrame()
/AOO42X/main/unotools/source/config/
H A Dconfigpathes.cxx268 for(const sal_Unicode* pCur = pBeginContent; pCur != pEndContent; ++pCur) in lcl_wrapName() local
271 switch(*pCur) in lcl_wrapName()
277 default: aNormalized.append( *pCur ); in lcl_wrapName()
/AOO42X/main/autodoc/inc/cosv/
H A Dstreamstr.hxx294 char * pCur; member in csv::StreamStr
334 { pEnd = pCur = dpData; *pEnd = '\0'; } in clear()
355 { return size_type(pCur-dpData); } in tellp()
361 { return pCur; } in cur()
370 { return pCur; } in cur()
/AOO42X/main/sc/source/filter/dif/
H A Ddifimp.cxx373 const sal_Unicode* pCur = aLine.GetBuffer(); in GetNextTopic() local
375 pCur = ScanIntVal( pCur, nVector ); in GetNextTopic()
377 if( pCur && *pCur == ',' ) in GetNextTopic()
379 pCur++; in GetNextTopic()
380 ScanIntVal( pCur, nVal ); in GetNextTopic()
/AOO42X/main/l10ntools/layout/
H A Dlayoutparse.cxx36 LayoutXMLFile::SearchL10NElements( XMLParentNode* pCur, int ) in SearchL10NElements() argument
38 if ( !pCur ) in SearchL10NElements()
39 pCur = this; in SearchL10NElements()
42 if ( XMLChildNodeList* lst = pCur->GetChildList() ) in SearchL10NElements()

123