Searched refs:rNewToken (Results 1 – 5 of 5) sorted by relevance
107 void SetCompany( const ::rtl::OUString& rNewToken );108 void SetFirstName( const ::rtl::OUString& rNewToken );109 void SetLastName( const ::rtl::OUString& rNewToken );110 void SetID( const ::rtl::OUString& rNewToken );111 void SetStreet( const ::rtl::OUString& rNewToken );112 void SetCity( const ::rtl::OUString& rNewToken );113 void SetState( const ::rtl::OUString& rNewToken );114 void SetZip( const ::rtl::OUString& rNewToken );115 void SetCountry( const ::rtl::OUString& rNewToken );116 void SetPosition( const ::rtl::OUString& rNewToken );[all …]
91 void SetCompany( const ::rtl::OUString& rNewToken );92 void SetFirstName( const ::rtl::OUString& rNewToken );93 void SetLastName( const ::rtl::OUString& rNewToken );94 void SetID( const ::rtl::OUString& rNewToken );95 void SetStreet( const ::rtl::OUString& rNewToken );96 void SetCity( const ::rtl::OUString& rNewToken );97 void SetState( const ::rtl::OUString& rNewToken );98 void SetZip( const ::rtl::OUString& rNewToken );99 void SetCountry( const ::rtl::OUString& rNewToken );100 void SetPosition( const ::rtl::OUString& rNewToken );[all …]
57 UNOTOOLS_DLLPUBLIC void AddTokenFontName( String& rName, const String& rNewToken );
499 static void ImplAppendFontToken( String& rName, const String& rNewToken ) in ImplAppendFontToken() argument504 rName.Append( rNewToken ); in ImplAppendFontToken()507 rName = rNewToken; in ImplAppendFontToken()510 void AddTokenFontName( String& rName, const String& rNewToken ) in AddTokenFontName() argument512 if ( !ImplIsFontToken( rName, rNewToken ) ) in AddTokenFontName()513 ImplAppendFontToken( rName, rNewToken ); in AddTokenFontName()
3435 const SwFormToken& rNewToken = in InsertAtSelection() local3437 if( TOKEN_LINK_START == rNewToken.eTokenType ) in InsertAtSelection()3442 else if(TOKEN_LINK_END == rNewToken.eTokenType) in InsertAtSelection()3464 const SwFormToken& rNewToken = in InsertAtSelection() local3466 if( TOKEN_LINK_START == rNewToken.eTokenType ) in InsertAtSelection()3473 else if(TOKEN_LINK_END == rNewToken.eTokenType ) in InsertAtSelection()3822 const SwFormToken& rNewToken = WINDOW_EDIT == pControl->GetType() in GetPattern() local3827 sRet += rNewToken.GetString(); in GetPattern()3843 const SwFormToken& rNewToken = WINDOW_EDIT == pControl->GetType() in Contains() local3847 if(eSearchFor == rNewToken.eTokenType) in Contains()[all …]