/aoo42x/main/sfx2/source/sidebar/ |
H A D | ContextChangeBroadcaster.cxx | 66 void ContextChangeBroadcaster::Activate (const cssu::Reference<css::frame::XFrame>& rxFrame) in Activate() argument 69 BroadcastContextChange(rxFrame, GetModuleName(rxFrame), msContextName); in Activate() 75 void ContextChangeBroadcaster::Deactivate (const cssu::Reference<css::frame::XFrame>& rxFrame) in Deactivate() argument 80 rxFrame, in Deactivate() 81 GetModuleName(rxFrame), in Deactivate() 100 const cssu::Reference<css::frame::XFrame>& rxFrame, in BroadcastContextChange() argument 110 if ( ! rxFrame.is() || ! rxFrame->getController().is()) in BroadcastContextChange() 118 rxFrame->getController(), in BroadcastContextChange() 126 xMultiplexer->broadcastContextChangeEvent(aEvent, rxFrame->getController()); in BroadcastContextChange() 134 if ( ! rxFrame.is() || ! rxFrame->getController().is()) in GetModuleName() [all …]
|
H A D | Tools.cxx | 50 const Reference<frame::XFrame>& rxFrame) in GetImage() argument 53 return GetImage(rsHighContrastImageURL, rxFrame); in GetImage() 55 return GetImage(rsImageURL, rxFrame); in GetImage() 63 const Reference<frame::XFrame>& rxFrame) in GetImage() argument 74 … const Image aPanelImage (::GetImage(rxFrame, rsURL, sal_False, Theme::IsHighContrastMode())); in GetImage() 84 …const Image aPanelImage (::GetImage(rxFrame, sCommandName, sal_False, Theme::IsHighContrastMode())… in GetImage() 180 const cssu::Reference<css::frame::XFrame>& rxFrame, in GetDispatch() argument 183 Reference<frame::XDispatchProvider> xProvider (rxFrame, UNO_QUERY_THROW); in GetDispatch() 192 const cssu::Reference<css::frame::XFrame>& rxFrame) in GetModuleName() argument 194 if ( ! rxFrame.is() || ! rxFrame->getController().is()) in GetModuleName() [all …]
|
H A D | ControllerFactory.cxx | 49 const Reference<frame::XFrame>& rxFrame, in CreateToolBoxController() argument 57 rxFrame, in CreateToolBoxController() 65 rxFrame, in CreateToolBoxController() 76 rxFrame, in CreateToolBoxController() 91 aPropValue.Value <<= rxFrame; in CreateToolBoxController() 132 rxFrame)); in CreateToolBoxController() 147 const Reference<frame::XFrame>& rxFrame, in CreateToolBarController() argument 155 OUString sModuleName (Tools::GetModuleName(rxFrame)); in CreateToolBarController() 167 aPropValue.Value <<= rxFrame; in CreateToolBarController()
|
H A D | CommandInfoProvider.cxx | 53 …stener (sfx2::sidebar::CommandInfoProvider& rInfoProvider, const Reference<frame::XFrame>& rxFrame) in FrameListener() argument 56 mxFrame(rxFrame) in FrameListener() 124 const Reference<frame::XFrame>& rxFrame) in GetLabelForCommand() argument 126 SetFrame(rxFrame); in GetLabelForCommand() 139 void CommandInfoProvider::SetFrame (const Reference<frame::XFrame>& rxFrame) in SetFrame() argument 141 if (rxFrame != mxCachedDataFrame) in SetFrame() 154 mxCachedDataFrame = rxFrame; in SetFrame() 157 if (rxFrame.is()) in SetFrame() 158 mxFrameListener = new FrameListener(*this, rxFrame); in SetFrame()
|
H A D | SidebarToolBox.cxx | 48 const cssu::Reference<css::frame::XFrame>& rxFrame) in SidebarToolBox() argument 58 if (rxFrame.is()) in SidebarToolBox() 65 CreateController(GetItemId(0), rxFrame, GetSizePixel().Width()); in SidebarToolBox() 69 CreateController(GetItemId(nItemIndex), rxFrame, 0); in SidebarToolBox() 70 UpdateIcons(rxFrame); in SidebarToolBox() 247 const cssu::Reference<css::frame::XFrame>& rxFrame, in CreateController() argument 258 rxFrame, in CreateController() 316 void SidebarToolBox::UpdateIcons (const Reference<frame::XFrame>& rxFrame) in UpdateIcons() argument 326 …Image aImage (framework::GetImageFromURL(rxFrame, sCommandURL, bBigImages, bIsHighContrastActive)); in UpdateIcons()
|
H A D | ResourceManager.cxx | 154 const Reference<frame::XFrame>& rxFrame) in GetMatchingDecks() argument 156 ReadLegacyAddons(rxFrame); in GetMatchingDecks() 172 || IsDeckEnabled(rDeckDescriptor.msId, rContext, rxFrame); in GetMatchingDecks() 197 const Reference<frame::XFrame>& rxFrame) in GetMatchingPanels() argument 199 ReadLegacyAddons(rxFrame); in GetMatchingPanels() 506 void ResourceManager::ReadLegacyAddons (const Reference<frame::XFrame>& rxFrame) in ReadLegacyAddons() argument 509 ::rtl::OUString sModuleName (Tools::GetModuleName(rxFrame)); in ReadLegacyAddons() 659 const Reference<frame::XFrame>& rxFrame) const in IsDeckEnabled() 668 rxFrame); in IsDeckEnabled()
|
H A D | Sidebar.cxx | 36 const Reference<frame::XFrame>& rxFrame) in ShowPanel() argument 38 SidebarController* pController = SidebarController::GetSidebarControllerForFrame(rxFrame); in ShowPanel() 59 const Reference<frame::XFrame>& rxFrame) in ShowDeck() argument 61 SidebarController* pController = SidebarController::GetSidebarControllerForFrame(rxFrame); in ShowDeck()
|
H A D | ResourceManager.hxx | 89 const cssu::Reference<css::frame::XFrame>& rxFrame); 95 const cssu::Reference<css::frame::XFrame>& rxFrame); 124 const cssu::Reference<css::frame::XFrame>& rxFrame); 133 const cssu::Reference<css::frame::XFrame>& rxFrame) const;
|
H A D | ControllerItem.cxx | 59 const Reference<frame::XFrame>& rxFrame) in FrameActionListener() argument 62 mxFrame(rxFrame) in FrameActionListener() 117 const Reference<frame::XFrame>& rxFrame) in ControllerItem() argument 120 mxFrame(rxFrame), in ControllerItem()
|
H A D | SidebarPanelBase.cxx | 43 const cssu::Reference<css::frame::XFrame>& rxFrame, in Create() argument 50 rxFrame, in Create() 61 const cssu::Reference<css::frame::XFrame>& rxFrame, in SidebarPanelBase() argument 65 mxFrame(rxFrame), in SidebarPanelBase()
|
H A D | SidebarController.cxx | 109 const cssu::Reference<css::frame::XFrame>& rxFrame) in SidebarController() argument 115 rxFrame, in SidebarController() 118 mxFrame(rxFrame), in SidebarController() 173 rxFrame, in SidebarController() 188 const cssu::Reference<css::frame::XFrame>& rxFrame) in GetSidebarControllerForFrame() argument 190 SidebarControllerContainer::iterator iEntry (maSidebarControllerContainer.find(rxFrame)); in GetSidebarControllerForFrame()
|
H A D | PanelTitleBar.cxx | 79 const ::cssu::Reference<css::frame::XFrame>& rxFrame) in SetMoreOptionsCommand() 87 mxFrame = rxFrame; in SetMoreOptionsCommand() 99 rxFrame, in SetMoreOptionsCommand()
|
/aoo42x/main/svx/source/sidebar/text/ |
H A D | TextPropertyPanel.cxx | 115 const cssu::Reference<css::frame::XFrame>& rxFrame, in Create() argument 121 if ( ! rxFrame.is()) in Create() 128 rxFrame, in Create() 141 const cssu::Reference<css::frame::XFrame>& rxFrame, in TextPropertyPanel() argument 171 rxFrame)), in TextPropertyPanel() 176 rxFrame)), in TextPropertyPanel() 181 rxFrame)), in TextPropertyPanel() 185 maFontNameControl (SID_ATTR_CHAR_FONT, *pBindings, *this, A2S("CharFontName"), rxFrame), in TextPropertyPanel() 196 maSDFontGrow (SID_GROW_FONT_SIZE, *pBindings, *this, A2S("Grow"), rxFrame), in TextPropertyPanel() 197 maSDFontShrink (SID_SHRINK_FONT_SIZE, *pBindings, *this, A2S("Shrink"), rxFrame), in TextPropertyPanel() [all …]
|
/aoo42x/main/svx/source/sidebar/paragraph/ |
H A D | ParaPropertyPanel.cxx | 120 const cssu::Reference<css::frame::XFrame>& rxFrame, in Create() argument 126 if ( ! rxFrame.is()) in Create() 133 rxFrame, in Create() 1593 const cssu::Reference<css::frame::XFrame>& rxFrame, in ParaPropertyPanel() argument 1661 maDecIndentControl(SID_DEC_INDENT, *pBindings,*this, A2S("DecrementIndent"), rxFrame), in ParaPropertyPanel() 1662 maIncIndentControl(SID_INC_INDENT, *pBindings,*this, A2S("IncrementIndent"), rxFrame), in ParaPropertyPanel() 1663 maVertTop (SID_TABLE_VERT_NONE, *pBindings, *this, A2S("CellVertTop"), rxFrame), in ParaPropertyPanel() 1664 maVertCenter (SID_TABLE_VERT_CENTER, *pBindings,*this, A2S("CellVertCenter"), rxFrame), in ParaPropertyPanel() 1665 maVertBottom (SID_TABLE_VERT_BOTTOM,*pBindings,*this, A2S("CellVertBottom"), rxFrame), in ParaPropertyPanel() 1666 maBulletOnOff(FN_NUM_BULLET_ON, *pBindings, *this, A2S("DefaultBullet"), rxFrame), in ParaPropertyPanel() [all …]
|
/aoo42x/main/sfx2/inc/sfx2/sidebar/ |
H A D | ContextChangeBroadcaster.hxx | 44 void Activate (const cssu::Reference<css::frame::XFrame>& rxFrame); 45 void Deactivate (const cssu::Reference<css::frame::XFrame>& rxFrame); 61 const cssu::Reference<css::frame::XFrame>& rxFrame, 65 const cssu::Reference<css::frame::XFrame>& rxFrame);
|
H A D | Tools.hxx | 52 const cssu::Reference<css::frame::XFrame>& rxFrame); 56 const cssu::Reference<css::frame::XFrame>& rxFrame); 65 const cssu::Reference<css::frame::XFrame>& rxFrame, 69 const cssu::Reference<css::frame::XFrame>& rxFrame);
|
H A D | SidebarToolBox.hxx | 54 const cssu::Reference<css::frame::XFrame>& rxFrame); 108 const cssu::Reference<css::frame::XFrame>& rxFrame, 111 const cssu::Reference<css::frame::XFrame>& rxFrame);
|
/aoo42x/main/svx/source/sidebar/insert/ |
H A D | InsertPropertyPanel.cxx | 56 const cssu::Reference<css::frame::XFrame>& rxFrame) in InsertPropertyPanel() argument 62 rxFrame)), in InsertPropertyPanel() 67 rxFrame)), in InsertPropertyPanel() 68 mxFrame(rxFrame) in InsertPropertyPanel()
|
/aoo42x/main/sw/source/ui/sidebar/ |
H A D | WrapPropertyPanel.cxx | 49 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rxFrame, in Create() 54 if ( ! rxFrame.is()) in Create() 61 rxFrame, in Create() 68 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rxFrame, in WrapPropertyPanel() 71 , mxFrame( rxFrame ) in WrapPropertyPanel()
|
H A D | PagePropertyPanel.cxx | 69 …ss::document::XUndoManager > getUndoManager( const cssu::Reference< css::frame::XFrame >& rxFrame ) in getUndoManager() argument 71 const cssu::Reference< css::frame::XController >& xController = rxFrame->getController(); in getUndoManager() 95 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame>& rxFrame, in Create() 100 if ( ! rxFrame.is()) in Create() 107 rxFrame, in Create() 113 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame>& rxFrame, in PagePropertyPanel() 206 , mxUndoManager( getUndoManager( rxFrame ) ) in PagePropertyPanel()
|
/aoo42x/main/sc/source/ui/sidebar/ |
H A D | NumberFormatPropertyPanel.cxx | 58 const cssu::Reference<css::frame::XFrame>& rxFrame, in NumberFormatPropertyPanel() argument 80 mxFrame(rxFrame), in NumberFormatPropertyPanel() 239 const cssu::Reference<css::frame::XFrame>& rxFrame, in Create() argument 244 if ( ! rxFrame.is()) in Create() 251 rxFrame, in Create()
|
H A D | AlignmentPropertyPanel.cxx | 56 const cssu::Reference<css::frame::XFrame>& rxFrame, in AlignmentPropertyPanel() argument 94 mxFrame(rxFrame), in AlignmentPropertyPanel() 351 const cssu::Reference<css::frame::XFrame>& rxFrame, in Create() argument 356 if ( ! rxFrame.is()) in Create() 363 rxFrame, in Create()
|
H A D | CellAppearancePropertyPanel.cxx | 157 const cssu::Reference<css::frame::XFrame>& rxFrame, in CellAppearancePropertyPanel() argument 247 mxFrame(rxFrame), in CellAppearancePropertyPanel() 423 const cssu::Reference<css::frame::XFrame>& rxFrame, in Create() argument 428 if ( ! rxFrame.is()) in Create() 435 rxFrame, in Create()
|
/aoo42x/main/svx/source/sidebar/graphic/ |
H A D | GraphicPropertyPanel.cxx | 55 const cssu::Reference<css::frame::XFrame>& rxFrame, in GraphicPropertyPanel() argument 84 mxFrame(rxFrame), in GraphicPropertyPanel() 305 const cssu::Reference<css::frame::XFrame>& rxFrame, in Create() argument 310 if ( ! rxFrame.is()) in Create() 317 rxFrame, in Create()
|
/aoo42x/main/framework/source/fwi/helper/ |
H A D | mischelper.cxx | 155 const uno::Reference< frame::XFrame > & rxFrame, in FillLangItems() 206 if ( rxFrame.is() ) in FillLangItems() 208 …Reference< com::sun::star::frame::XController > xController( rxFrame->getController(), UNO_QUERY ); in FillLangItems()
|