Searched refs:pxRef (Results 1 – 4 of 4) sorted by relevance
45 const mapped_type* pxRef = getRef(nKey); in has() local46 return pxRef && pxRef->get(); in has()51 if(const mapped_type* pxRef = getRef(nKey) ) return *pxRef; in get() local
58 const mapped_type* pxRef = getRef( nKey ); in has() local59 return pxRef && pxRef->get(); in has()66 if( const mapped_type* pxRef = getRef( nKey ) ) return *pxRef; in get() local
56 const value_type* pxRef = getRef( nIndex ); in has() local57 return pxRef && pxRef->get(); in has()63 if( const value_type* pxRef = getRef( nIndex ) ) return *pxRef; in get() local
936 uno::Reference< uno::XInterface > * pxRef = in insertByName() local939 uno::Reference<lang::XUnoTunnel> xStyleTunnel( *pxRef, uno::UNO_QUERY); in insertByName()
Completed in 53 milliseconds