Home
last modified time | relevance | path

Searched refs:pElem (Results 1 – 22 of 22) sorted by relevance

/trunk/main/sot/source/sdstor/
H A Dstgcache.cxx153 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 Dstg.cxx748 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 Dstep2.cxx102 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 …]
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx1141 ElementDescriptor * pElem; in readEvents() local
1148 xElem = pElem; in readEvents()
1150 pElem->addAttribute( in readEvents()
1158 xElem = pElem; in readEvents()
1160 pElem->addAttribute( in readEvents()
1163 pElem->addAttribute( in readEvents()
1196 pElem->addAttribute( in readEvents()
1202 pElem->addAttribute( in readEvents()
1385 ElementDescriptor * pElem = 0; in exportDialogModel() local
1399 pElem = new ElementDescriptor( in exportDialogModel()
[all …]
/trunk/main/autodoc/inc/cosv/tpl/
H A Dswelist.hxx168 : 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 …]
/trunk/main/basic/source/comp/
H A Ddim.cxx574 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 …]
/trunk/main/sw/source/core/bastyp/
H A Dbparr.cxx95 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 …]
/trunk/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx413 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 …]
/trunk/main/sw/source/core/unocore/
H A Dunoevtlstnr.cxx85 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 Dunotbl.cxx4987 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 Doptasian.cxx228 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 DSODispatchInterceptor.cpp130 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 Dtxtparae.cxx849 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()
1053 GetExport().StartElement( *pElem, sal_False ); in exportListChange()
1089 GetExport().EndElement( *pElem, sal_True ); in exportListChange()
1092 delete pElem; in exportListChange()
1101 GetExport().EndElement( *pElem, sal_True ); in exportListChange()
1103 GetExport().StartElement( *pElem, sal_False ); in exportListChange()
1140 GetExport().StartElement( *pElem, sal_False ); in exportListChange()
[all …]
/trunk/main/l10ntools/source/
H A Dhelpmerge.cxx181 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 Dxmlparse.cxx822 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 Dxml_element.cxx61 XMLElement * pElem = static_cast< XMLElement * >( _subElems[ nPos ].get() ); in dumpSubElements() local
62 pElem->dump( xOut ); in dumpSubElements()
/trunk/main/scripting/source/storage/
H A DXMLElement.cxx71 XMLElement * pElem = static_cast< XMLElement * >( _subElems[ nPos ].get() ); in dumpSubElements() local
72 pElem->dump( xOut ); in dumpSubElements()
/trunk/main/embeddedobj/source/msole/
H A Dolecomponent.cxx623 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 DSalGtkFilePicker.cxx868 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 DXMLExportDataPilot.cxx673 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 Dgstplayer.hxx176 static void implHandleNewPadFunc( GstElement* pElem,
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx655 uno::Reference< view::XSelectionChangeListener > * pElem = aSelChangedListeners.GetObject(i); in removeSelectionChangeListener() local
656 view::XSelectionChangeListener* pRight = pElem->get(); in removeSelectionChangeListener()
660 delete pElem; in removeSelectionChangeListener()

Completed in 194 milliseconds