Home
last modified time | relevance | path

Searched refs:ScNavigatorDlg (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/ui/navipi/
H A Dnavipi.cxx79 void ScNavigatorDlg::ReleaseFocus() in ReleaseFocus()
95 ColumnEdit::ColumnEdit( ScNavigatorDlg* pParent, const ResId& rResId ) in ColumnEdit()
130 ScNavigatorDlg::ReleaseFocus(); in Notify()
307 RowEdit::RowEdit( ScNavigatorDlg* pParent, const ResId& rResId ) in RowEdit()
333 ScNavigatorDlg::ReleaseFocus(); in Notify()
363 ScDocListBox::ScDocListBox( ScNavigatorDlg* pParent, const ResId& rResId ) in ScDocListBox()
379 ScNavigatorDlg::ReleaseFocus(); in Select()
389 CommandToolBox::CommandToolBox( ScNavigatorDlg* pParent, const ResId& rResId ) in CommandToolBox()
581 pNavigator = new ScNavigatorDlg( pBind, this, pParent, true ); in SFX_IMPL_CHILDWINDOWCONTEXT()
645 ((ScNavigatorDlg*)GetWindow())->Resizing(rSize); in Resizing()
[all …]
H A Dcontent.cxx138 pParentWindow = (ScNavigatorDlg*)pParent; in ScContentTree()
430 ScNavigatorDlg::ReleaseFocus(); // set focus into document in IMPL_LINK()
506 ScNavigatorDlg* pScNavigatorDlg = (ScNavigatorDlg*)pWindow; in KeyInput()
1007 ScNavigatorDlg* pScNavigatorDlg=NULL; in GetDrawNames()
1011 pScNavigatorDlg = (ScNavigatorDlg*)pWindow; in GetDrawNames()
H A Dnavcitem.cxx45 ScNavigatorDlg& rDlg, in ScNavigatorControllerItem()
/trunk/main/sc/source/ui/inc/
H A Dnavipi.hxx45 class ScNavigatorDlg;
132 ColumnEdit( ScNavigatorDlg* pParent, const ResId& rResId );
147 ScNavigatorDlg& rDlg;
165 RowEdit( ScNavigatorDlg* pParent, const ResId& rResId );
176 ScNavigatorDlg& rDlg;
188 ScDocListBox( ScNavigatorDlg* pParent, const ResId& rResId );
195 ScNavigatorDlg& rDlg;
205 CommandToolBox( ScNavigatorDlg* pParent, const ResId& rResId );
221 ScNavigatorDlg& rDlg;
228 class ScNavigatorDlg : public Window, public SfxListener class
[all …]
H A Dnavcitem.hxx33 class ScNavigatorDlg;
39 ScNavigatorDlg& rDlg,
46 ScNavigatorDlg& rNavigatorDlg;
H A Dcontent.hxx32 class ScNavigatorDlg;
58 ScNavigatorDlg* pParentWindow;
/trunk/main/sc/source/ui/sidebar/
H A DScPanelFactory.cxx152 Window* pPanel = new ScNavigatorDlg(pBindings, NULL, pParentWindow, false); in createUIElement()