Home
last modified time | relevance | path

Searched refs:pResult (Results 76 – 100 of 164) sorted by relevance

1234567

/trunk/main/sw/source/core/table/
H A Dswtable.cxx2779 const SwFrm * pResult = NULL; in getNextFrmInTable() local
2782 pResult = pFrm->GetLower(); in getNextFrmInTable()
2784 pResult = pFrm->GetNext(); in getNextFrmInTable()
2794 pResult = m_pTabFrm; in getNextFrmInTable()
2799 pResult = pFrm->GetNext(); in getNextFrmInTable()
2805 return pResult; in getNextFrmInTable()
2810 const SwCellFrm * pResult = NULL; in getNextCellFrm() local
2821 return pResult; in getNextCellFrm()
2826 const SwCellFrm * pResult = NULL; in getNextTableBoxsCellFrm() local
2836 pResult = pCellFrm; in getNextTableBoxsCellFrm()
[all …]
/trunk/main/sfx2/source/doc/
H A Dobjembed.cxx52 SfxObjectShell* pResult = NULL; in GetParentShellByModel_Impl() local
62 pResult = reinterpret_cast<SfxObjectShell*>(xParentTunnel->getSomething( in GetParentShellByModel_Impl()
72 return pResult; in GetParentShellByModel_Impl()
/trunk/main/svl/source/fsstor/
H A Dfsfactory.cxx242 void * pResult = 0; in component_getFactory() local
257 pResult = xFactory.get(); in component_getFactory()
260 return pResult; in component_getFactory()
/trunk/main/vcl/source/window/
H A Dwindow4.cxx161 Window* pResult = pChild->findWindow( i_rIdentifier ); in findWindow() local
162 if( pResult ) in findWindow()
163 return pResult; in findWindow()
/trunk/main/comphelper/source/property/
H A Dpropagg.cxx58 …const Property* pResult = ::std::lower_bound(pProperties, pProperties + nLen,_rName, ::comphelper:… in lcl_findPropertyByName() local
59 if ( pResult && ( pResult == pProperties + nLen || pResult->Name != _rName) ) in lcl_findPropertyByName()
60 pResult = NULL; in lcl_findPropertyByName()
62 return pResult; in lcl_findPropertyByName()
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx3311 pResult = pEntry; in SearchCol()
3316 return pResult; in SearchCol()
3387 pResult = pEntry; in SearchRow()
3392 return pResult; in SearchRow()
3416 SvLBoxEntry* pResult; in GoLeftRight() local
3426 pResult = SearchRow( in GoLeftRight()
3430 if( pResult ) in GoLeftRight()
3431 return pResult; in GoLeftRight()
3465 SvLBoxEntry* pResult; in GoUpDown() local
3480 if( pResult ) in GoUpDown()
[all …]
/trunk/main/sal/inc/osl/
H A Dsocket_decl.hxx91 inline ::rtl::OUString SAL_CALL getHostname( oslSocketResult *pResult = 0 ) const;
114 inline ::rtl::ByteSequence SAL_CALL getAddr( oslSocketResult *pResult = 0 ) const;
146 static inline ::rtl::OUString SAL_CALL getLocalHostname( oslSocketResult *pResult = 0);
/trunk/main/embedserv/source/embed/
H A Ded_idataobj.cxx58 sal_uInt64 pResult = NULL; in getMetaFileHandle_Impl() local
82 aAny >>= pResult; in getMetaFileHandle_Impl()
85 return pResult; in getMetaFileHandle_Impl()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabStatement.hxx77 …void setMacabFields(class MacabResultSet *pResult) const throw(::com::sun::star::sdbc::SQLExceptio…
78 void selectRecords(MacabResultSet *pResult) const throw(::com::sun::star::sdbc::SQLException);
79 void sortRecords(MacabResultSet *pResult) const throw(::com::sun::star::sdbc::SQLException);
/trunk/main/svtools/source/uno/
H A Dcontextmenuhelper.cxx231 const PopupMenu* pResult( 0 ); in lcl_FindPopupFromItemId() local
235 pResult = lcl_FindPopupFromItemId( pSubPopup, nItemId ); in lcl_FindPopupFromItemId()
236 if ( pResult != 0 ) in lcl_FindPopupFromItemId()
237 return pResult; in lcl_FindPopupFromItemId()
/trunk/main/xmloff/source/draw/
H A Dshapeimport.cxx1329 SvXMLImportPropertyMapper* pResult = new SvXMLImportPropertyMapper( xMapper, rImport ); in CreateShapePropMapper() local
1332 pResult->ChainImportMapper( XMLTextImportHelper::CreateParaExtPropMapper( rImport ) ); in CreateShapePropMapper()
1333 return pResult; in CreateShapePropMapper()
1342 SvXMLImportPropertyMapper* pResult = new SvXMLImportPropertyMapper( xMapper, rImport ); in CreateExternalShapePropMapper() local
1345 pResult->ChainImportMapper( XMLTextImportHelper::CreateParaExtPropMapper( rImport ) ); in CreateExternalShapePropMapper()
1346 return pResult; in CreateExternalShapePropMapper()
/trunk/main/sot/source/sdstor/
H A Dstorage.cxx1360 const SvStream* pResult = 0; in GetSvStream() local
1363 pResult = m_pOwnStg->GetSvStream(); in GetSvStream()
1364 return pResult; in GetSvStream()
1369 SvStream* pResult = 0; in GetTargetSvStream() local
1372 pResult = (SvStream*)(m_pOwnStg->GetSvStream()); in GetTargetSvStream()
1373 return pResult; in GetTargetSvStream()
/trunk/main/chart2/source/controller/drawinglayer/
H A DDrawViewWrapper.cxx82 SfxObjectShell* pResult = NULL; in lcl_GetParentObjectShell() local
93 pResult = reinterpret_cast< SfxObjectShell * >( in lcl_GetParentObjectShell()
103 return pResult; in lcl_GetParentObjectShell()
/trunk/main/chart2/source/view/main/
H A DDrawModelWrapper.cxx74 SfxObjectShell* pResult = NULL; in lcl_GetParentObjectShell() local
85 pResult = reinterpret_cast< SfxObjectShell * >( in lcl_GetParentObjectShell()
95 return pResult; in lcl_GetParentObjectShell()
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1050 …Property* pResult = ::std::lower_bound(pNewProps, pNewProps + nNewLen,pOldProps[i].Name, ::comphel… in TransferFormComponentProperties() local
1051 if ( pResult in TransferFormComponentProperties()
1052 && ( pResult != pNewProps + nNewLen && pResult->Name == pOldProps[i].Name ) in TransferFormComponentProperties()
1053 && ( (pResult->Attributes & PropertyAttribute::READONLY) == 0 ) in TransferFormComponentProperties()
1054 && ( pResult->Type.equals(pOldProps[i].Type)) ) in TransferFormComponentProperties()
1058 xNewProps->setPropertyValue(pResult->Name, xOldProps->getPropertyValue(pResult->Name)); in TransferFormComponentProperties()
1065 sMessage += pResult->Name; in TransferFormComponentProperties()
H A DTDatabaseMetaDataBase.cxx171 …::connectivity::ODatabaseMetaDataResultSet* pResult = new ::connectivity::ODatabaseMetaDataResultS… in getTypeInfo()
172 Reference< XResultSet > xRet = pResult; in getTypeInfo()
173 pResult->setRows(m_aTypeInfoRows); in getTypeInfo()
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx407 … const drawinglayer::primitive2d::ObjectInfoPrimitive2D* pResult = aProcessor.getResult(); in onGraphicChanged() local
409 if ( pResult ) in onGraphicChanged()
411 aName = pResult->getName(); in onGraphicChanged()
412 aTitle = pResult->getTitle(); in onGraphicChanged()
413 aDesc = pResult->getDesc(); in onGraphicChanged()
/trunk/main/canvas/source/directx/
H A Ddx_5rm.cxx455 DDPIXELFORMAT* pResult = (DDPIXELFORMAT*)pContext; in EnumTextureFormatsCallback() local
457 if( pResult == NULL || pSurfaceDesc == NULL ) in EnumTextureFormatsCallback()
477 if( pSurfaceDesc->ddpfPixelFormat.dwAlphaBitDepth > pResult->dwAlphaBitDepth ) in EnumTextureFormatsCallback()
480 rtl_copyMemory( pResult, &pSurfaceDesc->ddpfPixelFormat, sizeof(DDPIXELFORMAT) ); in EnumTextureFormatsCallback()
482 else if( pSurfaceDesc->ddpfPixelFormat.dwAlphaBitDepth == pResult->dwAlphaBitDepth ) in EnumTextureFormatsCallback()
485 if( pSurfaceDesc->ddpfPixelFormat.dwRGBBitCount > pResult->dwRGBBitCount ) in EnumTextureFormatsCallback()
488 rtl_copyMemory( pResult, &pSurfaceDesc->ddpfPixelFormat, sizeof(DDPIXELFORMAT) ); in EnumTextureFormatsCallback()
H A Ddx_surfacebitmap.cxx349 BitmapSharedPtr pResult; in getBitmap() local
365 pResult.reset(new Gdiplus::Bitmap( maSize.getX(),maSize.getY(), in getBitmap()
382 pResult.reset(new Gdiplus::Bitmap( maSize.getX(),maSize.getY(), in getBitmap()
391 return pResult; in getBitmap()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins1.cxx167 SdrObject* pResult = pDrawView->ApplyGraphicToObject( in lcl_InsertGraphic() local
174 if(pResult) in lcl_InsertGraphic()
177 pDrawView->MarkObj(pResult, pDrawView->GetSdrPageView()); in lcl_InsertGraphic()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1286 drawinglayer::primitive2d::BasePrimitive2D* pResult = 0; in proccessMetaTextAction() local
1357 pResult = new drawinglayer::primitive2d::TextDecoratedPortionPrimitive2D( in proccessMetaTextAction()
1386 pResult = new drawinglayer::primitive2d::TextSimplePortionPrimitive2D( in proccessMetaTextAction()
1398 if(pResult && rProperty.getTextFillColorActive()) in proccessMetaTextAction()
1437 aSequence[1] = drawinglayer::primitive2d::Primitive2DReference(pResult); in proccessMetaTextAction()
1449 pResult = new drawinglayer::primitive2d::GroupPrimitive2D(aSequence); in proccessMetaTextAction()
1453 if(pResult) in proccessMetaTextAction()
1458 rTarget.append(pResult); in proccessMetaTextAction()
1463 const drawinglayer::primitive2d::Primitive2DReference aReference(pResult); in proccessMetaTextAction()
/trunk/main/svx/source/dialog/
H A Ddlgctl3d.cxx513 const E3dCompoundObject* pResult = 0; in TrySelection() local
515 for(sal_uInt32 b(0); !pResult && b < aResult.size(); b++) in TrySelection()
519 pResult = aResult[b]; in TrySelection()
523 if(pResult == mp3DObj) in TrySelection()
545 if(maLightObjects[a] && maLightObjects[a] == pResult) in TrySelection()
/trunk/main/sw/source/core/crsr/
H A Dbookmrk.cxx400 …parameter_map_t::const_iterator pResult = GetParameters()->find(::rtl::OUString::createFromAscii(O… in IsChecked() local
401 if(pResult != GetParameters()->end()) in IsChecked()
402 pResult->second >>= bResult; in IsChecked()
/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx1733 const SwNumRule * pResult = NULL; in SearchNumRule() local
1766 pResult = pTxtNd->GetNumRule(); in SearchNumRule()
1803 return pResult; in SearchNumRule()
2336 SwNumRule * pResult = 0; in FindNumRulePtr() local
2338 pResult = maNumRuleMap[rName]; in FindNumRulePtr()
2340 if ( !pResult ) in FindNumRulePtr()
2346 pResult = (*pNumRuleTbl)[n]; in FindNumRulePtr()
2353 return pResult; in FindNumRulePtr()
/trunk/main/sal/inc/rtl/
H A Dmath.h201 void SAL_CALL rtl_math_doubleToString(rtl_String ** pResult,
276 void SAL_CALL rtl_math_doubleToUString(rtl_uString ** pResult,

Completed in 276 milliseconds

1234567