Searched refs:pNonConstThis (Results 1 – 3 of 3) sorted by relevance
222 … CellBindingPropertyHandler* pNonConstThis = const_cast< CellBindingPropertyHandler* >( this ); in impl_updateDependentProperty_nothrow() local223 …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()
344 OJoinController* pNonConstThis = const_cast< OJoinController* >( this ); in impl_getDialogContext() local345 pNonConstThis->m_pDialogContext.reset( new AddTableDialogContext( *pNonConstThis ) ); in impl_getDialogContext()
463 OCellValueBinding* pNonConstThis = const_cast< OCellValueBinding* >( this ); in checkValueType() local464 if ( !pNonConstThis->supportsType( _rType ) ) in checkValueType()471 throw IncompatibleTypesException( sMessage, *pNonConstThis ); in checkValueType()
Completed in 33 milliseconds