Searched refs:xFormSet (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | brwctrlr.cxx | 908 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 …]
|
/aoo41x/main/reportdesign/source/ui/dlg/ |
H A D | DateTime.cxx | 207 uno::Reference< beans::XPropertySet> xFormSet = _xFormats->getByKey(_nNumberFormatKey); in getFormatStringByKey() local 208 OSL_ENSURE(xFormSet.is(),"XPropertySet is null!"); in getFormatStringByKey() 210 …xFormSet->getPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FormatString"))) >>= sForm… in getFormatStringByKey()
|
/aoo41x/main/forms/source/component/ |
H A D | Edit.cxx | 221 Reference<XPropertySet> xFormSet(xParent, UNO_QUERY); in keyPressed() local 222 if( !xFormSet.is() ) in keyPressed() 225 aTmp = xFormSet->getPropertyValue( PROPERTY_TARGET_URL ); in keyPressed()
|
H A D | FormattedField.cxx | 272 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()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | formcomponenthandler.cxx | 2363 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()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 1875 …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()
|
/aoo41x/main/svx/source/form/ |
H A D | fmvwimp.cxx | 732 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…
|
H A D | fmshimp.cxx | 3166 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()
|
/aoo41x/main/reportdesign/source/ui/inspection/ |
H A D | GeometryHandler.cxx | 2068 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()
|
Completed in 119 milliseconds