Home
last modified time | relevance | path

Searched refs:xProps (Results 26 – 50 of 196) sorted by relevance

12345678

/trunk/main/vbahelper/source/msforms/
H A Dvbacontrol.cxx284 …uno::Reference< beans::XPropertySet > xProps( xBindable->getValueBinding(), uno::UNO_QUERY_THROW ); in getControlSource() local
286xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("BoundCell") ) ) >>= aAddress; in getControlSource()
324 …uno::Reference< beans::XPropertySet > xProps( xListSink->getListEntrySource(), uno::UNO_QUERY_THRO… in getRowSource() local
326xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("CellRange") ) ) >>= aAddress; in getRowSource()
412 … uno::Reference< beans::XPropertySet > xProps( xControlShape->getControl(), uno::UNO_QUERY_THROW ); in createShapeControl() local
415 xProps->getPropertyValue( sClassId ) >>= nClassId; in createShapeControl()
449 uno::Reference< beans::XPropertySet > xProps( xControl->getModel(), uno::UNO_QUERY_THROW ); in createUserformControl() local
450 uno::Reference< lang::XServiceInfo > xServiceInfo( xProps, uno::UNO_QUERY_THROW ); in createUserformControl()
464xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Toggle") ) ) >>= bToggle; in createUserformControl()
/trunk/main/sw/source/ui/index/
H A Dcntex.cxx105 uno::Reference< XPropertySet > & xProps, in lcl_SetProp()
113 xProps->setPropertyValue(uPropName, aValue); in lcl_SetProp()
117 uno::Reference< XPropertySet > & xProps, in lcl_SetProp()
120 lcl_SetProp( xInfo, xProps, SW_PROP_NAME_STR(nId), rValue); in lcl_SetProp()
123 uno::Reference< XPropertySet > & xProps, in lcl_SetProp()
131 xProps->setPropertyValue(uPropName, aValue); in lcl_SetProp()
137 uno::Reference< beans::XPropertySet > & xProps, in lcl_SetBOOLProp()
145 xProps->setPropertyValue(uPropName, aValue); in lcl_SetBOOLProp()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx556 Reference< beans::XPropertySet > xProps( xM, UNO_QUERY ); in insertByName() local
557 if ( xProps.is() ) in insertByName()
565 Any aUrl = xProps.get()->getPropertyValue( sImageSourceProperty ); in insertByName()
572 xProps.get()->setPropertyValue( sImageSourceProperty , aUrl ); in insertByName()
665 Reference< XPropertySet > xProps( aPos->first, UNO_QUERY ); in setControlModels() local
667 if ( xProps.is() ) in setControlModels()
668 xPSI = xProps->getPropertySetInfo(); in setControlModels()
1682 if ( xProps.is() ) in addingControl()
1691 xProps->addPropertiesChangeListener( aNames, this ); in addingControl()
1704 if ( xProps.is() ) in removingControl()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DFLTools.java85 XPropertySet xProps = UNO.queryPropertySet( aFormComponent ); in getLabel() local
86 XPropertySetInfo xPSI = ( null != xProps ) ? xProps.getPropertySetInfo() : null; in getLabel()
95 sLabel = getLabel( xProps.getPropertyValue( "LabelControl" ) ); in getLabel()
102 sLabel = (String)xProps.getPropertyValue( "Label" ); in getLabel()
H A DDataAwareness.java71 XPropertySet xProps = UNO.queryPropertySet( aFormComponent ); in handle() local
72 String sTypeName = FLTools.classifyFormComponentType( xProps ); in handle()
112 XPropertySet xProps = UNO.queryPropertySet( aFormComponent ); in handle() local
114 if ( null != xProps ) in handle()
115 xPI = xProps.getPropertySetInfo(); in handle()
118 Short nClassId = (Short)xProps.getPropertyValue( "ClassId" ); in handle()
122 m_aOperator.revokeButton( xProps ); in handle()
/trunk/main/sw/source/core/docnode/
H A Dretrieveinputstream.cxx60 com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue > xProps( 1 ); in threadFunction() local
61 xProps[0].Name = ::rtl::OUString::createFromAscii( "URL" ); in threadFunction()
62 xProps[0].Value <<= ::rtl::OUString( mrLinkedURL ); in threadFunction()
63 comphelper::MediaDescriptor aMedium( xProps ); in threadFunction()
/trunk/main/basic/source/uno/
H A Dnamecont.cxx1435 if ( xProps.is() ) in implStoreLibrary()
1581 if ( xProps.is() ) in implStoreLibraryIndexFile()
2058 if ( !xProps.is() ) in storeLibraries_Impl()
2063 xProps->setPropertyValue( aPropName, uno::makeAny( aMime ) ); in storeLibraries_Impl()
2787 OSL_ASSERT( xProps.is() ); in expand_url()
2788 if( xProps.is() ) in expand_url()
2791 xProps->getPropertyValue( in expand_url()
3237 Reference< XPropertySet > xProps( xFactory, UNO_QUERY ); in ScriptExtensionIterator() local
3238 OSL_ASSERT( xProps.is() ); in ScriptExtensionIterator()
3239 if (xProps.is()) in ScriptExtensionIterator()
[all …]
H A Ddlgcont.cxx128 Reference< beans::XPropertySet > xProps( xMSF, UNO_QUERY ); in writeOasis2OOoLibraryElement() local
129 OSL_ASSERT( xProps.is() ); in writeOasis2OOoLibraryElement()
130 OSL_VERIFY( xProps->getPropertyValue( in writeOasis2OOoLibraryElement()
311 Reference< beans::XPropertySet > xProps( mxMSF, UNO_QUERY ); in importLibraryElement() local
312 OSL_ASSERT( xProps.is() ); in importLibraryElement()
313 …OSL_VERIFY( xProps->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext")) ) >>… in importLibraryElement()
/trunk/main/sc/source/ui/vba/
H A Dvbapagebreak.hxx47 css::uno::Reference< css::beans::XPropertySet >& xProps,
70 css::uno::Reference< css::beans::XPropertySet >& xProps, in ScVbaHPageBreak()
72 ScVbaHPageBreak_BASE( xParent,xContext,xProps,aTablePageBreakData ){} in ScVbaHPageBreak()
89 css::uno::Reference< css::beans::XPropertySet >& xProps,
H A Dvbapagebreak.cxx32 uno::Reference< beans::XPropertySet >& xProps, in ScVbaPageBreak()
35 mxRowColPropertySet( xProps ), in ScVbaPageBreak()
140 css::uno::Reference< css::beans::XPropertySet >& xProps, in ScVbaVPageBreak()
142 : ScVbaVPageBreak_BASE( xParent, xContext, xProps, aTablePageBreakData ) in ScVbaVPageBreak()
H A Dvbapalette.cxx98 uno::Reference< beans::XPropertySet > xProps; in getPalette() local
100 xProps.set( m_pShell->GetModel(), uno::UNO_QUERY_THROW ); in getPalette()
103 …xIndex.set( xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ColorPalette") )… in getPalette()
/trunk/main/oox/source/drawingml/
H A Dtextparagraph.cxx107 Reference< XPropertySet > xProps( xStart, UNO_QUERY); in insertAt() local
111 …pTextParagraphStyle->pushToPropSet( rFilterBase, xProps, aioBulletList, NULL, sal_False, fCharacte… in insertAt()
123 …maProperties.pushToPropSet( rFilterBase, xProps, aioBulletList, &pTextParagraphStyle->getBulletLis… in insertAt()
129 xProps->setPropertyValue( sNumberingLevel, Any( static_cast< sal_Int16 >( -1 ) ) ); in insertAt()
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.cxx181 Reference< XPropertySet > xProps( _rxModel, UNO_QUERY ); in getWinBits() local
182 if ( xProps.is() ) in getWinBits()
185 xProps->getPropertyValue( PROPERTY_BORDER ) >>= nBorder; in getWinBits()
189 … implAdjustTriStateFlag( xProps, PROPERTY_TABSTOP, nBits, WB_TABSTOP, WB_NOTABSTOP ); in getWinBits()
190 implAdjustTwoStateFlag( xProps, PROPERTY_HSCROLL, nBits, WB_HSCROLL ); in getWinBits()
191 implAdjustTwoStateFlag( xProps, PROPERTY_VSCROLL, nBits, WB_VSCROLL ); in getWinBits()
192 … implAdjustTwoStateFlag( xProps, PROPERTY_HARDLINEBREAKS, nBits, WB_WORDBREAK, true ); in getWinBits()
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx333 uno::Reference< beans::XPropertySet > xProps( xStorage, uno::UNO_QUERY ); in SetupStorage() local
335 if ( xProps.is() ) in SetupStorage()
765 if ( xProps.is() ) in DoLoad()
776 if ( xProps->hasPropertyByName( aAuthor ) ) in DoLoad()
782 if ( xProps->hasPropertyByName( aKeywords ) ) in DoLoad()
790 if ( xProps->hasPropertyByName( aSubject ) ) in DoLoad()
1390 if ( !xProps.is() ) in SaveTo_Impl()
1760 if ( xProps.is() ) in SaveTo_Impl()
1772 if ( xProps->hasPropertyByName( aAuthor ) ) in SaveTo_Impl()
1777 if ( xProps->hasPropertyByName( aKeywords ) ) in SaveTo_Impl()
[all …]
/trunk/main/extensions/source/bibliography/
H A Dbibview.cxx80 Reference< XPropertySet > xProps( xForm, UNO_QUERY ); in ~BibView() local
81 Reference< sdbc::XResultSetUpdate > xResUpd( xProps, UNO_QUERY ); in ~BibView()
86 Any aModified = xProps->getPropertyValue( C2U( "IsModified" ) ); in ~BibView()
93 Any aNew = xProps->getPropertyValue( C2U( "IsNew" ) ); in ~BibView()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbaapplicationbase.cxx209 uno::Reference< beans::XPropertySet > xProps( xFrame, uno::UNO_QUERY_THROW ); in getDisplayStatusBar() local
211 if( xProps.is() ){ in getDisplayStatusBar()
212 …uno::Reference< frame::XLayoutManager > xLayoutManager( xProps->getPropertyValue( rtl::OUString(RT… in getDisplayStatusBar()
226 uno::Reference< beans::XPropertySet > xProps( xFrame, uno::UNO_QUERY_THROW ); in setDisplayStatusBar() local
228 if( xProps.is() ){ in setDisplayStatusBar()
229 …uno::Reference< frame::XLayoutManager > xLayoutManager( xProps->getPropertyValue( rtl::OUString(RT… in setDisplayStatusBar()
/trunk/main/basic/source/classes/
H A Deventatt.cxx105 … Reference< XPropertySet > xProps( ::comphelper::getProcessServiceFactory(), UNO_QUERY ); in SFURL_firing_impl() local
106 OSL_ASSERT( xProps.is() ); in SFURL_firing_impl()
107 …OSL_VERIFY( xProps->getPropertyValue( ::rtl::OUString::createFromAscii( "DefaultContext" ) ) >>= x… in SFURL_firing_impl()
490 Reference< XPropertySet > xProps( xMSF, UNO_QUERY ); in RTL_Impl_CreateUnoDialog() local
491 OSL_ASSERT( xProps.is() ); in RTL_Impl_CreateUnoDialog()
492 …OSL_VERIFY( xProps->getPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext"… in RTL_Impl_CreateUnoDialog()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx969 Reference< XPropertiesChangeNotifier > xProps(xContent,UNO_QUERY); in UCBOpenContentSync() local
970 if(xProps.is()) { in UCBOpenContentSync()
973 xProps->addPropertiesChangeListener( in UCBOpenContentSync()
1172 if ( xProps.is() ) in UCBOpenContentSync()
1173 xProps->removePropertiesChangeListener( in UCBOpenContentSync()
1202 Reference< XPropertiesChangeNotifier > xProps ( xContent, UNO_QUERY ); in _UCBOpenContentSync() local
1203 if ( xProps.is() ) in _UCBOpenContentSync()
1204 xProps->addPropertiesChangeListener( Sequence< ::rtl::OUString >(), xListener ); in _UCBOpenContentSync()
1266 if ( xProps.is() ) in _UCBOpenContentSync()
1267 xProps->removePropertiesChangeListener( Sequence< ::rtl::OUString >(), xListener ); in _UCBOpenContentSync()
/trunk/main/basctl/source/basicide/
H A Dbaside3.cxx741 Reference< beans::XPropertySet > xProps( ::comphelper::getProcessServiceFactory(), UNO_QUERY ); in SaveDialog() local
742 OSL_ASSERT( xProps.is() ); in SaveDialog()
743 …OSL_VERIFY( xProps->getPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext"… in SaveDialog()
1023 Reference< beans::XPropertySet > xProps( xMSF, UNO_QUERY ); in implImportDialog() local
1024 OSL_ASSERT( xProps.is() ); in implImportDialog()
1025 …OSL_VERIFY( xProps->getPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext"… in implImportDialog()
1359 … Reference< beans::XPropertySet > xProps( ::comphelper::getProcessServiceFactory(), UNO_QUERY ); in StoreData() local
1360 OSL_ASSERT( xProps.is() ); in StoreData()
1361 …OSL_VERIFY( xProps->getPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext"… in StoreData()
/trunk/main/sw/source/ui/vba/
H A Dvbaborders.cxx162xProps, const uno::Reference< uno::XComponentContext >& xContext, sal_Int32 lineType, VbaPalette& … in SwVbaBorder() argument
275 uno::Reference< beans::XPropertySet > xProps( m_xRange, uno::UNO_QUERY_THROW ); in getByIndex() local
276 …return uno::makeAny( uno::Reference< word::XBorder >( new SwVbaBorder( xProps, m_xContext, support… in getByIndex()
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx182 Reference < beans::XPropertySet > xProps( in Init() local
185 xCtx.set( xProps->getPropertyValue( rtl::OUString( in Init()
628 Reference< beans::XPropertySet > xProps( node, UNO_QUERY ); in CheckButtons() local
630 if ( !xProps.is() ) in CheckButtons()
642 if ( getBoolProperty( xProps, sName ) ) in CheckButtons()
653 if ( getBoolProperty( xProps, sName ) ) in CheckButtons()
664 if ( getBoolProperty( xProps, sName ) ) in CheckButtons()
675 if ( getBoolProperty( xProps, sName ) ) in CheckButtons()
1229 sal_Bool SvxScriptOrgDialog::getBoolProperty( Reference< beans::XPropertySet >& xProps, in getBoolProperty() argument
1236 xProps->getPropertyValue( propName ) >>= bTemp; in getBoolProperty()
/trunk/main/scripting/java/com/sun/star/script/framework/io/
H A DXStorageHelper.java109 … XPropertySet xProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,storage ); in XStorageHelper() local
110 if ( xProps != null ) in XStorageHelper()
112 … String mediaType = AnyConverter.toString( xProps.getPropertyValue( "MediaType" ) ); in XStorageHelper()
116 xProps.setPropertyValue("MediaType","scripts"); in XStorageHelper()
/trunk/main/cppuhelper/source/
H A Dstdidlclass.cxx125 Reference< beans::XPropertySet > xProps( m_rSMgr, UNO_QUERY ); in get_corefl() local
126 OSL_ASSERT( xProps.is() ); in get_corefl()
127 if (xProps.is()) in get_corefl()
130 xProps->getPropertyValue( in get_corefl()
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx125 Reference< XPropertySet > xProps( rxControl->getModel(), UNO_QUERY_THROW ); in DialogVBAScriptListenerImpl() local
126xProps->getPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Name") ) ) >>= msDialogCodeNa… in DialogVBAScriptListenerImpl()
127 xProps.set( mxListener, UNO_QUERY_THROW ); in DialogVBAScriptListenerImpl()
128xProps->setPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Model") ), args[ 0 ] ); in DialogVBAScriptListenerImpl()
321 Reference< XPropertySet > xProps( xDlgControl->getModel(), UNO_QUERY ); in attachEvents() local
324xProps->getPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Name") ) ) >>= sDialogCodeNam… in attachEvents()
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx422 Reference <beans::XPropertySet > xProps( xStream, uno::UNO_QUERY ); in ReadThroughComponent() local
423 if ( !xStream.is() || ! xProps.is() ) in ReadThroughComponent()
426 Any aAny = xProps->getPropertyValue( in ReadThroughComponent()
1048 Reference <beans::XPropertySet > xProps( xStream, uno::UNO_QUERY ); in Export() local
1049 if( !xDocOut.is() || !xProps.is() ) in Export()
1053xProps->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("MediaType")), aAny); in Export()
1057xProps->setPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Compressed") ), uno::makeAny(… in Export()
1059xProps->setPropertyValue( aUseCommonPassPropName, uno::makeAny( (sal_Bool)sal_True ) ); in Export()

Completed in 195 milliseconds

12345678