Home
last modified time | relevance | path

Searched refs:pNonConstThis (Results 1 – 3 of 3) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dcellbindinghandler.cxx222 … CellBindingPropertyHandler* pNonConstThis = const_cast< CellBindingPropertyHandler* >( this ); in impl_updateDependentProperty_nothrow() local
223 …Reference< XValueBinding > xBinding( pNonConstThis->getPropertyValue( PROPERTY_BOUND_CELL ), UNO_Q… in impl_updateDependentProperty_nothrow()
224 …Reference< XListEntrySource > xListSource( pNonConstThis->getPropertyValue( PROPERTY_LIST_CELL_RAN… in impl_updateDependentProperty_nothrow()
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinController.cxx344 OJoinController* pNonConstThis = const_cast< OJoinController* >( this ); in impl_getDialogContext() local
345 pNonConstThis->m_pDialogContext.reset( new AddTableDialogContext( *pNonConstThis ) ); in impl_getDialogContext()
/trunk/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx463 OCellValueBinding* pNonConstThis = const_cast< OCellValueBinding* >( this ); in checkValueType() local
464 if ( !pNonConstThis->supportsType( _rType ) ) in checkValueType()
471 throw IncompatibleTypesException( sMessage, *pNonConstThis ); in checkValueType()

Completed in 31 milliseconds