Searched refs:aNewSettings (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sd/source/ui/dlg/ |
H A D | headerfooterdlg.cxx | 347 HeaderFooterSettings aNewSettings; in apply() local 352 mpSlideTabPage->getData( aNewSettings, bNewNotOnTitle ); in apply() 356 if( bForceSlides || !(aNewSettings == maSlideSettings) ) in apply() 366 change( pUndoGroup, pPage, aNewSettings ); in apply() 375 change( pUndoGroup, mpCurrentPage, aNewSettings ); in apply() 395 mpNotesHandoutsTabPage->getData( aNewSettings, bNewNotOnTitle ); in apply() 399 if( !bForceSlides || !(aNewSettings == maNotesHandoutSettings) ) in apply() 408 change( pUndoGroup, pPage, aNewSettings ); in apply() 412 change( pUndoGroup, mpDoc->GetMasterSdPage( 0, PK_HANDOUT ), aNewSettings ); in apply()
|
/aoo4110/main/vcl/source/control/ |
H A D | ctrl.cxx | 419 AllSettings aNewSettings( aOriginalSettings ); in ImplDrawFrame() local 420 StyleSettings aStyle( aNewSettings.GetStyleSettings() ); in ImplDrawFrame() 428 aNewSettings.SetStyleSettings( aStyle ); in ImplDrawFrame() 431 pDev->OutputDevice::SetSettings( aNewSettings ); in ImplDrawFrame()
|
/aoo4110/main/sdext/source/minimizer/ |
H A D | optimizerdialog.cxx | 622 OptimizerSettings aNewSettings( rSettings[ 0 ] ); in actionPerformed() local 623 aNewSettings.maName = aSettingsName; in actionPerformed() 625 rSettings.push_back( aNewSettings ); in actionPerformed() 627 *aIter = aNewSettings; in actionPerformed()
|
Completed in 34 milliseconds