Searched refs:xMasterPageInt (Results 1 – 1 of 1) sorted by relevance
885 Reference < drawing::XMasterPageTarget > xMasterPageInt(xPage, UNO_QUERY); in ImpPrepAutoLayoutInfo() local886 if(xMasterPageInt.is()) in ImpPrepAutoLayoutInfo()888 Reference<XDrawPage> xUsedMasterPage(xMasterPageInt->getMasterPage()); in ImpPrepAutoLayoutInfo()1924 Reference < drawing::XMasterPageTarget > xMasterPageInt(xDrawPage, UNO_QUERY); in _ExportContent() local1925 if(xMasterPageInt.is()) in _ExportContent()1927 Reference<XDrawPage> xUsedMasterPage(xMasterPageInt->getMasterPage()); in _ExportContent()2440 Reference < drawing::XMasterPageTarget > xMasterPageInt(xDrawPage, UNO_QUERY); in _ExportAutoStyles() local2441 if(xMasterPageInt.is()) in _ExportAutoStyles()2443 Reference<XDrawPage> xUsedMasterPage(xMasterPageInt->getMasterPage()); in _ExportAutoStyles()
Completed in 26 milliseconds