/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | KeyGenerator.java | 94 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 D | FormLayer.java | 203 …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()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | indexfieldscontrol.cxx | 220 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 D | indexdialog.cxx | 81 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()
|
/aoo41x/main/forms/qa/integration/forms/ |
H A D | FormLayer.java | 222 …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()
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | fmgridcl.cxx | 278 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 D | dbaexchange.cxx | 78 ::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()
|
/aoo41x/main/wizards/com/sun/star/wizards/db/ |
H A D | CommandMetaData.java | 218 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()
|
/aoo41x/main/wizards/com/sun/star/wizards/document/ |
H A D | DatabaseControl.java | 78 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()
|
/aoo41x/main/forms/source/component/ |
H A D | Filter.cxx | 405 ::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()
|
/aoo41x/main/svx/source/form/ |
H A D | fmvwimp.cxx | 1131 ::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 D | fmview.cxx | 441 ::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()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtflde.cxx | 383 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 …]
|
/aoo41x/main/wizards/com/sun/star/wizards/form/ |
H A D | FormControlArranger.java | 555 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()
|
/aoo41x/main/wizards/com/sun/star/wizards/fax/ |
H A D | FaxDocument.java | 141 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()
|
/aoo41x/main/wizards/com/sun/star/wizards/letter/ |
H A D | LetterDocument.java | 146 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()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | indexcollection.cxx | 211 …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()
|
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | ColumnarSingleColumn.java | 86 final String sFieldName = convertToFieldName(aFieldNames[i]); in insertDetailFields() local 87 aRect = insertFormattedField(xSection, sFieldName, aRect, nWidth, aSOTextField); in insertDetailFields()
|
H A D | ColumnarTwoColumns.java | 113 final String sFieldName = convertToFieldName(aFieldNames[i]); in insertDetailFields() local 114 aRect = insertFormattedField(xSection, sFieldName, aRect, nWidth, aSOTextField); in insertDetailFields()
|
H A D | InBlocksLabelsLeft.java | 103 final String sFieldName = convertToFieldName(aFieldNames[i]); in insertDetailFields() local 105 …aRectLabelFields = insertFormattedField(xSection, sFieldName, aRectLabelFields, nFieldWidth, aSOTe… in insertDetailFields()
|
H A D | Tabular.java | 81 final String sFieldName = convertToFieldName(aFieldNames[i]); in insertDetailFields() local 82 aRect = insertFormattedField(xSection, sFieldName, aRect, nWidth, aSO); in insertDetailFields()
|
H A D | InBlocksLabelsAbove.java | 132 final String sFieldName = convertToFieldName(aFieldNames[i]); in insertDetailFields() local 134 … aRectFields = insertFormattedField(xSection, sFieldName, aRectFields, nFieldWidth, aSOTextField); in insertDetailFields()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par5.cxx | 3755 String sFieldName; in Read_FldVanish() local 3756 sal_uInt16 nFieldLen = pSBase->WW8ReadString( *pStrm, sFieldName, nStartCp, in Read_FldVanish() 3763 if( !nFieldLen || (0x13 != sFieldName.GetChar( nC ))) // Field Start Mark in Read_FldVanish() 3766 if( nFieldLen && (0x15 == sFieldName.GetChar( nC ))) in Read_FldVanish() 3775 while (STRING_NOTFOUND == (nFnd = sFieldName.Search(0x15))) in Read_FldVanish() 3780 sFieldName+=sTemp; in Read_FldVanish() 3793 sFieldName.Erase(nFnd); in Read_FldVanish() 3796 while( ' ' == sFieldName.GetChar( nC )) in Read_FldVanish() 3803 if( sFieldName.EqualsIgnoreCaseAscii( pName, nC, nNameLen ) ) in Read_FldVanish() 3805 ImportTox( aFldId[i], sFieldName.Copy( nC + nNameLen ) ); in Read_FldVanish()
|
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbafield.cxx | 362 String sFieldName; in Add() local 366 sFieldName = aReadParam.GetFieldName(); in Add() 370 … if( nType == word::WdFieldType::wdFieldFileName || sFieldName.EqualsIgnoreCaseAscii("FILENAME") ) in Add()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | RelationControl.cxx | 279 String sFieldName(m_pListCell->GetSelectEntry()); in SaveModified() local 292 pConnLineData->SetSourceFieldName( sFieldName ); in SaveModified() 295 pConnLineData->SetDestFieldName( sFieldName ); in SaveModified()
|