iconcdlg.cxx (2ee96f1c) | iconcdlg.cxx (9b8096d0) |
---|---|
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 --- 442 unchanged lines hidden (view full) --- 451 452void IconChoiceDialog::ShowPage( sal_uInt16 nId ) 453{ 454 bool bInvalidate = GetCurPageId() != nId; 455 SetCurPageId( nId ); 456 ActivatePageImpl( ); 457 if(bInvalidate) 458 Invalidate(); | 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 --- 442 unchanged lines hidden (view full) --- 451 452void IconChoiceDialog::ShowPage( sal_uInt16 nId ) 453{ 454 bool bInvalidate = GetCurPageId() != nId; 455 SetCurPageId( nId ); 456 ActivatePageImpl( ); 457 if(bInvalidate) 458 Invalidate(); |
459 460 // IA2 CWS. MT: I guess we want the event now, and not in Paint()? 461 IconChoicePageData* pData = GetPageData ( mnCurrentPageId ); 462 if(pData) 463 ShowPageImpl ( pData ); |
|
459} 460 461/********************************************************************** 462| 463| Resize Dialog 464| 465\**********************************************************************/ 466 --- 761 unchanged lines hidden --- | 464} 465 466/********************************************************************** 467| 468| Resize Dialog 469| 470\**********************************************************************/ 471 --- 761 unchanged lines hidden --- |