Home
last modified time | relevance | path

Searched refs:aNewSettings (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx347 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()
/trunk/main/vcl/source/control/
H A Dctrl.cxx419 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()
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialog.cxx622 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 22 milliseconds