Searched refs:getBindings (Results 1 – 14 of 14) sorted by relevance
/aoo42x/main/extensions/source/propctrlr/ |
H A D | eformshelper.cxx | 343 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()
|
/aoo42x/main/offapi/com/sun/star/xforms/ |
H A D | XModel.idl | 171 @see getBindings 179 @see getBindings 186 <member>getBindings</member></p> 192 com::sun::star::container::XSet getBindings();
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docxforms.cxx | 142 xModel->getBindings(), UNO_QUERY ); in disposeXForms() 150 xModel->getBindings()->remove(xBindings->getByIndex( i )); in disposeXForms()
|
/aoo42x/main/svx/source/form/ |
H A D | datanavi.cxx | 575 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()
|
/aoo42x/main/sd/source/ui/table/ |
H A D | TableDesignPane.cxx | 246 static SfxBindings* getBindings( ViewShellBase& rBase ) in getBindings() function 305 SfxBindings* pBindings = getBindings( mrBase ); in ApplyStyle() 366 SfxBindings* pBindings = getBindings( mrBase ); in ApplyOptions()
|
/aoo42x/main/sd/source/ui/slideshow/ |
H A D | slideshowimpl.cxx | 1113 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 D | slideshowimpl.hxx | 323 SfxBindings* getBindings() const;
|
/aoo42x/main/xmloff/source/xforms/ |
H A D | XFormsBindContext.cxx | 86 mxModel->getBindings()->insert( makeAny( mxBinding ) ); in XFormsBindContext()
|
H A D | xformsapi.cxx | 149 ? xModel->getBindings() in lcl_findXFormsBindingOrSubmission()
|
H A D | xformsexport.cxx | 195 Reference<XIndexAccess> xBindings( xModel->getBindings(), UNO_QUERY_THROW); in exportXFormsModel()
|
/aoo42x/main/sd/source/ui/annotations/ |
H A D | annotationmanager.cxx | 133 static SfxBindings* getBindings( ViewShellBase& rBase ) in getBindings() function 800 SfxBindings* pBindings = getBindings( mrBase ); in invalidateSlots()
|
/aoo42x/main/forms/source/xforms/ |
H A D | model.hxx | 275 virtual XSet_t SAL_CALL getBindings()
|
H A D | model.cxx | 669 Model::XSet_t Model::getBindings() in getBindings() function in Model
|
H A D | binding.cxx | 1023 Reference<XNameAccess> xBindings( getModel()->getBindings(), UNO_QUERY_THROW ); in _checkBindingID()
|
Completed in 110 milliseconds