Searched refs:bInteractive (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/svtools/source/control/ |
H A D | hyperlabel.cxx | 69 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()
|
/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbadocumentsbase.cxx | 218 … 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 D | vbaapplicationbase.cxx | 256 void SAL_CALL VbaApplicationBase::setInteractive( ::sal_Bool bInteractive ) in setInteractive() argument 261 ::basic::vba::enableContainerWindowsOfAllDocuments( xModel, bInteractive ); in setInteractive()
|
/aoo4110/main/sw/source/ui/lingu/ |
H A D | sdrhhcwrap.cxx | 64 sal_Bool bInteractive ) : in SdrHHCWrapper() argument 76 bIsInteractive( bInteractive ) in SdrHHCWrapper()
|
H A D | sdrhhcwrap.hxx | 53 sal_Int32 nConvOptions, sal_Bool bInteractive );
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | DockingEvent.idl | 72 boolean bInteractive;
|
/aoo4110/main/vbahelper/inc/vbahelper/ |
H A D | vbaapplicationbase.hxx | 53 …virtual void SAL_CALL setInteractive( ::sal_Bool bInteractive ) throw (css::uno::RuntimeException);
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | dinfdlg.hxx | 534 … AddLine( const ::rtl::OUString& sName, com::sun::star::uno::Any& rAny, bool bInteractive );
|
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxwindow.cxx | 809 aEvent.bInteractive = pData->mbInteractive; in ProcessWindowEvent() 830 aEvent.bInteractive = pData->mbInteractive; in ProcessWindowEvent()
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 2394 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()
|
Completed in 146 milliseconds