Home
last modified time | relevance | path

Searched refs:pResult (Results 126 – 150 of 164) sorted by relevance

1234567

/trunk/main/sw/source/core/undo/
H A Dunins.cxx72 String * pResult = NULL; in GetTxtFromDoc() local
82 pResult = new String( ((SwTxtNode*)pCNd)->GetTxt().Copy(nCntnt-nLen, in GetTxtFromDoc()
87 return pResult; in GetTxtFromDoc()
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx730 SvStream* pResult = ::utl::UcbStreamHelper::CreateStream( xStream ); in GetGraphicStream() local
731 if ( pResult && bUpdate ) in GetGraphicStream()
734 return pResult; in GetGraphicStream()
/trunk/main/tools/source/stream/
H A Dstream.cxx2598 void* pResult; in SetBuffer() local
2603 pResult = 0; in SetBuffer()
2608 pResult = pBuf; in SetBuffer()
2623 return pResult; in SetBuffer()
/trunk/main/sw/source/core/doc/
H A Dnumber.cxx100 const SwNumFmt * pResult = NULL; in GetNumFmt() local
105 pResult = aFmts[ i ]; in GetNumFmt()
108 return pResult; in GetNumFmt()
H A Ddocbm.cxx112 ::std::auto_ptr<SwPosition> pResult(new SwPosition(*pCntntNode)); in lcl_PositionFromCntntNode()
113 pResult->nContent.Assign(pCntntNode, bAtEnd ? pCntntNode->Len() : 0); in lcl_PositionFromCntntNode()
114 return pResult; in lcl_PositionFromCntntNode()
/trunk/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx317 ::sd::TransitionPresetPtr pResult; in lcl_getTransitionPresetByUIName()
327 pResult = *aIter; in lcl_getTransitionPresetByUIName()
333 return pResult; in lcl_getTransitionPresetByUIName()
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx164 XMLTag::Pointer_t pResult(new XMLTag("PropertyMap")); in toTag() local
205 pResult->addTag(pTag); in toTag()
210 return pResult; in toTag()
/trunk/main/sal/qa/osl/socket/
H A Dosl_SocketAddr.cxx631 oslSocketResult *pResult = NULL; in TEST_F() local
633 ::rtl::OUString suResult = ::osl::SocketAddr::getLocalHostname( pResult ); in TEST_F()
/trunk/main/odk/examples/OLE/activex/
H A DSOActiveX.cpp58 CComVariant* pResult ) in ExecuteFunc() argument
72 &dispparams, pResult, &myInfo, 0); in ExecuteFunc()
/trunk/main/extensions/source/activex/main/
H A Dcom_uno_helper.h28 CComVariant* pResult );
/trunk/main/sw/source/core/unocore/
H A Dunoparagraph.cxx850 beans::GetDirectPropertyTolerantResult *pResult = aResult.getArray(); in GetPropertyValuesTolerant_Impl() local
859 beans::GetDirectPropertyTolerantResult &rResult = pResult[nIdx]; in GetPropertyValuesTolerant_Impl()
917 …DBG_ASSERT( nIdx < 1 || pResult[nIdx - 1].Result != beans::TolerantPropertySetResultType::UNKNOW… in GetPropertyValuesTolerant_Impl()
H A Dunoport.cxx753 beans::GetDirectPropertyTolerantResult *pResult = aResult.getArray(); in GetPropertyValuesTolerant_Impl() local
756 pResult[nResult] = *aIt; in GetPropertyValuesTolerant_Impl()
/trunk/main/autodoc/source/parser_i/inc/s2_luidl/
H A Dpe_type2.hxx88 ary::idl::Type_id * pResult; member in csi::uidl::PE_Type
H A Dpe_selem.hxx101 RStructElement * pResult; member in csi::uidl::PE_StructElement
/trunk/main/soltools/inc/
H A Dgi_parse.hxx141 pResult; member in GenericInfo_Parser
/trunk/main/sal/inc/osl/
H A Dmodule.h135 sal_Bool SAL_CALL osl_getModuleHandle(rtl_uString *pModuleName, oslModule *pResult);
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx1585 SdrObject* pResult = pObj; in Paste() local
1601 pResult = pNewGrafObj; in Paste()
1615 pView->MarkObj(pResult, pView->GetSdrPageView()); in Paste()
H A Dfetab.cxx2110 SwTxtNode * pResult = NULL; in GetNumRuleNodeAtPos() local
2116 pResult = aCntntAtPos.aFnd.pNode->GetTxtNode(); in GetNumRuleNodeAtPos()
2118 return pResult; in GetNumRuleNodeAtPos()
/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx1627 void * pResult = 0; in component_getFactory() local
1639 pResult = xFactory.get(); in component_getFactory()
1642 return pResult; in component_getFactory()
/trunk/main/svl/source/numbers/
H A Dzforscan.cxx488 Color* pResult = NULL; in GetColor() local
514 pResult = pFormatter->GetUserDefColor((sal_uInt16)nIndex-1); in GetColor()
530 pResult = &(StandardColor[i]); in GetColor()
532 return pResult; in GetColor()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1134 EncHashTransporter* pResult = NULL; in getEncHashTransporter() local
1143 pResult = it->second; in getEncHashTransporter()
1146 return pResult; in getEncHashTransporter()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.cxx2222 OOXMLPropertySet::Pointer_t pResult(mpPropertySet); in getPropertySet() local
2228 pResult = pHandler->getPropertySet(); in getPropertySet()
2231 return pResult; in getPropertySet()
/trunk/main/sc/source/ui/miscdlgs/
H A Dacredlin.cxx998 IMPL_LINK( ScAcceptChgDlg, RefInfoHandle, String*, pResult) in IMPL_LINK() argument
1006 if(pResult!=NULL) in IMPL_LINK()
1008 pTPFilter->SetRange(*pResult); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1202 const SfxItemSet* pResult = aDlg.GetOutputItemSet(); in callColumnFormatDialog() local
1203 if (pResult) in callColumnFormatDialog()
1205 const SfxPoolItem* pItem = pResult->GetItem( SID_ATTR_NUMBERFORMAT_INFO ); in callColumnFormatDialog()
/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx1045 SvXMLExportPropertyMapper* pResult = in CreateShapePropMapper() local
1050 return pResult; in CreateShapePropMapper()

Completed in 177 milliseconds

1234567