Searched refs:IsBound (Results 1 – 18 of 18) sorted by relevance
78 sal_Bool SfxControllerItem::IsBound() const in IsBound() function in SfxControllerItem101 if ( IsBound() ) { in Bind()120 if ( IsBound() ) { in BindInternal_Impl()154 DBG_ASSERT( IsBound(), "unbindings unbound SfxControllerItem" ); in UnBind()181 DBG_ASSERT( !IsBound(), "bindings rebound SfxControllerItem" ); in ReBind()264 DBG_ASSERT( !IsBound(), "changing id of bound binding" ); in SetId()302 if ( IsBound() ) in ~SfxControllerItem()
104 DBG_ASSERT( !pCtrlItem || !pCtrlItem->IsBound(), "ControllerItem fehlerhaft!" ); in SFX_IMPL_XINTERFACE_2()560 if ( IsBound() ) in UnBindController()
940 sal_Bool SfxBindings::IsBound( sal_uInt16 nSlotId, sal_uInt16 nStartSearchAt ) in IsBound() function in SfxBindings
315 while (!pBindings->IsBound(pSlave->GetSlotId()) && pSlave != &rSlot ) in Call_Impl()
71 bool IsBound() const;123 Attribute::IsBound() const in IsBound() function in ary::idl::Attribute
54 static bool IsBound(
52 static bool IsBound(
69 bool IsBound() const { return (nFlags & UINT32(bound)) != 0; } in IsBound() function in ary::idl::Property::Stereotypes
114 attr::IsBound( const CodeEntity & i_ce ) in IsBound() function in ary::idl::ifc_property::attr116 return property_cast(i_ce).aStereotypes.IsBound(); in IsBound()
121 attr::IsBound( const CodeEntity & i_ce ) in IsBound() function in ary::idl::ifc_attribute::attr
126 if (PropertyAttr::IsBound(i_ce)) in write_Declaration()168 if (AttributeAttr::IsBound(i_ce)) in write_Declaration()
272 if (PropertyAttr::IsBound(i_property)) in produce_SummaryDeclaration()
65 sal_Bool IsBound() const;
159 sal_Bool IsBound( sal_uInt16 nMsgId, sal_uInt16 nStartSearchAt = 0 );
844 if ( rCtrl.IsBound() ) in UnbindControllers()852 if ( pCtrl->IsBound() ) in UnbindControllers()
350 else if ( pBindings->IsBound(nId) ) in IMPL_LINK()
997 if ( IsBound() ) in ~SwNavigationPI()
1535 if( pCItem->IsBound() == bChecked ) in SetWaterCanState()
Completed in 111 milliseconds