Home
last modified time | relevance | path

Searched refs:s_pFocusFrame (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/headless/
H A Dsvpframe.cxx36 SvpSalFrame* SvpSalFrame::s_pFocusFrame = nullptr; member in SvpSalFrame
86 if( s_pFocusFrame == this ) in ~SvpSalFrame()
89 s_pFocusFrame = nullptr; in ~SvpSalFrame()
94 if( s_pFocusFrame == nullptr ) in ~SvpSalFrame()
120 if( s_pFocusFrame == this ) in GetFocus()
125 if( s_pFocusFrame ) in GetFocus()
126 s_pFocusFrame->LoseFocus(); in GetFocus()
128 s_pFocusFrame = this; in GetFocus()
135 if( s_pFocusFrame == this ) in LoseFocus()
139 s_pFocusFrame = nullptr; in LoseFocus()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/headless/
H A Dsvpframe.cxx37 SvpSalFrame* SvpSalFrame::s_pFocusFrame = nullptr; member in SvpSalFrame
87 if( s_pFocusFrame == this ) in ~SvpSalFrame()
90 s_pFocusFrame = nullptr; in ~SvpSalFrame()
95 if( s_pFocusFrame == nullptr ) in ~SvpSalFrame()
121 if( s_pFocusFrame == this ) in GetFocus()
126 if( s_pFocusFrame ) in GetFocus()
127 s_pFocusFrame->LoseFocus(); in GetFocus()
129 s_pFocusFrame = this; in GetFocus()
136 if( s_pFocusFrame == this ) in LoseFocus()
140 s_pFocusFrame = nullptr; in LoseFocus()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/headless/
H A Dsvpframe.hxx57 static SvpSalFrame* s_pFocusFrame; member in SvpSalFrame
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/headless/
H A Dsvpframe.hxx56 static SvpSalFrame* s_pFocusFrame; member in SvpSalFrame