Home
last modified time | relevance | path

Searched refs:getBindings (Results 1 – 14 of 14) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Deformshelper.cxx343 Reference< XNameAccess > xBindings( xModel->getBindings(), UNO_QUERY ); in getBindingNames()
534 …Reference< XNameAccess > xBindingNames( xModel.is() ? xModel->getBindings() : Reference< XSet >(),… in implGetOrCreateBinding()
548 xModel->getBindings()->insert( makeAny( xBinding ) ); in implGetOrCreateBinding()
570 xModel->getBindings()->insert( makeAny( xBinding ) ); in implGetOrCreateBinding()
683 …s = xElements.query( ( _eType == Submission ) ? xModel->getSubmissions() : xModel->getBindings() ); in getAllElementUINames()
/trunk/main/offapi/com/sun/star/xforms/
H A DXModel.idl171 @see getBindings
179 @see getBindings
186 <member>getBindings</member></p>
192 com::sun::star::container::XSet getBindings();
/trunk/main/sw/source/core/doc/
H A Ddocxforms.cxx142 xModel->getBindings(), UNO_QUERY ); in disposeXForms()
150 xModel->getBindings()->remove(xBindings->getByIndex( i )); in disposeXForms()
/trunk/main/svx/source/form/
H A Ddatanavi.cxx575 Reference< XSet > xBindings( xModel->getBindings(), UNO_QUERY ); in DoToolBoxAction()
629 Reference< XSet > xBindings( xModel->getBindings(), UNO_QUERY ); in DoToolBoxAction()
1185 xModel->getBindings()->remove( makeAny( pNode->m_xPropSet ) ); in RemoveEntry()
1329 Reference< XContainer > xContainer( _xModel->getBindings(), UNO_QUERY ); in SetModel()
1333 Reference< XEnumerationAccess > xNumAccess( _xModel->getBindings(), UNO_QUERY ); in SetModel()
2558 Reference < XSet > xBindings = xModel->getBindings(); in ~AddDataItemDialog()
2816 Reference < XSet > xBindings = xModel->getBindings(); in InitFromNode()
2843 Reference < XSet > xBindings = xModel->getBindings(); in InitFromNode()
3527 Reference< XEnumerationAccess > xNumAccess( xModel->getBindings(), UNO_QUERY ); in FillAllBoxes()
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx246 static SfxBindings* getBindings( ViewShellBase& rBase ) in getBindings() function
305 SfxBindings* pBindings = getBindings( mrBase ); in ApplyStyle()
366 SfxBindings* pBindings = getBindings( mrBase ); in ApplyOptions()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1113 SfxBindings* pBindings = getBindings(); in startShow()
1490 SfxBindings* pBindings = getBindings(); in displayCurrentSlide()
2732 SfxBindings* SlideshowImpl::getBindings() const in getBindings() function in sd::SlideshowImpl
2841 if( getBindings() ) in activate()
2842 getBindings()->InvalidateAll(sal_True); in activate()
H A Dslideshowimpl.hxx323 SfxBindings* getBindings() const;
/trunk/main/xmloff/source/xforms/
H A DXFormsBindContext.cxx86 mxModel->getBindings()->insert( makeAny( mxBinding ) ); in XFormsBindContext()
H A Dxformsapi.cxx149 ? xModel->getBindings() in lcl_findXFormsBindingOrSubmission()
H A Dxformsexport.cxx195 Reference<XIndexAccess> xBindings( xModel->getBindings(), UNO_QUERY_THROW); in exportXFormsModel()
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx133 static SfxBindings* getBindings( ViewShellBase& rBase ) in getBindings() function
800 SfxBindings* pBindings = getBindings( mrBase ); in invalidateSlots()
/trunk/main/forms/source/xforms/
H A Dmodel.hxx275 virtual XSet_t SAL_CALL getBindings()
H A Dmodel.cxx669 Model::XSet_t Model::getBindings() in getBindings() function in Model
H A Dbinding.cxx1023 Reference<XNameAccess> xBindings( getModel()->getBindings(), UNO_QUERY_THROW ); in _checkBindingID()

Completed in 77 milliseconds