Home
last modified time | relevance | path

Searched refs:pBindings (Results 26 – 50 of 185) sorted by relevance

12345678

/trunk/main/svx/source/dialog/
H A Dsvxruler.cxx355 pBindings(&rBindings), in SvxRuler()
467 EndListening(*pBindings); in ~SvxRuler()
469 pBindings->EnterRegistrations(); in ~SvxRuler()
490 pBindings->LeaveRegistrations(); in ~SvxRuler()
683 pBindings->Update( SID_RULER_PAGE_POS ); in MouseMove()
689 pBindings->Update( SID_RULER_PROTECT ); in MouseMove()
698 StartListening(*pBindings); in StartListening_Impl()
1999 pBindings->EnterRegistrations(); in SetActive()
2006 pBindings->LeaveRegistrations(); in SetActive()
2840 pBindings->Update( SID_RULER_PROTECT ); in Click()
[all …]
/trunk/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx185 SfxBindings* pBindings) in LinePropertyPanel() argument
206 maStyleControl(SID_ATTR_LINE_STYLE, *pBindings, *this), in LinePropertyPanel()
207 maDashControl (SID_ATTR_LINE_DASH, *pBindings, *this), in LinePropertyPanel()
208 maWidthControl(SID_ATTR_LINE_WIDTH, *pBindings, *this), in LinePropertyPanel()
211 maEndControl(SID_ATTR_LINE_END, *pBindings, *this), in LinePropertyPanel()
215 maEdgeStyle(SID_ATTR_LINE_JOINT, *pBindings, *this), in LinePropertyPanel()
216 maCapStyle(SID_ATTR_LINE_CAP, *pBindings, *this), in LinePropertyPanel()
235 mpBindings(pBindings), in LinePropertyPanel()
418 SfxBindings* pBindings) in Create() argument
424 if (pBindings == NULL) in Create()
[all …]
/trunk/main/sc/source/ui/sidebar/
H A DCellAppearancePropertyPanel.cxx158 SfxBindings* pBindings) in CellAppearancePropertyPanel() argument
182 maBackColorControl(SID_BACKGROUND_COLOR, *pBindings, *this), in CellAppearancePropertyPanel()
183 maLineColorControl(SID_FRAME_LINECOLOR, *pBindings, *this), in CellAppearancePropertyPanel()
184 maLineStyleControl(SID_FRAME_LINESTYLE, *pBindings, *this), in CellAppearancePropertyPanel()
185 maBorderOuterControl(SID_ATTR_BORDER_OUTER, *pBindings, *this), in CellAppearancePropertyPanel()
186 maBorderInnerControl(SID_ATTR_BORDER_INNER, *pBindings, *this), in CellAppearancePropertyPanel()
187 maGridShowControl(SID_SCGRIDSHOW, *pBindings, *this), in CellAppearancePropertyPanel()
249 mpBindings(pBindings) in CellAppearancePropertyPanel()
424 SfxBindings* pBindings) in Create() argument
430 if (pBindings == NULL) in Create()
[all …]
H A DScPanelFactory.cxx106 SfxBindings* pBindings = reinterpret_cast<SfxBindings*>(nBindingsValue); in createUIElement() local
117 if (pBindings == NULL) in createUIElement()
125 …AlignmentPropertyPanel* pPanel = AlignmentPropertyPanel::Create( pParentWindow, xFrame, pBindings in createUIElement()
134 …ncePropertyPanel* pPanel = CellAppearancePropertyPanel::Create( pParentWindow, xFrame, pBindings ); in createUIElement()
143 …ormatPropertyPanel* pPanel = NumberFormatPropertyPanel::Create( pParentWindow, xFrame, pBindings ); in createUIElement()
152 Window* pPanel = new ScNavigatorDlg(pBindings, NULL, pParentWindow, false); in createUIElement()
161 Window* pPanel = new ScFunctionDockWin(pBindings, NULL, pParentWindow, ScResId(FID_FUNCTION_BOX)); in createUIElement()
H A DNumberFormatPropertyPanel.cxx59 SfxBindings* pBindings) in NumberFormatPropertyPanel() argument
73 maNumFormatControl(SID_NUMBER_TYPE_FORMAT, *pBindings, *this), in NumberFormatPropertyPanel()
77 maFormatControl(SID_NUMBER_FORMAT, *pBindings, *this), in NumberFormatPropertyPanel()
82 mpBindings(pBindings) in NumberFormatPropertyPanel()
240 SfxBindings* pBindings) in Create() argument
246 if (pBindings == NULL) in Create()
252 pBindings); in Create()
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx64 SfxBindings* pBindings, in PosSizePropertyPanel() argument
98 maTransfPosXControl(SID_ATTR_TRANSFORM_POS_X, *pBindings, *this), in PosSizePropertyPanel()
99 maTransfPosYControl(SID_ATTR_TRANSFORM_POS_Y, *pBindings, *this), in PosSizePropertyPanel()
102 maSvxAngleControl( SID_ATTR_TRANSFORM_ANGLE, *pBindings, *this), in PosSizePropertyPanel()
103 maRotXControl(SID_ATTR_TRANSFORM_ROT_X, *pBindings, *this), in PosSizePropertyPanel()
104 maRotYControl(SID_ATTR_TRANSFORM_ROT_Y, *pBindings, *this), in PosSizePropertyPanel()
109 m_aMetricCtl(SID_ATTR_METRIC, *pBindings, *this), in PosSizePropertyPanel()
112 mpBindings(pBindings), in PosSizePropertyPanel()
349 SfxBindings* pBindings, in Create() argument
356 if (pBindings == NULL) in Create()
[all …]
/trunk/main/sw/source/ui/app/
H A Dappopt.cxx309 SfxBindings *pBindings = pAppView ? &pAppView->GetViewFrame()->GetBindings() in ApplyItemSet() local
327 if(pBindings) in ApplyItemSet()
328 pBindings->Invalidate(FN_VIEW_META_CHARS); in ApplyItemSet()
333 if(pBindings) in ApplyItemSet()
335 pBindings->Invalidate(FN_VIEW_GRAPHIC); in ApplyItemSet()
336 pBindings->Invalidate(FN_VIEW_HIDDEN_PARA); in ApplyItemSet()
421 if(pBindings) in ApplyItemSet()
423 pBindings->Invalidate(SID_GRID_VISIBLE); in ApplyItemSet()
424 pBindings->Invalidate(SID_GRID_USE); in ApplyItemSet()
449 if(pBindings) in ApplyItemSet()
[all …]
/trunk/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx74 SfxBindings* pBindings) in AreaPropertyPanel() argument
104 maStyleControl(SID_ATTR_FILL_STYLE, *pBindings, *this), in AreaPropertyPanel()
105 maColorControl(SID_ATTR_FILL_COLOR, *pBindings, *this), in AreaPropertyPanel()
107 maHatchControl(SID_ATTR_FILL_HATCH, *pBindings, *this), in AreaPropertyPanel()
109 maColorTableControl(SID_COLOR_TABLE, *pBindings, *this), in AreaPropertyPanel()
111 maHatchListControl(SID_HATCH_LIST, *pBindings, *this), in AreaPropertyPanel()
112 maBitmapListControl(SID_BITMAP_LIST, *pBindings, *this), in AreaPropertyPanel()
136 mpBindings(pBindings), in AreaPropertyPanel()
689 SfxBindings* pBindings) in Create() argument
695 if (pBindings == NULL) in Create()
[all …]
/trunk/main/sfx2/source/appl/
H A Dchildwin.cxx231 if ( pBindings ) in CreateChildWindow()
232 pBindings->ENTERREGISTRATIONS(); in CreateChildWindow()
235 pChild = pFact->pCtor( pParent, nId, pBindings, &aInfo ); in CreateChildWindow()
237 if ( pBindings ) in CreateChildWindow()
238 pBindings->LEAVEREGISTRATIONS(); in CreateChildWindow()
246 SfxDispatcher *pDisp = pBindings->GetDispatcher_Impl(); in CreateChildWindow()
262 if ( pBindings ) in CreateChildWindow()
263 pBindings->ENTERREGISTRATIONS(); in CreateChildWindow()
266 pChild = pFact->pCtor( pParent, nId, pBindings, &aInfo ); in CreateChildWindow()
268 if ( pBindings ) in CreateChildWindow()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Dbasedlgs.hxx101 SfxBindings* pBindings; member in SfxModelessDialog
124 { return *pBindings; } in GetBindings()
134 SfxBindings* pBindings; member in SfxFloatingWindow
142 SfxFloatingWindow( SfxBindings *pBindings,
146 SfxFloatingWindow( SfxBindings *pBindings,
158 { return *pBindings; } in GetBindings()
H A Ddockwin.hxx48 SfxBindings* pBindings; member in SfxDockingWindow
80 SfxDockingWindow( SfxBindings *pBindings,
84 SfxDockingWindow( SfxBindings *pBindings,
98 SfxBindings& GetBindings() const { return *pBindings; } in GetBindings()
132 SfxBindings* pBindings ,
/trunk/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.cxx96 SfxBindings* pBindings) in Create() argument
102 if (pBindings == NULL) in Create()
108 pBindings); in Create()
114 SfxBindings* pBindings) in PagePropertyPanel() argument
116 , mpBindings(pBindings) in PagePropertyPanel()
186 , m_aSwPagePgULControl(SID_ATTR_PAGE_ULSPACE, *pBindings, *this) in PagePropertyPanel()
187 , m_aSwPagePgLRControl(SID_ATTR_PAGE_LRSPACE, *pBindings, *this) in PagePropertyPanel()
188 , m_aSwPagePgSizeControl(SID_ATTR_PAGE_SIZE, *pBindings, *this) in PagePropertyPanel()
189 , m_aSwPagePgControl(SID_ATTR_PAGE, *pBindings, *this) in PagePropertyPanel()
190 , m_aSwPageColControl(SID_ATTR_PAGE_COLUMN, *pBindings, *this) in PagePropertyPanel()
[all …]
H A DSwPanelFactory.cxx103 SfxBindings* pBindings = reinterpret_cast<SfxBindings*>(nBindingsValue); in createUIElement() local
114 if (pBindings == NULL) in createUIElement()
122 PagePropertyPanel* pPanel = PagePropertyPanel::Create( pParentWindow, xFrame, pBindings ); in createUIElement()
131 WrapPropertyPanel* pPanel = WrapPropertyPanel::Create( pParentWindow, xFrame, pBindings ); in createUIElement()
140 Window* pPanel = new SwNavigationPI(pBindings, NULL, pParentWindow); in createUIElement()
/trunk/main/basctl/source/basicide/
H A Dlocalizationmgr.cxx729 SfxBindings* pBindings = BasicIDE::GetBindingsPtr(); in handleAddLocales() local
730 if ( pBindings ) in handleAddLocales()
731 pBindings->Invalidate( SID_BASICIDE_CURRENT_LANG ); in handleAddLocales()
784 SfxBindings* pBindings = BasicIDE::GetBindingsPtr(); in handleRemoveLocales() local
785 if ( pBindings ) in handleRemoveLocales()
787 pBindings->Invalidate( SID_BASICIDE_CURRENT_LANG ); in handleRemoveLocales()
788 pBindings->Invalidate( SID_BASICIDE_MANAGE_LANG ); in handleRemoveLocales()
813 if ( pBindings ) in handleSetDefaultLocale()
814 pBindings->Invalidate( SID_BASICIDE_CURRENT_LANG ); in handleSetDefaultLocale()
833 if ( pBindings ) in handleSetCurrentLocale()
[all …]
H A Dbasides1.cxx313 SfxBindings* pBindings = BasicIDE::GetBindingsPtr(); in ExecuteGlobal() local
314 if ( pBindings ) in ExecuteGlobal()
316 pBindings->Invalidate( SID_DOC_MODIFIED ); in ExecuteGlobal()
317 pBindings->Invalidate( SID_SAVEDOC ); in ExecuteGlobal()
318 pBindings->Invalidate( SID_SIGNATURE ); in ExecuteGlobal()
331 SfxBindings* pBindings = BasicIDE::GetBindingsPtr(); in ExecuteGlobal() local
332 if ( pBindings ) in ExecuteGlobal()
333 pBindings->Invalidate( SID_SIGNATURE ); in ExecuteGlobal()
543 SfxBindings* pBindings = BasicIDE::GetBindingsPtr(); in ExecuteGlobal() local
544 if ( pBindings ) in ExecuteGlobal()
[all …]
H A Dbaside2b.cxx358 if ( pBindings ) in MouseButtonUp()
360 pBindings->Invalidate( SID_COPY ); in MouseButtonUp()
361 pBindings->Invalidate( SID_CUT ); in MouseButtonUp()
465 if ( pBindings ) in KeyInput()
467 pBindings->Invalidate( SID_CUT ); in KeyInput()
468 pBindings->Invalidate( SID_COPY ); in KeyInput()
476 pBindings->Invalidate( SID_SAVEDOC ); in KeyInput()
478 pBindings->Invalidate( SID_UNDO ); in KeyInput()
625 SfxBindings* pBindings = BasicIDE::GetBindingsPtr(); in CreateEditEngine() local
626 if ( pBindings ) in CreateEditEngine()
[all …]
/trunk/main/sc/source/ui/view/
H A Dreffact.cxx89 namespace { ScTabViewShell * lcl_GetTabViewShell( SfxBindings *pBindings ); }
325 SfxBindings* pBindings, in ScAcceptChgDlgWrapper() argument
333 new ScAcceptChgDlg( pBindings, this, pParentP, pViewShell->GetViewData() ) : in ScAcceptChgDlgWrapper()
387 ScTabViewShell * lcl_GetTabViewShell( SfxBindings *pBindings ) in lcl_GetTabViewShell() argument
389 if( pBindings ) in lcl_GetTabViewShell()
390 if( SfxDispatcher* pDisp = pBindings ->GetDispatcher() ) in lcl_GetTabViewShell()
/trunk/main/sw/source/ui/index/
H A Didxmrk.cxx86 SfxBindings* pBindings, in SFX_IMPL_CHILDWINDOW()
92 …pAbstDlg = pFact->CreateIndexMarkFloatDlg( DLG_INSIDXMARK , pBindings, this, pParentWindow, pInfo … in SFX_IMPL_CHILDWINDOW()
122 SfxBindings* pBindings, in SFX_IMPL_CHILDWINDOW()
128 …pAbstDlg = pFact->CreateAuthMarkFloatDlg( DLG_INSAUTHMARK, pBindings, this, pParentWindow, pInfo ); in SFX_IMPL_CHILDWINDOW()
/trunk/main/sfx2/source/control/
H A Dshell.cxx432 SfxBindings* pBindings = pDispat->GetBindings(); in PutItem() local
433 pBindings->Broadcast( aItemHint ); in PutItem()
435 SfxStateCache* pCache = pBindings->GetStateCache( nSlotId ); in PutItem()
1088 SfxBindings *pBindings = in SFX_EXEC_STUB() local
1094 pBindings->Invalidate(nId, sal_False, sal_True); in SFX_EXEC_STUB()
1142 SfxBindings *pBindings = pViewSh->GetViewFrame()->GetDispatcher()-> in SFX_EXEC_STUB() local
1144 pBindings->Invalidate( SID_OBJECT, sal_True, sal_True ); in SFX_EXEC_STUB()
/trunk/main/sfx2/source/dialog/
H A Drecfloat.cxx151 , pBindings( pBind ) in SfxRecordingFloatWrapper_Impl()
153 pWindow = new SfxRecordingFloat_Impl( pBindings, this, pParentWnd ); in SfxRecordingFloatWrapper_Impl()
162 …com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorder > xRecorder = pBindings->… in ~SfxRecordingFloatWrapper_Impl()
164 pBindings->GetDispatcher()->Execute( SID_STOP_RECORDING, SFX_CALLMODE_SYNCHRON, &aItem, 0L ); in ~SfxRecordingFloatWrapper_Impl()
171 …r::uno::Reference< com::sun::star::frame::XDispatchRecorder > xRecorder = pBindings->GetRecorder(); in QueryClose()
/trunk/main/svx/source/sidebar/text/
H A DSvxSBFontNameBox.cxx97 , pBindings(NULL) in SvxSBFontNameBox()
169 pBindings->GetDispatcher()->Execute( SID_ATTR_CHAR_FONT, SFX_CALLMODE_RECORD, &aFontItem, 0L ); in Select()
170 pBindings->Invalidate(SID_ATTR_CHAR_FONT,true,false); in Select()
175 pBindings = pB; in SetBindings()
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx800 SfxBindings* pBindings = getBindings( mrBase ); in invalidateSlots() local
801 if( pBindings ) in invalidateSlots()
803 pBindings->Invalidate( SID_INSERT_POSTIT ); in invalidateSlots()
804 pBindings->Invalidate( SID_DELETE_POSTIT ); in invalidateSlots()
805 pBindings->Invalidate( SID_DELETEALL_POSTIT ); in invalidateSlots()
806 pBindings->Invalidate( SID_PREVIOUS_POSTIT ); in invalidateSlots()
807 pBindings->Invalidate( SID_NEXT_POSTIT ); in invalidateSlots()
808 pBindings->Invalidate( SID_UNDO ); in invalidateSlots()
809 pBindings->Invalidate( SID_REDO ); in invalidateSlots()
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx305 SfxBindings* pBindings = getBindings( mrBase ); in ApplyStyle() local
306 if( pBindings ) in ApplyStyle()
308 pBindings->Invalidate( SID_UNDO ); in ApplyStyle()
309 pBindings->Invalidate( SID_REDO ); in ApplyStyle()
366 SfxBindings* pBindings = getBindings( mrBase ); in ApplyOptions() local
367 if( pBindings ) in ApplyOptions()
369 pBindings->Invalidate( SID_UNDO ); in ApplyOptions()
370 pBindings->Invalidate( SID_REDO ); in ApplyOptions()
/trunk/main/sw/source/core/doc/
H A Ddocdesc.cxx457 SfxBindings* pBindings = in ChgPageDesc() local
459 if ( pBindings ) in ChgPageDesc()
461 pBindings->Invalidate( SID_ATTR_PAGE_COLUMN ); in ChgPageDesc()
462 pBindings->Invalidate( SID_ATTR_PAGE ); in ChgPageDesc()
463 pBindings->Invalidate( SID_ATTR_PAGE_SIZE ); in ChgPageDesc()
464 pBindings->Invalidate( SID_ATTR_PAGE_ULSPACE ); in ChgPageDesc()
465 pBindings->Invalidate( SID_ATTR_PAGE_LRSPACE ); in ChgPageDesc()
/trunk/main/sd/source/ui/dlg/
H A DLayerDialogChildWindow.cxx53 SfxBindings* pBindings, in LayerDialogChildWindow() argument
58 pBindings->GetDispatcher()->GetFrame())); in LayerDialogChildWindow()
60 pBindings, in LayerDialogChildWindow()

Completed in 189 milliseconds

12345678