Lines Matching refs:GetWindow
59 if ( GetWindow() ) in VCLXAccessibleTextComponent()
60 m_sText = OutputDevice::GetNonMnemonicString( GetWindow()->GetText() ); in VCLXAccessibleTextComponent()
105 if ( GetWindow() ) in implGetText()
106 aText = OutputDevice::GetNonMnemonicString( GetWindow()->GetText() ); in implGetText()
190 if ( GetWindow() ) in getCharacterAttributes()
192 Font aFont = GetWindow()->GetControlFont(); in getCharacterAttributes()
194 sal_Int32 nBackColor = GetWindow()->GetControlBackground().GetColor(); in getCharacterAttributes()
195 sal_Int32 nColor = GetWindow()->GetControlForeground().GetColor(); in getCharacterAttributes()
264 Control* pControl = static_cast< Control* >( GetWindow() ); in getCharacterBounds()
287 Control* pControl = static_cast< Control* >( GetWindow() ); in getIndexAtPoint()
386 if ( GetWindow() ) in copyText()
388 Reference< datatransfer::clipboard::XClipboard > xClipboard = GetWindow()->GetClipboard(); in copyText()