Home
last modified time | relevance | path

Searched refs:xPropSet (Results 126 – 150 of 335) sorted by relevance

12345678910>>...14

/trunk/main/sc/source/ui/miscdlgs/
H A Dsolverutil.cxx192 uno::Reference<beans::XPropertySet> xPropSet( xSolver, uno::UNO_QUERY ); in GetDefaults() local
193 if ( !xPropSet.is() ) in GetDefaults()
201 uno::Reference<beans::XPropertySetInfo> xInfo = xPropSet->getPropertySetInfo(); in GetDefaults()
213 uno::Any aValue = xPropSet->getPropertyValue( rProp.Name ); in GetDefaults()
/trunk/main/svx/inc/svx/
H A Dxmlexchg.hxx56 xPropSet;
63 xPropSet = rhs.xPropSet; in operator =()
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx90 Reference< XPropertySet > xPropSet( GetLinguProperties(), UNO_QUERY ); in GetPropHelper_Impl() local
92 pPropHelper = new PropertyHelper_Spell( (XSpellChecker *) this, xPropSet ); in GetPropHelper_Impl()
496 Reference< XPropertySet > xPropSet; in initialize() local
497 rArguments.getConstArray()[0] >>= xPropSet; in initialize()
504 pPropHelper = new PropertyHelper_Spell( (XSpellChecker *) this, xPropSet ); in initialize()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx341 DoComboBox(xPropSet); in MiserableFormFieldExportHack()
346 DoCheckBox(xPropSet); in MiserableFormFieldExportHack()
359 xPropSet->getPropertyValue(C2U("StringItemList")) >>= aListItems; in DoComboBox()
371 uno::Any aTmp = xPropSet->getPropertyValue(C2U("Name")); in DoComboBox()
398 uno::Any aTmp = xPropSet->getPropertyValue(C2U("Name")); in DoComboBox()
461 xPropSet->getPropertySetInfo(); in DoCheckBox()
489 xPropSet->getPropertyValue(C2U("DefaultState")) >>= nTemp; in DoCheckBox()
492 xPropSet->getPropertyValue(C2U("State")) >>= nTemp; in DoCheckBox()
499 xPropSet->getPropertyValue(sName) >>= aStr; in DoCheckBox()
506 xPropSet->getPropertyValue(sHelpText) >>= aStr; in DoCheckBox()
[all …]
H A Drtfattributeoutput.cxx1813 xPropSet->getPropertyValue(sName) >>= aStr; in OutputFlyFrame_Impl()
1822 xPropSet->getPropertyValue(sName) >>= aStr; in OutputFlyFrame_Impl()
1832 xPropSet->getPropertyValue(sName) >>= aStr; in OutputFlyFrame_Impl()
1843 xPropSet->getPropertyValue(C2U("State")) >>= nTemp; in OutputFlyFrame_Impl()
1862 xPropSet->getPropertyValue(C2U("Name")) >>= aTmp; in OutputFlyFrame_Impl()
1878 xPropSet->getPropertyValue(C2U("Text")) >>= aTmp; in OutputFlyFrame_Impl()
1885 xPropSet->getPropertyValue(sName) >>= aTmp; in OutputFlyFrame_Impl()
1895 xPropSet->getPropertyValue(sName) >>= aTmp; in OutputFlyFrame_Impl()
1933 xPropSet->getPropertyValue(sName) >>= aStr; in OutputFlyFrame_Impl()
1942 xPropSet->getPropertyValue(sName) >>= aStr; in OutputFlyFrame_Impl()
[all …]
/trunk/main/xmloff/source/draw/
H A Ddescriptionimp.cxx68 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY_THROW); in EndElement() local
71 xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Title")), Any(msText)); in EndElement()
75 xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Description")), Any(msText)); in EndElement()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx428 const Reference<XPropertySet> xPropSet(xColumns->getByName(*pIter),UNO_QUERY); in loadTableData() local
429 OSL_ENSURE(xPropSet.is(),"Invalid column found in KeyColumns!"); in loadTableData()
430 if ( xPropSet.is() ) in loadTableData()
432 xPropSet->getPropertyValue(PROPERTY_NAME) >>= sColumnName; in loadTableData()
433 xPropSet->getPropertyValue(PROPERTY_RELATEDCOLUMN) >>= sRelatedName; in loadTableData()
/trunk/main/slideshow/source/inc/
H A Dtools.hxx331 com::sun::star::beans::XPropertySet> const & xPropSet, in getPropertyValue()
336 xPropSet->getPropertyValue( propName ) ); in getPropertyValue()
363 com::sun::star::beans::XPropertySet> const & xPropSet, in getPropertyValue()
369 xPropSet->getPropertyValue( propName )); in getPropertyValue()
H A Dshapeimporter.hxx103 ::com::sun::star::beans::XPropertySet> const& xPropSet,
112 ::com::sun::star::beans::XPropertySet> const& xPropSet,
115 …lygons(::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > const& xPropSet) ;
/trunk/main/framework/source/uielement/
H A Dtoolbarmanager.cxx201 Reference< XPropertySet > xPropSet( rFrame, UNO_QUERY ); in getLayoutManagerFromFrame() local
202 if ( xPropSet.is() ) in getLayoutManagerFromFrame()
206xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ))) >>= … in getLayoutManagerFromFrame()
1150 Reference< XPropertySet > xPropSet( xController, UNO_QUERY ); in CreateControllers() local
1151 if ( xPropSet.is() ) in CreateControllers()
1156 …Any a( xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SupportsVisiable… in CreateControllers()
1523 Reference< XPropertySet > xPropSet( rItemContainer, UNO_QUERY ); in FillToolbar() local
1524 if ( xPropSet.is() ) in FillToolbar()
1529 xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UIName" ))) >>= aUIName; in FillToolbar()
2060 Reference< XPropertySet > xPropSet( xUIElementSettings, UNO_QUERY ); in IMPL_LINK() local
[all …]
/trunk/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx113 Reference< XPropertySet > xPropSet( GetLinguProperties(), UNO_QUERY ); in GetPropHelper_Impl() local
115 pPropHelper = new PropertyHelper_Spelling( (XSpellChecker *) this, xPropSet ); in GetPropHelper_Impl()
591 Reference< XPropertySet > xPropSet; in initialize() local
592 rArguments.getConstArray()[0] >>= xPropSet; in initialize()
599 pPropHelper = new PropertyHelper_Spelling( (XSpellChecker *) this, xPropSet ); in initialize()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DDrawViewDemo.java109 XPropertySet xPropSet = in main() local
112 XPropertySetInfo xPropSetInfo = xPropSet.getPropertySetInfo(); in main()
119 xPropSet.setPropertyValue( "IsMasterPageMode", new Boolean( true ) ); in main()
H A DObjectTransformationDemo.java83 XPropertySet xPropSet = (XPropertySet) in main() local
87 xPropSet.getPropertyValue( "Transformation" ); in main()
112 xPropSet.setPropertyValue( "Transformation", aHomogenMatrix3 ); in main()
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx392 uno::Reference< beans::XPropertySet > xPropSet( xFrame, uno::UNO_QUERY_THROW ); in SetFrameLMVisibility() local
393xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ))) >>= xL… in SetFrameLMVisibility()
738 uno::Reference< beans::XPropertySet > xPropSet( m_xFrame, uno::UNO_QUERY_THROW ); in ShowUI() local
739xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ))) >>= xO… in ShowUI()
831 uno::Reference< beans::XPropertySet > xPropSet( m_xFrame, uno::UNO_QUERY_THROW ); in HideUI() local
832xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ))) >>= xO… in HideUI()
910 uno::Reference< beans::XPropertySet > xPropSet( m_xFrame, uno::UNO_QUERY_THROW ); in GetDocFrame() local
911xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ))) >>= xO… in GetDocFrame()
/trunk/main/xmloff/inc/xmloff/
H A Dshapeexport.hxx221 … com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet >& xPropSet, sal_Int32 nFeatu…
222 …x& rMatrix, const com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet >& xPropSet);
225 … com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet >& xPropSet, const rtl::OUStr…
319 …ttributes( const com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet >& xPropSet );
322 …rt3DLamps( const com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet >& xPropSet );
/trunk/main/xmlsecurity/tools/standalone/mscsfit/
H A Dhelper.cxx226 Reference< XPropertySet > xPropSet( xUsedServiceManager , UNO_QUERY ) ; in serviceManager() local
227 OSL_ENSURE( xPropSet.is() , in serviceManager()
231xPropSet->getPropertyValue( OUString::createFromAscii( "DefaultContext" ) ) >>= xUsedComponentCont… in serviceManager()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_xmloff/Impress/
H A DXMLSettingsImporter.java174 final XPropertySet xPropSet = (XPropertySet) in createTestEnvironment() local
178 xPropSet.getPropertyValue("IsLayerMode")); in createTestEnvironment()
189 propValue = (Boolean) xPropSet.getPropertyValue in createTestEnvironment()
H A DXMLSettingsExporter.java138 XPropertySet xPropSet = (XPropertySet) in createTestEnvironment() local
140 NewDataValue = ! ((Boolean) xPropSet.getPropertyValue in createTestEnvironment()
142 xPropSet.setPropertyValue("IsLayerMode", in createTestEnvironment()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx1174 Reference< XPropertySet > xPropSet( xPropSetIface, UNO_QUERY ); in test_introsp() local
1177 TEST_ENSHURE( xPropSet.is(), "Could not get XPropertySet by queryAdapter()" ); in test_introsp()
1199 if( xPropSet.is() ) in test_introsp()
1201 Reference< XPropertySetInfo > xPropSetInfo = xPropSet->getPropertySetInfo(); in test_introsp()
1270 aPropVal = xPropSet->getPropertyValue( aPropName ); in test_introsp()
1358 xPropSet->setPropertyValue( aPropName, aNewVal ); in test_introsp()
1364 aPropVal = xPropSet->getPropertyValue( aPropName ); in test_introsp()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DXMLSettingsImporter.java132 final XPropertySet xPropSet ; in createTestEnvironment() local
144 xPropSet = (XPropertySet) in createTestEnvironment()
201 Object gVal = xPropSet.getPropertyValue("ShowGrid") ; in createTestEnvironment()
/trunk/main/sfx2/qa/complex/sfx2/standalonedocinfo/
H A DTest01.java92 XPropertySet xPropSet = in test() local
94 String sTitle = xPropSet.getPropertyValue ( "Title" ).toString (); in test()
107 xPropSet.setPropertyValue ( "Title", sTitle ); in test()
/trunk/main/xmlsecurity/tools/standalone/csfit/
H A Dhelper.cxx230 Reference< XPropertySet > xPropSet( xUsedServiceManager , UNO_QUERY ) ; in serviceManager() local
231 OSL_ENSURE( xPropSet.is() , in serviceManager()
235xPropSet->getPropertyValue( OUString::createFromAscii( "DefaultContext" ) ) >>= xUsedComponentCont… in serviceManager()
/trunk/main/xmloff/source/xforms/
H A Dxformsapi.hxx58 com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>& xPropSet,
64 com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>& xPropSet, in lcl_setValue() argument
68 lcl_setValue( xPropSet, rName, com::sun::star::uno::makeAny( aValue ) ); in lcl_setValue()
/trunk/main/xmloff/source/style/
H A Dxmlexppr.cxx224 const Reference< XPropertySet >& xPropSet,
620 const Reference< XPropertySet > xPropSet, in _Filter()
626 Reference< XPropertySetInfo > xInfo( xPropSet->getPropertySetInfo() ); in _Filter()
634 Reference < XTypeProvider > xTypeProv( xPropSet, UNO_QUERY ); in _Filter()
710 xPropSet, maPropMapper, in _Filter()
722 ContextFilter( aPropStateArray, xPropSet ); in _Filter()
/trunk/main/framework/source/fwe/xml/
H A Dtoolboxdocumenthandler.cxx280 Reference< XPropertySet > xPropSet( m_rItemContainer, UNO_QUERY ); in startElement() local
281 if ( xPropSet.is() ) in startElement()
285xPropSet->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UIName" )), makeAny( aU… in startElement()
716 Reference< XPropertySet > xPropSet( m_rItemAccess, UNO_QUERY ); in WriteToolBoxDocument() local
717 if ( xPropSet.is() ) in WriteToolBoxDocument()
721xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UIName" ))) >>= aUIName; in WriteToolBoxDocument()

Completed in 160 milliseconds

12345678910>>...14