Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/draw/
H A Dsdxmlexp.cxx885 Reference < drawing::XMasterPageTarget > xMasterPageInt(xPage, UNO_QUERY); in ImpPrepAutoLayoutInfo() local
886 if(xMasterPageInt.is()) in ImpPrepAutoLayoutInfo()
888 Reference<XDrawPage> xUsedMasterPage(xMasterPageInt->getMasterPage()); in ImpPrepAutoLayoutInfo()
1924 Reference < drawing::XMasterPageTarget > xMasterPageInt(xDrawPage, UNO_QUERY); in _ExportContent() local
1925 if(xMasterPageInt.is()) in _ExportContent()
1927 Reference<XDrawPage> xUsedMasterPage(xMasterPageInt->getMasterPage()); in _ExportContent()
2440 Reference < drawing::XMasterPageTarget > xMasterPageInt(xDrawPage, UNO_QUERY); in _ExportAutoStyles() local
2441 if(xMasterPageInt.is()) in _ExportAutoStyles()
2443 Reference<XDrawPage> xUsedMasterPage(xMasterPageInt->getMasterPage()); in _ExportAutoStyles()

Completed in 55 milliseconds