Home
last modified time | relevance | path

Searched refs:rNewSettings (Results 1 – 8 of 8) sorted by path

/trunk/main/cui/source/options/
H A Dconnpoolconfig.cxx189 const DriverPoolingSettings& rNewSettings = pDriverSettings->getSettings(); in SetOptions() local
190 for ( DriverPoolingSettings::const_iterator aLoop = rNewSettings.begin(); in SetOptions()
191 aLoop != rNewSettings.end(); in SetOptions()
/trunk/main/sd/inc/
H A Dsdpage.hxx346 void setHeaderFooterSettings( const sd::HeaderFooterSettings& rNewSettings );
/trunk/main/sd/source/core/
H A Dsdpage.cxx2747 void SdPage::setHeaderFooterSettings( const sd::HeaderFooterSettings& rNewSettings ) in setHeaderFooterSettings() argument
2751 (((SdPage&)TRG_GetMasterPage()).maHeaderFooterSettings) = rNewSettings; in setHeaderFooterSettings()
2755 maHeaderFooterSettings = rNewSettings; in setHeaderFooterSettings()
/trunk/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx421 …rDialog::change( SdUndoGroup* pUndoGroup, SdPage* pPage, const HeaderFooterSettings& rNewSettings ) in change() argument
423 pUndoGroup->AddAction(new SdHeaderFooterUndoAction(mpDoc, pPage, rNewSettings )); in change()
424 pPage->setHeaderFooterSettings( rNewSettings ); in change()
/trunk/main/sd/source/ui/func/
H A Dundoheaderfooter.cxx38 …oterUndoAction( SdDrawDocument* pDoc, SdPage* pPage, const sd::HeaderFooterSettings& rNewSettings ) in SdHeaderFooterUndoAction() argument
42 maNewSettings(rNewSettings) in SdHeaderFooterUndoAction()
/trunk/main/sd/source/ui/inc/
H A Dheaderfooterdlg.hxx65 void change( SdUndoGroup* pUndoGroup, SdPage* pPage, const HeaderFooterSettings& rNewSettings );
H A Dundoheaderfooter.hxx45 …terUndoAction( SdDrawDocument* pDoc, SdPage* pPage, const sd::HeaderFooterSettings& rNewSettings );
/trunk/main/sd/source/ui/view/
H A Dsdwindow.cxx930 const AllSettings& rNewSettings = GetSettings (); in DataChanged() local
933 != rNewSettings.GetStyleSettings().GetScreenZoom()) in DataChanged()

Completed in 43 milliseconds