/aoo4110/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | sunversion.cxx | 88 if (pCur < pEnd && isdigit(*pCur)) in init() 91 pCur ++; in init() 99 ((pCur == pEnd || *pCur == '_' || *pCur == '-') && (nPart == 2 )) in init() 105 pCur + 1 == pEnd ? isdigit(*(pCur)) : 1) ) in init() 113 pCur ++; in init() 114 pLast = pCur; in init() 132 if (pCur >= pEnd) in init() 158 if (*pCur == 'a' && (pCur + 1) == pEnd) in init() 164 else if (*pCur == '-' && pCur < pEnd) in init() 195 if (pCur < pEnd && isdigit(*pCur)) in init() [all …]
|
/aoo4110/main/sot/source/sdstor/ |
H A D | stgavl.cxx | 66 StgAvlNode* pCur = this; in Locate() local 81 *pPrev = pCur; in Locate() 85 else pCur = ( nRes < 0 ) ? pCur->pLeft : pCur->pRight; in Locate() 116 while( pCur != pNew ) in Adjust() 123 pCur = pCur->pRight; in Adjust() 129 pCur = pCur->pLeft; in Adjust() 229 short nRes = bPtrs ? short( pCur == pDel ) : short(pCur->Compare( pDel )); in Rem() 235 *p = pCur->pLeft; pCur->pLeft = NULL; in Rem() 239 *p = pCur->pRight; pCur->pRight = NULL; in Rem() 261 pCur->pLeft = pCur->pRight = NULL; in Rem() [all …]
|
H A D | stgcache.cxx | 116 pCur = pElem1 = NULL; in StgCache() 156 if( pCur ) in Create() 158 pElem->pNext1 = pCur; in Create() 168 pCur = pElem; in Create() 203 if( pCur == pElem ) in Erase() 220 StgPage* pElem = pCur; in Clear() 221 if( pCur ) do in Clear() 227 while( pCur != pElem ); in Clear() 228 pCur = NULL; in Clear() 247 if( pFound != pCur ) in Find() [all …]
|
H A D | stgdir.cxx | 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() 901 pCur->pUp = pUpper; in SetupEntry() 902 pCur->ppRoot = &pRoot; in SetupEntry() 907 delete pCur; pCur = NULL; in SetupEntry() [all …]
|
/aoo4110/main/cosv/source/strings/ |
H A D | streamstr.cxx | 71 pCur(0), in StreamStr() 79 pEnd = pCur; in StreamStr() 129 pCur(0), in StreamStr() 139 pEnd = pCur; in StreamStr() 140 *pCur = '\0'; in StreamStr() 192 *pCur = i_c; in operator <<() 371 io_swap.pCur = pCur; in swap() 372 pCur = p; in swap() 620 pCur = pEnd; in remove() 659 pCur = pEnd; in replace() [all …]
|
/aoo4110/main/formula/source/core/api/ |
H A D | token.cxx | 878 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 1093 for ( FormulaToken *pCur = First(); pCur; pCur = Next() ) in RewriteMissingToPof() local 1215 pCur = NULL; in FormulaTokenIterator() 1221 while( pCur ) in ~FormulaTokenIterator() 1231 p->pNext = pCur; in Push() 1232 pCur = p; in Push() 1249 pCur->nPC = -1; in Reset() 1281 pCur = pCur->pNext; in PeekNextOperator() [all …]
|
/aoo4110/main/basic/source/comp/ |
H A D | buffer.cxx | 43 pCur = NULL; in SbiBuffer() 61 pCur = NULL; in GetBuffer() 92 pCur = pBuf + nOff; in Check() 110 memset( pCur, 0, nn ); in Align() 111 pCur += nn; in Align() 185 *pCur++ = (char) ( n & 0xFF ); in operator +=() 186 *pCur++ = (char) ( n >> 8 ); in operator +=() 196 *pCur++ = (char) ( n >> 8 ); in operator +=() 227 pCur += l; in operator +=() 238 memcpy( pCur, p, len ); in Add() [all …]
|
/aoo4110/main/l10ntools/source/ |
H A D | xmlparse.cxx | 327 if ( !pCur ) in Write() 330 switch( pCur->GetNodeType()) { in Write() 393 if ( !pCur ) in Print() 396 switch( pCur->GetNodeType()) { in Print() 478 void XMLFile::Extract( XMLFile *pCur ) in Extract() argument 484 if ( !pCur ) in Extract() 488 SearchL10NElements(pCur); in Extract() 625 if ( !pCur ) in SearchL10NElements() 628 switch( pCur->GetNodeType()) { in SearchL10NElements() 699 if ( !pCur ) in CheckExportStatus() [all …]
|
/aoo4110/main/basic/source/sbx/ |
H A D | sbxobj.cxx | 193 SbxObject* pCur = this; in FindUserData() local 194 while( !pRes && pCur->pParent ) in FindUserData() 198 pCur->ResetFlag( SBX_EXTSEARCH ); in FindUserData() 203 pCur->SetFlags( nOwn ); in FindUserData() 204 pCur->pParent->SetFlags( nPar ); in FindUserData() 205 pCur = pCur->pParent; in FindUserData() 260 SbxObject* pCur = this; in Find() local 261 while( !pRes && pCur->pParent ) in Find() 270 pCur->SetFlags( nOwn ); in Find() 271 pCur->pParent->SetFlags( nPar ); in Find() [all …]
|
/aoo4110/main/linguistic/source/ |
H A D | lngopt.cxx | 412 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() 439 if(pCur) in getPropertyValue() 441 aRet = aConfig.GetProperty( pCur->nWID ); in getPropertyValue() 463 if(pCur) in addPropertyChangeListener() 464 aPropListeners.addInterface( pCur->nWID, rxListener ); in addPropertyChangeListener() 484 if(pCur) in removePropertyChangeListener() [all …]
|
/aoo4110/main/sdext/source/pdfimport/tree/ |
H A D | writertreevisiting.cxx | 745 TextElement* pCur = dynamic_cast<TextElement*>(*it); in optimizeTextElements() local 746 if( pCur ) 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() 789 if( pCur->x + pCur->w + pNext->h*0.15 < pNext->x ) in optimizeTextElements() 797 if( pCur->FontId == pNext->FontId && in optimizeTextElements() 805 pCur->updateGeometryWith( pNext ); in optimizeTextElements() [all …]
|
/aoo4110/main/cppuhelper/source/ |
H A D | propshlp.cxx | 1261 sal_Int32 n = (sal_Int32)(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() 1295 pMid = (pEnd - pCur) / 2 + pCur; in fillHandles() 1300 pCur = pMid + 1; in fillHandles() 1309 pCur = pMid +1; in fillHandles() 1314 pCur = pMid +1; in fillHandles() [all …]
|
/aoo4110/main/comphelper/source/property/ |
H A D | propagg.cxx | 292 sal_uInt32 n = (sal_uInt32)(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() 324 while( nCompVal != 0 && pCur <= pEnd ) in fillHandles() 326 pMid = (pEnd - pCur) / 2 + pCur; in fillHandles() 331 pCur = pMid + 1; in fillHandles() 340 pCur = pMid +1; in fillHandles() 345 pCur = pMid + 1; in fillHandles() [all …]
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | namebuff.cxx | 193 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()
|
/aoo4110/main/sw/source/ui/uno/ |
H A D | unomailmerge.cxx | 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() 1050 if (!pCur) in getPropertyValue() 1054 switch (pCur->nWID) in getPropertyValue() 1104 if (pCur) in addPropertyChangeListener() 1105 aPropListeners.addInterface( pCur->nWID, rListener ); in addPropertyChangeListener() 1120 if (pCur) in removePropertyChangeListener() [all …]
|
/aoo4110/main/cpputools/source/sp2bv/ |
H A D | sp2bv.cxx | 85 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()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr4.cxx | 2709 String aMacro( pCur->GetExternal() ); in ScMacro() 3198 PushTempToken( *pCur); in ScExternalRef() 3207 switch (pCur->GetType()) in ScExternalRef() 3222 pCur->GetIndex(), pCur->GetString(), aAddr, &aPos, NULL, &aFmt); in ScExternalRef() 3250 pCur->GetIndex(), pCur->GetString(), aRange, &aPos); in ScExternalRef() 3391 while( ( pCur = aCode.Next() ) != NULL in Interpret() 3394 OpCode eOp = pCur->GetOpCode(); in Interpret() 3395 cPar = pCur->GetByte(); in Interpret() 3892 pCur = pStack[ sp-1 ]; in Interpret() 3893 if( pCur->GetOpCode() == ocPush ) in Interpret() [all …]
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docredln.cxx | 1307 ? pCur->GetMark() : pCur->GetPoint(); in CompressRedlines() 1315 pCur->Show(); in CompressRedlines() 3226 SwRedlineData* pCur; in ShowOriginal() local 3232 for( pCur = pRedlineData; pCur->pNext; ) in ShowOriginal() 3233 pCur = pCur->pNext; in ShowOriginal() 3743 pCur->pNext = 0; in PopData() 3744 delete pCur; in PopData() 3751 for( SwRedlineData* pCur = pRedlineData; pCur->pNext; ++nRet ) in GetStackCount() local 3752 pCur = pCur->pNext; in GetStackCount() 3808 pCur = pCur->pNext; in GetRedlineData() [all …]
|
/aoo4110/main/l10ntools/inc/ |
H A D | xmlparse.hxx | 218 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);
|
/aoo4110/main/avmedia/source/gstreamer/ |
H A D | gstframegrabber.cxx | 237 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()
|
/aoo4110/main/unotools/source/config/ |
H A D | configpathes.cxx | 268 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()
|
/aoo4110/main/cosv/inc/cosv/ |
H A D | streamstr.hxx | 294 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()
|
/aoo4110/main/sc/source/filter/dif/ |
H A D | difimp.cxx | 373 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()
|
/aoo4110/main/l10ntools/layout/ |
H A D | layoutparse.cxx | 36 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()
|
/aoo4110/main/sc/source/ui/drawfunc/ |
H A D | futext3.cxx | 126 Cursor* pCur = pWindow->GetCursor(); in StopEditMode() local 127 if( pCur && pCur->IsVisible() ) in StopEditMode() 128 pCur->Hide(); in StopEditMode()
|