Searched refs:SvxOcxString (Results 1 – 1 of 1) sorted by relevance
435 class SvxOcxString class439 inline explicit SvxOcxString() : mnLenFld( 0 ) {} in SvxOcxString() function in __anonc4d00b5e0111::SvxOcxString441 inline explicit SvxOcxString( const OUString& rStr ) { Init( rStr ); } in SvxOcxString() function in __anonc4d00b5e0111::SvxOcxString443 inline explicit SvxOcxString( const uno::Any& rAny ) { Init( rAny ); } in SvxOcxString() function in __anonc4d00b5e0111::SvxOcxString446 inline SvxOcxString& operator=( const OUString& rStr ) { Init( rStr ); return *this; } in operator =()448 inline SvxOcxString& operator=( const uno::Any& rAny ) { Init( rAny ); return *this; } in operator =()467 void SvxOcxString::Init( const uno::Any& rAny ) in Init()474 void SvxOcxString::Init() in Init()488 void SvxOcxString::WriteLenField( SvStorageStream& rStrm ) const in WriteLenField()497 void SvxOcxString::WriteCharArray( SvStorageStream& rStrm ) const in WriteCharArray()[all …]