| /trunk/main/sot/source/sdstor/ |
| H A D | stgcache.cxx | 150 StgPage* pElem = new StgPage( this, nPageSize ); in Create() local 151 pElem->nPage = nPg; in Create() 153 memset( pElem->pData, 0, pElem->nData ); in Create() 158 pElem->pNext1 = pCur; in Create() 159 pElem->pLast1 = pCur->pLast1; in Create() 160 pElem->pNext1->pLast1 = in Create() 161 pElem->pLast1->pNext1 = pElem; in Create() 164 pElem->pNext1 = pElem->pLast1 = pElem; in Create() 167 (*(UsrStgPagePtr_Impl*)pLRUCache)[pElem->nPage] = pElem; in Create() 168 pCur = pElem; in Create() [all …]
|
| H A D | stg.cxx | 748 StgDirEntry* pElem = pIo->pTOC->Find( *pEntry, rElem ); in CopyTo() local 749 if( pElem ) in CopyTo() 759 if( pElem->aEntry.GetType() == STG_STORAGE ) in CopyTo() 861 StgDirEntry* pElem = pIo->pTOC->Find( *pEntry, rElem ); in MoveTo() local 862 if( pElem ) in MoveTo() 872 if( !pElem->IsContained( pDest->pEntry ) ) in MoveTo()
|
| /trunk/main/basic/source/runtime/ |
| H A D | step2.cxx | 67 SbxVariable* pElem = NULL; in FindElement() local 71 pElem = new SbxVariable; in FindElement() 99 pElem = pMeth->GetStatics()->Find( aName, SbxCLASS_DONTCARE ); in FindElement() 102 if ( !pElem ) in FindElement() 103 pElem = refLocals->Find( aName, SbxCLASS_DONTCARE ); in FindElement() 105 if( !pElem ) in FindElement() 110 pElem = pObj->Find( aName, SbxCLASS_DONTCARE ); in FindElement() 113 if( bLocal && pElem ) // Local as flag for global search in FindElement() 115 if( pElem->IsSet( SBX_PRIVATE ) ) in FindElement() 118 if( pInst_ && pInst_->IsCompatibility() && pObj != pElem->GetParent() ) in FindElement() [all …]
|
| /trunk/main/xmlscript/source/xmldlg_imexp/ |
| H A D | xmldlg_export.cxx | 1141 ElementDescriptor * pElem; in readEvents() local 1146 pElem = new ElementDescriptor( in readEvents() 1148 xElem = pElem; in readEvents() 1150 pElem->addAttribute( in readEvents() 1156 pElem = new ElementDescriptor( in readEvents() 1158 xElem = pElem; in readEvents() 1160 pElem->addAttribute( in readEvents() 1163 pElem->addAttribute( in readEvents() 1169 pElem->addAttribute( in readEvents() 1180 pElem->addAttribute( in readEvents() [all …]
|
| /trunk/main/autodoc/inc/cosv/tpl/ |
| H A D | swelist.hxx | 168 : pElem(i_pElem) { } in SweListIterator() 171 XX & operator*() const { return pElem->Obj(); } in operator *() 172 self & operator++() { if (pElem != 0) pElem = pElem->Next(); in operator ++() 176 { return pElem == i_rIter.pElem; } in operator ==() 179 { return pElem != i_rIter.pElem; } in operator !=() 183 elem * pElem; member in csv::SweListIterator 195 : pElem(i_pElem) { } in SweListCIterator() 201 { pElem = i_rIter.pElem; return *this; } in operator =() 203 const XX & operator*() const { return pElem->Obj(); } in operator *() 204 self & operator++() { if (pElem != 0) pElem = pElem->Next(); in operator ++() [all …]
|
| /trunk/main/basic/source/comp/ |
| H A D | dim.cxx | 572 SbiSymDef* pElem; in DefType() local 581 pElem = NULL; in DefType() 588 pElem = NULL; in DefType() 594 pElem = VarDecl(&pDim,sal_False,sal_False); in DefType() 595 if( !pElem ) in DefType() 598 if( pElem ) in DefType() 601 String aElemName = pElem->GetName(); in DefType() 606 SbxDataType eElemType = pElem->GetType(); in DefType() 610 SbxDimArray* pArray = new SbxDimArray( pElem->GetType() ); in DefType() 647 sal_uInt16 nElemTypeId = pElem->GetTypeId(); in DefType() [all …]
|
| /trunk/main/sw/source/core/bastyp/ |
| H A D | bparr.cxx | 95 ElementPtr pElem = p->pData[ from - p->nStart ]; in Move() local 96 Insert( pElem, to ); // erst einfuegen, dann loeschen !!!! in Move() 115 ElementPtr* pElem = p->pData + nElem; in ForEach() local 119 if( !(*fn)( *pElem++, pArgs ) || ++nStart >= nEnd ) in ForEach() 127 pElem = p->pData; in ForEach() 512 ElementPtr* pElem = pLast->pData + pLast->nElem; in Compress() local 515 nCount; --nCount, ++pElem ) in Compress() 516 *pElem = *pFrom++, in Compress() 517 (*pElem)->pBlock = pLast, in Compress() 518 (*pElem)->nOffset = nOff++; in Compress() [all …]
|
| /trunk/main/sc/source/filter/xcl97/ |
| H A D | XclExpChangeTrack.cxx | 413 for( sal_uInt16* pElem = pBuffer; pElem <= pLast; pElem++ ) in InitFill() local 415 if( !*pElem ) in InitFill() 419 *pElem = nLastId--; in InitFill() 428 for( sal_uInt16* pElem = pBuffer; pElem <= pLast; pElem++ ) in InitFillup() local 429 if( !*pElem ) in InitFillup() 430 *pElem = nFreeCount++; in InitFillup() 443 sal_uInt16* pElem = pBuffer; in Remove() local 444 while( (pElem <= pLast) && (*pElem != nLastId) ) in Remove() 445 pElem++; in Remove() 446 while( pElem < pLast ) in Remove() [all …]
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unoevtlstnr.cxx | 85 XEventListenerPtr pElem = pListenerArr->GetObject(i); in RemoveListener() local 86 lang::XEventListener* pRight = pElem->get(); in RemoveListener() 90 delete pElem; in RemoveListener() 108 XEventListenerPtr pElem = pListenerArr->GetObject(i); in Disposing() local 109 (*pElem)->disposing(aObj); in Disposing()
|
| H A D | unotbl.cxx | 4987 XEventListenerPtr pElem = pListenerArr->GetObject(i); in ChartDataChanged() local 4988 uno::Reference<lang::XEventListener> xEventListener = *pElem; in ChartDataChanged() 4989 …taChangeEventListener> xChartEventListener = (chart::XChartDataChangeEventListener*)(*pElem).get(); in ChartDataChanged()
|
| /trunk/main/cui/source/options/ |
| H A D | optasian.cxx | 228 for( SvxForbiddenChars_Impl* pElem = pImpl->aChangedLanguagesTbl.First(); in FillItemSet() local 229 pElem; pElem = pImpl->aChangedLanguagesTbl.Next() ) in FillItemSet() 231 sal_uLong nLang = pImpl->aChangedLanguagesTbl.GetKey( pElem ); in FillItemSet() 234 if(pElem->bRemoved) in FillItemSet() 236 else if(pElem->pCharacters) in FillItemSet() 237 pImpl->xForbidden->setForbiddenCharacters( aLocale, *pElem->pCharacters ); in FillItemSet()
|
| /trunk/main/extensions/source/activex/main/ |
| H A D | SODispatchInterceptor.cpp | 130 CComPtr<IDispatch> pElem; in queryDispatches() local 131 SafeArrayGetElement( aDescripts, &ind, pElem ); in queryDispatches() 132 if( pElem ) in queryDispatches() 136 hr = GetPropertiesFromIDisp( pElem, pMemberNames, pValues, 3 ); in queryDispatches()
|
| /trunk/main/xmloff/source/text/ |
| H A D | txtparae.cxx | 846 OUString *pElem = (*pListElements)[pListElements->Count()-1]; in exportListChange() local 849 GetExport().EndElement( *pElem, sal_True ); in exportListChange() 851 delete pElem; in exportListChange() 1005 OUString *pElem = new OUString( in exportListChange() local 1010 GetExport().StartElement( *pElem, sal_False ); in exportListChange() 1014 pListElements->Insert( pElem, pListElements->Count() ); in exportListChange() 1049 pElem = new OUString( GetExport().GetNamespaceMap().GetQNameByKey( in exportListChange() 1053 GetExport().StartElement( *pElem, sal_False ); in exportListChange() 1055 pListElements->Insert( pElem, pListElements->Count() ); in exportListChange() 1088 OUString *pElem = (*pListElements)[pListElements->Count()-1]; in exportListChange() local [all …]
|
| /trunk/main/l10ntools/source/ |
| H A D | helpmerge.cxx | 181 LangHashMap* pElem; in CreateSDF() local 204 pElem = posm->second; in CreateSDF() 210 if(pElem->find( sCur )==pElem->end()) in CreateSDF() 212 FillInFallbacks( *pElem , sCur ); in CreateSDF() 214 pXMLElement = (*pElem)[ sCur ]; in CreateSDF()
|
| H A D | xmlparse.cxx | 822 XMLElement* pElem = NULL; in ChangeLanguageTag() local 829 pElem = static_cast< XMLElement* >(pNode); in ChangeLanguageTag() 830 pElem->ChangeLanguageTag( rValue ); in ChangeLanguageTag() 831 pElem->SetLanguageId( ByteString(rValue,RTL_TEXTENCODING_UTF8) ); in ChangeLanguageTag() 832 pElem = NULL; in ChangeLanguageTag()
|
| /trunk/main/xmlscript/source/xml_helper/ |
| H A D | xml_element.cxx | 61 XMLElement * pElem = static_cast< XMLElement * >( _subElems[ nPos ].get() ); in dumpSubElements() local 62 pElem->dump( xOut ); in dumpSubElements()
|
| /trunk/main/scripting/source/storage/ |
| H A D | XMLElement.cxx | 71 XMLElement * pElem = static_cast< XMLElement * >( _subElems[ nPos ].get() ); in dumpSubElements() local 72 pElem->dump( xOut ); in dumpSubElements()
|
| /trunk/main/embeddedobj/source/msole/ |
| H A D | olecomponent.cxx | 623 FORMATETC pElem[ MAX_ENUM_ELE ]; in RetrieveObjectDataFlavors_Impl() local 631 HRESULT hr = pFormatEnum->Next( MAX_ENUM_ELE, pElem, &nNum ); in RetrieveObjectDataFlavors_Impl() 636 if ( pElem[nInd].cfFormat == pFormatTemplates[nInd].cfFormat in RetrieveObjectDataFlavors_Impl() 637 && pElem[nInd].tymed == pFormatTemplates[nInd].tymed ) in RetrieveObjectDataFlavors_Impl() 638 nSupportedAspects |= pElem[nInd].dwAspect; in RetrieveObjectDataFlavors_Impl()
|
| /trunk/main/fpicker/source/unx/gnome/ |
| H A D | SalGtkFilePicker.cxx | 868 for( GSList *pElem = pPathList; pElem; pElem = pElem->next) in getSelectedFiles() local 870 gchar *pURI = reinterpret_cast<gchar*>(pElem->data); in getSelectedFiles()
|
| /trunk/main/sc/source/filter/xml/ |
| H A D | XMLExportDataPilot.cxx | 673 const String* pElem = pGroup->GetElementByIndex( j ); in WriteGroupDimElements() local 674 if (pElem) in WriteGroupDimElements() 676 rExport.AddAttribute(XML_NAMESPACE_TABLE, XML_NAME, *pElem); in WriteGroupDimElements()
|
| /trunk/main/avmedia/source/gstreamer/ |
| H A D | gstplayer.hxx | 176 static void implHandleNewPadFunc( GstElement* pElem,
|
| /trunk/main/sw/source/ui/uno/ |
| H A D | unotxvw.cxx | 655 … uno::Reference< view::XSelectionChangeListener > * pElem = aSelChangedListeners.GetObject(i); in removeSelectionChangeListener() local 656 view::XSelectionChangeListener* pRight = pElem->get(); in removeSelectionChangeListener() 660 delete pElem; in removeSelectionChangeListener()
|