Searched refs:xFrameRef (Results 1 – 2 of 2) sorted by relevance
746 css::uno::Reference< css::frame::XFrame > xFrameRef(xFrame.get(), css::uno::UNO_QUERY); in dispatch() local747 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()
1646 static uno::Reference< beans::XPropertySetInfo > xFrameRef; in lcl_getPropertySetInfo() local1647 if(!xFrameRef.is()) in lcl_getPropertySetInfo()1649 … xFrameRef = aSwMapProvider.GetPropertySet(PROPERTY_MAP_FRAME_STYLE)->getPropertySetInfo(); in lcl_getPropertySetInfo()1651 xRet = xFrameRef; in lcl_getPropertySetInfo()
Completed in 75 milliseconds