Home
last modified time | relevance | path

Searched refs:pxRef (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/filter/source/xsltfilter/
H A Dcontainerhelper.hxx45 const mapped_type* pxRef = getRef(nKey); in has() local
46 return pxRef && pxRef->get(); in has()
51 if(const mapped_type* pxRef = getRef(nKey) ) return *pxRef; in get() local
/aoo42x/main/oox/inc/oox/helper/
H A Drefmap.hxx58 const mapped_type* pxRef = getRef( nKey ); in has() local
59 return pxRef && pxRef->get(); in has()
66 if( const mapped_type* pxRef = getRef( nKey ) ) return *pxRef; in get() local
H A Drefvector.hxx56 const value_type* pxRef = getRef( nIndex ); in has() local
57 return pxRef && pxRef->get(); in has()
63 if( const value_type* pxRef = getRef( nIndex ) ) return *pxRef; in get() local
/aoo42x/main/sw/source/core/unocore/
H A Dunostyle.cxx904 uno::Reference< uno::XInterface > * pxRef = in insertByName() local
907 uno::Reference<lang::XUnoTunnel> xStyleTunnel( *pxRef, uno::UNO_QUERY); in insertByName()

Completed in 63 milliseconds