svpclient.cxx (9f62ea84) | svpclient.cxx (b6dc695e) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 162 unchanged lines hidden (view full) --- 171 m_aListButton.SetClickHdl( LINK( this, MyWin, ListHdl ) ); 172 m_aListButton.Show(); 173 174 m_aSvpBitmaps.SetPosSizePixel( Point( 10, 40 ), Size( 150, 150 ) ); 175 m_aSvpBitmaps.SetSelectHdl( LINK( this, MyWin, SelectHdl ) ); 176 m_aSvpBitmaps.Show(); 177 178 m_aImage.SetPosSizePixel( Point( 170, 10 ), Size( 400, 400 ) ); | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 162 unchanged lines hidden (view full) --- 171 m_aListButton.SetClickHdl( LINK( this, MyWin, ListHdl ) ); 172 m_aListButton.Show(); 173 174 m_aSvpBitmaps.SetPosSizePixel( Point( 10, 40 ), Size( 150, 150 ) ); 175 m_aSvpBitmaps.SetSelectHdl( LINK( this, MyWin, SelectHdl ) ); 176 m_aSvpBitmaps.Show(); 177 178 m_aImage.SetPosSizePixel( Point( 170, 10 ), Size( 400, 400 ) ); |
179 m_aImage.SetScaleMode( com::sun::star::awt::ImageScaleMode::None ); | 179 m_aImage.SetScaleMode( com::sun::star::awt::ImageScaleMode::NONE ); |
180 m_aImage.Show(); 181 182 m_aQuitButton.SetPosSizePixel( Point( 10, 300 ), Size( 120,25 ) ); 183 m_aQuitButton.SetText( String( RTL_CONSTASCII_USTRINGPARAM( "Quit SVP server" ) ) ); 184 m_aQuitButton.SetClickHdl( LINK( this, MyWin, QuitHdl ) ); 185 m_aQuitButton.Show(); 186} 187 --- 155 unchanged lines hidden --- | 180 m_aImage.Show(); 181 182 m_aQuitButton.SetPosSizePixel( Point( 10, 300 ), Size( 120,25 ) ); 183 m_aQuitButton.SetText( String( RTL_CONSTASCII_USTRINGPARAM( "Quit SVP server" ) ) ); 184 m_aQuitButton.SetClickHdl( LINK( this, MyWin, QuitHdl ) ); 185 m_aQuitButton.Show(); 186} 187 --- 155 unchanged lines hidden --- |