Home
last modified time | relevance | path

Searched refs:pRet (Results 226 – 250 of 480) sorted by relevance

12345678910>>...20

/trunk/main/svx/source/table/
H A Daccessibletableshape.cxx588 sal_Int32 *pRet = aRet.getArray(); in getSelectedAccessibleRows() local
595 *pRet++ = i; in getSelectedAccessibleRows()
626 sal_Int32 *pRet = aRet.getArray(); in getSelectedAccessibleColumns() local
633 *pRet++ = i; in getSelectedAccessibleColumns()
1261 sal_Int32 *pRet = aRet.getArray(); in getSelectedAccessibleRows() local
1268 *pRet++ = i; in getSelectedAccessibleRows()
1296 sal_Int32 *pRet = aRet.getArray(); in getSelectedAccessibleColumns() local
1303 *pRet++ = i; in getSelectedAccessibleColumns()
/trunk/main/sw/source/core/layout/
H A Dflycnt.cxx1029 const SwCntntFrm *pRet, *pNew; in lcl_FindCnt() local
1035 pRet = pNew; in lcl_FindCnt()
1037 { pRet = pCnt; in lcl_FindCnt()
1040 const SwCntntFrm *pNearest = pRet; in lcl_FindCnt()
1055 pRet = pNearest = pNew; in lcl_FindCnt()
1080 pRet = pNearest = pNew; in lcl_FindCnt()
1095 if ( (pRet->Frm().Top() > rPt.Y()) ) in lcl_FindCnt()
1098 return pRet; in lcl_FindCnt()
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx1486 SvStream* pRet = GRFMGR_AUTOSWAPSTREAM_NONE; in IMPL_LINK() local
1501 pRet = GRFMGR_AUTOSWAPSTREAM_LINK; in IMPL_LINK()
1505 pRet = GRFMGR_AUTOSWAPSTREAM_TEMP; in IMPL_LINK()
1568 pRet = GRFMGR_AUTOSWAPSTREAM_LOADED; in IMPL_LINK()
1588 pRet = GRFMGR_AUTOSWAPSTREAM_TEMP; in IMPL_LINK()
1592 pRet = GRFMGR_AUTOSWAPSTREAM_LOADED; in IMPL_LINK()
1596 pRet = GRFMGR_AUTOSWAPSTREAM_TEMP; in IMPL_LINK()
1599 return (long)(void*) pRet; in IMPL_LINK()
/trunk/main/cppu/source/uno/
H A Dlbmap.cxx430 uno_Mapping * pRet = new uno_Mediate_Mapping( in createMediateMapping() local
433 &pRet, mediate_free, rFrom.get(), rTo.get(), rAddPurpose.pData ); in createMediateMapping()
434 Mapping aRet( pRet ); in createMediateMapping()
435 (*pRet->release)( pRet ); in createMediateMapping()
/trunk/main/unoxml/source/dom/
H A Delementlist.cxx39 xmlChar *const pRet = new xmlChar[os.getLength() + 1]; in lcl_initXmlString() local
40 strcpy(reinterpret_cast<char*>(pRet), os.getStr()); in lcl_initXmlString()
41 return pRet; in lcl_initXmlString()
/trunk/main/odk/examples/cpp/counter/
H A Dcounter.cxx209 void * pRet = 0; in component_getFactory() local
222 pRet = xFactory.get(); in component_getFactory()
226 return pRet; in component_getFactory()
/trunk/main/sc/source/core/tool/
H A Dadiasync.cxx101 ScAddInAsync* pRet = 0; in Get() local
104 pRet = theAddInAsyncTbl[ nPos ]; in Get()
106 return pRet; in Get()
/trunk/main/sw/source/filter/ww8/
H A Ddocxexportfilter.cxx136 void* pRet = 0; in component_getFactory() local
168 pRet = xFactory.get(); in component_getFactory()
171 return pRet; in component_getFactory()
H A Drtfexportfilter.cxx149 void* pRet = 0; in component_getFactory() local
173 pRet = xFactory.get(); in component_getFactory()
176 return pRet; in component_getFactory()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx309 SwFieldType* pRet = 0; in GetFldType() local
321 pRet = pFldType; in GetFldType()
325 return pRet; in GetFldType()
972 const SwNode* pRet = 0; in GetNodeFromCntnt() local
977 pRet = &CNTNT.pTxtFld->GetTxtNode(); in GetNodeFromCntnt()
981 pRet = &CNTNT.pTxtINet->GetTxtNode(); in GetNodeFromCntnt()
985 pRet = CNTNT.pSection->GetFmt()->GetSectionNode(); in GetNodeFromCntnt()
989 pRet = &CNTNT.pPos->nNode.GetNode(); in GetNodeFromCntnt()
993 pRet = &CNTNT.pTxtTOX->GetTxtNode(); in GetNodeFromCntnt()
1000 pRet = aIdx.GetNode().GetNodes().GoNext( &aIdx ); in GetNodeFromCntnt()
[all …]
/trunk/main/svx/source/core/
H A Dcoreservices.cxx79 void * pRet = 0; in component_getFactory() local
134 pRet = xFactory.get(); in component_getFactory()
138 return pRet; in component_getFactory()
/trunk/main/filter/source/pdf/
H A Dpdfdialog.cxx130 Dialog* pRet = NULL; in createDialog() local
135 pRet = pDlg; in createDialog()
138 return pRet; in createDialog()
/trunk/main/cli_ure/source/native/
H A Dnative_share.h81 ::com::sun::star::uno::Reference< T > * pRet, ::System::Object * x ) in to_uno()
110 ::getCppuType( pRet ) ); in to_uno()
112 pRet->set( ret, SAL_NO_ACQUIRE /* takeover ownership */ ); in to_uno()
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx1275 SvStream* pRet = NULL; in GetDocumentStream() local
1301 pRet = ::utl::UcbStreamHelper::CreateStream( xStream ); in GetDocumentStream()
1321 rStreamInfo.mbDeleteAfterUse = ( pRet != NULL ); in GetDocumentStream()
1326 if( pRet ) in GetDocumentStream()
1329 const sal_uLong nStartPos = pRet->Tell(); in GetDocumentStream()
1330 const sal_uLong nEndPos = pRet->Seek( STREAM_SEEK_TO_END ); in GetDocumentStream()
1336 *pRet >> aTestByte; in GetDocumentStream()
1338 pRet->Seek( nStartPos ); in GetDocumentStream()
1342 return pRet; in GetDocumentStream()
/trunk/main/sw/source/ui/docvw/
H A Dfrmsidebarwincontainer.cxx165 SwSidebarWin* pRet( 0 ); in get() local
179 pRet = (*aIter).second; in get()
187 return pRet; in get()
/trunk/main/stoc/test/excomp/
H A Dexcomp1.cxx189 void * pRet = 0; in component_getFactory() local
202 pRet = xFactory.get(); in component_getFactory()
206 return pRet; in component_getFactory()
/trunk/main/vcl/source/components/
H A Dfactory.cxx91 void* pRet = 0; in component_getFactory() local
142 pRet = xFactory.get(); in component_getFactory()
145 return pRet; in component_getFactory()
/trunk/main/xmloff/source/transform/
H A DXMLFilterRegistration.cxx147 void * pRet = NULL; in component_getFactory() local
171 pRet = xFactory.get(); in component_getFactory()
185 return pRet; in component_getFactory()
/trunk/main/sfx2/source/control/
H A Dbindings.cxx1145 const SfxPoolItem* pRet = Execute_Impl( nId, ppItems, nModi, nCallMode, ppInternalArgs ); in Execute() local
1146 return ( pRet != 0 ); in Execute()
1245 const SfxPoolItem* pRet = aReq.GetReturnValue(); in Execute_Impl() local
1246 if ( !pRet ) in Execute_Impl()
1250 pRet = pVoid; in Execute_Impl()
1256 return pRet; in Execute_Impl()
2222 SfxBindings *pRet = pImp->pSubBindings; in GetSubBindings_Impl() local
2225 while ( pRet->pImp->pSubBindings ) in GetSubBindings_Impl()
2226 pRet = pRet->pImp->pSubBindings; in GetSubBindings_Impl()
2229 return pRet; in GetSubBindings_Impl()
/trunk/main/testtools/source/performance/
H A Dubtest.cxx251 XSingleServiceFactory * pRet = (XSingleServiceFactory *) in loadLibComponentFactory() local
254 if (pRet) in loadLibComponentFactory()
256 xRet = pRet; in loadLibComponentFactory()
257 pRet->release(); in loadLibComponentFactory()
1314 void * pRet = 0; in component_getFactory() local
1327 pRet = xFactory.get(); in component_getFactory()
1331 return pRet; in component_getFactory()
/trunk/main/sw/source/core/attr/
H A Dcellatr.cxx106 const SwNode* pRet = 0; in GetNodeOfFormula() local
111 pRet = pBox->GetSttNd(); in GetNodeOfFormula()
113 return pRet; in GetNodeOfFormula()
/trunk/main/odk/examples/cpp/remoteclient/
H A Dremoteclient.cxx256 void * pRet = 0; in component_getFactory() local
268 pRet = xFactory.get(); in component_getFactory()
272 return pRet; in component_getFactory()
/trunk/main/slideshow/source/engine/
H A Dwaitsymbol.cxx57 WaitSymbolSharedPtr pRet( in create() local
62 rEventMultiplexer.addViewHandler( pRet ); in create()
64 return pRet; in create()
/trunk/main/xmloff/source/core/
H A Dfacreg.cxx177 void * pRet = 0; in component_getFactory() local
270 pRet = xFactory.get(); in component_getFactory()
273 return pRet; in component_getFactory()
/trunk/main/filter/source/flash/
H A Dswfdialog.cxx170 Dialog* pRet = NULL; in createDialog() local
195 pRet = pDlg; in createDialog()
198 return pRet; in createDialog()

Completed in 136 milliseconds

12345678910>>...20