Home
last modified time | relevance | path

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

12

/trunk/main/sw/qa/complex/writer/
H A DCheckCrossReferences.java62 return xField; in getNextField()
83 return xField; in getNextField()
152 xField = getNextField(); in checkCrossReferences()
153 xProps = getFieldProps( xField ); in checkCrossReferences()
158 xField = getNextField(); in checkCrossReferences()
159 xProps = getFieldProps( xField ); in checkCrossReferences()
164 xField = getNextField(); in checkCrossReferences()
165 xProps = getFieldProps( xField ); in checkCrossReferences()
170 xField = getNextField(); in checkCrossReferences()
176 xField = getNextField(); in checkCrossReferences()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/crossreference/
H A DCheckCrossReferences.java133 XTextField xField = null; in checkCrossReferences() local
136 xField = getNextField(); in checkCrossReferences()
137 xProps = getFieldProps(xField); in checkCrossReferences()
142 xField = getNextField(); in checkCrossReferences()
143 xProps = getFieldProps(xField); in checkCrossReferences()
148 xField = getNextField(); in checkCrossReferences()
149 xProps = getFieldProps(xField); in checkCrossReferences()
154 xField = getNextField(); in checkCrossReferences()
155 xProps = getFieldProps(xField); in checkCrossReferences()
160 xField = getNextField(); in checkCrossReferences()
[all …]
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx3177 if ( xField.is() ) in up()
3178 xField->up(); in up()
3184 if ( xField.is() ) in down()
3185 xField->down(); in down()
3191 if ( xField.is() ) in first()
3192 xField->first(); in first()
3198 if ( xField.is() ) in last()
3199 xField->last(); in last()
3207 if ( xField.is() ) in enableRepeat()
3426 xField->setEmpty(); in setEmpty()
[all …]
/trunk/main/svx/source/form/
H A Dformcontroller.cxx464 :xField(_xField) in FmFieldInfo()
2256 if (xField.is()) in setControlLock()
3154 if ( (xQueryColumns->getByName((*iter).aFieldName) >>= (*iter).xField) && (*iter).xField.is() ) in setFilter()
3198 xField = xSet; in setFilter()
3200 if (!xField.is()) in setFilter()
3211 xField = xSet; in setFilter()
3216 if (!xField.is()) in setFilter()
3229 if ((*iter).xField == xField) in setFilter()
3253 ,xField in setFilter()
3374 aVal >>= xField; in startFiltering()
[all …]
H A Dfmvwimp.cxx1203 Reference< XPropertySet > xField; in implCreateFieldControl() local
1209 xFields->getByName(sFieldName) >>= xField; in implCreateFieldControl()
1210 if ( !xField.is() ) in implCreateFieldControl()
1247 sal_Int32 nDataType = ::comphelper::getINT32(xField->getPropertyValue(FM_PROP_FIELDTYPE)); in implCreateFieldControl()
1257 if (::comphelper::hasProperty(FM_PROP_ISCURRENCY, xField)) in implCreateFieldControl()
1258 bIsCurrency = ::comphelper::getBOOL(xField->getPropertyValue(FM_PROP_ISCURRENCY)); in implCreateFieldControl()
1312 if ( !createControlLabelPair( *pOutDev, 0, 0, xField, xNumberFormats, nOBJID, sLabelPostfix, in implCreateFieldControl()
1334 if ( createControlLabelPair( *pOutDev, 0, 1000, xField, xNumberFormats, OBJ_FM_TIMEFIELD, in implCreateFieldControl()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx269 Reference< XPropertySet > xField; in ExecuteDrop() local
320 if (!xField.is()) in ExecuteDrop()
362 xFields->getByName(sFieldName) >>= xField; in ExecuteDrop()
364 if (!xField.is()) in ExecuteDrop()
375 m_pImpl->aDropData[daColumnObject] <<= xField; in ExecuteDrop()
399 Reference< XPropertySet > xField; variable
409 m_pImpl->aDropData[daColumnObject] >>= xField;
1690 Reference< XPropertySet > xField; in InitColumnByField() local
1699 if ( xField.is() ) in InitColumnByField()
1706 if ( xField.get() == xCheck.get() ) in InitColumnByField()
[all …]
H A Dgridcell.cxx147 if (xField != m_xField) in CreateControl()
150 m_xField = xField; in CreateControl()
434 if (xField.is()) in GetCellText()
448 Reference< ::com::sun::star::sdb::XColumn > xField; in GetCurrentFieldValue() local
452 xField = xRow->GetField(m_nFieldPos).getColumn(); in GetCurrentFieldValue()
454 return xField; in GetCurrentFieldValue()
584 Reference< XPropertySet > xField; in TYPEINIT1() local
586 if ( xField.is() ) in TYPEINIT1()
3067 if (!xField.is()) in Update()
3599 if (xField.is()) in UpdateFromColumn()
[all …]
/trunk/main/oox/source/drawingml/
H A Dtextrun.cxx131 …Reference< XTextField > xField( xFactory->createInstance( CREATE_OUSTRING( "com.sun.star.text.Text… in insertAt() local
132 if( xField.is() ) in insertAt()
137 PropertySet aFieldProps( xField ); in insertAt()
140 Reference< XTextContent > xContent( xField, UNO_QUERY); in insertAt()
147 aTextField.xTextField = xField; in insertAt()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx865 Reference< XPropertySet > xField = ((SbaGridControl*)GetParent())->getField(nModelPos); in PreExecuteColumnContextMenu() local
867 if ( xField.is() ) in PreExecuteColumnContextMenu()
869 switch( ::comphelper::getINT32(xField->getPropertyValue(PROPERTY_TYPE)) ) in PreExecuteColumnContextMenu()
908 Reference< XPropertySet > xField = ((SbaGridControl*)GetParent())->getField(nModelPos); in PostExecuteColumnContextMenu() local
910 if(!xField.is()) in PostExecuteColumnContextMenu()
914 vClipboardList.push_back(::boost::shared_ptr<OTableRow>(new OTableRow(xField))); in PostExecuteColumnContextMenu()
1096 Reference< XPropertySet > xField = getField(nModelPos); in SetColAttrs() local
1097 …::dbaui::callColumnFormatDialog(xAffectedCol,xField,pFormatter,this);//(Window::GetSettings().GetL… in SetColAttrs()
1568 Reference< XPropertySet > xField = getField(GetModelColumnPos(nCol)); in AcceptDrop() local
1569 if (!xField.is()) in AcceptDrop()
[all …]
H A Dbrwctrlr.cxx2178 Reference< XPropertySet > xField(getBoundField(), UNO_QUERY); in Execute() local
2179 if (!xField.is()) in Execute()
2186 xParser->setOrder(::rtl::OUString()); xParser->appendOrderByColumn(xField, bSortUp), in Execute()
2205 Reference< XPropertySet > xField(getBoundField(), UNO_QUERY); in Execute() local
2206 if (!xField.is()) in Execute()
2212 xField->getPropertyValue(PROPERTY_NAME) >>= sName; in Execute()
2239 if ( xField.is() ) in Execute()
2242 xField->getPropertyValue(PROPERTY_TYPE) >>= nType; in Execute()
2258 xParser->appendHavingClauseByColumn(xField,sal_True,nOp), in Execute()
2267 xParser->appendFilterByColumn(xField,sal_True,nOp), in Execute()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx530 Reference<XIdlField2> xField2(xField, UNO_QUERY); in setPropertyValueByIndex()
537 if( xField.is() ) in setPropertyValueByIndex()
539 xField->set( obj, aValue ); in setPropertyValueByIndex()
646 if( xField.is() ) in getPropertyValueByIndex()
648 aRet = xField->get( obj ); in getPropertyValueByIndex()
2385 Reference<XIdlField> xField = pFields[i]; in implInspect() local
2429 pInterfaces1[ rPropCount ] = xField; in implInspect()
2986 Reference<XIdlField> xField = pFields[i]; in implInspect() local
2987 Reference<XIdlClass> xPropType = xField->getType(); in implInspect()
2988 ::rtl::OUString aPropName = xField->getName(); in implInspect()
[all …]
/trunk/main/xmloff/source/text/
H A Dtxtvfldi.cxx1180 Reference<XPropertySet> xField; in EndElement() local
1181 if (CreateField(xField, in EndElement()
1186 Reference<XDependentTextField> xDepField(xField, UNO_QUERY); in EndElement()
1193 Reference<XTextContent> xTextContent(xField, UNO_QUERY); in EndElement()
1202 xField->setPropertyValue(sPropertyDatabaseFormat,aAny); in EndElement()
1205 aValueHelper.PrepareField(xField); in EndElement()
1211 xField->setPropertyValue(sPropertyIsVisible, aAny); in EndElement()
1216 xField->setPropertyValue(sPropertyCurrentPresentation, in EndElement()
/trunk/main/forms/source/runtime/
H A Dformoperations.cxx1330 Reference< XPropertySet > xField; in impl_getCurrentBoundField_nothrow() local
1336 xControlModel->getPropertyValue( PROPERTY_BOUNDFIELD ) >>= xField; in impl_getCurrentBoundField_nothrow()
1344 return xField; in impl_getCurrentBoundField_nothrow()
1500 aParam.xField = xBoundField; in impl_executeAutoSort_throw()
1572 aParam.xField = xBoundField; in impl_executeAutoFilter_throw()
1680 m_xParser->appendOrderByColumn( pParam->xField, pParam->bUp ); in impl_appendOrderByColumn_throw()
1688 if ( pParam->xField.is() ) in impl_appendFilterByColumn_throw()
1691 pParam->xField->getPropertyValue(PROPERTY_FIELDTYPE) >>= nType; in impl_appendFilterByColumn_throw()
1703 m_xParser->appendFilterByColumn( pParam->xField, sal_True,nOp ); in impl_appendFilterByColumn_throw()
/trunk/main/sw/source/core/unocore/
H A Dunoportenum.cxx613 const uno::Reference<text::XTextField> xField(xMeta, uno::UNO_QUERY); in lcl_CreateMetaPortion() local
615 pPortion->SetTextField(xField); in lcl_CreateMetaPortion()
858 Reference<XTextField> xField = in lcl_ExportHints() local
860 pPortion->SetTextField(xField); in lcl_ExportHints()
882 Reference<XTextField> xField = in lcl_ExportHints() local
884 pPortion->SetTextField(xField); in lcl_ExportHints()
904 Reference<XTextField> xField = in lcl_ExportHints() local
906 pPortion->SetTextField(xField); in lcl_ExportHints()
/trunk/main/forms/source/component/
H A DRadioButton.cxx385 Reference< XPropertySet > xField( getField() ); in commitControlValueToDbColumn() local
386 OSL_PRECOND( xField.is(), "ORadioButtonModel::commitControlValueToDbColumn: not bound!" ); in commitControlValueToDbColumn()
387 if ( xField.is() ) in commitControlValueToDbColumn()
394 xField->setPropertyValue( PROPERTY_VALUE, makeAny( getReferenceValue() ) ); in commitControlValueToDbColumn()
H A DFormattedField.cxx702 Reference<XPropertySet> xField = getField(); in onConnectedDbColumn() local
703 if ( xField.is() ) in onConnectedDbColumn()
704 xField->getPropertyValue( PROPERTY_FIELDTYPE ) >>= m_nFieldType; in onConnectedDbColumn()
720 if (xField.is()) in onConnectedDbColumn()
722 aFmtKey = xField->getPropertyValue(PROPERTY_FORMATKEY); in onConnectedDbColumn()
723 xField->getPropertyValue(PROPERTY_FIELDTYPE) >>= nType ; in onConnectedDbColumn()
752 if (xField.is()) in onConnectedDbColumn()
H A DPattern.cxx199 Reference< XPropertySet > xField( getField() ); in onConnectedDbColumn() local
200 if ( !xField.is() ) in onConnectedDbColumn()
203 …btools::FormattedColumnValue( getContext(), Reference< XRowSet >( _rxForm, UNO_QUERY ), xField ) ); in onConnectedDbColumn()
H A DDate.cxx226 Reference<XPropertySet> xField = getField(); in onConnectedDbColumn() local
227 if (xField.is()) in onConnectedDbColumn()
233 xField->getPropertyValue(PROPERTY_FIELDTYPE) >>= nFieldType; in onConnectedDbColumn()
H A DTime.cxx223 Reference<XPropertySet> xField = getField(); in onConnectedDbColumn() local
224 if (xField.is()) in onConnectedDbColumn()
230 xField->getPropertyValue(PROPERTY_FIELDTYPE) >>= nFieldType; in onConnectedDbColumn()
H A DEdit.cxx616 Reference< XPropertySet > xField = getField(); in onConnectedDbColumn() local
617 if ( xField.is() ) in onConnectedDbColumn()
619 …btools::FormattedColumnValue( getContext(), Reference< XRowSet >( _rxForm, UNO_QUERY ), xField ) ); in onConnectedDbColumn()
627 xField->getPropertyValue(::rtl::OUString::createFromAscii("Precision")) >>= nFieldLen; in onConnectedDbColumn()
/trunk/main/extensions/source/bibliography/
H A Ddatman.cxx858 Reference< XPropertySet > xField; in InsertFields() local
866 xFields->getByName( *pFields ) >>= xField; in InsertFields()
873 xField->getPropertyValue(sType) >>= nType; in InsertFields()
904 xCurrentCol->setPropertyValue(sFormatKey, xField->getPropertyValue(sFormatKey)); in InsertFields()
1501 Reference< XPropertySet > xField; in loadControlModel() local
1508 aElement >>= xField; in loadControlModel()
1509 …Reference< XPropertySetInfo > xInfo = xField.is() ? xField->getPropertySetInfo() : Reference< XPr… in loadControlModel()
1514 xField->getPropertyValue(sType) >>= nFormatKey; in loadControlModel()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextFieldHandler.java101 … XInterface xField = (XInterface) xMSFDoc.createInstance("com.sun.star.text.TextField.User"); in insertUserField() local
102 … XDependentTextField xDepField = UnoRuntime.queryInterface(XDependentTextField.class, xField); in insertUserField()
103 XTextContent xFieldContent = UnoRuntime.queryInterface(XTextContent.class, xField); in insertUserField()
/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx322 uno::Reference<text::XTextField> xField(GetObjectByIndex_Impl(nIndex)); in getByIndex() local
323 if (xField.is()) in getByIndex()
324 return uno::makeAny(xField); in getByIndex()
979 uno::Reference<text::XTextField> xField(GetObjectByIndex_Impl(nIndex)); in getByIndex() local
980 if (xField.is()) in getByIndex()
981 return uno::makeAny(xField); in getByIndex()
/trunk/main/svx/source/inc/
H A Dgridcell.hxx164 …com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xField, sal_Int32 nTypeId…
167 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xField(m_xField); in UpdateControl()
168 CreateControl(m_nFieldPos, xField, m_nTypeId); in UpdateControl()
179 …onst ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& xField, const ::com::sun:…
852 const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& xField,
855 …d UpdateFromField(const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& xField, in UpdateFromField() argument
857 { m_pCellControl->UpdateFromField(xField, xFormatter); } in UpdateFromField()
888 const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& xField,
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx172 ,xField(_xField) in SQLParseNodeParameter()
483 if (rParam.xField.is() && SQL_ISRULE(pSubTree,subquery)) in impl_parseNodeToString_throw()
484 aNewParam.xField = NULL; in impl_parseNodeToString_throw()
487 if (rParam.xField.is() && SQL_ISRULE(pSubTree,column_ref)) in impl_parseNodeToString_throw()
495 …if ( rParam.xField->getPropertySetInfo()->hasPropertyByName( OMetaConnection::getPropMap().getName… in impl_parseNodeToString_throw()
497 …rParam.xField->getPropertyValue( OMetaConnection::getPropMap().getNameByIndex( nNamePropertyId ) )… in impl_parseNodeToString_throw()
683 if (rParam.xField.is()) in impl_parseLikeNodeToString_throw()
691 …rParam.xField->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_NAME)) >>… in impl_parseLikeNodeToString_throw()
1127 const Reference< XPropertySet > & xField) in predicateTree()
1141 m_xField = xField; in predicateTree()

Completed in 252 milliseconds

12