Home
last modified time | relevance | path

Searched refs:Window (Results 276 – 300 of 3258) sorted by relevance

1...<<11121314151617181920>>...131

/aoo42x/main/extensions/source/propctrlr/
H A Dbrowserline.hxx64 Window* m_pControlWindow;
68 Window* m_pTheParent;
75 OBrowserLine( const ::rtl::OUString& _rEntryName, Window* pParent);
83 inline Window* getControlWindow() const in getControlWindow()
103 Window* GetRefWindow();
104 void SetTabOrder(Window* pRefWindow, sal_uInt16 nFlags );
/aoo42x/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx91 CategoryListBox( Window* pParent, const ResId& rResId );
108 CategoryListBox::CategoryListBox( Window* pParent, const ResId& rResId ) in CategoryListBox()
189 …CustomAnimationCreateTabPage( Window* pParent, CustomAnimationCreateDialog* pDialogParent, int nTa…
253 CustomAnimationCreateTabPage::CustomAnimationCreateTabPage( Window* pParent, CustomAnimationCreateD… in CustomAnimationCreateTabPage()
516 CustomAnimationCreateDialog::CustomAnimationCreateDialog( Window* pParent, CustomAnimationPane* pPa… in CustomAnimationCreateDialog()
659 Window * lcl_GetTopmostParent( Window * pWindow ) in lcl_GetTopmostParent()
661 Window * pResult = 0; in lcl_GetTopmostParent()
662 Window * pCurrent = pWindow ? pWindow->GetParent() : 0; in lcl_GetTopmostParent()
684 Window * pParent = lcl_GetTopmostParent( this ); in setPosition()
/aoo42x/main/vcl/inc/vcl/
H A Dlstbox.hxx73 using Window::ImplInit;
74 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
86 explicit ListBox( Window* pParent, WinBits nStyle = WB_BORDER );
87 explicit ListBox( Window* pParent, const ResId& );
101 virtual Window* GetPreferredKeyInputWindow();
266 explicit MultiListBox( Window* pParent, WinBits nStyle = 0 );
267 explicit MultiListBox( Window* pParent, const ResId& );
/aoo42x/main/svtools/source/edit/
H A Dsvmedit.cxx58 class TextWindow : public Window
71 TextWindow( Window* pParent );
749 TextWindow::TextWindow( Window* pParent ) : Window( pParent ) in TextWindow()
784 Window::MouseMove( rMEvt ); in MouseMove()
791 Window::MouseButtonDown( rMEvt ); in MouseButtonDown()
799 Window::MouseButtonUp( rMEvt ); in MouseButtonUp()
840 Window::KeyInput( rKEvent ); in KeyInput()
939 Window::Command( rCEvt ); in Command()
944 Window::GetFocus(); in GetFocus()
971 Window::LoseFocus(); in LoseFocus()
[all …]
/aoo42x/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx220 class OTablePreviewWindow : public Window
231 …OTablePreviewWindow::OTablePreviewWindow(Window* pParent, WinBits nStyle) : Window( pParent, nStyl… in OTablePreviewWindow()
238 long nRet = Window::Notify( rNEvt ); in Notify()
252 Window::DataChanged( rDCEvt ); in DataChanged()
798 Window* pCurrent = getCurrentView(); in setDetailPage()
1098 Window* pWindow = getCurrentView(); in Resize()
1370 Window::KeyInput(rKEvt); in KeyInput()
1376 Window::DataChanged( rDCEvt ); in DataChanged()
1430 : Window(_pParent) in OPreviewWindow()
1472 Window::Paint( rRect ); in Paint()
[all …]
/aoo42x/main/basctl/source/dlged/
H A Ddlgedfunc.cxx39 Window* pWindow = pParent->GetWindow(); in IMPL_LINK_INLINE_START()
53 Window* pWindow = pParent->GetWindow(); in IMPL_LINK_INLINE_END()
136 Window* pWindow = pParent->GetWindow(); in KeyInput()
382 Window* pWindow= pParent->GetWindow(); in MouseButtonDown()
422 Window* pWindow= pParent->GetWindow(); in MouseButtonUp()
457 Window* pWindow= pParent->GetWindow(); in MouseMove()
494 Window* pWindow = pParent->GetWindow(); in MouseButtonDown()
560 Window* pWindow= pParent->GetWindow(); in MouseButtonUp()
613 Window* pWindow= pParent->GetWindow(); in MouseMove()
/aoo42x/main/sc/source/ui/inc/
H A Dtabview.hxx70 class ScCornerButton : public Window
81 ScCornerButton( Window* pParent, ScViewData* pData, sal_Bool bAdditional );
94 Window* pFrameWin; // als erstes !!!
221 ScTabView( Window* pParent, ScDocShell& rDocSh, ScTabViewShell* pViewShell );
311 Window* GetActiveWin();
312 Window* GetWindowByPos( ScSplitPos ePos );
314 ScSplitPos FindWindow( Window* pWindow ) const;
512 Window* GetParentOrChild( sal_uInt16 nChildId );
516 Window* GetFrameWin() const { return pFrameWin; } in GetFrameWin()
/aoo42x/main/sd/source/ui/slidesorter/controller/
H A DSlsClipboard.cxx244 void Clipboard::DoCut (::Window* pWindow) in DoCut()
256 void Clipboard::DoDelete (::Window* ) in DoDelete() argument
267 void Clipboard::DoCopy (::Window* pWindow ) in DoCopy()
275 void Clipboard::DoPaste (::Window* pWindow) in DoPaste()
298 sal_Int32 Clipboard::GetInsertionPosition (::Window* pWindow) in GetInsertionPosition()
425 ::Window* pWindow, in CreateSlideTransferable()
492 ::Window* pActionWindow = pWindow; in CreateSlideTransferable()
622 ::Window* pWindow) in StartDrag()
711 ::sd::Window* pTargetWindow, in AcceptDrop()
782 ::sd::Window* pTargetWindow, in ExecuteDrop()
[all …]
/aoo42x/main/sfx2/source/sidebar/
H A DPanel.cxx55 Window* pParentWindow, in Panel()
59 : Window(pParentWindow), in Panel()
188 Window::Paint(rUpdateArea); in Paint()
196 Window::Resize(); in Resize()
217 Window::Activate(); in Activate()
244 Window* pElementWindow = VCLUnoHelper::GetWindow(GetElementWindow()); in PrintWindowTree()
/aoo42x/main/vcl/source/window/
H A Dmenu.cxx492 using Window::ImplScroll;
547 using Window::ImplInit;
583 Window::DataChanged( rDCEvt ); in DataChanged()
664 class MenuBarWindow : public Window
1251 Window* pWin = ImplGetWindow(); in InsertItem()
1419 Window* pWin = ImplGetWindow(); in RemoveItem()
3393 Window* MenuBar::ImplCreate( Window* pParent, Window* pWindow, MenuBar* pMenu ) in ImplCreate()
5169 Window* pW = this; in RequestHelp()
5235 Window( pParent, 0 ), in MenuBarWindow()
6004 Window::StateChanged( nType ); in StateChanged()
[all …]
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx119 OScrollWindowHelper::OScrollWindowHelper( Window* pParent) : Window( pParent) in DBG_NAME()
172 Window::Resize(); in Resize()
221 :Window( pParent,WB_BORDER ) in OJoinTableView()
267 Window::Resize(); in Resize()
939 Window::MouseButtonDown(rEvt); in MouseButtonDown()
946 Window::MouseButtonUp(rEvt); in MouseButtonUp()
985 Window::KeyInput( rEvt ); in KeyInput()
1341 Window::Command(rEvt); in Command()
1561 Window* pSearchFor = NULL; in PreNotify()
1710 Window::LoseFocus(); in LoseFocus()
[all …]
/aoo42x/main/svtools/source/toolpanel/
H A Dtoolpaneldrawer.cxx54 :Window( &i_rParent ) in DrawerVisualization()
70 Window::Paint( i_rBoundingBox ); in Paint()
78 ToolPanelDrawer::ToolPanelDrawer( Window& i_rParent, const ::rtl::OUString& i_rTitle ) in ToolPanelDrawer()
79 :Window( &i_rParent, WB_TABSTOP ) in ToolPanelDrawer()
252 Window::Resize(); in Resize()
267 Window::DataChanged( i_rEvent ); in DataChanged()
308 Reference< XWindowPeer > xWindowPeer( Window::GetComponentInterface( sal_False ) ); in GetComponentInterface()
/aoo42x/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.hxx136 using Window::SetSettings;
139 SwSelectAddressBlockDialog(Window* pParent, SwMailMergeConfigItem& rConfig);
178 using Window::Notify;
217 SwRestrictedComboBox(Window* pParent, const ResId& rResId): in SwRestrictedComboBox()
283 void MoveFocus( Window* pMember, bool bNext );
286 SwCustomizeAddressBlockDialog(Window* pParent, SwMailMergeConfigItem& rConfig, DialogType);
320 SwAssignFieldsDialog(Window* pParent,
/aoo42x/main/cui/source/inc/
H A Dhangulhanjadlg.hxx55 SuggestionSet( Window* pParent );
65 SuggestionDisplay( Window* pParent, const ResId& rResId );
141 Window* _pParent,
231 HangulHanjaOptionsDialog( Window* _pParent );
254 HangulHanjaNewDictDialog( Window* _pParent );
273 SuggestionEdit( Window* pParent, const ResId& rResId,
333 HangulHanjaEditDictDialog( Window* _pParent, HHDictList& _rDictList, sal_uInt32 _nSelDict );
H A Dcuitabline.hxx71 SvxLineTabDialog( Window* pParent, const SfxItemSet* pAttr,
212 SvxLineTabPage( Window* pParent, const SfxItemSet& rInAttrs );
218 static SfxTabPage* Create( Window*, const SfxItemSet& );
227 virtual void PointChanged( Window* pWindow, RECT_POINT eRP );
324 SvxLineDefTabPage( Window* pParent, const SfxItemSet& rInAttrs );
328 static SfxTabPage* Create( Window*, const SfxItemSet& );
403 SvxLineEndDefTabPage( Window* pParent, const SfxItemSet& rInAttrs );
408 static SfxTabPage* Create( Window*, const SfxItemSet& );
/aoo42x/main/basctl/source/basicide/
H A Dbasicbox.cxx91 Window* LibBoxControl::CreateItemWindow( Window *pParent ) in CreateItemWindow()
100 DocListenerBox::DocListenerBox( Window* pParent ) in DocListenerBox()
159 BasicLibBox::BasicLibBox( Window* pParent, const uno::Reference< frame::XFrame >& rFrame ) : in BasicLibBox()
203 Window* pShellWin = pCurSh->GetWindow(); in ReleaseFocus()
390 Window* LanguageBoxControl::CreateItemWindow( Window *pParent ) in CreateItemWindow()
397 BasicLanguageBox::BasicLanguageBox( Window* pParent ) : in BasicLanguageBox()
/aoo42x/main/sc/source/ui/view/
H A Dgridwin5.cxx69 Window* pWin = pViewData->GetView()->GetWindowByPos( eWhich ); in ScHideTextCursor()
80 Window* pWin = pViewData->GetView()->GetWindowByPos( eWhich ); in ~ScHideTextCursor()
224Window* pLeft = pViewData->GetView()->GetWindowByPos( bVSplit ? SC_SPLIT_TOPLEFT : SC_SPLIT_BOTTOM… in ShowNoteMarker()
225Window* pRight = bHSplit ? pViewData->GetView()->GetWindowByPos( bVSplit ? SC_SPLIT_TOPRIGHT : SC_… in ShowNoteMarker()
226 Window* pBottom = bVSplit ? pViewData->GetView()->GetWindowByPos( SC_SPLIT_BOTTOMLEFT ) : 0; in ShowNoteMarker()
227Window* pDiagonal = (bHSplit && bVSplit) ? pViewData->GetView()->GetWindowByPos( SC_SPLIT_BOTTOMRI… in ShowNoteMarker()
274 Window::RequestHelp( rHEvt ); // alte Tip/Balloon ausschalten in RequestHelp()
409 Window::RequestHelp( rHEvt ); in RequestHelp()
/aoo42x/main/svx/inc/svx/
H A Ddlgctl3d.hxx62 Svx3DPreviewControl(Window* pParent, const ResId& rResId);
63 Svx3DPreviewControl(Window* pParent, WinBits nStyle = 0);
118 Svx3DLightControl(Window* pParent, const ResId& rResId);
119 Svx3DLightControl(Window* pParent, WinBits nStyle = 0);
173 SvxLightCtl3D( Window* pParent, const ResId& rResId);
174 SvxLightCtl3D( Window* pParent, WinBits nStyle = 0);
/aoo42x/main/formula/inc/formula/
H A Dformula.hxx59 FormulaModalDialog( Window* pParent
79 rtl::OString FindFocusWin(Window *pWin);
80 void SetFocusWin(Window *pWin,const rtl::OString& nUniqueId);
107 , Window* pParent
128 rtl::OString FindFocusWin(Window *pWin);
129 void SetFocusWin(Window *pWin,const rtl::OString& nUniqueId);
/aoo42x/main/sw/source/ui/inc/
H A Dworkctrl.hxx126 SwScrollNaviToolBox(Window* pParent, WinBits nWinStyle ) : in SwScrollNaviToolBox()
145 using Window::GetQuickHelpText;
184 …SwNaviImageButton(Window* pParent, const ::com::sun::star::uno::Reference< ::com::sun::star::frame…
195 SwHlpImageButton(Window* pParent, const ResId& rResId, sal_Bool bUpBtn) : in SwHlpImageButton()
216 virtual Window* CreateItemWindow( Window *pParent );
/aoo42x/main/svtools/inc/svtools/
H A Dwizardmachine.hxx106 OWizardPage( Window* _pParent, WinBits _nStyle = 0 );
107 OWizardPage( Window* _pParent, const ResId& _rResId );
174 SVT_DLLPRIVATE void addButtons(Window* _pParent, sal_uInt32 _nButtonFlags);
184 OWizardMachine(Window* _pParent, const ResId& _rRes, sal_uInt32 _nButtonFlags );
185 OWizardMachine(Window* _pParent, const WinBits i_nStyle, sal_uInt32 _nButtonFlags );
362 SVT_DLLPRIVATE void implResetDefault(Window* _pWindow);
/aoo42x/main/accessibility/source/standard/
H A Daccessiblemenucomponent.cxx120 Window* pWindow = m_pMenu->GetWindow(); in implGetBounds()
192 Window* pWindow = m_pMenu->GetWindow(); in getAccessibleParent()
195 Window* pParent = pWindow->GetAccessibleParentWindow(); in getAccessibleParent()
222 Window* pWindow = m_pMenu->GetWindow(); in getAccessibleDescription()
280 Window* pWindow = m_pMenu->GetWindow(); in getLocationOnScreen()
299 Window* pWindow = m_pMenu->GetWindow(); in grabFocus()
338 Window* pWindow = m_pMenu->GetWindow(); in getFont()
/aoo42x/main/formula/source/ui/dlg/
H A Dfuncutl.cxx46 ValWnd::ValWnd( Window* pParent, const ResId& rId ) : Window( pParent, rId ) in ValWnd()
99 ArgEdit::ArgEdit( Window* pParent, const ResId& rResId ) in ArgEdit()
732 EditBox::EditBox( Window* pParent,WinBits nWinStyle) in EditBox()
755 EditBox::EditBox( Window* pParent, const ResId& rResId ) in EditBox()
941 RefEdit::RefEdit( Window* _pParent,IControlReferenceHandler* pParent, const ResId& rResId ) : in RefEdit()
950 RefEdit::RefEdit( Window* pParent, const ResId& rResId ) : in RefEdit()
1043 RefButton::RefButton( Window* _pParent, const ResId& rResId) : in RefButton()
1055 RefButton::RefButton( Window* _pParent, const ResId& rResId, RefEdit* pEdit, IControlReferenceHandl… in RefButton()
/aoo42x/main/svx/source/dialog/
H A Dorienthelper.cxx42 typedef std::pair< Window*, TriState > WindowPair;
53 void AddDependentWindow( Window& rWindow, TriState eDisableIfStacked );
56 void EnableWindow( Window& rWindow, TriState eDisableIfStacked );
76 void OrientationHelper_Impl::AddDependentWindow( Window& rWindow, TriState eDisableIfStacked ) in AddDependentWindow()
88 void OrientationHelper_Impl::EnableWindow( Window& rWindow, TriState eDisableIfStacked ) in EnableWindow()
135 void OrientationHelper::AddDependentWindow( Window& rWindow, TriState eDisableIfStacked ) in AddDependentWindow()
/aoo42x/main/cui/source/options/
H A Doptgdlg.hxx77 OfaMiscTabPage( Window* pParent, const SfxItemSet& rSet );
80 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet );
148 OfaViewTabPage( Window* pParent, const SfxItemSet& rSet );
151 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet );
203 OfaLanguagesTabPage( Window* pParent, const SfxItemSet& rSet );
206 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet );

Completed in 134 milliseconds

1...<<11121314151617181920>>...131