Home
last modified time | relevance | path

Searched refs:xFrameRef (Results 1 – 2 of 2) sorted by path

/trunk/main/sfx2/source/control/
H A Dunoctitm.cxx746 css::uno::Reference< css::frame::XFrame > xFrameRef(xFrame.get(), css::uno::UNO_QUERY); in dispatch() local
747 if (! xFrameRef.is() && pDispatcher) in dispatch()
751 xFrameRef = pViewFrame->GetFrame().GetFrameInterface(); in dispatch()
754 …if (xFrameRef.is()) // an empty set is no problem ... but an empty frame reference can be a proble… in dispatch()
755 aInternalSet.Put( SfxUnoFrameItem( SID_FILLFRAME, xFrameRef ) ); in dispatch()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx1646 static uno::Reference< beans::XPropertySetInfo > xFrameRef; in lcl_getPropertySetInfo() local
1647 if(!xFrameRef.is()) in lcl_getPropertySetInfo()
1649xFrameRef = aSwMapProvider.GetPropertySet(PROPERTY_MAP_FRAME_STYLE)->getPropertySetInfo(); in lcl_getPropertySetInfo()
1651 xRet = xFrameRef; in lcl_getPropertySetInfo()

Completed in 51 milliseconds