Searched refs:aWinLabel (Results 1 – 3 of 3) sorted by relevance
556 OUString aWinLabel = aSOLabel; in SOfficeToWindowsLabel() local558 if ( (aWinLabel.indexOf( TILDE ) > -1) || (aWinLabel.indexOf( AMPERSAND ) > -1) ) in SOfficeToWindowsLabel()560 sal_Int32 nStrLen = aWinLabel.getLength( ); in SOfficeToWindowsLabel()568 Replace( aWinLabel, TILDE_SIGN, AMPERSAND_SIGN, aBuffer ); in SOfficeToWindowsLabel()570 aWinLabel = aBuffer.makeStringAndClear( ); in SOfficeToWindowsLabel()573 return aWinLabel; in SOfficeToWindowsLabel()585 OUString WindowsToSOfficeLabel( const rtl::OUString& aWinLabel ) in WindowsToSOfficeLabel() argument587 OUString aSOLabel = aWinLabel; in WindowsToSOfficeLabel()
117 rtl::OUString WindowsToSOfficeLabel( const rtl::OUString& aWinLabel );
484 OUString aWinLabel = SOfficeToWindowsLabel( aLabel ); in setLabel() local488 SetWindowText( hwndCtrl, reinterpret_cast<LPCTSTR>(aWinLabel.getStr( )) ); in setLabel()
Completed in 37 milliseconds