/aoo4110/main/sot/source/sdstor/ |
H A D | stgcache.cxx | 153 memset( pElem->pData, 0, pElem->nData ); in Create() 161 pElem->pLast1->pNext1 = pElem; in Create() 164 pElem->pNext1 = pElem->pLast1 = pElem; in Create() 172 pElem1 = pElem->pNext2 = pElem->pLast2 = pElem; in Create() 185 pElem->pLast2->pNext2 = pElem; in Create() 201 pElem->pNext1->pLast1 = pElem->pLast1; in Erase() 202 pElem->pLast1->pNext1 = pElem->pNext1; in Erase() 204 pCur = ( pElem->pNext1 == pElem ) ? NULL : pElem->pNext1; in Erase() 208 pElem->pNext2->pLast2 = pElem->pLast2; in Erase() 211 pElem1 = ( pElem->pNext2 == pElem ) ? NULL : pElem->pNext2; in Erase() [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()
|
/aoo4110/main/basic/source/runtime/ |
H A D | step2.cxx | 102 if ( !pElem ) in FindElement() 105 if( !pElem ) in FindElement() 137 if ( pElem ) in FindElement() 143 if( !pElem ) in FindElement() 161 if( pElem ) in FindElement() 175 if( !pElem ) in FindElement() 263 pElem = pNew; in FindElement() 277 pElem = pNew; in FindElement() 338 if( !pElem ) in FindElementExtern() 346 return pElem; in FindElementExtern() [all …]
|
/aoo4110/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_export.cxx | 1110 ElementDescriptor * pElem; in readEvents() local 1117 xElem = pElem; in readEvents() 1119 pElem->addAttribute( in readEvents() 1127 xElem = pElem; in readEvents() 1129 pElem->addAttribute( in readEvents() 1132 pElem->addAttribute( in readEvents() 1165 pElem->addAttribute( in readEvents() 1171 pElem->addAttribute( in readEvents() 1354 ElementDescriptor * pElem = 0; in exportDialogModel() local 1368 pElem = new ElementDescriptor( in exportDialogModel() [all …]
|
/aoo4110/main/cosv/inc/cosv/tpl/ |
H A D | swelist.hxx | 168 : pElem(i_pElem) { } in SweListIterator() 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 =() 204 self & operator++() { if (pElem != 0) pElem = pElem->Next(); in operator ++() 208 { return pElem == i_rIter.pElem; } in operator ==() 211 { return pElem != i_rIter.pElem; } in operator !=() [all …]
|
/aoo4110/main/basic/source/comp/ |
H A D | dim.cxx | 574 SbiSymDef* pElem; in DefType() local 583 pElem = NULL; in DefType() 590 pElem = NULL; in DefType() 597 if( !pElem ) in DefType() 600 if( pElem ) in DefType() 664 delete pElem; in DefType() 699 SbiSymDef* pElem; in DefEnum() local 710 pElem = NULL; in DefEnum() 717 pElem = NULL; in DefEnum() 728 if( !pElem ) in DefEnum() [all …]
|
/aoo4110/main/sw/source/core/bastyp/ |
H A D | bparr.cxx | 95 ElementPtr pElem = p->pData[ from - p->nStart ]; in Move() local 115 ElementPtr* pElem = p->pData + nElem; in ForEach() local 127 pElem = p->pData; in ForEach() 515 nCount; --nCount, ++pElem ) in Compress() 516 *pElem = *pFrom++, in Compress() 517 (*pElem)->pBlock = pLast, in Compress() 518 (*pElem)->nOffset = nOff++; in Compress() 535 pElem = p->pData, pFrom = pElem + n; in Compress() 539 *pElem = *pFrom++; in Compress() 540 (*pElem)->nOffset = (*pElem)->nOffset - n; in Compress() [all …]
|
/aoo4110/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() 444 while( (pElem <= pLast) && (*pElem != nLastId) ) in Remove() 445 pElem++; in Remove() 448 *pElem = *(pElem + 1); in Remove() 449 pElem++; in Remove() 489 for( sal_uInt16* pElem = pBuffer; pElem < (pBuffer + nTabCount); pElem++ ) in SaveCont() local [all …]
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/xmloff/source/text/ |
H A D | txtparae.cxx | 847 GetExport().EndElement( *pElem, sal_True ); in exportListChange() 849 delete pElem; in exportListChange() 1003 OUString *pElem = new OUString( in exportListChange() local 1008 GetExport().StartElement( *pElem, sal_False ); in exportListChange() 1051 GetExport().StartElement( *pElem, sal_False ); in exportListChange() 1087 GetExport().EndElement( *pElem, sal_True ); in exportListChange() 1090 delete pElem; in exportListChange() 1099 GetExport().EndElement( *pElem, sal_True ); in exportListChange() 1101 GetExport().StartElement( *pElem, sal_False ); in exportListChange() 1138 GetExport().StartElement( *pElem, sal_False ); in exportListChange() [all …]
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/avmedia/source/gstreamer/ |
H A D | gstplayer.hxx | 176 static void implHandleNewPadFunc( GstElement* pElem,
|
/aoo4110/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()
|