Home
last modified time | relevance | path

Searched refs:xPropSet (Results 76 – 100 of 335) sorted by relevance

12345678910>>...14

/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx125 uno::Reference< beans::XPropertySet > xPropSet(xLstBox, UNO_QUERY); in cursorMoved() local
126 if(xPropSet.is()) in cursorMoved()
182 xPropSet->setPropertyValue(C2U("SelectedItems"), aSel); in cursorMoved()
498 if( xPropSet.is()) in AddXControl()
502 uno::Any aAny = xPropSet->getPropertyValue( C2U("DefaultControl") ); in AddXControl()
512 xPropSet->setPropertyValue( uProp, makeAny( sId ) ); in AddXControl()
519 xPropSet->setPropertyValue(C2U("BoundColumn"), aAny); in AddXControl()
522 xPropSet->setPropertyValue(C2U("ListSourceType"), aAny); in AddXControl()
531 xPropSet->setPropertyValue(C2U("ListSource"), aAny); in AddXControl()
542 xPropSet->setPropertyValue(C2U("StringItemList"), aAny); in AddXControl()
[all …]
H A Ddatman.cxx1422 Reference< XPropertySet > xPropSet( xModel, UNO_QUERY ); in createGridModel() local
1423 xPropSet->setPropertyValue( C2U("Name"), makeAny( rName ) ); in createGridModel()
1428 xPropSet->setPropertyValue( C2U("DefaultControl"),aAny ); in createGridModel()
1437 xPropSet->setPropertyValue( uProp, makeAny( sId ) ); in createGridModel()
1526 Reference< XPropertySet > xPropSet( xModel, UNO_QUERY ); in loadControlModel() local
1639 Reference< XPropertySet > xPropSet; in SetMeAsUidListener() local
1643 xPropSet = *(Reference< XPropertySet > *)aElement.getValue(); in SetMeAsUidListener()
1645 xPropSet->addPropertyChangeListener(FM_PROP_VALUE, this); in SetMeAsUidListener()
1685 Reference< XPropertySet > xPropSet; in RemoveMeAsUidListener() local
1689 xPropSet = *(Reference< XPropertySet > *)aElement.getValue(); in RemoveMeAsUidListener()
[all …]
/trunk/main/xmloff/source/text/
H A Dtxtparai.cxx1325 if (xPropSet.is()) in CreateMark()
1326 rPropSet = xPropSet; in CreateMark()
2106 Reference<XPropertySet> xPropSet( xAttrCursor, UNO_QUERY ); in ~XMLParaContext() local
2108 if (xPropSet.is()) in ~XMLParaContext()
2114 if(xPropSet->getPropertySetInfo()-> in ~XMLParaContext()
2117 xPropSet->setPropertyValue in ~XMLParaContext()
2127 if (xPropSet->getPropertySetInfo()-> in ~XMLParaContext()
2130 xPropSet->setPropertyValue in ~XMLParaContext()
2134 if (xPropSet->getPropertySetInfo()-> in ~XMLParaContext()
2137 xPropSet->setPropertyValue in ~XMLParaContext()
[all …]
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx515 if( xPropSet.is() ) in setPropertyValueByIndex()
630 if( xPropSet.is() ) in getPropertyValueByIndex()
1012 Reference<XPropertySet> xPropSet = in addPropertyChangeListener() local
1015 if( xPropSet.is() ) in addPropertyChangeListener()
1025 Reference<XPropertySet> xPropSet = in removePropertyChangeListener() local
1028 if( xPropSet.is() ) in removePropertyChangeListener()
1038 Reference<XPropertySet> xPropSet = in addVetoableChangeListener() local
1041 if( xPropSet.is() ) in addVetoableChangeListener()
1051 Reference<XPropertySet> xPropSet = in removeVetoableChangeListener() local
1053 if( xPropSet.is() ) in removeVetoableChangeListener()
[all …]
/trunk/main/scripting/source/storage/
H A DScriptSecurityManager.cxx372 …Reference < beans::XPropertySet > xPropSet( m_xConfigProvFactory->createInstanceWithArguments( s_c… in readConfiguration() local
375 … OSL_VERIFY( xPropSet->getPropertyValue( OUSTR( "Confirmation" ) ) >>= m_confirmationRequired ); in readConfiguration()
386 OSL_VERIFY( xPropSet->getPropertyValue( OUSTR( "Warning" ) ) >>= m_warning ); in readConfiguration()
398 OSL_VERIFY( xPropSet->getPropertyValue( OUSTR( "OfficeBasic" ) ) >>= m_runMacroSetting ); in readConfiguration()
402 OSL_VERIFY( xPropSet->getPropertyValue( OUSTR( "SecureURL" ) ) >>= m_secureURL ); in readConfiguration()
483 Reference < beans::XPropertySet > xPropSet( xInterface, UNO_QUERY ); in addToSecurePaths() local
487 value=xPropSet->getPropertyValue( pathListPropName ); in addToSecurePaths()
/trunk/main/linguistic/source/
H A Dlngprophelp.cxx73 xPropSet (rxPropSet), in PropertyChgHelper()
93 xPropSet = rHelper.xPropSet; in PropertyChgHelper()
258 if (xPropSet.is()) in AddAsPropListener()
265 xPropSet->addPropertyChangeListener( pPropName[i], this ); in AddAsPropListener()
272 if (xPropSet.is()) in RemoveAsPropListener()
279 xPropSet->removePropertyChangeListener( pPropName[i], this ); in RemoveAsPropListener()
301 if (rSource.Source == xPropSet) in disposing()
304 xPropSet = NULL; in disposing()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyli.cxx995 if (!xPropSet.is()) in CreateHeaderFooterContext()
996 xPropSet.set(GetStyle(), UNO_QUERY ); in CreateHeaderFooterContext()
1000 xPropSet, in CreateHeaderFooterContext()
1006 if (!xPropSet.is()) in ClearContent()
1007 xPropSet.set(GetStyle(), UNO_QUERY ); in ClearContent()
1009 if (xPropSet.is()) in ClearContent()
1017 xPropSet->setPropertyValue( rContent, uno::makeAny(xHeaderFooterContent) ); in ClearContent()
1045 void ScCellTextStyleContext::FillPropertySet( const uno::Reference<beans::XPropertySet>& xPropSet ) in FillPropertySet() argument
1047 XMLTextStyleContext::FillPropertySet( xPropSet ); in FillPropertySet()
1051 ScCellTextCursor* pCellImp = ScCellTextCursor::getImplementation( xPropSet ); in FillPropertySet()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DTitleWrapper.cxx361 Reference< beans::XPropertySet > xPropSet( xFastPropertySet, uno::UNO_QUERY ); in setFastCharacterPropertyValue() local
364 pWrappedProperty->setPropertyValue( rValue, xPropSet ); in setFastCharacterPropertyValue()
463 Reference< beans::XPropertySet > xPropSet( getFirstCharacterPropertySet(), uno::UNO_QUERY ); in addPropertyChangeListener() local
464 if( xPropSet.is() ) in addPropertyChangeListener()
465 xPropSet->addPropertyChangeListener( rPropertyName, xListener ); in addPropertyChangeListener()
476 Reference< beans::XPropertySet > xPropSet( getFirstCharacterPropertySet(), uno::UNO_QUERY ); in removePropertyChangeListener() local
477 if( xPropSet.is() ) in removePropertyChangeListener()
478 xPropSet->removePropertyChangeListener( rPropertyName, xListener ); in removePropertyChangeListener()
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx182 if ( xPropSet.is() ) in setFrame()
195 if ( xPropSet.is() ) in setFrame()
197 aValue = xPropSet->getPropertyValue( in setFrame()
250 if ( xPropSet.is() ) in dispose()
766 if ( xPropSet.is() ) in DeleteControllers_Impl()
770 Any aValue = xPropSet->getPropertyValue( m_aLayoutManagerPropName ); in DeleteControllers_Impl()
1385 if ( xPropSet.is() ) in GetStatusIndicator()
1387 Any aValue = xPropSet->getPropertyValue( m_aLayoutManagerPropName ); in GetStatusIndicator()
1458 if ( xPropSet.is() ) in UpdateObjectBars_Impl()
1460 Any aValue = xPropSet->getPropertyValue( m_aLayoutManagerPropName ); in UpdateObjectBars_Impl()
[all …]
/trunk/main/oox/source/ppt/
H A Dslidepersist.cxx266 Reference< beans::XPropertySet > xPropSet( aXStyle, UNO_QUERY_THROW ); in applyTextStyles() local
267 setTextStyle( xPropSet, rFilterBase, maDefaultTextStylePtr, 0 ); in applyTextStyles()
268 setTextStyle( xPropSet, rFilterBase, pTextListStylePtr, 0 ); in applyTextStyles()
281 xPropSet = Reference< beans::XPropertySet >( aXStyle, UNO_QUERY_THROW ); in applyTextStyles()
284 … setTextStyle( xPropSet, rFilterBase, maDefaultTextStylePtr, nLevel ); in applyTextStyles()
285 … setTextStyle( xPropSet, rFilterBase, pTextListStylePtr, nLevel ); in applyTextStyles()
/trunk/main/sd/source/ui/view/
H A Ddrviewse.cxx1601 Reference< beans::XPropertySet > xPropSet( xControlModel, UNO_QUERY_THROW ); in InsertURLButton() local
1603xPropSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Label" )), Any( OUString( rTex… in InsertURLButton()
1604xPropSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TargetURL" )), Any( sTargetURL… in InsertURLButton()
1607xPropSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TargetFrame" )), Any( OUString… in InsertURLButton()
1613xPropSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "DispatchURLInternal" )), Any( … in InsertURLButton()
1637 Reference< beans::XPropertySet > xPropSet( xControlModel, uno::UNO_QUERY_THROW ); in InsertURLButton() local
1639xPropSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Label" )), Any( OUString( rTex… in InsertURLButton()
1640xPropSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TargetURL" )), Any( sTargetURL… in InsertURLButton()
1643xPropSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TargetFrame" )), Any( OUString… in InsertURLButton()
1645xPropSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "ButtonType" )), Any( form::Fo… in InsertURLButton()
[all …]
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh3.cxx213 uno::Reference< beans::XPropertySet > xPropSet(xControlModel, uno::UNO_QUERY); in GetURLFromButton() local
218 uno::Reference< beans::XPropertySetInfo > xInfo = xPropSet->getPropertySetInfo(); in GetURLFromButton()
221 aTmp = xPropSet->getPropertyValue( C2U("ButtonType") ); in GetURLFromButton()
227 aTmp = xPropSet->getPropertyValue( C2U("Label") ); in GetURLFromButton()
235 aTmp = xPropSet->getPropertyValue( C2U("TargetURL") ); in GetURLFromButton()
/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx119 const Reference < XPropertySet >& xPropSet, const Reference < XShape > & xShape ) const in pushToPropSet()
140 aGeoPropSet = xPropSet->getPropertyValue(sCustomShapeGeometry); in pushToPropSet()
173 aGeoPropSet = xPropSet->getPropertyValue( sCustomShapeGeometry ); in pushToPropSet()
214 xPropSet->setPropertyValue( sCustomShapeGeometry, Any( aGeoPropSeq ) ); in pushToPropSet()
227 xPropSet->setPropertyValue(sCustomShapeGeometry, aGeoPropSet); in pushToPropSet()
343 PropertySet aPropSet( xPropSet ); in pushToPropSet()
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx272 Reference< XPropertySet > xPropSet( mxModel, UNO_QUERY_THROW ); in ImplCheckLocalize() local
358 Reference< XMultiPropertySet > xPropSet( mxModel, UNO_QUERY ); in updateFromModel() local
359 if( xPropSet.is() ) in updateFromModel()
361 Sequence< ::rtl::OUString> aNames = lcl_ImplGetPropertyNames( xPropSet ); in updateFromModel()
362 xPropSet->firePropertiesChangeEvent( aNames, this ); in updateFromModel()
1375 Reference< XMultiPropertySet > xPropSet( mxModel, UNO_QUERY ); in setModel() local
1381 if( xPropSet.is() ) in setModel()
1382 xPropSet->removePropertiesChangeListener( xListener ); in setModel()
1391 xPropSet.set( mxModel, UNO_QUERY_THROW ); in setModel()
1394 Sequence< ::rtl::OUString> aNames = lcl_ImplGetPropertyNames( xPropSet ); in setModel()
[all …]
/trunk/main/xmloff/source/table/
H A DXMLTableExport.cxx234 Reference< XPropertySet > xPropSet( xIndexAccessCols->getByIndex(nColumn) , UNO_QUERY_THROW ); in collectTableAutoStyles() local
235 …std::vector< XMLPropertyState > xPropStates( mxColumnExportPropertySetMapper->Filter( xPropSet ) ); in collectTableAutoStyles()
240 Reference< XInterface > xKey( xPropSet, UNO_QUERY ); in collectTableAutoStyles()
257 Reference< XPropertySet > xPropSet( xIndexAccessRows->getByIndex(nRow) , UNO_QUERY_THROW ); in collectTableAutoStyles() local
258 …std::vector< XMLPropertyState > xRowPropStates( mxRowExportPropertySetMapper->Filter( xPropSet ) ); in collectTableAutoStyles()
263 Reference< XInterface > xKey( xPropSet, UNO_QUERY ); in collectTableAutoStyles()
268 Reference< XCellRange > xCellRange( xPropSet, UNO_QUERY_THROW ); in collectTableAutoStyles()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx2560 xPropSet->setPropertyValue(C2U("Name"), aTmp ); in Import()
2565 xPropSet->setPropertyValue(C2U("HelpText"), aTmp ); in Import()
2578 xPropSet->setPropertyValue(C2U("StringItemList"), aTmp ); in Import()
2589 xPropSet->setPropertyValue(C2U("DefaultText"), aTmp ); in Import()
2599 rSz = rRdr.MiserableDropDownFormHack(String(aBlank), xPropSet); in Import()
2611 (uno::Reference<beans::XPropertySet> xPropSet, in lcl_AddToPropertyContainer() argument
2615 xPropSet->getPropertySetInfo(); in lcl_AddToPropertyContainer()
2620 xPropContainer(xPropSet, uno::UNO_QUERY); in lcl_AddToPropertyContainer()
2630 xPropSet->setPropertyValue(rPropertyName, aAnyValue ); in lcl_AddToPropertyContainer()
2656 xPropSet->setPropertyValue(C2U("Name"), aTmp ); in Import()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DPresentationDemo.java216 XPropertySet xPropSet = (XPropertySet) in setSlideTransition() local
218 xPropSet.setPropertyValue( "Effect", eEffect ); in setSlideTransition()
219 xPropSet.setPropertyValue( "Speed", eSpeed ); in setSlideTransition()
220 xPropSet.setPropertyValue( "Change", new Integer( nChange ) ); in setSlideTransition()
221 xPropSet.setPropertyValue( "Duration", new Integer( nDuration ) ); in setSlideTransition()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleThesaurus.java118 XPropertySet xPropSet = aPropChgHelper.GetPropSet(); in GetValueToUse() local
119 if (xPropSet != null) // should always be the case in GetValueToUse()
121 Object aObj = xPropSet.getPropertyValue( aPropName ); in GetValueToUse()
223 XPropertySet xPropSet = (XPropertySet)UnoRuntime.queryInterface( in initialize() local
226 aPropChgHelper.AddAsListenerTo( xPropSet ); in initialize()
/trunk/main/framework/source/uielement/
H A Dtoolbarsmenucontroller.cxx136 Reference< XPropertySet > xPropSet( rFrame, UNO_QUERY ); in getLayoutManagerFromFrame() local
141xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ))) >>= xL… in getLayoutManagerFromFrame()
318 Reference< XPropertySet > xPropSet( aUIElements[i], UNO_QUERY ); in getLayoutManagerToolbars() local
319 if ( xPropSet.is() && xUIElement.is() ) in getLayoutManagerToolbars()
325xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Type" ))) >>= nType; in getLayoutManagerToolbars()
326xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ResourceURL" ))) >>= aRes… in getLayoutManagerToolbars()
699 Reference< XPropertySet > xPropSet( xLayoutManager, UNO_QUERY ); in itemSelected() local
700 if ( xPropSet.is() ) in itemSelected()
704xPropSet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "RefreshContextToolbarVisi… in itemSelected()
H A Dheadermenucontroller.cxx148 … Reference< XPropertySet > xPropSet( xNameContainer->getByName( aName ), UNO_QUERY ); in fillPopupMenu() local
149 if ( xPropSet.is() ) in fillPopupMenu()
152 … if (( xPropSet->getPropertyValue( aIsPhysicalStr ) >>= bIsPhysical ) && bIsPhysical ) in fillPopupMenu()
156 xPropSet->getPropertyValue( aDisplayNameStr ) >>= aDisplayName; in fillPopupMenu()
157xPropSet->getPropertyValue( aHeaderFooterIsOnStr ) >>= bHeaderIsOn; in fillPopupMenu()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx144 Reference <beans::XPropertySet> xPropSet(xPage, UNO_QUERY); in ImpXMLEXPPageMasterInfo() local
145 if(xPropSet.is()) in ImpXMLEXPPageMasterInfo()
149 Reference< beans::XPropertySetInfo > xPropsInfo( xPropSet->getPropertySetInfo() ); in ImpXMLEXPPageMasterInfo()
871 Reference <beans::XPropertySet> xPropSet(xPage, UNO_QUERY); in ImpPrepAutoLayoutInfo() local
872 if(xPropSet.is()) in ImpPrepAutoLayoutInfo()
1756 Reference< beans::XPropertySet > xPropSet; in ImpCreatePresPageStyleName() local
1774 xPropSet = PropertySetMerger_CreateInstance( xPropSet1, xPropSet2 ); in ImpCreatePresPageStyleName()
1776 xPropSet = xPropSet1; in ImpCreatePresPageStyleName()
1780 xPropSet = xPropSet1; in ImpCreatePresPageStyleName()
2659 Reference< beans::XPropertySet > xPropSet( GetModel(), UNO_QUERY ); in GetViewSettings() local
[all …]
/trunk/main/sfx2/source/view/
H A Dframe2.cxx345 Reference< com::sun::star::beans::XPropertySet > xPropSet( GetFrameInterface(), UNO_QUERY ); in SetPresentationMode() local
348 if ( xPropSet.is() ) in SetPresentationMode()
350 …Any aValue = xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManage… in SetPresentationMode()
407 Reference< com::sun::star::beans::XPropertySet > xPropSet( GetFrameInterface(), UNO_QUERY ); in SetMenuBarOn_Impl() local
410 if ( xPropSet.is() ) in SetMenuBarOn_Impl()
412 …Any aValue = xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManage… in SetMenuBarOn_Impl()
/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java642 XPropertySet xPropSet = (XPropertySet) in convertChildren() local
858 XPropertySet xPropSet = (XPropertySet) in makeTextField() local
860 xPropSet.setPropertyValue("IsFixed", true); in makeTextField()
861 xPropSet.setPropertyValue("FullName", false); in makeTextField()
880 XPropertySet xPropSet = (XPropertySet) in makeFrame() local
963 XPropertySet xPropSet = (XPropertySet) in makeDocumentIndexMark() local
965 xPropSet.setPropertyValue("PrimaryKey", key); in makeDocumentIndexMark()
971 XPropertySet xPropSet = (XPropertySet) in insertHyperlink() local
978 XPropertySet xPropSet = (XPropertySet) in insertRuby() local
3172 XPropertySet xPropSet = (XPropertySet) in testMetaXText() local
[all …]
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx190 if ( xPropSet.is() ) in storePictureInDoc()
1138 if (!xPropSet.is()) in Import()
1140 return Import(xPropSet); in Import()
1173 if (!xPropSet.is()) in Import()
1176 if (!Import(xPropSet)) in Import()
3758 if ( xPropSet.is() ) in Import()
3824 if ( xPropSet.is() ) in Import()
4231 OCX_ContainerControl::Import( xPropSet ); in Import()
4483 uno::Any aTmp = xPropSet->getPropertyValue( in OCX_Factory()
4649 uno::Any aTmp = xPropSet->getPropertyValue( in WriteOCXStream()
[all …]
/trunk/main/oox/source/drawingml/table/
H A Dtableproperties.cxx73 Reference< XPropertySet > xPropSet( xIndexAccess->getByIndex( n ), UNO_QUERY_THROW ); in CreateTableRows() local
74xPropSet->setPropertyValue( sHeight, Any( static_cast< sal_Int32 >( aTableRowIter->getHeight() / 3… in CreateTableRows()
88 Reference< XPropertySet > xPropSet( xIndexAccess->getByIndex( n ), UNO_QUERY_THROW ); in CreateTableColumns() local
89 xPropSet->setPropertyValue( sWidth, Any( static_cast< sal_Int32 >( *aTableGridIter++ / 360 ) ) ); in CreateTableColumns()
268 const Reference < XPropertySet >& xPropSet, TextListStylePtr pMasterTextListStyle ) in pushToPropSet()
273xPropSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("Model") ) ), uno::UNO_QUERY_THRO… in pushToPropSet()

Completed in 281 milliseconds

12345678910>>...14