Home
last modified time | relevance | path

Searched refs:getUnoTunnelID (Results 1 – 6 of 6) sorted by relevance

/trunk/main/forms/source/xforms/
H A Dmodel.cxx148 xTunnel->getSomething( Model::getUnoTunnelID() ) ); in lcl_getModel()
181 Model::IntSequence_t Model::getUnoTunnelID() in getUnoTunnelID() function in Model
768 return reinterpret_cast<sal_Int64>( ( xId == getUnoTunnelID() ) ? this : NULL ); in getSomething()
774 return getUnoTunnelID(); in getImplementationId()
799 xTunnel->getSomething( xforms::Model::getUnoTunnelID() ) ); in operator >>=()
H A Dsubmission.cxx350 Sequence<sal_Int8> Submission::getUnoTunnelID() in getUnoTunnelID() function in Submission
362 xTunnel->getSomething( getUnoTunnelID() ) ) in getSubmission()
484 return ( aId == getUnoTunnelID() ) ? reinterpret_cast<sal_Int64>(this) : 0; in getSomething()
H A Dbinding.cxx331 Binding::IntSequence_t Binding::getUnoTunnelID() in getUnoTunnelID() function in Binding
341 ? reinterpret_cast<Binding*>( xTunnel->getSomething(getUnoTunnelID())) in getBinding()
522 xTunnel->getSomething( Model::getUnoTunnelID() ) ) in getModelImpl()
1303 return reinterpret_cast<sal_Int64>( ( xId == getUnoTunnelID() ) ? this : NULL ); in getSomething()
H A Dmodel.hxx153 static IntSequence_t getUnoTunnelID();
H A Dbinding.hxx284 static IntSequence_t getUnoTunnelID();
H A Dsubmission.hxx176 static com::sun::star::uno::Sequence<sal_Int8> getUnoTunnelID();

Completed in 31 milliseconds