Home
last modified time | relevance | path

Searched refs:pRet (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/AOO42X/main/sw/source/core/layout/
H A Dfindfrm.cxx69 SwCntntFrm *pRet = FindFirstBodyCntnt(); in FindLastBodyCntnt() local
70 SwCntntFrm *pNxt = pRet; in FindLastBodyCntnt()
72 { pRet = pNxt; in FindLastBodyCntnt()
75 return pRet; in FindLastBodyCntnt()
318 const SwFrm* pRet = 0; in lcl_FindLayoutFrame() local
320 pRet = bNext ? ((SwFlyFrm*)pFrm)->GetNextLink() : ((SwFlyFrm*)pFrm)->GetPrevLink(); in lcl_FindLayoutFrame()
322 pRet = bNext ? pFrm->GetNext() : pFrm->GetPrev(); in lcl_FindLayoutFrame()
324 return pRet; in lcl_FindLayoutFrame()
469 SwFrm *pRet = this; in FindPageFrm() local
470 while ( pRet && !pRet->IsPageFrm() ) in FindPageFrm()
[all …]
H A Dftnfrm.cxx824 SwLayoutFrm *pRet = 0; in GetPrevFtnLeaf() local
826 pRet = pFtn->GetMaster(); in GetPrevFtnLeaf()
832 return pRet; // es gibt weder eine Spalte noch eine Seite vor uns in GetPrevFtnLeaf()
834 if ( !pRet ) in GetPrevFtnLeaf()
907 pRet = pCont; in GetPrevFtnLeaf()
915 pRet = pNxtBoss->MakeFtnCont(); in GetPrevFtnLeaf()
918 } while( !pRet ); in GetPrevFtnLeaf()
920 if ( pRet ) in GetPrevFtnLeaf()
922 const SwFtnBossFrm* pNewBoss = pRet->FindFtnBossFrm(); in GetPrevFtnLeaf()
932 sal_uInt16 nDiff = pOldPage->GetPhyPageNum() - pRet->FindPageFrm()->GetPhyPageNum(); in GetPrevFtnLeaf()
[all …]
/AOO42X/main/tools/bootstrp/
H A Dappdef.cxx35 char* pRet; in GetDefStandList() local
40 pRet = ( char *) malloc( nLen + 1 ); in GetDefStandList()
41 (void) strcpy( pRet, pEnv ); in GetDefStandList()
46 pRet = ( char *) malloc( nLen + 1 ); in GetDefStandList()
47 (void) strcpy( pRet, _DEF_STAND_LIST ); in GetDefStandList()
49 return pRet; in GetDefStandList()
55 char* pRet; in GetIniRoot() local
60 pRet = ( char *) malloc( nLen + 1 ); in GetIniRoot()
61 (void) strcpy( pRet, pEnv ); in GetIniRoot()
66 pRet = ( char *) malloc( nLen + 1 ); in GetIniRoot()
[all …]
/AOO42X/main/sw/source/core/text/
H A Dtxtfld.cxx93 SwExpandPortion *pRet = 0; in NewFldPortion() local
121 pRet = new SwPostItsPortion( RES_SCRIPTFLD == pFld->GetTyp()->Which() ); in NewFldPortion()
129 pRet = new SwFldPortion(sName); in NewFldPortion()
134 pRet = new SwCombinedPortion(sContent); in NewFldPortion()
144 pRet = new SwHiddenPortion(str); in NewFldPortion()
158 pRet = new SwFldPortion( str ); in NewFldPortion()
171 pRet = new SwFldPortion( str ); in NewFldPortion()
173 if(pRet) in NewFldPortion()
174 ((SwFldPortion*)pRet)->m_nAttrFldType= ATTR_PAGECOOUNTFLD; in NewFldPortion()
199 pRet = new SwFldPortion( str ); in NewFldPortion()
[all …]
/AOO42X/main/cppuhelper/source/
H A Dtdmgr.cxx107 typelib_TypeDescription * pRet = 0; in createCTD() local
155 typelib_typedescription_newUnion( &pRet, aTypeName.pData, in createCTD()
169 return pRet; in createCTD()
175 typelib_TypeDescription * pRet = 0; in createCTD() local
212 &pRet, in createCTD()
226 return pRet; in createCTD()
233 typelib_TypeDescription * pRet = 0; in createCTD() local
289 &pRet, in createCTD()
302 return pRet; in createCTD()
308 typelib_TypeDescription * pRet = 0; in createCTD() local
[all …]
/AOO42X/main/sw/source/ui/app/
H A Dappopt.cxx109 SfxItemSet* pRet = new SfxItemSet (GetPool(), FN_PARAM_DOCDISP, FN_PARAM_ELEM, in CreateItemSet() local
130 pRet->Put( SwDocDisplayItem( aViewOpt, FN_PARAM_DOCDISP) ); in CreateItemSet()
131 pRet->Put( SwElemItem( aViewOpt, FN_PARAM_ELEM) ); in CreateItemSet()
134 pRet->Put( SwShadowCursorItem( aViewOpt, FN_PARAM_SHADOWCURSOR )); in CreateItemSet()
135 pRet->Put( SfxBoolItem(FN_PARAM_CRSR_IN_PROTECTED, aViewOpt.IsCursorInProtectedArea())); in CreateItemSet()
144 pRet->Put(SwPtrItem(FN_PARAM_PRINTER, pPrt)); in CreateItemSet()
145 pRet->Put(SwPtrItem(FN_PARAM_WRTSHELL, &rWrtShell)); in CreateItemSet()
147 pRet->Put((const SvxLanguageItem&) in CreateItemSet()
150 pRet->Put((const SvxLanguageItem&) in CreateItemSet()
153 pRet->Put((const SvxLanguageItem&) in CreateItemSet()
[all …]
/AOO42X/main/sot/inc/sot/
H A Dobject.hxx186 void * pRet = NULL; \
188 pRet = this; \
189 return pRet; \
226 void * pRet = NULL; \
228 pRet = this; \
229 if( !pRet ) \
230 pRet = Super1::Cast( pFact ); \
231 return pRet; \
267 void * pRet = NULL; \
269 pRet = this; \
[all …]
/AOO42X/main/svx/source/unodraw/
H A Dunopage.cxx687 SvxShape* pRet = NULL; in CreateShapeByTypeAndInventor() local
696 pRet = new Svx3DSceneObject( pObj, mpPage ); in CreateShapeByTypeAndInventor()
699 pRet = new Svx3DCubeObject( pObj ); in CreateShapeByTypeAndInventor()
702 pRet = new Svx3DSphereObject( pObj ); in CreateShapeByTypeAndInventor()
705 pRet = new Svx3DLatheObject( pObj ); in CreateShapeByTypeAndInventor()
708 pRet = new Svx3DExtrudeObject( pObj ); in CreateShapeByTypeAndInventor()
711 pRet = new Svx3DPolygonObject( pObj ); in CreateShapeByTypeAndInventor()
714 pRet = new SvxShape( pObj ); in CreateShapeByTypeAndInventor()
726 pRet = new SvxShapeGroup( pObj, mpPage ); in CreateShapeByTypeAndInventor()
729 pRet = new SvxShapePolyPolygon( pObj , PolygonKind_LINE ); in CreateShapeByTypeAndInventor()
[all …]
/AOO42X/main/automation/source/server/
H A Dstatemnt.cxx182 …if ( !pCommLink->TransferDataStream( pRet->GetStream() ) ) // If an error occurs, it is deleted i… in SendViaSocket()
191 pRet->Reset(); in SendViaSocket()
213 pRemoteControl->pRetStream = pRet->GetStream(); in Execute()
233 pRet->Reset(); in Execute()
243 pRet->GenReturn(RET_Sequence,nLNr1); in Execute()
791pRet->GenReturn ( RET_WinInfo, rtl::OString(), (comm_ULONG)nConf | DH_MODE_DATA_VALID, UniString()… in WriteControlData()
901 pRet->GenReturn ( RET_WinInfo, aId, (comm_ULONG)pBase->GetType(), in WriteControlData()
924pRet->GenReturn ( RET_WinInfo, Str2Id(pTB->GetItemCommand(pTB->GetItemId( i ))), (comm_ULONG)WINDO… in WriteControlData()
927pRet->GenReturn ( RET_WinInfo, pTB->GetHelpId(pTB->GetItemId( i )), (comm_ULONG)WINDOW_BUTTON, in WriteControlData()
935pRet->GenReturn ( RET_WinInfo, Str2Id(pTB->GetItemCommand(pTB->GetItemId( i ))), (comm_ULONG)pItem… in WriteControlData()
[all …]
H A Drecorder.cxx166 …StatementList::pRet->GenReturn( RET_MacroRecorder, aKeyUniqueID, (sal_uInt16)M_TypeKeys, aKeyStrin… in IMPL_LINK()
168 …StatementList::pRet->GenReturn( RET_MacroRecorder, aKeyUniqueID, (sal_uInt16)M_TypeKeys, aKeyStrin… in IMPL_LINK()
170 …StatementList::pRet->GenReturn( RET_MacroRecorder, aKeyUniqueID, (sal_uInt16)M_TypeKeys, String::C… in IMPL_LINK()
192 …StatementList::pRet->GenReturn( RET_MacroRecorder, rtl::OString(), (comm_USHORT)(M_SetPage|M_RET_N… in IMPL_LINK()
212 …StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Check… in IMPL_LINK()
242 … StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), nMethod ); in IMPL_LINK()
276 …StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Selec… in IMPL_LINK()
311 …StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Selec… in IMPL_LINK()
373 … StatementList::pRet->GenReturn( RET_MacroRecorder, UID_ACTIVE, nMethod ); in IMPL_LINK()
375 …StatementList::pRet->GenReturn( RET_MacroRecorder, UID_ACTIVE, nMethod, (comm_ULONG)nCurrentButton… in IMPL_LINK()
[all …]
/AOO42X/main/sw/source/core/doc/
H A Ddocnew.cxx1153 SwDoc* pRet = new SwDoc; in CreateCopy() local
1166 SfxItemSet aNewDefaults( pRet->GetAttrPool(), aRangeOfDefaults ); in CreateCopy()
1175 if( rSourceAttr != pRet->mpAttrPool->GetDefaultItem( nWhich ) ) in CreateCopy()
1181 pRet->SetDefault( aNewDefaults ); in CreateCopy()
1183 pRet->n32DummyCompatabilityOptions1 = n32DummyCompatabilityOptions1; in CreateCopy()
1184 pRet->n32DummyCompatabilityOptions2 = n32DummyCompatabilityOptions2; in CreateCopy()
1185 pRet->mbParaSpaceMax = mbParaSpaceMax ; in CreateCopy()
1186 pRet->mbParaSpaceMaxAtPages = mbParaSpaceMaxAtPages ; in CreateCopy()
1187 pRet->mbTabCompat = mbTabCompat ; in CreateCopy()
1188 pRet->mbUseVirtualDevice = mbUseVirtualDevice ; in CreateCopy()
[all …]
/AOO42X/main/sd/source/ui/app/
H A Dsdmod2.cxx449 SfxItemSet* pRet = new SfxItemSet( rPool, in CreateItemSet() local
467 pRet->Put( SdOptionsLayoutItem( ATTR_OPTIONS_LAYOUT, pOptions, pFrameView ) ); in CreateItemSet()
474 pRet->Put( SfxUInt16Item( SID_ATTR_DEFTABSTOP, nDefTab ) ); in CreateItemSet()
485 pRet->Put( SfxUInt16Item( SID_ATTR_METRIC, (sal_uInt16)nMetric ) ); in CreateItemSet()
488 pRet->Put( SdOptionsContentsItem( ATTR_OPTIONS_CONTENTS, pOptions, pFrameView ) ); in CreateItemSet()
498 pRet->Put( aSdOptionsMiscItem ); in CreateItemSet()
502 pRet->Put( SdOptionsSnapItem( ATTR_OPTIONS_SNAP, pOptions, pFrameView ) ); in CreateItemSet()
529 pRet->Put( SfxInt32Item( ATTR_OPTIONS_SCALE_X, nX ) ); in CreateItemSet()
530 pRet->Put( SfxInt32Item( ATTR_OPTIONS_SCALE_Y, nY ) ); in CreateItemSet()
531 pRet->Put( SfxUInt32Item( ATTR_OPTIONS_SCALE_WIDTH, nW ) ); in CreateItemSet()
[all …]
/AOO42X/main/sw/source/core/bastyp/
H A Dswcache.cxx309 SwCacheObj *pRet; in Get() local
310 if ( 0 != (pRet = nIndex < Count() ? operator[]( nIndex ) : 0) ) in Get()
312 if ( !pRet->IsOwner( pOwner ) ) in Get()
313 pRet = 0; in Get()
314 else if ( bToTop && pRet != pFirst ) in Get()
315 ToTop( pRet ); in Get()
319 if ( pRet ) in Get()
325 return pRet; in Get()
332 SwCacheObj *pRet = pRealFirst; in Get() local
333 while ( pRet && !pRet->IsOwner( pOwner ) ) in Get()
[all …]
/AOO42X/main/sw/source/core/unocore/
H A Dunoredline.cxx364 beans::PropertyValue* pRet = aRet.getArray(); in CreateRedlineProperties() local
370 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_AUTHOR)); in CreateRedlineProperties()
371 pRet[nPropIdx++].Value <<= OUString(rRedline.GetAuthorString()); in CreateRedlineProperties()
372 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_DATE_TIME)); in CreateRedlineProperties()
373 pRet[nPropIdx++].Value <<= lcl_DateTimeToUno(rRedline.GetTimeStamp()); in CreateRedlineProperties()
374 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_COMMENT)); in CreateRedlineProperties()
375 pRet[nPropIdx++].Value <<= OUString(rRedline.GetComment()); in CreateRedlineProperties()
376 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_TYPE)); in CreateRedlineProperties()
377 pRet[nPropIdx++].Value <<= lcl_RedlineTypeToOUString(rRedline.GetType()); in CreateRedlineProperties()
378 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_IDENTIFIER)); in CreateRedlineProperties()
[all …]
H A Dunoport.cxx294 const char* pRet; in GetPropertyValue() local
297 case PORTION_TEXT: pRet = "Text";break; in GetPropertyValue()
298 case PORTION_FIELD: pRet = "TextField";break; in GetPropertyValue()
299 case PORTION_FRAME: pRet = "Frame";break; in GetPropertyValue()
300 case PORTION_FOOTNOTE: pRet = "Footnote";break; in GetPropertyValue()
302 case PORTION_REFMARK_END: pRet = SW_PROP_NAME_STR(UNO_NAME_REFERENCE_MARK);break; in GetPropertyValue()
304 … case PORTION_TOXMARK_END: pRet = SW_PROP_NAME_STR(UNO_NAME_DOCUMENT_INDEX_MARK);break; in GetPropertyValue()
306 case PORTION_BOOKMARK_END : pRet = SW_PROP_NAME_STR(UNO_NAME_BOOKMARK);break; in GetPropertyValue()
308 case PORTION_REDLINE_END: pRet = "Redline";break; in GetPropertyValue()
310 case PORTION_RUBY_END: pRet = "Ruby";break; in GetPropertyValue()
[all …]
/AOO42X/main/sw/source/filter/ww8/
H A Dww8par4.cxx222 SwFlyFrmFmt *pRet = 0; in InsertOle() local
255 pRet = rDoc.InsertOLE(*pPaM, sNewName, rObject.GetAspect(), pFlySet, &rGrfSet, 0); in InsertOle()
258 return pRet; in InsertOle()
270 SdrObject* pRet = ImportOleBase(aGraph, pGrf, pFlySet, aVisArea ); in ImportOle() local
304 if (pRet) // Ole-Object wurde eingefuegt in ImportOle()
306 if (pRet->ISA(SdrOle2Obj)) in ImportOle()
308 pFmt = InsertOle(*((SdrOle2Obj*)pRet), *pFlySet, *pGrfSet); in ImportOle()
309 SdrObject::Free( pRet ); // das brauchen wir nicht mehr in ImportOle()
312 pFmt = rDoc.InsertDrawObj(*pPaM, *pRet, *pFlySet ); in ImportOle()
354 SdrObject* pRet = 0; in ImportOleBase() local
[all …]
H A Dww8graf2.cxx441 SwFrmFmt* pRet = 0; in ImportGraf1() local
466 pRet = MakeGrafNotInCntnt(aPD,pGraph,aFileName,aGrfSet); in ImportGraf1()
468 pRet = MakeGrafInCntnt(rPic,aPD,pGraph,aFileName,aGrfSet); in ImportGraf1()
470 return pRet; in ImportGraf1()
495 SwFrmFmt* pRet = 0; in ImportGraf() local
676 pRet = InsertOle(*((SdrOle2Obj*)pObject), aAttrSet, aGrSet); in ImportGraf()
686pRet = ImportOle(&rGraph, &aAttrSet, &aGrSet, pObject->GetBLIPSizeRectangle()); in ImportGraf()
688 if (!pRet) in ImportGraf()
690 pRet = rDoc.Insert(*pPaM, aEmptyStr, aEmptyStr, in ImportGraf()
695 pRet = rDoc.InsertDrawObj(*pPaM, *pObject, aAttrSet ); in ImportGraf()
[all …]
H A Dwriterwordglue.cxx169 SwTxtFmtColl* pRet = 0; in GetBuiltInStyle() local
174 pRet = mrDoc.GetTxtCollFromPool( static_cast< sal_uInt16 >(aArr[eSti]), false); in GetBuiltInStyle()
175 return pRet; in GetBuiltInStyle()
233 SwCharFmt *pRet = 0; in GetBuiltInStyle() local
235 pRet = mrDoc.GetCharFmtFromPool( static_cast< sal_uInt16 >(eLookup) ); in GetBuiltInStyle()
236 return pRet; in GetBuiltInStyle()
265 C *pRet = maHelper.GetBuiltInStyle(eSti); in GetStyle() local
268 if (pRet && (maUsedStyles.end() != maUsedStyles.find(pRet))) in GetStyle()
269 pRet = 0; in GetStyle()
271 if (!pRet) in GetStyle()
[all …]
/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx3052 DffRecordHeader* pRet = NULL; in Current() local
3054 pRet = &pCList->mHd[ pCList->nCurrent ]; in Current()
3055 return pRet; in Current()
3060 DffRecordHeader* pRet = NULL; in First() local
3065 pRet = &pCList->mHd[ 0 ]; in First()
3067 return pRet; in First()
3072 DffRecordHeader* pRet = NULL; in Next() local
3077 pRet = &pCList->mHd[ nC ]; in Next()
3083 pRet = &pCList->mHd[ 0 ]; in Next()
3085 return pRet; in Next()
[all …]
/AOO42X/main/linguistic/source/
H A Dlngreg.cxx95 void * pRet = in component_getFactory() local
101 if(!pRet) in component_getFactory()
102 pRet = LinguProps_getFactory( in component_getFactory()
107 if(!pRet) in component_getFactory()
108 pRet = DicList_getFactory( in component_getFactory()
113 if(!pRet) in component_getFactory()
114 pRet = ConvDicList_getFactory( in component_getFactory()
119 if(!pRet) in component_getFactory()
120 pRet = GrammarCheckingIterator_getFactory( in component_getFactory()
131 return pRet; in component_getFactory()
/AOO42X/main/sw/source/ui/dbui/
H A Dmailmergewizard.cxx132 OWizardPage* pRet = 0; in createPage() local
135 case MM_DOCUMENTSELECTPAGE : pRet = new SwMailMergeDocSelectPage(this); break; in createPage()
136 case MM_OUTPUTTYPETPAGE : pRet = new SwMailMergeOutputTypePage(this); break; in createPage()
137 case MM_ADDRESSBLOCKPAGE : pRet = new SwMailMergeAddressBlockPage(this); break; in createPage()
138 case MM_GREETINGSPAGE : pRet = new SwMailMergeGreetingsPage(this); break; in createPage()
139 case MM_LAYOUTPAGE : pRet = new SwMailMergeLayoutPage(this); break; in createPage()
140 case MM_PREPAREMERGEPAGE : pRet = new SwMailMergePrepareMergePage(this); break; in createPage()
141 case MM_MERGEPAGE : pRet = new SwMailMergeMergePage(this); break; in createPage()
142 case MM_OUTPUTPAGE : pRet = new SwMailMergeOutputPage(this); break; in createPage()
144 DBG_ASSERT(pRet, "no page created in ::createPage"); in createPage()
[all …]
/AOO42X/main/sc/source/ui/app/
H A Dscmod.cxx1904 SfxItemSet* pRet = 0; in CreateItemSet() local
1907 pRet = new SfxItemSet( GetPool(), in CreateItemSet()
1945 pRet->Put( SfxUInt16Item( SID_ATTR_METRIC, in CreateItemSet()
1949 pRet->Put( SfxUInt16Item( SID_ATTR_DEFTABSTOP, in CreateItemSet()
1951 pRet->Put( ScTpCalcItem( SID_SCDOCOPTIONS, aCalcOpt ) ); in CreateItemSet()
1954 pRet->Put( ScTpViewItem( SID_SCVIEWOPTIONS, aViewOpt ) ); in CreateItemSet()
1955 pRet->Put( SfxBoolItem( SID_SC_OPT_SYNCZOOM, GetAppOptions().GetSynchronizeZoom() ) ); in CreateItemSet()
1959 pRet->Put( SfxUInt16Item( SID_SC_INPUT_SELECTIONPOS, in CreateItemSet()
1961 pRet->Put( SfxBoolItem( SID_SC_INPUT_SELECTION, in CreateItemSet()
1963 pRet->Put( SfxBoolItem( SID_SC_INPUT_EDITMODE, in CreateItemSet()
[all …]
/AOO42X/main/cppu/source/typelib/
H A Dtypelib.cxx580 typelib_TypeDescription * pRet; in typelib_typedescription_newEmpty() local
587 pRet = (typelib_TypeDescription *)pTmp; in typelib_typedescription_newEmpty()
602 pRet = (typelib_TypeDescription *)pTmp; in typelib_typedescription_newEmpty()
615 pRet = (typelib_TypeDescription *)pTmp; in typelib_typedescription_newEmpty()
634 pRet = (typelib_TypeDescription *)pTmp; in typelib_typedescription_newEmpty()
653 pRet = (typelib_TypeDescription *)pTmp; in typelib_typedescription_newEmpty()
669 pRet = (typelib_TypeDescription *)pTmp; in typelib_typedescription_newEmpty()
684 pRet = (typelib_TypeDescription *)pTmp; in typelib_typedescription_newEmpty()
705 pRet = (typelib_TypeDescription *)pTmp; in typelib_typedescription_newEmpty()
725 pRet = (typelib_TypeDescription *)pTmp; in typelib_typedescription_newEmpty()
[all …]
/AOO42X/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard.cxx141 svt::OWizardPage* pRet = 0; in createPage() local
143 return pRet; in createPage()
151 pRet = pChartTypeTabPage; in createPage()
161 pRet = new RangeChooserTabPage(this,*(m_apDialogModel.get()),m_pTemplateProvider,this); in createPage()
167 pRet = new DataSourceTabPage(this,*(m_apDialogModel.get()),m_pTemplateProvider,this); in createPage()
172 pRet = new TitlesAndObjectsTabPage(this,m_xChartModel,m_xCC); in createPage()
180 pRet = new LocationTabPage(this,m_xChartModel,m_xCC); in createPage()
187 if(pRet) in createPage()
188 pRet->SetText(String());//remove title of pages to not get them in the wizard title in createPage()
189 return pRet; in createPage()
/AOO42X/main/xmlsecurity/source/xmlsec/
H A Dxsec_xmlsec.cxx106 void* pRet = 0; in component_getFactory() local
135 pRet = xFactory.get() ; in component_getFactory()
137 pRet = nss_component_getFactory( pImplName, pServiceManager, pRegistryKey ) ; in component_getFactory()
138 if( pRet != NULL ) in component_getFactory()
139 return pRet ; in component_getFactory()
142 pRet = mscrypt_component_getFactory( pImplName, pServiceManager, pRegistryKey ) ; in component_getFactory()
143 if( pRet != NULL ) in component_getFactory()
144 return pRet ; in component_getFactory()
148 return pRet ; in component_getFactory()

12345678910>>...19