Searched refs:HeaderFooterSettings (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/sd/source/ui/dlg/ |
H A D | headerfooterdlg.cxx | 88 HeaderFooterSettings maSettings; 101 void update( HeaderFooterSettings& rSettings ); 193 void init( const HeaderFooterSettings& rSettings, bool bNotOnTitle, bool bHasApply ); 194 void getData( HeaderFooterSettings& rSettings, bool& rNotOnTitle ); 271 …const HeaderFooterSettings& rTitleSettings = mpDoc->GetSdPage(0, PK_STANDARD)->getHeaderFooterSett… in HeaderFooterDialog() 347 HeaderFooterSettings aNewSettings; in apply() 384 …HeaderFooterSettings aTempSettings = mpDoc->GetSdPage( 0, PK_STANDARD )->getHeaderFooterSettings(); in apply() 600 void HeaderFooterTabPage::init( const HeaderFooterSettings& rSettings, bool bNotOnTitle, bool bHasA… in init() 637 void HeaderFooterTabPage::getData( HeaderFooterSettings& rSettings, bool& rNotOnTitle ) in getData() 675 HeaderFooterSettings aSettings; in update() [all …]
|
/aoo4110/main/sd/inc/ |
H A D | sdpage.hxx | 83 struct SD_DLLPUBLIC HeaderFooterSettings struct 98 HeaderFooterSettings(); 100 bool operator==( const HeaderFooterSettings& rSettings ) const; 162 sd::HeaderFooterSettings maHeaderFooterSettings; 345 const sd::HeaderFooterSettings& getHeaderFooterSettings() const; 346 void setHeaderFooterSettings( const sd::HeaderFooterSettings& rNewSettings );
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | undoheaderfooter.hxx | 40 const sd::HeaderFooterSettings maOldSettings; 41 const sd::HeaderFooterSettings maNewSettings; 45 …SdHeaderFooterUndoAction( SdDrawDocument* pDoc, SdPage* pPage, const sd::HeaderFooterSettings& rNe…
|
H A D | headerfooterdlg.hxx | 56 HeaderFooterSettings maSlideSettings; 57 HeaderFooterSettings maNotesHandoutSettings; 65 void change( SdUndoGroup* pUndoGroup, SdPage* pPage, const HeaderFooterSettings& rNewSettings );
|
/aoo4110/main/offapi/com/sun/star/drawing/ |
H A D | DocumentSettings.idl | 31 #include <com/sun/star/document/HeaderFooterSettings.idl> 49 [optional] service com::sun::star::document::HeaderFooterSettings;
|
/aoo4110/main/offapi/com/sun/star/presentation/ |
H A D | DocumentSettings.idl | 27 #include <com/sun/star/document/HeaderFooterSettings.idl> 52 [optional] service com::sun::star::document::HeaderFooterSettings;
|
/aoo4110/main/sd/source/core/ |
H A D | sdpage.cxx | 2789 const HeaderFooterSettings& SdPage::getHeaderFooterSettings() const in getHeaderFooterSettings() 2801 void SdPage::setHeaderFooterSettings( const sd::HeaderFooterSettings& rNewSettings ) in setHeaderFooterSettings() 2910 const sd::HeaderFooterSettings& rSettings = pVisualizedSdPage->getHeaderFooterSettings(); in checkVisibility() 3180 HeaderFooterSettings::HeaderFooterSettings() in HeaderFooterSettings() function in HeaderFooterSettings 3190 bool HeaderFooterSettings::operator==( const HeaderFooterSettings& rSettings ) const in operator ==()
|
/aoo4110/main/sd/source/ui/func/ |
H A D | undoheaderfooter.cxx | 38 …rFooterUndoAction( SdDrawDocument* pDoc, SdPage* pPage, const sd::HeaderFooterSettings& rNewSettin… in SdHeaderFooterUndoAction()
|
/aoo4110/main/offapi/com/sun/star/document/ |
H A D | makefile.mk | 53 HeaderFooterSettings.idl\
|
H A D | HeaderFooterSettings.idl | 41 published service HeaderFooterSettings
|
/aoo4110/main/sd/source/ui/app/ |
H A D | sdmod2.cxx | 373 const sd::HeaderFooterSettings &rSettings = pPage->getHeaderFooterSettings(); in IMPL_LINK()
|
/aoo4110/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 1466 sd::HeaderFooterSettings rHeaderFooterSettings( pPage->getHeaderFooterSettings() ); in SetHeaderFooterPageSettings()
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | unopage.cxx | 842 sd::HeaderFooterSettings aHeaderFooterSettings( GetPage()->getHeaderFooterSettings() ); in setPropertyValue()
|
Completed in 94 milliseconds