Home
last modified time | relevance | path

Searched refs:nSomething (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/unotools/inc/unotools/
H A Dunotunnelhelper.hxx129 static Classname* extractUnoSomething(sal_Int64 nSomething) throw() in extractUnoSomething() argument
131 if (nSomething != sal_Int64()) in extractUnoSomething()
132 return static_cast<Classname*>(reinterpret_cast<void*>(nSomething)); in extractUnoSomething()
/AOO42X/main/automation/inc/automation/
H A Dsimplecm.hxx218 sal_uLong nSomething; member in CommunicationLink
/AOO42X/main/automation/source/simplecm/
H A Dsimplecm.cxx58 , nSomething( 0 ) in CommunicationLink()