/aoo41x/test/testuno/source/fvt/uno/sw/crossreference/ |
H A D | CheckCrossReferences.java | 133 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 …]
|
/aoo41x/main/sw/qa/complex/writer/ |
H A D | CheckCrossReferences.java | 62 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 …]
|
/aoo41x/main/toolkit/source/controls/ |
H A D | unocontrols.cxx | 3177 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 …]
|
/aoo41x/main/svx/source/form/ |
H A D | formcontroller.cxx | 464 :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 D | fmvwimp.cxx | 1203 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()
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | fmgridcl.cxx | 269 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 D | gridcell.cxx | 147 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 …]
|
/aoo41x/main/oox/source/drawingml/ |
H A D | textrun.cxx | 131 …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()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | sbagrid.cxx | 865 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 D | brwctrlr.cxx | 2178 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()
|
/aoo41x/main/stoc/source/inspect/ |
H A D | introspection.cxx | 530 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 …]
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtvfldi.cxx | 1180 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()
|
/aoo41x/main/forms/source/runtime/ |
H A D | formoperations.cxx | 1330 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()
|
/aoo41x/main/forms/source/component/ |
H A D | RadioButton.cxx | 385 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 D | FormattedField.cxx | 702 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 D | Pattern.cxx | 199 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 D | Date.cxx | 226 Reference<XPropertySet> xField = getField(); in onConnectedDbColumn() local 227 if (xField.is()) in onConnectedDbColumn() 233 xField->getPropertyValue(PROPERTY_FIELDTYPE) >>= nFieldType; in onConnectedDbColumn()
|
H A D | Time.cxx | 223 Reference<XPropertySet> xField = getField(); in onConnectedDbColumn() local 224 if (xField.is()) in onConnectedDbColumn() 230 xField->getPropertyValue(PROPERTY_FIELDTYPE) >>= nFieldType; in onConnectedDbColumn()
|
H A D | Edit.cxx | 616 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()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unoportenum.cxx | 613 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()
|
/aoo41x/main/extensions/source/bibliography/ |
H A D | datman.cxx | 858 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()
|
/aoo41x/main/wizards/com/sun/star/wizards/text/ |
H A D | TextFieldHandler.java | 101 … 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()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | fielduno.cxx | 322 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()
|
/aoo41x/main/svx/source/inc/ |
H A D | gridcell.hxx | 164 …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,
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/ |
H A D | UnoDialog2.java | 224 …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()
|