/trunk/main/svx/source/form/ |
H A D | fmcontrolbordermanager.cxx | 151 …ControlStatus ControlBorderManager::getControlStatus( const Reference< XControl >& _rxControl ) SA… in getControlStatus() 187 …void ControlBorderManager::updateBorderStyle( const Reference< XControl >& _rxControl, const Refer… in updateBorderStyle() 203 …void ControlBorderManager::determineOriginalBorderStyle( const Reference< XControl >& _rxControl, … in determineOriginalBorderStyle() 230 …void ControlBorderManager::controlStatusGained( const Reference< XInterface >& _rxControl, Control… in controlStatusGained() 263 …void ControlBorderManager::controlStatusLost( const Reference< XInterface >& _rxControl, ControlDa… in controlStatusLost() 345 … void ControlBorderManager::focusGained( const Reference< XInterface >& _rxControl ) SAL_THROW(()) in focusGained() 352 void ControlBorderManager::focusLost( const Reference< XInterface >& _rxControl ) SAL_THROW(()) in focusLost() 359 … void ControlBorderManager::mouseEntered( const Reference< XInterface >& _rxControl ) SAL_THROW(()) in mouseEntered() 366 … void ControlBorderManager::mouseExited( const Reference< XInterface >& _rxControl ) SAL_THROW(()) in mouseExited() 373 …void ControlBorderManager::validityChanged( const Reference< XControl >& _rxControl, const Referen… in validityChanged()
|
H A D | formfeaturedispatcher.cxx | 190 …void SAL_CALL OSingleFeatureDispatcher::addStatusListener( const Reference< XStatusListener >& _rx… in addStatusListener() 214 …void SAL_CALL OSingleFeatureDispatcher::removeStatusListener( const Reference< XStatusListener >& … in removeStatusListener()
|
H A D | fmtextcontrolshell.cxx | 483 bool lcl_determineReadOnly( const Reference< XControl >& _rxControl ) in lcl_determineReadOnly() 512 static Window* lcl_getWindow( const Reference< XControl >& _rxControl ) in lcl_getWindow() 532 bool lcl_isRichText( const Reference< XControl >& _rxControl ) in lcl_isRichText() 1213 void FmTextControlShell::controlActivated( const Reference< XControl >& _rxControl ) in controlActivated() 1289 …void FmTextControlShell::fillFeatureDispatchers( const Reference< XControl > _rxControl, SfxSlotI… in fillFeatureDispatchers()
|
H A D | formcontroller.cxx | 2296 …bool lcl_shouldListenForModifications( const Reference< XControl >& _rxControl, const Reference< X… in lcl_shouldListenForModifications() 2475 void FormController::implControlInserted( const Reference< XControl>& _rxControl, bool _bAddToEvent… in implControlInserted() 2514 void FormController::implControlRemoved( const Reference< XControl>& _rxControl, bool _bRemoveFromE… in implControlRemoved() 2545 void FormController::implSetCurrentControl( const Reference< XControl >& _rxControl ) in implSetCurrentControl()
|
H A D | filtnav.cxx | 407 ::rtl::OUString lcl_getLabelName_nothrow( const Reference< XControl >& _rxControl ) in lcl_getLabelName_nothrow() 423 Reference< XPropertySet > lcl_getBoundField_nothrow( const Reference< XControl >& _rxControl ) in lcl_getBoundField_nothrow()
|
H A D | fmshimp.cxx | 494 sal_Bool IsSearchableControl( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInter… in IsSearchableControl()
|
/trunk/main/xmloff/source/forms/ |
H A D | formlayerexport.cxx | 80 ::rtl::OUString OFormLayerXMLExport::getControlId(const Reference< XPropertySet >& _rxControl) in getControlId() 86 …::rtl::OUString OFormLayerXMLExport::getControlNumberStyle( const Reference< XPropertySet >& _rxCo… in getControlNumberStyle() 153 void OFormLayerXMLExport::excludeFromExport( const Reference< XControlModel > _rxControl ) in excludeFromExport()
|
H A D | layerexport.cxx | 155 void OFormLayerXMLExport_Impl::exportControl(const Reference< XPropertySet >& _rxControl, in exportControl() 402 ::rtl::OUString OFormLayerXMLExport_Impl::getControlId(const Reference< XPropertySet >& _rxControl) in getControlId() 423 …::rtl::OUString OFormLayerXMLExport_Impl::getControlNumberStyle( const Reference< XPropertySet >& … in getControlNumberStyle() 605 …void OFormLayerXMLExport_Impl::collectGridColumnStylesAndIds( const Reference< XPropertySet >& _rx… in collectGridColumnStylesAndIds() 696 …void OFormLayerXMLExport_Impl::examineControlNumberFormat( const Reference< XPropertySet >& _rxCon… in examineControlNumberFormat() 814 void OFormLayerXMLExport_Impl::excludeFromExport( const Reference< XControlModel > _rxControl ) in excludeFromExport()
|
H A D | layerimport.cxx | 392 void OFormLayerXMLImport_Impl::registerControlId(const Reference< XPropertySet >& _rxControl, const… in registerControlId() 402 void OFormLayerXMLImport_Impl::registerControlReferences(const Reference< XPropertySet >& _rxContro… in registerControlReferences()
|
H A D | elementexport.cxx | 254 …OControlExport::OControlExport(IFormsExportContext& _rContext, const Reference< XPropertySet >& _… in OControlExport() 1983 …OColumnExport::OColumnExport(IFormsExportContext& _rContext, const Reference< XPropertySet >& _rxC… in OColumnExport()
|
/trunk/main/toolkit/source/controls/ |
H A D | unocontrolcontainer.cxx | 193 UnoControlHolderList::ControlIdentifier UnoControlHolderList::addControl( const uno::Reference< awt… in addControl() 237 UnoControlHolderList::ControlIdentifier UnoControlHolderList::getControlIdentifier( const uno::Refe… in getControlIdentifier() 285 UnoControlHolderList::ControlIdentifier UnoControlHolderList::impl_addControl( const uno::Reference… in impl_addControl() 626 void UnoControlContainer::addingControl( const uno::Reference< awt::XControl >& _rxControl ) in addingControl() 638 void UnoControlContainer::impl_createControlPeerIfNecessary( const uno::Reference< awt::XControl >&… in impl_createControlPeerIfNecessary() 653 sal_Int32 UnoControlContainer::impl_addControl( const uno::Reference< awt::XControl >& _rxControl, … in impl_addControl() 680 void UnoControlContainer::removingControl( const uno::Reference< awt::XControl >& _rxControl ) in removingControl() 689 void UnoControlContainer::impl_removeControl( sal_Int32 _nId, const uno::Reference< awt::XControl >… in impl_removeControl() 712 void UnoControlContainer::removeControl( const uno::Reference< awt::XControl >& _rxControl ) throw(… in removeControl()
|
H A D | controlmodelcontainerbase.cxx | 1674 void ControlContainerBase::addingControl( const Reference< XControl >& _rxControl ) in addingControl() 1696 void ControlContainerBase::removingControl( const Reference< XControl >& _rxControl ) in removingControl()
|
/trunk/main/forms/source/richtext/ |
H A D | featuredispatcher.cxx | 81 …void SAL_CALL ORichTextFeatureDispatcher::addStatusListener( const Reference< XStatusListener >& _… in addStatusListener() 97 …void SAL_CALL ORichTextFeatureDispatcher::removeStatusListener( const Reference< XStatusListener >… in removeStatusListener()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | defaulthelpprovider.cxx | 164 …Window* DefaultHelpProvider::impl_getVclControlWindow_nothrow( const Reference< XPropertyControl >… in impl_getVclControlWindow_nothrow() 185 …::rtl::OUString DefaultHelpProvider::impl_getHelpText_nothrow( const Reference< XPropertyControl >… in impl_getHelpText_nothrow()
|
H A D | browserlistbox.cxx | 260 …void PropertyControlContext_Impl::impl_notify_throw( const Reference< XPropertyControl >& _rxContr… in impl_notify_throw() 980 …void SAL_CALL OBrowserListBox::focusGained( const Reference< XPropertyControl >& _rxControl ) thro… in focusGained() 996 …void SAL_CALL OBrowserListBox::valueChanged( const Reference< XPropertyControl >& _rxControl ) thr… in valueChanged() 1044 void lcl_implDisposeControl_nothrow( const Reference< XPropertyControl >& _rxControl ) in lcl_implDisposeControl_nothrow()
|
H A D | browserline.cxx | 123 void OBrowserLine::setControl( const Reference< XPropertyControl >& _rxControl ) in setControl()
|
/trunk/main/toolkit/source/helper/ |
H A D | formpdfexport.cxx | 283 void TOOLKIT_DLLPUBLIC describePDFControl( const Reference< XControl >& _rxControl, in describePDFControl()
|
/trunk/main/svx/source/accessibility/ |
H A D | AccessibleControlShape.cxx | 130 inline sal_Bool isAliveMode( const Reference< XControl >& _rxControl ) in isAliveMode()
|
/trunk/main/svx/source/sdr/contact/ |
H A D | viewobjectcontactofunocontrol.cxx | 173 explicit ControlHolder( const Reference< XControl >& _rxControl ) in ControlHolder() 181 ControlHolder& operator=( const Reference< XControl >& _rxControl ) in operator =()
|