Home
last modified time | relevance | path

Searched refs:xSourceProps (Results 1 – 12 of 12) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DGridFieldValidator.java126 XPropertySet xSourceProps = UNO.queryPropertySet( aEvent.Source ); in approveUpdate() local
128 String sNewText = (String)xSourceProps.getPropertyValue( "Text" ); in approveUpdate()
138 XColumn xBoundColumn = UNO.queryColumn( xSourceProps.getPropertyValue( "BoundField" ) ); in approveUpdate()
141 xSourceProps.setPropertyValue( "Text", xBoundColumn.getString() ); in approveUpdate()
/trunk/main/chart2/source/view/main/
H A DVTitle.cxx207 … uno::Reference< beans::XPropertySet > xSourceProps( aStringList[0], uno::UNO_QUERY ); in createShapes() local
209 PropertyMapper::setMappedProperties( xTargetProps, xSourceProps in createShapes()
241 … uno::Reference< beans::XPropertySet > xSourceProps( aStringList[0], uno::UNO_QUERY ); in createShapes() local
242 …PropertyMapper::setMappedProperties( xTargetProps, xSourceProps, PropertyMapper::getPropertyNameMa… in createShapes()
/trunk/main/xmloff/source/forms/
H A Dformcellbinding.cxx240 Reference< XPropertySet > xSourceProps( _rxSource, UNO_QUERY ); in getStringAddressFromCellListSource() local
241 …OSL_ENSURE( xSourceProps.is() || !_rxSource.is(), "FormCellBindingHelper::getStringAddressFromCell… in getStringAddressFromCellListSource()
242 if ( xSourceProps.is() ) in getStringAddressFromCellListSource()
245 xSourceProps->getPropertyValue( PROPERTY_LIST_CELL_RANGE ) >>= aRangeAddress; in getStringAddressFromCellListSource()
/trunk/main/extensions/source/propctrlr/
H A Dcellbindinghelper.cxx359 Reference< XPropertySet > xSourceProps( _rxSource, UNO_QUERY ); in getStringAddressFromCellListSource() local
360 …OSL_ENSURE( xSourceProps.is() || !_rxSource.is(), "CellBindingHelper::getStringAddressFromCellList… in getStringAddressFromCellListSource()
361 if ( xSourceProps.is() ) in getStringAddressFromCellListSource()
364 xSourceProps->getPropertyValue( PROPERTY_LIST_CELL_RANGE ) >>= aRangeAddress; in getStringAddressFromCellListSource()
/trunk/main/ucb/source/core/
H A Ducbcmds.cxx1243 const uno::Reference< sdbc::XRow > & xSourceProps ) in globalTransfer_()
1247 sal_Bool bSourceIsFolder = xSourceProps->getBoolean( 1 ); in globalTransfer_()
1248 if ( !bSourceIsFolder && xSourceProps->wasNull() ) in globalTransfer_()
1261 sal_Bool bSourceIsDocument = xSourceProps->getBoolean( 2 ); in globalTransfer_()
1262 if ( !bSourceIsDocument && xSourceProps->wasNull() ) in globalTransfer_()
1275 sal_Bool bSourceIsLink = ( xSourceProps->getString( 3 ).getLength() > 0 ); in globalTransfer_()
/trunk/main/comphelper/source/property/
H A Dproperty.cxx80 Reference< XPropertySetInfo > xSourceProps = _rxSource->getPropertySetInfo(); in copyProperties() local
83 Sequence< Property > aSourceProps = xSourceProps->getProperties(); in copyProperties()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx286 Reference<XPropertySet> xSourceProps(xDataSource, UNO_QUERY); in SwInsertDBColAutoPilot() local
288 if(xSourceProps.is()) in SwInsertDBColAutoPilot()
290 Any aFormats = xSourceProps->getPropertyValue(C2U("NumberFormatsSupplier")); in SwInsertDBColAutoPilot()
1286 Reference<XPropertySet> xSourceProps(xSource, UNO_QUERY); in DataToDoc() local
1287 if(xSourceProps.is()) in DataToDoc()
1289 Any aFormats = xSourceProps->getPropertyValue(C2U("NumberFormatsSupplier")); in DataToDoc()
H A Ddbmgr.cxx253 uno::Reference<XPropertySet> xSourceProps(xSource, UNO_QUERY); in lcl_InitNumberFormatter() local
254 if(xSourceProps.is()) in lcl_InitNumberFormatter()
256 Any aFormats = xSourceProps->getPropertyValue(C2U("NumberFormatsSupplier")); in lcl_InitNumberFormatter()
1520 uno::Reference<XPropertySet> xSourceProps(xSource, UNO_QUERY); in GetColumnFmt() local
1522 if(xSourceProps.is()) in GetColumnFmt()
1524 Any aFormats = xSourceProps->getPropertyValue(C2U("NumberFormatsSupplier")); in GetColumnFmt()
/trunk/main/forms/source/component/
H A DDatabaseForm.cxx378 …Reference< XPropertySet > xSourceProps( const_cast< ODatabaseForm& >( _cloneSource ).queryAggregat… in ODatabaseForm() local
380 … Reference< XPropertySetInfo > xSourcePSI( xSourceProps->getPropertySetInfo(), UNO_SET_THROW ); in ODatabaseForm()
381 Reference< XPropertyState > xSourcePropState( xSourceProps, UNO_QUERY ); in ODatabaseForm()
403 aInitialValue = xSourceProps->getPropertyValue( pSourceProperty->Name ); in ODatabaseForm()
406 …setPropertyValue( pSourceProperty->Name, xSourceProps->getPropertyValue( pSourceProperty->Name ) ); in ODatabaseForm()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx674 Reference< XPropertySet > xSourceProps( _rEvent.Source, UNO_QUERY ); in _propertyChanged() local
689 implAdjustReadOnly( xSourceProps, true); in _propertyChanged()
696 implAdjustReadOnly( xSourceProps, false); in _propertyChanged()
700 implAdjustEnabled( xSourceProps ); in _propertyChanged()
703 implAdjustGenericFieldSetting( xSourceProps ); in _propertyChanged()
/trunk/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx201 const uno::Reference< beans::XPropertySet > xSourceProps( i_rSource, uno::UNO_QUERY_THROW ); in TransferMediaType() local
204 …xTargetProps->setPropertyValue( sMediaTypePropName, xSourceProps->getPropertyValue( sMediaTypeProp… in TransferMediaType()
/trunk/main/package/source/xstor/
H A Dxstorage.cxx107 uno::Reference< beans::XPropertySet > xSourceProps( xSource, uno::UNO_QUERY ); in completeStorageStreamCopy_Impl() local
109 if ( !xSourceProps.is() || !xDestProps.is() ) in completeStorageStreamCopy_Impl()
144 …xDestProps->setPropertyValue( aPropNames[ind], xSourceProps->getPropertyValue( aPropNames[ind] ) ); in completeStorageStreamCopy_Impl()

Completed in 136 milliseconds