Home
last modified time | relevance | path

Searched refs:sFieldName (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DKeyGenerator.java94 sStatement += sFieldName; in composeUniqueyKeyStatement()
124 String sStatement = composeUniqueyKeyStatement( xForm, sFieldName ); in generatePrimaryKey()
161 XColumnUpdate.class, xCols.getByName( sFieldName ) ); in insertPrimaryKey()
163 xCol.updateInt( generatePrimaryKey( xForm, sFieldName ) ); in insertPrimaryKey()
184 public KeyGeneratorForReset( String sFieldName, DocumentViewHelper aView ) in KeyGeneratorForReset() argument
186 m_sFieldName = sFieldName; in KeyGeneratorForReset()
290 public KeyGeneratorForUpdate( String sFieldName ) in KeyGeneratorForUpdate() argument
292 m_sFieldName = sFieldName; in KeyGeneratorForUpdate()
361 public KeyGenerator( XPropertySet xForm, String sFieldName, in KeyGenerator() argument
368 m_aResetKeyGenerator = new KeyGeneratorForReset( sFieldName, aDocument.getCurrentView() ); in KeyGenerator()
[all …]
H A DFormLayer.java203 …protected XPropertySet insertControlLine( String sControlType, String sFieldName, String sControlN… in insertControlLine() argument
208 xLabelModel.setPropertyValue( "Label", sFieldName ); in insertControlLine()
212 xFieldModel.setPropertyValue( "DataField", sFieldName ); in insertControlLine()
217 xLabelModel.setPropertyValue( "Name", sFieldName + sControlNamePostfix + "_Label" ); in insertControlLine()
218 xFieldModel.setPropertyValue( "Name", sFieldName + sControlNamePostfix ); in insertControlLine()
235 …protected XPropertySet insertControlLine( String sControlType, String sFieldName, String sControlN… in insertControlLine() argument
238 return insertControlLine( sControlType, sFieldName, sControlNamePostfix, 2, nYPos, 6 ); in insertControlLine()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx220 if (0 != aSource->sFieldName.Len()) in commitTo()
308 if (!bNewField && m_pSortingCell && 0 != aRow->sFieldName.Len()) in GetController()
360 aNewField.sFieldName = sFieldSelected; in SaveModified()
376 aPos->sFieldName = String(); in SaveModified()
383 if (sFieldSelected == aPos->sFieldName) in SaveModified()
387 aPos->sFieldName = sFieldSelected; in SaveModified()
421 m_pFieldNameCell->SelectEntry(bNewField ? String() : aFieldDescription->sFieldName); in InitController()
490 return _rRow->sFieldName; in GetRowCellText()
492 if (0 == _rRow->sFieldName.Len()) in GetRowCellText()
H A Dindexdialog.cxx81 return (_rLHS.sFieldName == _rRHS.sFieldName) in operator ==()
766 if (aExistentFields.end() != aExistentFields.find(aFieldCheck->sFieldName)) in implCheckPlausibility()
770 sMessage.SearchAndReplaceAscii("$name$", aFieldCheck->sFieldName); in implCheckPlausibility()
776 aExistentFields.insert(aFieldCheck->sFieldName); in implCheckPlausibility()
/trunk/main/forms/qa/integration/forms/
H A DFormLayer.java222 …public XPropertySet insertControlLine( String sControlType, String sFieldName, String _controlName… in insertControlLine() argument
228 xLabelModel.setPropertyValue( "Label", sFieldName ); in insertControlLine()
232 xFieldModel.setPropertyValue( "DataField", sFieldName ); in insertControlLine()
245 xLabelModel.setPropertyValue( "Name", sFieldName + _controlNamePostfix + "_Label" ); in insertControlLine()
246 xFieldModel.setPropertyValue( "Name", sFieldName + _controlNamePostfix ); in insertControlLine()
263 …public XPropertySet insertControlLine( String sControlType, String sFieldName, String sControlName… in insertControlLine() argument
266 return insertControlLine( sControlType, sFieldName, sControlNamePostfix, 10, nYPos, 6 ); in insertControlLine()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx278 if (aColumn.has(daColumnName)) aColumn[daColumnName] >>= sFieldName; in ExecuteDrop()
282 if ( !sFieldName.getLength() in ExecuteDrop()
361 if (xFields.is() && xFields->hasByName(sFieldName)) in ExecuteDrop()
362 xFields->getByName(sFieldName) >>= xField; in ExecuteDrop()
397 ::rtl::OUString sCommand, sFieldName,sURL;
407 m_pImpl->aDropData[daColumnName] >>= sFieldName;
561 xCol->setPropertyValue(FM_PROP_LABEL, makeAny(sFieldName));
586 sRealName = sFieldName;
596 xCol->setPropertyValue(FM_PROP_NAME, makeAny(sFieldName));
1688 ::rtl::OUString sFieldName; in InitColumnByField()
[all …]
H A Ddbaexchange.cxx78 ::rtl::OUString sDataSource, sDatabaseLocation, sConnectionResource, sCommand, sFieldName; in OColumnTransferable()
83 if ( _rDescriptor.has( daColumnName ) ) _rDescriptor[ daColumnName ] >>= sFieldName; in OColumnTransferable()
91 sConnectionResource, nCommandType, sCommand, sFieldName ); in OColumnTransferable()
307 ::rtl::OUString sDatasource, sCommand, sFieldName,sDatabaseLocation,sConnectionResource; in extractColumnDescriptor()
311 …tor(_rData, sDatasource, sDatabaseLocation,sConnectionResource,nCommandType, sCommand, sFieldName)) in extractColumnDescriptor()
323 aDescriptor[daColumnName] <<= sFieldName; in extractColumnDescriptor()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DCommandMetaData.java218 String sFieldName = FieldColumns[i].getFieldName(); in getFieldColumnByFieldName() local
219 if (sFieldName.equals(_FieldName)) in getFieldColumnByFieldName()
226 if (sFieldName.equals(sCompound)) in getFieldColumnByFieldName()
296 final String sFieldName = FieldNames[n]; in getFieldNamesOfCommand() local
297 Object oField = oCommand.getColumns().getByName(sFieldName); in getFieldNamesOfCommand()
305 ResultFieldNames.add(sFieldName); in getFieldNamesOfCommand()
309 ResultFieldNames.add(sFieldName); in getFieldNamesOfCommand()
/trunk/main/forms/source/component/
H A DFilter.cxx405 ::rtl::OUString sFieldName; in implInitFilterList()
406 m_xField->getPropertyValue( PROPERTY_NAME ) >>= sFieldName; in implInitFilterList()
419 if ( !xFieldNames->hasByName( sFieldName ) ) in implInitFilterList()
422 …const Reference< XPropertySet > xComposerFieldProps( xFieldNames->getByName( sFieldName ), UNO_QUE… in implInitFilterList()
444 if ( sFieldName.getLength() && ( sFieldName != sRealFieldName ) ) in implInitFilterList()
448 aStatement.append( sFieldName ); in implInitFilterList()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DDatabaseControl.java78 String sFieldName = _curfieldcolumn.getFieldName(); in createGridColumn() local
79 String sUniqueName = Desktop.getUniqueName(_oGridControl.xNameAccess, sFieldName); in createGridColumn()
90 xPropColumn.setPropertyValue("DataField", sFieldName); in createGridColumn()
99 _oGridControl.xNameContainer.insertByName(sFieldName, xPropColumn); in createGridColumn()
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx1131 ::rtl::OUString sCommand, sFieldName; in implCreateFieldControl()
1137 _rColumnDescriptor[ daColumnName ] >>= sFieldName; in implCreateFieldControl()
1146 || !sFieldName.getLength() in implCreateFieldControl()
1208 if (xFields.is() && xFields->hasByName(sFieldName)) in implCreateFieldControl()
1209 xFields->getByName(sFieldName) >>= xField; in implCreateFieldControl()
1521 ::rtl::OUString sFieldName; in createControlLabelPair()
1527 aFieldName >>= sFieldName; in createControlLabelPair()
1531 ::Size aTextSize( _rOutDev.GetTextWidth(sFieldName + _rFieldPostfix), _rOutDev.GetTextHeight() ); in createControlLabelPair()
1571 sLabel = sFieldName; in createControlLabelPair()
1575 sObjectLabel.SearchAndReplaceAllAscii( "#object#", sFieldName ); in createControlLabelPair()
[all …]
H A Dfmview.cxx441 ::rtl::OUString sFieldName = rFieldDesc.GetToken(3,sal_Unicode(11)); in CreateFieldControl()
443 if (!sFieldName.getLength() || !sObjectName.getLength() || !sDataSource.getLength()) in CreateFieldControl()
450 aColumnDescriptor[ daColumnName ] <<= sFieldName; in CreateFieldControl()
/trunk/main/xmloff/source/text/
H A Dtxtflde.cxx383 OUString sFieldName; // service name postfix of current field in GetFieldID() local
391 sFieldName = pNames->copy(sServicePrefix.getLength()); in GetFieldID()
399 if( sFieldName.getLength() == 0 ) in GetFieldID()
409 sFieldName = pNames2->copy(sPresentationServicePrefix.getLength()); in GetFieldID()
416 if( sFieldName.getLength() != 0 ) in GetFieldID()
434 DBG_ASSERT(sFieldName.getLength()>0, "no TextField service found!"); in GetFieldID()
435 return MapFieldName(sFieldName, xPropSet); in GetFieldID()
439 const OUString& sFieldName, // field (master) name in MapFieldName() argument
451 DBG_ASSERT(sFieldName.getLength()>0, "no valid service name!"); in MapFieldName()
453 if (sFieldName.getLength() > 0) in MapFieldName()
[all …]
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java555 final String sFieldName = FieldColumns[i].getFieldName(); in insertLabel() local
556 …trolList[i] = new Control(oFormHandler, xFormName, FormHandler.SOLABEL, sFieldName, aPoint, aSize); in insertLabel()
609 String sFieldName = FieldColumns[i].getFieldName(); in insertDBControl() local
621 …StampControl(new Resource(xMSF, "FormWizard", "dbw"), oFormHandler, xFormName, sFieldName, aPoint); in insertDBControl()
625 … DBControlList[i] = new DatabaseControl(oFormHandler, xFormName, sFieldName, nFieldType, aPoint); in insertDBControl()
/trunk/main/wizards/com/sun/star/wizards/fax/
H A DFaxDocument.java141 public void switchUserField(String sFieldName, String sNewContent, boolean bState) in switchUserField() argument
146 myFieldHandler.changeUserFieldContent(sFieldName, sNewContent); in switchUserField()
150 myFieldHandler.changeUserFieldContent(sFieldName, PropertyNames.EMPTY_STRING); in switchUserField()
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterDocument.java146 public void switchUserField(String sFieldName, String sNewContent, boolean bState) in switchUserField() argument
151 myFieldHandler.changeUserFieldContent(sFieldName, sNewContent); in switchUserField()
155 myFieldHandler.changeUserFieldContent(sFieldName, PropertyNames.EMPTY_STRING); in switchUserField()
/trunk/main/dbaccess/source/ui/misc/
H A Dindexcollection.cxx211 …OSL_ENSURE(!xCols->hasByName(aFieldLoop->sFieldName), "OIndexCollection::commitNewIndex: double co… in commitNewIndex()
218 …escriptor->setPropertyValue(s_sNamePropertyName, makeAny(::rtl::OUString(aFieldLoop->sFieldName))); in commitNewIndex()
342 aCopyTo->sFieldName = *pFieldNames; in implFillIndexInfo()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DColumnarSingleColumn.java86 final String sFieldName = convertToFieldName(aFieldNames[i]); in insertDetailFields() local
87 aRect = insertFormattedField(xSection, sFieldName, aRect, nWidth, aSOTextField); in insertDetailFields()
H A DColumnarTwoColumns.java113 final String sFieldName = convertToFieldName(aFieldNames[i]); in insertDetailFields() local
114 aRect = insertFormattedField(xSection, sFieldName, aRect, nWidth, aSOTextField); in insertDetailFields()
H A DInBlocksLabelsLeft.java103 final String sFieldName = convertToFieldName(aFieldNames[i]); in insertDetailFields() local
105 …aRectLabelFields = insertFormattedField(xSection, sFieldName, aRectLabelFields, nFieldWidth, aSOTe… in insertDetailFields()
H A DTabular.java81 final String sFieldName = convertToFieldName(aFieldNames[i]); in insertDetailFields() local
82 aRect = insertFormattedField(xSection, sFieldName, aRect, nWidth, aSO); in insertDetailFields()
H A DInBlocksLabelsAbove.java132 final String sFieldName = convertToFieldName(aFieldNames[i]); in insertDetailFields() local
134 … aRectFields = insertFormattedField(xSection, sFieldName, aRectFields, nFieldWidth, aSOTextField); in insertDetailFields()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx3759 String sFieldName; in Read_FldVanish() local
3760 sal_uInt16 nFieldLen = pSBase->WW8ReadString( *pStrm, sFieldName, nStartCp, in Read_FldVanish()
3767 if( !nFieldLen || (0x13 != sFieldName.GetChar( nC ))) // Field Start Mark in Read_FldVanish()
3770 if( nFieldLen && (0x15 == sFieldName.GetChar( nC ))) in Read_FldVanish()
3779 while (STRING_NOTFOUND == (nFnd = sFieldName.Search(0x15))) in Read_FldVanish()
3784 sFieldName+=sTemp; in Read_FldVanish()
3797 sFieldName.Erase(nFnd); in Read_FldVanish()
3800 while( ' ' == sFieldName.GetChar( nC )) in Read_FldVanish()
3807 if( sFieldName.EqualsIgnoreCaseAscii( pName, nC, nNameLen ) ) in Read_FldVanish()
3809 ImportTox( aFldId[i], sFieldName.Copy( nC + nNameLen ) ); in Read_FldVanish()
/trunk/main/sw/source/ui/vba/
H A Dvbafield.cxx362 String sFieldName; in Add() local
366 sFieldName = aReadParam.GetFieldName(); in Add()
370 … if( nType == word::WdFieldType::wdFieldFileName || sFieldName.EqualsIgnoreCaseAscii("FILENAME") ) in Add()
/trunk/main/dbaccess/source/ui/control/
H A DRelationControl.cxx279 String sFieldName(m_pListCell->GetSelectEntry()); in SaveModified() local
292 pConnLineData->SetSourceFieldName( sFieldName ); in SaveModified()
295 pConnLineData->SetDestFieldName( sFieldName ); in SaveModified()

Completed in 137 milliseconds

12