Searched refs:rNewSettings (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/cui/source/options/ |
H A D | connpoolconfig.cxx | 189 const DriverPoolingSettings& rNewSettings = pDriverSettings->getSettings(); in SetOptions() local 190 for ( DriverPoolingSettings::const_iterator aLoop = rNewSettings.begin(); in SetOptions() 191 aLoop != rNewSettings.end(); in SetOptions()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | undoheaderfooter.cxx | 38 …oterUndoAction( SdDrawDocument* pDoc, SdPage* pPage, const sd::HeaderFooterSettings& rNewSettings ) in SdHeaderFooterUndoAction() argument 42 maNewSettings(rNewSettings) in SdHeaderFooterUndoAction()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | headerfooterdlg.cxx | 421 …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()
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | undoheaderfooter.hxx | 45 …terUndoAction( SdDrawDocument* pDoc, SdPage* pPage, const sd::HeaderFooterSettings& rNewSettings );
|
H A D | headerfooterdlg.hxx | 65 void change( SdUndoGroup* pUndoGroup, SdPage* pPage, const HeaderFooterSettings& rNewSettings );
|
/aoo41x/main/sd/source/ui/view/ |
H A D | sdwindow.cxx | 930 const AllSettings& rNewSettings = GetSettings (); in DataChanged() local 933 != rNewSettings.GetStyleSettings().GetScreenZoom()) in DataChanged()
|
/aoo41x/main/sd/inc/ |
H A D | sdpage.hxx | 346 void setHeaderFooterSettings( const sd::HeaderFooterSettings& rNewSettings );
|
/aoo41x/main/sd/source/core/ |
H A D | sdpage.cxx | 2801 void SdPage::setHeaderFooterSettings( const sd::HeaderFooterSettings& rNewSettings ) in setHeaderFooterSettings() argument 2805 (((SdPage&)TRG_GetMasterPage()).maHeaderFooterSettings) = rNewSettings; in setHeaderFooterSettings() 2809 maHeaderFooterSettings = rNewSettings; in setHeaderFooterSettings()
|
Completed in 72 milliseconds