Searched refs:_rIdentifier (Results 1 – 11 of 11) sorted by relevance
137 …ssibleImplementationAccess::getSomething( const Sequence< sal_Int8 >& _rIdentifier ) throw (Runtim… in getSomething() argument141 if ( ( _rIdentifier.getLength() == 16 ) in getSomething()142 …&& ( 0 == rtl_compareMemory( getUnoTunnelImplementationId().getConstArray(), _rIdentifier.getConst… in getSomething()
131 …sal_Int64 SAL_CALL OJoinExchObj::getSomething( const Sequence< sal_Int8 >& _rIdentifier ) throw(Ru… in getSomething() argument133 …if (_rIdentifier.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getCon… in getSomething()
183 sal_Int64 SAL_CALL OQueryDescriptor_Base::getSomething( const Sequence< sal_Int8 >& _rIdentifier ) … in getSomething() argument185 if (_rIdentifier.getLength() != 16) in getSomething()188 …if (0 == rtl_compareMemory(getImplementationId().getConstArray(), _rIdentifier.getConstArray(), 1… in getSomething()
144 sal_Int64 SAL_CALL OGridColumn::getSomething( const Sequence<sal_Int8>& _rIdentifier) throw(Runtime… in getSomething() argument148 if ( (_rIdentifier.getLength() == 16) in getSomething()149 …&& (0 == rtl_compareMemory( getUnoTunnelImplementationId().getConstArray(), _rIdentifier.getConst… in getSomething()158 return xAggTunnel->getSomething( _rIdentifier ); in getSomething()
87 …L_CALL getSomething( const ::com::sun::star::uno::Sequence<sal_Int8>& _rIdentifier) throw(::com::s…
73 …CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& _rIdentifier ) throw(::com::…
99 …CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& _rIdentifier ) throw (::com:…
1208 sal_Int64 SAL_CALL FmXGridPeer::getSomething( const Sequence< sal_Int8 >& _rIdentifier ) throw(Runt… in getSomething() argument1212 if ( (_rIdentifier.getLength() == 16) in getSomething()1213 …&& (0 == rtl_compareMemory( getUnoTunnelImplementationId().getConstArray(), _rIdentifier.getConstA… in getSomething()1219 nReturn = VCLXWindow::getSomething(_rIdentifier); in getSomething()
4676 sal_Int64 SAL_CALL FmXFilterCell::getSomething( const Sequence< sal_Int8 >& _rIdentifier ) throw(Ru… in getSomething() argument4680 if ( (_rIdentifier.getLength() == 16) in getSomething()4681 … && (0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), _rIdentifier.getConstArray(), 16 )) in getSomething()
386 …CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& _rIdentifier ) throw(::com::…
395 …CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& _rIdentifier ) throw(::com::…
Completed in 72 milliseconds