Home
last modified time | relevance | path

Searched refs:bInteractive (Results 1 – 10 of 10) sorted by relevance

/trunk/main/svtools/source/control/
H A Dhyperlabel.cxx69 sal_Bool bInteractive; member in svt::HyperLabelImpl
149 if ( IsEnabled() && (m_pImpl->bInteractive) ) in MouseMove()
180 if ( m_pImpl->m_bHyperMode && m_pImpl->bInteractive ) in MouseButtonDown()
188 if ( IsEnabled() && m_pImpl->bInteractive ) in GetFocus()
208 m_pImpl->bInteractive = ( _bInteractive && IsEnabled() ); in SetInteractive()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentsbase.cxx218 … uno::Reference< lang::XComponent >& rxComponent, sal_Bool bScreenUpdating, sal_Bool bInteractive ) in lclSetupComponent() argument
228 if( !bInteractive ) try in lclSetupComponent()
247 sal_Bool bInteractive = !xApplication.is() || xApplication->getInteractive(); in createDocument() local
276 lclSetupComponent( xComponent, bScreenUpdating, bInteractive ); in createDocument()
300 sal_Bool bInteractive = !xApplication.is() || xApplication->getInteractive(); in openDocument() local
344 lclSetupComponent( xComponent, bScreenUpdating, bInteractive ); in openDocument()
H A Dvbaapplicationbase.cxx256 void SAL_CALL VbaApplicationBase::setInteractive( ::sal_Bool bInteractive ) in setInteractive() argument
261 ::basic::vba::enableContainerWindowsOfAllDocuments( xModel, bInteractive ); in setInteractive()
/trunk/main/sw/source/ui/lingu/
H A Dsdrhhcwrap.cxx60 sal_Bool bInteractive ) : in SdrHHCWrapper() argument
72 bIsInteractive( bInteractive ) in SdrHHCWrapper()
H A Dsdrhhcwrap.hxx53 sal_Int32 nConvOptions, sal_Bool bInteractive );
/trunk/main/offapi/com/sun/star/awt/
H A DDockingEvent.idl72 boolean bInteractive;
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbaapplicationbase.hxx53 …virtual void SAL_CALL setInteractive( ::sal_Bool bInteractive ) throw (css::uno::RuntimeException);
/trunk/main/sfx2/inc/sfx2/
H A Ddinfdlg.hxx534 … AddLine( const ::rtl::OUString& sName, com::sun::star::uno::Any& rAny, bool bInteractive );
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx2394 void CustomPropertiesControl::AddLine( const ::rtl::OUString& sName, Any& rAny, bool bInteractive ) in AddLine() argument
2398 …if ( bInteractive && m_aPropertiesWin.GetOutputSizePixel().Height() < m_aPropertiesWin.GetVisibleL… in AddLine()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx809 aEvent.bInteractive = pData->mbInteractive; in ProcessWindowEvent()
830 aEvent.bInteractive = pData->mbInteractive; in ProcessWindowEvent()

Completed in 50 milliseconds