Home
last modified time | relevance | path

Searched refs:sFieldName (Results 1 – 25 of 33) sorted by last modified time

12

/trunk/main/dbaccess/source/ui/dlg/
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()
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()
/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/xmloff/inc/
H A Dtxtflde.hxx427 enum FieldIdEnum MapFieldName(const ::rtl::OUString& sFieldName,
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java265 String sFieldName = currentControlRow.getSelectedFieldName(); in getFilterConditions() local
267 … FieldColumn aFieldColumn = oQueryMetaData.getFieldColumnByDisplayName(sFieldName); in getFilterConditions()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DInBlocksLabelsAbove.java132 final String sFieldName = convertToFieldName(aFieldNames[i]); in insertDetailFields() local
134 … aRectFields = insertFormattedField(xSection, sFieldName, aRectFields, nFieldWidth, 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 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()
/trunk/main/wizards/com/sun/star/wizards/table/
H A DFieldFormatter.java68 String sFieldName = CurUnoDialog.m_oResource.getResText(UIConsts.RID_TABLE + 23); in FieldFormatter() local
166 … UIConsts.INTEGERS[8], sFieldName, 158, 39, IFieldFormatStep, new Short(curtabindex++), 94 in FieldFormatter()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java358 String sFieldName = CurDBColumn.CurDBField.getFieldName(); in refreshGroupFields() local
359 if (!sFieldName.equals(_sNewNames[i])) in refreshGroupFields()
/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/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/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/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/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()
H A DRecordParser.java248 String sFieldName = FieldColumns[i].getFieldName(); in getFields() local
249 int nColIndex = JavaTools.FieldInList(AllQueryFieldNames, sFieldName) + 1; in getFields()
/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/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/svx/source/form/
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()
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 …]
/trunk/main/svx/source/fmcomp/
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()
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 …]
/trunk/main/odk/examples/DevelopersGuide/Forms/
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()

Completed in 132 milliseconds

12