Lines Matching refs:frame

96 #define	XFRAMEACTIONLISTENER					::com::sun::star::frame::XFrameActionListener
98 #define FRAMEACTIONEVENT ::com::sun::star::frame::FrameActionEvent
120 using ::com::sun::star::frame::XController;
121 using ::com::sun::star::frame::XDispatchProvider;
128 using ::com::sun::star::frame::XFrame;
129 using ::com::sun::star::frame::XFrameActionListener;
132 using ::com::sun::star::frame::XTitle;
142 const sal_Int16 MAX_COMMANDGROUP = com::sun::star::frame::CommandGroup::CONTROLS;
147 { GID_INTERN , com::sun::star::frame::CommandGroup::INTERNAL },
148 { GID_APPLICATION , com::sun::star::frame::CommandGroup::APPLICATION },
149 { GID_DOCUMENT , com::sun::star::frame::CommandGroup::DOCUMENT },
150 { GID_VIEW , com::sun::star::frame::CommandGroup::VIEW },
151 { GID_EDIT , com::sun::star::frame::CommandGroup::EDIT },
152 { GID_MACRO , com::sun::star::frame::CommandGroup::MACRO },
153 { GID_OPTIONS , com::sun::star::frame::CommandGroup::OPTIONS },
154 { GID_MATH , com::sun::star::frame::CommandGroup::MATH },
155 { GID_NAVIGATOR , com::sun::star::frame::CommandGroup::NAVIGATOR },
156 { GID_INSERT , com::sun::star::frame::CommandGroup::INSERT },
157 { GID_FORMAT , com::sun::star::frame::CommandGroup::FORMAT },
158 { GID_TEMPLATE , com::sun::star::frame::CommandGroup::TEMPLATE },
159 { GID_TEXT , com::sun::star::frame::CommandGroup::TEXT },
160 { GID_FRAME , com::sun::star::frame::CommandGroup::FRAME },
161 { GID_GRAPHIC , com::sun::star::frame::CommandGroup::GRAPHIC },
162 { GID_TABLE , com::sun::star::frame::CommandGroup::TABLE },
163 { GID_ENUMERATION , com::sun::star::frame::CommandGroup::ENUMERATION },
164 { GID_DATA , com::sun::star::frame::CommandGroup::DATA },
165 { GID_SPECIAL , com::sun::star::frame::CommandGroup::SPECIAL },
166 { GID_IMAGE , com::sun::star::frame::CommandGroup::IMAGE },
167 { GID_CHART , com::sun::star::frame::CommandGroup::CHART },
168 { GID_EXPLORER , com::sun::star::frame::CommandGroup::EXPLORER },
169 { GID_CONNECTOR , com::sun::star::frame::CommandGroup::CONNECTOR },
170 { GID_MODIFY , com::sun::star::frame::CommandGroup::MODIFY },
171 { GID_DRAWING , com::sun::star::frame::CommandGroup::DRAWING },
172 { GID_CONTROLS , com::sun::star::frame::CommandGroup::CONTROLS },
199 return com::sun::star::frame::CommandGroup::INTERNAL; in MapGroupIDToCommandGroup()
367 …roller_ListenerHelper : public ::cppu::WeakImplHelper1< ::com::sun::star::frame::XFrameActionListe…
429 uno::Reference < frame::XModel > xModel( aEvent.Source, uno::UNO_QUERY ); in queryClosing()
510 if ( aEvent.Action == ::com::sun::star::frame::FrameAction_FRAME_UI_ACTIVATED ) in frameAction()
515 else if ( aEvent.Action == ::com::sun::star::frame::FrameAction_CONTEXT_CHANGED ) in frameAction()
638 …T_VIEWCREATED ), m_pData->m_pViewShell->GetObjectShell(), uno::Reference< frame::XController2 >( t… in attachFrame()
793 if ( eSearchFlags & ( ::com::sun::star::frame::FrameSearchFlag::CREATE )) in queryDispatch()
804 …return xProv->queryDispatch( aURL, sTargetFrameName, ::com::sun::star::frame::FrameSearchFlag::SEL… in queryDispatch()
825 uno::Reference< frame::XFrame > xParentFrame; in queryDispatch()
826 uno::Reference< frame::XFrame > xOwnFrame = pAct->GetFrame().GetFrameInterface(); in queryDispatch()
828 xParentFrame = uno::Reference< frame::XFrame >( xOwnFrame->getCreator(), uno::UNO_QUERY ); in queryDispatch()
882 uno::Reference< frame::XFrame > xParentFrame; in queryDispatch()
883 uno::Reference< frame::XFrame > xOwnFrame = pAct->GetFrame().GetFrameInterface(); in queryDispatch()
885 xParentFrame = uno::Reference< frame::XFrame >( xOwnFrame->getCreator(), uno::UNO_QUERY ); in queryDispatch()
958 frame::BorderWidths SAL_CALL SfxBaseController::getBorder() in getBorder()
961 frame::BorderWidths aResult; in getBorder()
976 void SAL_CALL SfxBaseController::addBorderResizeListener( const uno::Reference< frame::XBorderResiz… in addBorderResizeListener()
979 …m_pData->m_aListenerContainer.addInterface( ::getCppuType((const uno::Reference< frame::XBorderRes… in addBorderResizeListener()
983 void SAL_CALL SfxBaseController::removeBorderResizeListener( const uno::Reference< frame::XBorderRe… in removeBorderResizeListener()
986 …m_pData->m_aListenerContainer.removeInterface( ::getCppuType((const uno::Reference< frame::XBorder… in removeBorderResizeListener()
1007 ::getCppuType( ( const uno::Reference< frame::XBorderResizeListener >*) NULL ) ); in BorderWidthsChanged_Impl()
1010 frame::BorderWidths aBWidths = getBorder(); in BorderWidthsChanged_Impl()
1018 … ((frame::XBorderResizeListener*)pIterator.next())->borderWidthsChanged( xThis, aBWidths ); in BorderWidthsChanged_Impl()
1068 …alEventConfig::GetEventName( STR_EVENT_CLOSEVIEW ), pDoc, uno::Reference< frame::XController2 >( t… in dispose()
1229 ::com::sun::star::uno::Sequence< ::com::sun::star::frame::DispatchInformation > SAL_CALL SfxBaseCon… in getConfigurableDispatchInformation()
1232 std::list< ::com::sun::star::frame::DispatchInformation > aCmdList; in getConfigurableDispatchInformation()
1257 ::com::sun::star::frame::DispatchInformation aCmdInfo; in getConfigurableDispatchInformation()
1271 ::com::sun::star::uno::Sequence< ::com::sun::star::frame::DispatchInformation > aSeq = in getConfigurableDispatchInformation()
1272 …lper::containerToSequence< ::com::sun::star::frame::DispatchInformation, std::list< ::com::sun::st… in getConfigurableDispatchInformation()
1484 css::uno::Reference< css::frame::XTitle > SfxBaseController::impl_getTitleHelper () in impl_getTitleHelper()
1490 css::uno::Reference< css::frame::XModel > xModel = getModel (); in impl_getTitleHelper()
1491 …css::uno::Reference< css::frame::XUntitledNumbers > xUntitledProvider(xModel … in impl_getTitleHelper()
1492 …css::uno::Reference< css::frame::XController > xThis (static_cast< css::frame::XCo… in impl_getTitleHelper()
1495 …m_pData->m_xTitleHelper = css::uno::Reference< css::frame::XTitle >(static_cast< ::cppu::OWeakObje… in impl_getTitleHelper()
1522 void SAL_CALL SfxBaseController::addTitleChangeListener(const css::uno::Reference< css::frame::XTit… in addTitleChangeListener()
1525 …css::uno::Reference< css::frame::XTitleChangeBroadcaster > xBroadcaster(impl_getTitleHelper(), css… in addTitleChangeListener()
1532 void SAL_CALL SfxBaseController::removeTitleChangeListener(const css::uno::Reference< css::frame::X… in removeTitleChangeListener()
1535 …css::uno::Reference< css::frame::XTitleChangeBroadcaster > xBroadcaster(impl_getTitleHelper(), css… in removeTitleChangeListener()