Lines Matching refs:OUString

61     SW_DLLPUBLIC bool    CheckMailAddress( const ::rtl::OUString& rMailAddress );
95 …void DrawText_Impl( const ::rtl::OUString& rAddress, const Point& rTopLeft, const Size& rSize, boo…
116 void AddAddress(const ::rtl::OUString& rAddress);
118 void SetAddress(const ::rtl::OUString& rAddress);
125 void ReplaceSelectedAddress(const ::rtl::OUString&);
134 const ::rtl::OUString& rAddress,
136 const ::com::sun::star::uno::Sequence< ::rtl::OUString>* pAssignments = 0);
172 ::rtl::OUString m_aUserName;
173 ::rtl::OUString m_aPassword;
177 …SwAuthenticator(const ::rtl::OUString& username, const ::rtl::OUString& password, Window* pParent)… in SwAuthenticator()
184 virtual ::rtl::OUString SAL_CALL getUserName( ) throw (::com::sun::star::uno::RuntimeException);
185 … virtual ::rtl::OUString SAL_CALL getPassword( ) throw (::com::sun::star::uno::RuntimeException);
194 ::rtl::OUString m_sMailServer;
196 ::rtl::OUString m_sConnectionType;
199 …SwConnectionContext(const ::rtl::OUString& rMailServer, sal_Int16 nPort, const ::rtl::OUString& rC…
202 virtual ::com::sun::star::uno::Any SAL_CALL getValueByName( const ::rtl::OUString& Name )
249 rtl::OUString m_aMimeType;
250 rtl::OUString m_sBody;
251 rtl::OUString m_aURL;
252 rtl::OUString m_aName;
256 …SwMailTransferable(const rtl::OUString& rURL, const rtl::OUString& rName, const rtl::OUString& rMi…
257 SwMailTransferable(const rtl::OUString& rBody, const rtl::OUString& rMimeType);
271 …virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName, const ::com::sun::st…
272 …virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName …
273 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
274 …virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::…
275 …virtual void SAL_CALL addVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::com:…
276 …virtual void SAL_CALL removeVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::c…
287 …::rtl::OUString m_sSenderN…
288 …::rtl::OUString m_sSenderA…
289 …::rtl::OUString m_sReplyTo…
290 …::rtl::OUString m_sSubject;
295 …::com::sun::star::uno::Sequence< ::rtl::OUString > m_aRecipie…
296 …::com::sun::star::uno::Sequence< ::rtl::OUString > m_aCcRecip…
297 …::com::sun::star::uno::Sequence< ::rtl::OUString > m_aBccReci…
305 …virtual ::rtl::OUString SAL_CALL getSenderName() throw (::com::sun::star::uno::RuntimeException…
306 …virtual ::rtl::OUString SAL_CALL getSenderAddress() throw (::com::sun::star::uno::RuntimeExcept…
307 …virtual ::rtl::OUString SAL_CALL getReplyToAddress() throw (::com::sun::star::uno::RuntimeExcep…
308 …virtual void SAL_CALL setReplyToAddress( const ::rtl::OUString& _replytoaddress ) th…
309 … virtual ::rtl::OUString SAL_CALL getSubject() throw (::com::sun::star::uno::RuntimeException);
310 …virtual void SAL_CALL setSubject( const ::rtl::OUString& _subject ) throw (::com::su…
319 …virtual void SAL_CALL addRecipient( const ::rtl::OUString& sRecipientAddress ) throw…
320 …virtual void SAL_CALL addCcRecipient( const ::rtl::OUString& sRecipientAddress ) thr…
321 …virtual void SAL_CALL addBccRecipient( const ::rtl::OUString& sRecipientAddress ) th…
322 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL
324 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL
326 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL
332 void SetSenderName(const ::rtl::OUString& rSenderName) in SetSenderName()
334 void SetSenderAddress(const ::rtl::OUString& rSenderAddress) in SetSenderAddress()