Home
last modified time | relevance | path

Searched refs:pRef (Results 26 – 50 of 66) sorted by relevance

123

/trunk/main/extensions/workben/
H A Dpythontest.cxx405 XPropertySetRef *pRef = ( XPropertySetRef * ) aValue.get(); in dumpVarToStream() local
406 XPropertySetInfoRef refInfo = (*pRef)->getPropertySetInfo(); in dumpVarToStream()
419 XInvokationRef *pRef = ( XInvokationRef * ) aValue.get(); in dumpVarToStream() local
420 XIntrospectionAccessRef refIntro = (*pRef)->getIntrospection(); in dumpVarToStream()
/trunk/main/sw/source/core/frmedt/
H A Dfews.cxx1366 const SwFrm* pRef = pContact->GetAnchoredObj( pObj )->GetAnchorFrm(); in IsFrmVertical() local
1368 if ( !pRef ) in IsFrmVertical()
1377 pRef = static_cast<const SwVirtFlyDrawObj*>(pObj)->GetFlyFrm(); in IsFrmVertical()
1379 bVert = pRef->IsVertical(); in IsFrmVertical()
1380 bRTL = pRef->IsRightToLeft(); in IsFrmVertical()
1381 bVertL2R = pRef->IsVertLR(); in IsFrmVertical()
/trunk/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx452 ONDXPagePtr& ONDXPagePtr::operator= (ONDXPage* pRef) in operator =() argument
454 ONDXPageRef::operator=(pRef); in operator =()
455 nPagePos = (pRef) ? pRef->GetPagePos() : 0; in operator =()
H A Ddindexnode.cxx874 ONDXPagePtr& ONDXPagePtr::operator= (ONDXPage* pRef) in operator =() argument
876 ONDXPageRef::operator=(pRef); in operator =()
877 nPagePos = (pRef) ? pRef->GetPagePos() : 0; in operator =()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx523 WW8PLCF* pRef; member in WW8PLCFx_SubDoc
539 return pRef ? pRef->GetData( -1L == nIdx ? pRef->GetIdx() in GetData()
549 long Count() { return ( pRef ) ? pRef->GetIMax() : 0; } in Count()
H A Dww8scan.cxx3387 delete pRef; in ~WW8PLCFx_SubDoc()
3394 if( pRef ) in GetIdx()
3401 if( pRef ) in SetIdx()
3403 pRef->SetIdx( nIdx >> 16 ); in SetIdx()
3411 return ( pRef ) ? pRef->SeekPos( nCpPos ) : false; in SeekPos()
3416 return ( pRef ) ? pRef->Where() : LONG_MAX; in Where()
3425 if ( !pRef ) in GetNoSprms()
3432 sal_uLong nNr = pRef->GetIdx(); in GetNoSprms()
3434 if (!pRef->Get( rStart, nE, pData )) in GetNoSprms()
3455 if( pRef && pTxt ) in operator ++()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx664 WW8PLCF* pRef; member in WW8PLCFx_SubDoc
683 return pRef ? pRef->GetData( -1L == nIdx ? pRef->GetIdx() : nIdx ) : 0; in GetData()
690 long Count() const { return ( pRef ) ? pRef->GetIMax() : 0; } in Count()
H A Dww8scan.cxx3744 , pRef(0) in WW8PLCFx_SubDoc()
3756 delete pRef; in ~WW8PLCFx_SubDoc()
3762 return ( pRef == 0 || pRef->IsValid() ) in HasValidPLCF()
3769 if( pRef ) in GetIdx()
3776 if( pRef ) in SetIdx()
3778 pRef->SetIdx( nIdx >> 16 ); in SetIdx()
3786 return ( pRef ) ? pRef->SeekPos( nCpPos ) : false; in SeekPos()
3791 return ( pRef ) ? pRef->Where() : WW8_CP_MAX; in Where()
3801 if (!pRef) in GetSprms()
3833 if( pRef && pTxt ) in operator ++()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxmenu.cxx71 css::uno::Reference< css::awt::XPopupMenu > * pRef = maPopupMenueRefs.GetObject( --n ); in ~VCLXMenu() local
72 delete pRef; in ~VCLXMenu()
513 css::uno::Reference< css::awt::XPopupMenu > * pRef = maPopupMenueRefs.GetObject( --n ); in getPopupMenu() local
514 Menu* pM = ((VCLXMenu*)pRef->get())->GetMenu(); in getPopupMenu()
517 aRef = *pRef; in getPopupMenu()
/trunk/main/cppu/inc/typelib/
H A Dtypedescription.h902 typelib_TypeDescriptionReference * pRef )
911 typelib_TypeDescriptionReference * pRef )
920 typelib_TypeDescription ** ppRet, typelib_TypeDescriptionReference * pRef )
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLBinaryObjectReference.cxx70 writerfilter::Reference<Properties>::Pointer_t pRef = in resolve() local
74 mSequence.getLength(), pRef); in resolve()
/trunk/main/sw/source/core/layout/
H A Dlayouter.cxx147 SwFrm* pRef = pSect->FindLastCntnt( FINDMODE_MYLAST ); in InsertEndnotes() local
148 SwFtnBossFrm *pBoss = pRef ? pRef->FindFtnBossFrm() in InsertEndnotes()
H A Datrfrm.cxx3327 const SwFrm *pRef; in GetIMapObject() local
3332 pRef = pFly->Lower(); in GetIMapObject()
3333 pNd = ((SwCntntFrm*)pRef)->GetNode()->GetNoTxtNode(); in GetIMapObject()
3338 pRef = pFly; in GetIMapObject()
3345 Size aActSz ( pRef == pFly ? pFly->Frm().SSize() : pRef->Prt().SSize() ); in GetIMapObject()
3350 aPos -= pRef->Frm().Pos(); in GetIMapObject()
3351 aPos -= pRef->Prt().Pos(); in GetIMapObject()
3354 if ( pFly != pRef && pNd->IsGrfNode() ) in GetIMapObject()
H A Dflowfrm.cxx2186 SwFrm* pRef = 0; in MoveBwd() local
2192 pRef = pSect->FindLastCntnt( FINDMODE_LASTCNT ); in MoveBwd()
2194 if( !pRef ) in MoveBwd()
2195 pRef = pFtn->GetRef(); in MoveBwd()
2198 ASSERT( pRef, "MoveBwd: Endnote for an empty section?" ); in MoveBwd()
2202 SwFtnBossFrm *pRefBoss = pRef->FindFtnBossFrm( !bEndnote ); in MoveBwd()
/trunk/main/writerfilter/source/doctok/
H A DWW8StyleSheet.cxx188 WW8PropertiesReference * pRef = in get_upx() local
191 pResult = writerfilter::Reference<Properties>::Pointer_t(pRef); in get_upx()
H A DWW8ResourceModelImpl.cxx236 writerfilter::Reference<Properties>::Pointer_t pRef = in resolve() local
240 rHandler.data(get(0), getCount(), pRef); in resolve()
/trunk/main/idl/source/objects/
H A Dbasobj.cxx571 SvMetaReference * pRef; in Load() local
572 rStm >> pRef; in Load()
573 aRef = pRef; in Load()
/trunk/main/sw/source/core/text/
H A Dtxtftn.cxx340 const SwTxtFrm *pRef = (const SwTxtFrm *)pFtnFrm->GetRef(); in _GetFtnFrmHeight() local
342 if( pBoss != pRef->FindFtnBossFrm( !pFtnFrm->GetAttr()-> in _GetFtnFrmHeight()
348 SwTwips nHeight = pRef->IsInFtnConnect() ? in _GetFtnFrmHeight()
349 1 : pRef->GetFtnLine( pFtnFrm->GetAttr() ); in _GetFtnFrmHeight()
381 if ( !pRef->IsInFtnConnect() ) in _GetFtnFrmHeight()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx825 Reference< XInputStream > *pRef = (Reference< XInputStream >*)context; in helpRead() local
828 len = (*pRef)->readBytes( aSeq,len); in helpRead()
860 Reference< XInputStream > *pRef = (Reference< XInputStream >*)context; in uriClose() local
861 delete pRef; in uriClose()
/trunk/main/sc/source/ui/miscdlgs/
H A Dacredlin.cxx1033 IMPL_LINK( ScAcceptChgDlg, FilterHandle, SvxTPFilter*, pRef ) in IMPL_LINK() argument
1035 if(pRef!=NULL) in IMPL_LINK()
1045 IMPL_LINK( ScAcceptChgDlg, RejectHandle, SvxTPView*, pRef ) in IMPL_LINK() argument
1052 if(pRef!=NULL) in IMPL_LINK()
1084 IMPL_LINK( ScAcceptChgDlg, AcceptHandle, SvxTPView*, pRef ) in IMPL_LINK() argument
1090 if(pRef!=NULL) in IMPL_LINK()
H A Dhighred.cxx252 IMPL_LINK( ScHighlightChgDlg, RefHandle, SvxTPFilter*, pRef ) in IMPL_LINK() argument
254 if(pRef!=NULL) in IMPL_LINK()
/trunk/main/rsc/inc/
H A Drsctop.hxx76 void SetRefClass( RscTop * pRef ) { pRefClass = pRef; } in SetRefClass() argument
/trunk/main/idl/inc/
H A Dbasobj.hxx244 void SetRef( SvMetaReference * pRef ) in SetRef() argument
245 { aRef = pRef; } in SetRef()
/trunk/main/forms/source/component/
H A Dimgprod.cxx235 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XImageConsumer > * pRef = (::com::sun::st… in removeConsumer()
237 if( *pRef == rxConsumer ) in removeConsumer()
239 delete pRef; in removeConsumer()
/trunk/main/stoc/source/corereflection/
H A Dcrefl.cxx388 Reference< XIdlClass > IdlReflectionServiceImpl::forType( typelib_TypeDescriptionReference * pRef ) in forType() argument
392 TYPELIB_DANGER_GET( &pTD, pRef ); in forType()

Completed in 255 milliseconds

123