Home
last modified time | relevance | path

Searched refs:xFormSet (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/svx/source/form/
H A Dfmshimp.cxx3166 Reference< XPropertySet > xFormSet(xReload, UNO_QUERY); in stopFiltering() local
3177 if (!isRowSetAlive(xFormSet)) in stopFiltering()
3183 xFormSet->setPropertyValue(FM_PROP_FILTER, makeAny(sOriginalFilter)); in stopFiltering()
3184 xFormSet->setPropertyValue(FM_PROP_APPLYFILTER, makeAny(bOriginalApplyFlag)); in stopFiltering()
H A Dfmvwimp.cxx732 Reference< XPropertySet > xFormSet( xForm, UNO_QUERY );
733 …ENSURE_OR_CONTINUE( xFormSet.is(), "FmXFormView::OnActivate: a form which does not have properties…
735 …const ::rtl::OUString aSource = ::comphelper::getString( xFormSet->getPropertyValue( FM_PROP_COMMA…
/trunk/main/forms/source/component/
H A DFormattedField.cxx272 Reference<com::sun::star::beans::XPropertySet> xFormSet(xParent, UNO_QUERY); in keyPressed() local
273 if( !xFormSet.is() ) in keyPressed()
276 Any aTmp(xFormSet->getPropertyValue( PROPERTY_TARGET_URL )); in keyPressed()
H A DEdit.cxx221 Reference<XPropertySet> xFormSet(xParent, UNO_QUERY); in keyPressed() local
222 if( !xFormSet.is() ) in keyPressed()
225 aTmp = xFormSet->getPropertyValue( PROPERTY_TARGET_URL ); in keyPressed()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx2068 uno::Reference< beans::XPropertySet > xFormSet( m_xRowSet, uno::UNO_QUERY ); in impl_initFieldList_nothrow() local
2069 if ( !xFormSet.is() ) in impl_initFieldList_nothrow()
2073 OSL_VERIFY( xFormSet->getPropertyValue( PROPERTY_COMMAND ) >>= sObjectName ); in impl_initFieldList_nothrow()
2079 OSL_VERIFY( xFormSet->getPropertyValue( PROPERTY_COMMANDTYPE ) >>= nObjectType ); in impl_initFieldList_nothrow()
/trunk/main/reportdesign/source/ui/dlg/
H A DDateTime.cxx207 uno::Reference< beans::XPropertySet> xFormSet = _xFormats->getByKey(_nNumberFormatKey); in getFormatStringByKey() local
208 OSL_ENSURE(xFormSet.is(),"XPropertySet is null!"); in getFormatStringByKey()
210xFormSet->getPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FormatString"))) >>= sForm… in getFormatStringByKey()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx2363 Reference< XPropertySet > xFormSet( impl_getRowSet_throw(), UNO_QUERY ); in impl_initFieldList_nothrow() local
2364 if ( !xFormSet.is() ) in impl_initFieldList_nothrow()
2368 OSL_VERIFY( xFormSet->getPropertyValue( PROPERTY_COMMAND ) >>= sObjectName ); in impl_initFieldList_nothrow()
2373 OSL_VERIFY( xFormSet->getPropertyValue( PROPERTY_DATASOURCE ) >>= aDatabaseName ); in impl_initFieldList_nothrow()
2375 OSL_VERIFY( xFormSet->getPropertyValue( PROPERTY_COMMANDTYPE ) >>= nObjectType ); in impl_initFieldList_nothrow()
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx1875 …Reference<XPropertySet> xFormSet = xNumberFormatter->getNumberFormatsSupplier()->getNumberFormats(… in getControlDefault() local
1876 OSL_ENSURE(xFormSet.is(),"XPropertySet is null!"); in getControlDefault()
1878 xFormSet->getPropertyValue(::rtl::OUString::createFromAscii("FormatString")) >>= sFormat; in getControlDefault()
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx908 Reference< XPropertySet > xFormSet(getRowSet(), UNO_QUERY); in Construct() local
909 if (xFormSet.is()) in Construct()
1321 Reference< XPropertySet > xFormSet(getRowSet(), UNO_QUERY); in disposing() local
1322 if (xFormSet.is()) in disposing()
1596 Reference< XPropertySet > xFormSet(getRowSet(), UNO_QUERY); in GetState() local
1728 if (xFormSet.is()) in GetState()
1794 Reference< XPropertySet > xFormSet(getRowSet(), UNO_QUERY); in applyParserOrder() local
1837 Reference< XPropertySet > xFormSet(getRowSet(), UNO_QUERY); in applyParserFilter() local
1933 Reference< XPropertySet > xFormSet(getRowSet(), UNO_QUERY); in ExecuteFilterSortCrit() local
2227 Reference< XPropertySet > xFormSet(getRowSet(), UNO_QUERY); in Execute() local
[all …]

Completed in 302 milliseconds