Searched refs:NativeNumberWrapper (Results 1 – 4 of 4) sorted by relevance
42 NativeNumberWrapper::NativeNumberWrapper( in NativeNumberWrapper() function in NativeNumberWrapper86 NativeNumberWrapper::~NativeNumberWrapper() in ~NativeNumberWrapper()92 NativeNumberWrapper::getNativeNumberString( in getNativeNumberString()112 NativeNumberWrapper::isValidNatNum( in isValidNatNum()131 NativeNumberWrapper::convertToXmlAttributes( in convertToXmlAttributes()150 NativeNumberWrapper::convertFromXmlAttributes( in convertFromXmlAttributes()
36 class UNOTOOLS_DLLPUBLIC NativeNumberWrapper class41 NativeNumberWrapper( const NativeNumberWrapper& );42 NativeNumberWrapper& operator=( const NativeNumberWrapper& );45 NativeNumberWrapper(49 ~NativeNumberWrapper();
411 mutable NativeNumberWrapper* pPtr;449 NativeNumberWrapper* get() const in get()452 pPtr = new NativeNumberWrapper( xSMgr ); in get()456 NativeNumberWrapper* operator->() { return get(); } in operator ->()457 NativeNumberWrapper& operator*() { return *get(); } in operator *()
984 inline const NativeNumberWrapper* GetNatNum() const { return xNatNum.get(); } in GetNatNum()
Completed in 328 milliseconds