/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | GridFieldValidator.java | 126 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()
|
/aoo42x/main/chart2/source/view/main/ |
H A D | VTitle.cxx | 207 … 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()
|
/aoo42x/main/xmloff/source/forms/ |
H A D | formcellbinding.cxx | 240 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()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | cellbindinghelper.cxx | 359 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()
|
/aoo42x/main/ucb/source/core/ |
H A D | ucbcmds.cxx | 1243 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_()
|
/aoo42x/main/comphelper/source/property/ |
H A D | property.cxx | 80 Reference< XPropertySetInfo > xSourceProps = _rxSource->getPropertySetInfo(); in copyProperties() local 83 Sequence< Property > aSourceProps = xSourceProps->getProperties(); in copyProperties()
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | dbinsdlg.cxx | 286 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 D | dbmgr.cxx | 253 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()
|
/aoo42x/main/forms/source/component/ |
H A D | DatabaseForm.cxx | 378 …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()
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 674 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()
|
/aoo42x/main/embeddedobj/source/commonembedding/ |
H A D | persistence.cxx | 201 const uno::Reference< beans::XPropertySet > xSourceProps( i_rSource, uno::UNO_QUERY_THROW ); in TransferMediaType() local 204 …xTargetProps->setPropertyValue( sMediaTypePropName, xSourceProps->getPropertyValue( sMediaTypeProp… in TransferMediaType()
|
/aoo42x/main/package/source/xstor/ |
H A D | xstorage.cxx | 107 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()
|