Searched refs:rNewToken (Results 1 – 5 of 5) sorted by relevance
1143 pImp->SetCompany( rNewToken ); in SetCompany()1159 pImp->SetLastName( rNewToken ); in SetLastName()1167 pImp->SetID( rNewToken ); in SetID()1175 pImp->SetStreet( rNewToken ); in SetStreet()1183 pImp->SetCity( rNewToken ); in SetCity()1191 pImp->SetState( rNewToken ); in SetState()1199 pImp->SetZip( rNewToken ); in SetZip()1207 pImp->SetCountry( rNewToken ); in SetCountry()1223 pImp->SetTitle( rNewToken ); in SetTitle()1247 pImp->SetFax( rNewToken ); in SetFax()[all …]
91 void SetCompany( 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 );101 void SetTitle( const ::rtl::OUString& rNewToken );104 void SetFax( 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 …]
Completed in 75 milliseconds