tplneend.cxx (97e8a929) | tplneend.cxx (812a133a) |
---|---|
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 --- 385 unchanged lines hidden (view full) --- 394 if( bDifferent ) 395 bLoop = sal_False; 396 else 397 aWarningBox.Execute(); 398 } 399 delete( pDlg ); 400 } 401 | 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 --- 385 unchanged lines hidden (view full) --- 394 if( bDifferent ) 395 bLoop = sal_False; 396 else 397 aWarningBox.Execute(); 398 } 399 delete( pDlg ); 400 } 401 |
402 // Wenn nicht vorhanden, wird Eintrag aufgenommen 403 if( bDifferent ) 404 { | 402 // Wenn nicht vorhanden, wird Eintrag aufgenommen 403 if( bDifferent ) 404 { |
405 XLineEndEntry* pEntry = pLineEndList->GetLineEnd( nPos ); 406 | 405 XLineEndEntry* pEntry = pLineEndList->GetLineEnd( nPos ); 406 |
407 pEntry->SetName( aName ); 408 aEdtName.SetText( aName ); | 407 pEntry->SetName( aName ); 408 aEdtName.SetText( aName ); |
409 | 409 |
410 aLbLineEnds.Modify( pEntry, nPos, &pLineEndList->GetUiBitmap( nPos ) ); 411 aLbLineEnds.SelectEntryPos( nPos ); | 410 const Bitmap aUiBitmap( pLineEndList->GetUiBitmap( nPos ) ); 411 aLbLineEnds.Modify( pEntry, nPos, &aUiBitmap ); 412 aLbLineEnds.SelectEntryPos( nPos ); |
412 | 413 |
413 // Flag fuer modifiziert setzen 414 *pnLineEndListState |= CT_MODIFIED; | 414 // Flag fuer modifiziert setzen 415 *pnLineEndListState |= CT_MODIFIED; |
415 | 416 |
416 *pPageType = 3; 417 } 418 } 419 return( 0L ); | 417 *pPageType = 3; 418 } 419 } 420 return( 0L ); |
420} 421 422//------------------------------------------------------------------------ 423 424IMPL_LINK( SvxLineEndDefTabPage, ClickAddHdl_Impl, void *, EMPTYARG ) 425{ 426 if( pPolyObj ) 427 { --- 319 unchanged lines hidden --- | 421} 422 423//------------------------------------------------------------------------ 424 425IMPL_LINK( SvxLineEndDefTabPage, ClickAddHdl_Impl, void *, EMPTYARG ) 426{ 427 if( pPolyObj ) 428 { --- 319 unchanged lines hidden --- |