Lines Matching refs:beans

371 sal_Bool canInsertRecords(const Reference< beans::XPropertySet>& _rxCursorSet)  in canInsertRecords()
391 Reference< beans::XPropertySet> _xSet = Reference< beans::XPropertySet>(_xCursor, UNO_QUERY); in SaveModified()
435 void BibFrameController_Impl::dispatch(const util::URL& _rURL, const uno::Sequence< beans::Property… in dispatch()
459 uno::Sequence< beans::PropertyValue > aNewDataSource(2); in dispatch()
460 beans::PropertyValue* pProps = aNewDataSource.getArray(); in dispatch()
489 const beans::PropertyValue* pPropertyValue = aArgs.getConstArray(); in dispatch()
511 …*pDialogCreationArgs++ <<= beans::PropertyValue( ::rtl::OUString::createFromAscii( "QueryComposer"… in dispatch()
514 beans::PropertyState_DIRECT_VALUE in dispatch()
518 *pDialogCreationArgs++ <<= beans::PropertyValue( ::rtl::OUString::createFromAscii( "RowSet" ), in dispatch()
521 beans::PropertyState_DIRECT_VALUE in dispatch()
524 …*pDialogCreationArgs++ <<= beans::PropertyValue( ::rtl::OUString::createFromAscii( "ParentWindow" … in dispatch()
527 beans::PropertyState_DIRECT_VALUE in dispatch()
609 Reference< beans::XPropertySet > xSet(pDatMan->getForm(), UNO_QUERY); in dispatch()
819 Reference< beans::XPropertySet > xSet(pDatMan->getForm(), UNO_QUERY); in addStatusListener()
830 Reference< beans::XPropertySet > xSet(pDatMan->getForm(), UNO_QUERY); in addStatusListener()
900 void BibFrameController_Impl::ChangeDataSource(const uno::Sequence< beans::PropertyValue >& aArgs) in ChangeDataSource()
902 const beans::PropertyValue* pPropertyValue = aArgs.getConstArray(); in ChangeDataSource()