Home
last modified time | relevance | path

Searched refs:xField (Results 26 – 49 of 49) sorted by relevance

12

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog2.java224 …XTextComponent xField = (XTextComponent) insertControlModel2(sModelClass, sName, sPropNames, oProp… in insertEditField() local
227 xField.addTextListener((XTextListener) guiEventListener); in insertEditField()
230 return UnoRuntime.queryInterface(type, xField); in insertEditField()
/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx1547 XclExpPTFieldRef xField = maFieldList.GetRecord( *aIt ); in WriteSxpi() local
1548 if( xField.is() ) in WriteSxpi()
1549 xField->WriteSxpiEntry( rStrm ); in WriteSxpi()
1559 XclExpPTFieldRef xField = maFieldList.GetRecord( aIt->first ); in WriteSxdiList() local
1560 if( xField.is() ) in WriteSxdiList()
1561 xField->WriteSxdi( rStrm, aIt->second ); in WriteSxdiList()
/trunk/main/svx/source/form/
H A Dfiltnav.cxx425 Reference< XPropertySet > xField; in lcl_getBoundField_nothrow() local
430 xField.set( xModelProps->getPropertyValue( FM_PROP_BOUNDFIELD ), UNO_QUERY_THROW ); in lcl_getBoundField_nothrow()
436 return xField; in lcl_getBoundField_nothrow()
911 …Reference< XPropertySet > xField( lcl_getBoundField_nothrow( xFilterController->getFilterComponent… in ValidateText() local
915 … ::rtl::Reference< ISQLParseNode > xParseNode = predicateTree( aErr, aTxt, xFormatter, xField ); in ValidateText()
923 … aPreparedText, xConnection, xFormatter, xField, aAppLocale, '.', getParseContext() ); in ValidateText()
H A Dfmshimp.cxx1603 Reference< XPropertySet> xField; in ExecuteSearch() local
1604 xProperties->getPropertyValue(FM_PROP_BOUNDFIELD) >>= xField; in ExecuteSearch()
1605 if (xField.is()) // (nur wenn das Ding wirklich gebunden ist) in ExecuteSearch()
4145 Reference< XPropertySet> xField; in ShouldHandleElement() local
4146 xProperties->getPropertyValue(FM_PROP_BOUNDFIELD) >>= xField; in ShouldHandleElement()
4147 if (xField.is()) in ShouldHandleElement()
/trunk/main/forms/source/component/
H A DComboBox.cxx694 Reference<XPropertySet> xField = getField(); in onConnectedDbColumn() local
695 if ( xField.is() ) in onConnectedDbColumn()
696 …btools::FormattedColumnValue( getContext(), Reference< XRowSet >( _rxForm, UNO_QUERY ), xField ) ); in onConnectedDbColumn()
/trunk/main/sc/workben/
H A Dtest.cxx1772 XTextFieldRef xField = xTypes->insertTextField( xType, xPos ); in IMPL_LINK()
1773 if (xField) in IMPL_LINK()
1776 XPropertySetRef xProp = (XPropertySet*)xField-> in IMPL_LINK()
1813 XTextFieldRef xField = (XTextField*)xInt-> in IMPL_LINK() local
1815 if (xField) in IMPL_LINK()
1816 xTypes->removeTextField(xField); in IMPL_LINK()
/trunk/main/forms/source/runtime/
H A Dformoperations.hxx325 xField;
334 xField;
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx3386 …uno::Reference< beans::XPropertySet > xField( aDescriptor[ ::svx::daColumnObject ], uno::UNO_QUERY… in addPairControls() local
3388 if ( !xField.is() ) in addPairControls()
3409 xField.set( xColumns->getByName( sColumnName ), uno::UNO_QUERY ); in addPairControls()
3412 if ( !xField.is() ) in addPairControls()
3446 xField = xParamCol; in addPairControls()
3452 if ( !xField.is() ) in addPairControls()
3457 xField->getPropertyValue(PROPERTY_TYPE) >>= nDataType; in addPairControls()
3490 ,xField,xNumberFormats,nOBJID,::rtl::OUString(),ReportInventor,OBJ_DLG_FIXEDTEXT, in addPairControls()
3553 if ( xField->getPropertySetInfo()->hasPropertyByName(PROPERTY_LABEL) ) in addPairControls()
3554 xField->getPropertyValue(PROPERTY_LABEL) >>= sLabel; in addPairControls()
/trunk/main/sw/source/ui/vba/
H A Dvbafield.cxx268 …uno::Reference< word::XField > xField( new SwVbaField( xParent, xContext, xTextDocument, xTextFiel… in lcl_createField() local
269 return uno::makeAny( xField ); in lcl_createField()
/trunk/main/xmloff/source/text/
H A Dtxtfldi.cxx297 Reference<XPropertySet> & xField, in CreateField() argument
311 xField = xTmp; in CreateField()
3243 Reference<XPropertySet> xField; in EndElement() local
3246 if (CreateField(xField, sBuf.makeStringAndClear())) in EndElement()
3248 Reference<XDependentTextField> xDepTextField(xField,UNO_QUERY); in EndElement()
3252 Reference<XTextContent> xTextContent(xField, UNO_QUERY); in EndElement()
H A Dtxtflde.cxx2924 Reference<XPropertySet> & xField) in GetDependentFieldPropertySet() argument
2936 xField = Reference<XPropertySet>(xTField, UNO_QUERY); in GetDependentFieldPropertySet()
2937 DBG_ASSERT(xField.is(), in GetDependentFieldPropertySet()
/trunk/main/sw/inc/
H A Dunoport.hxx247 ::com::sun::star::text::XTextField> xField) in SetTextField()
248 { m_xTextField = xField; } in SetTextField()
/trunk/main/eventattacher/source/
H A Deventattacher.cxx203 Reference< XIdlField > xField = m_xListenerType->getField( Name ); in hasProperty() local
204 return xField.is(); in hasProperty()
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx1777 Reference< XPropertySet > xField( GetObjectByIndex_Impl( nIndex ) ); in getByIndex() local
1778 if (!xField.is()) in getByIndex()
1780 return Any( xField ); in getByIndex()
1799 Reference<XPropertySet> xField(GetObjectByName_Impl(aName)); in getByName() local
1800 if (!xField.is()) in getByName()
1802 return Any( xField ); in getByName()
H A Ddatauno.cxx730 uno::Reference<sheet::XSubTotalField> xField(GetObjectByIndex_Impl((sal_uInt16)nIndex)); in getByIndex() local
731 if (xField.is()) in getByIndex()
732 return uno::makeAny(xField); in getByIndex()
/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java655 Object xField = xPropSet.getPropertyValue("TextField"); in convertChildren() local
657 UnoRuntime.queryInterface(XServiceInfo.class, xField); in convertChildren()
662 UnoRuntime.queryInterface(XMetadatable.class, xField); in convertChildren()
674 UnoRuntime.queryInterface(XPropertySet.class, xField); in convertChildren()
854 Object xField = in makeTextField() local
857 UnoRuntime.queryInterface(XTextContent.class, xField); in makeTextField()
859 UnoRuntime.queryInterface(XPropertySet.class, xField); in makeTextField()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1069 const Reference<XPropertySet>& xField, in callColumnFormatDialog() argument
1073 if (xAffectedCol.is() && xField.is()) in callColumnFormatDialog()
1079 sal_Int32 nDataType = ::comphelper::getINT32(xField->getPropertyValue(PROPERTY_TYPE)); in callColumnFormatDialog()
/trunk/main/connectivity/inc/connectivity/
H A Dsqlparse.hxx207 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & xField);
H A Dsqlnode.hxx92 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xField;
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx154 …GridFieldValueListener(DbGridControl& _rParent, const Reference< XPropertySet >& xField, sal_uInt1…
3750 Reference< XPropertySet > xField = pCurrent->GetField(); in ConnectToFields() local
3751 if (!xField.is()) in ConnectToFields()
3757 rpListener = new GridFieldValueListener(*this, xField, pCurrent->GetId()); in ConnectToFields()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx3464 Reference< XIdlField > xField = m_xClass->getField( aUStr ); in Find() local
3466 if( xField.is() ) in Find()
3471 aAny = xField->get( aAny ); in Find()
4197 Reference< XIdlField > xField = m_xListenerType->getField( Name ); in hasProperty() local
4198 return xField.is(); in hasProperty()
/trunk/main/xmloff/inc/
H A Dtxtflde.hxx417 ::com::sun::star::beans::XPropertySet> & xField);
H A Dtxtfldi.hxx202 ::com::sun::star::beans::XPropertySet> & xField,
/trunk/main/editeng/source/uno/
H A Dunotext.cxx691 … uno::Reference< text::XTextField > xField( new SvxUnoTextField( xAnchor, aPresentation, pData ) ); in getPropertyValue() local
692 rAny <<= xField; in getPropertyValue()

Completed in 264 milliseconds

12