Home
last modified time | relevance | path

Searched refs:xPropSet (Results 101 – 125 of 335) sorted by relevance

12345678910>>...14

/trunk/main/linguistic/source/
H A Dthesdsp.hxx66 ::com::sun::star::beans::XPropertySet > xPropSet;
117 return xPropSet.is() ? in GetPropSet()
118 xPropSet : xPropSet = linguistic::GetLinguProperties(); in GetPropSet()
H A Dhyphdsp.hxx63 ::com::sun::star::beans::XPropertySet > xPropSet;
150 return xPropSet.is() ? in GetPropSet()
151 xPropSet : xPropSet = ::linguistic::GetLinguProperties(); in GetPropSet()
H A Dspelldsp.hxx67 ::com::sun::star::beans::XPropertySet > xPropSet;
142 return xPropSet.is() ? in GetPropSet()
143 xPropSet : xPropSet = linguistic::GetLinguProperties(); in GetPropSet()
/trunk/main/xmloff/source/style/
H A Dxmlnume.cxx761 Reference< XPropertySet > xPropSet( rNumRule, UNO_QUERY ); in exportNumberingRule() local
763 if( xPropSet.is() ) in exportNumberingRule()
764 xPropSetInfo = xPropSet->getPropertySetInfo(); in exportNumberingRule()
784 Any aAny( xPropSet->getPropertyValue( sIsContinuousNumbering ) ); in exportNumberingRule()
803 Reference< XPropertySet > xPropSet( rStyle, UNO_QUERY ); in exportStyle() local
804 Reference< XPropertySetInfo > xPropSetInfo = xPropSet->getPropertySetInfo(); in exportStyle()
812 aAny = xPropSet->getPropertyValue( sIsPhysical ); in exportStyle()
817 aAny = xPropSet->getPropertyValue( sNumberingRules ); in exportStyle()
H A Dxmlnumi.cxx1224 Reference < XPropertySet > xPropSet( rNumRule, UNO_QUERY ); in FillUnoNumRule() local
1226 if (xPropSet.is()) in FillUnoNumRule()
1227 xPropSetInfo = xPropSet->getPropertySetInfo(); in FillUnoNumRule()
1234 xPropSet->setPropertyValue( sIsContinuousNumbering, aAny ); in FillUnoNumRule()
1303 Reference < XPropertySet > xPropSet( xStyle, UNO_QUERY ); in CreateAndInsertLate() local
1305 xPropSet->getPropertySetInfo(); in CreateAndInsertLate()
1308 Any aAny = xPropSet->getPropertyValue( sIsPhysical ); in CreateAndInsertLate()
1315 Any aAny = xPropSet->getPropertyValue( sNumberingRules ); in CreateAndInsertLate()
1322 xPropSet->setPropertyValue( sNumberingRules, aAny ); in CreateAndInsertLate()
/trunk/main/xmloff/source/text/
H A DXMLTextShapeImportHelper.cxx133 Reference < XPropertySet > xPropSet( rShape, UNO_QUERY ); in addShape() local
138 xPropSet->setPropertyValue( sAnchorType, aAny ); in addShape()
152 xPropSet->setPropertyValue( sAnchorPageNo, aAny ); in addShape()
157 xPropSet->setPropertyValue( sVertOrientPosition, aAny ); in addShape()
/trunk/main/filter/source/placeware/
H A Dexporter.cxx437 Reference< XPropertySet > xPropSet( xShape, UNO_QUERY ); in exportPage() local
438 if( xPropSet.is() ) in exportPage()
441 xPropSet->getPropertyValue( szIsEmptyPresObj ) >>= bIsEmpty; in exportPage()
472 Reference< XPropertySet > xPropSet( xShape, UNO_QUERY ); in exportPage() local
473 if( xPropSet.is() ) in exportPage()
476 xPropSet->getPropertyValue( szIsEmptyPresObj ) >>= bIsEmpty; in exportPage()
/trunk/main/writerfilter/source/dmapper/
H A DFormControlHelper.cxx171 uno::Reference<beans::XPropertySet> xPropSet(xInterface, uno::UNO_QUERY); in createCheckbox() local
200 xPropSet->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("HelpText")), aAny); in createCheckbox()
204 xPropSet->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultState")), aAny); in createCheckbox()
209xPropSet->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("HelpF1Text")), aAny); in createCheckbox()
213 xPropSet->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Name")), aAny); in createCheckbox()
/trunk/main/sw/source/core/unocore/
H A Dunoflatpara.cxx229 uno::Reference< beans::XPropertySet > xPropSet( xRange, uno::UNO_QUERY ); in changeText() local
230 if ( xPropSet.is() ) in changeText()
233 xPropSet->setPropertyValue( aAttributes[i].Name, aAttributes[i].Value ); in changeText()
259 uno::Reference< beans::XPropertySet > xPropSet( xRange, uno::UNO_QUERY ); in changeAttributes() local
260 if ( xPropSet.is() ) in changeAttributes()
263 xPropSet->setPropertyValue( aAttributes[i].Name, aAttributes[i].Value ); in changeAttributes()
/trunk/main/sw/source/ui/dbui/
H A Ddbtree.cxx371 Reference<XPropertySet> xPropSet; in RequestingChilds() local
372 aTable >>= xPropSet; in RequestingChilds()
373 xColsSupplier = Reference<XColumnsSupplier>(xPropSet, UNO_QUERY); in RequestingChilds()
389 Reference<XPropertySet> xPropSet; in RequestingChilds() local
390 aQuery >>= xPropSet; in RequestingChilds()
391 xColsSupplier = Reference<XColumnsSupplier>(xPropSet, UNO_QUERY); in RequestingChilds()
/trunk/main/embeddedobj/source/general/
H A Dxcreator.cxx153 uno::Reference< beans::XPropertySet > xPropSet( xSubStorage, uno::UNO_QUERY ); in createInstanceInitFromEntry() local
154 if ( !xPropSet.is() ) in createInstanceInitFromEntry()
158 uno::Any aAny = xPropSet->getPropertyValue( ::rtl::OUString::createFromAscii( "MediaType" ) ); in createInstanceInitFromEntry()
185 uno::Reference< beans::XPropertySet > xPropSet( xSubStream, uno::UNO_QUERY ); in createInstanceInitFromEntry() local
186 if ( !xPropSet.is() ) in createInstanceInitFromEntry()
190 uno::Any aAny = xPropSet->getPropertyValue( ::rtl::OUString::createFromAscii( "MediaType" ) ); in createInstanceInitFromEntry()
/trunk/main/xmloff/source/draw/
H A Dshapeimport.cxx1058 uno::Reference< beans::XPropertySet > xPropSet(rShape, uno::UNO_QUERY); in finishShape() local
1059 if ( xPropSet.is() ) in finishShape()
1062 xPropSet->getPropertySetInfo()->hasPropertyByName( in finishShape()
1067 xPropSet->setPropertyValue( in finishShape()
1109 uno::Reference< beans::XPropertySet > xPropSet; in moveShape() local
1110 aAny >>= xPropSet; in moveShape()
1112 if( xPropSet.is() && xPropSet->getPropertySetInfo()->hasPropertyByName( msZOrder ) ) in moveShape()
1115 xPropSet->setPropertyValue( msZOrder, aAny ); in moveShape()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleSpellChecker.java120 XPropertySet xPropSet = aPropChgHelper.GetPropSet(); in GetValueToUse() local
121 if (xPropSet != null) // should always be the case in GetValueToUse()
123 Object aObj = xPropSet.getPropertyValue( aPropName ); in GetValueToUse()
386 XPropertySet xPropSet = (XPropertySet)UnoRuntime.queryInterface( in initialize() local
389 aPropChgHelper.AddAsListenerTo( xPropSet ); in initialize()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DShapeHelper.java58 XPropertySet xPropSet = (XPropertySet) in createAndInsertShape() local
60 return xPropSet; in createAndInsertShape()
102 XPropertySet xPropSet = (XPropertySet) in addPortion() local
104 return xPropSet; in addPortion()
/trunk/main/xmloff/inc/
H A Dtxtflde.hxx218 ::com::sun::star::beans::XPropertySet> & xPropSet,
221 ::com::sun::star::beans::XPropertySet > & xPropSet);
223 ::com::sun::star::beans::XPropertySet > & xPropSet);
424 ::com::sun::star::beans::XPropertySet > & xPropSet);
429 ::com::sun::star::beans::XPropertySet> & xPropSet);
434 ::com::sun::star::beans::XPropertySet > & xPropSet);
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx2421 aEntry >>= xPropSet; in loadData()
2423 if ( !xPropSet.is() ) in loadData()
2437 = xPropSet->getPropertyValue( in loadData()
2484 = xPropSet->getPropertyValue( in loadData()
2510 = xPropSet->getPropertyValue( in loadData()
2536 = xPropSet->getPropertyValue( in loadData()
2758 if ( !xPropSet.is() ) in storeData()
2771 xPropSet->setPropertyValue( in storeData()
2780 xPropSet->setPropertyValue( in storeData()
2790 xPropSet->setPropertyValue( in storeData()
[all …]
/trunk/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx131 Reference< XPropertySet > xPropSet( xDrawPage, UNO_QUERY_THROW ); in ImpDeleteHiddenSlides() local
135 if ( xPropSet->getPropertyValue( sVisible ) >>= bVisible ) in ImpDeleteHiddenSlides()
160 Reference< XPropertySet > xPropSet( xPresentationPage->getNotesPage(), UNO_QUERY_THROW ); in ImpDeleteNotesPages() local
161 Reference< XShapes > xShapes( xPropSet, UNO_QUERY_THROW ); in ImpDeleteNotesPages()
166 xPropSet->setPropertyValue( sLayout, Any( (sal_Int16)21 ) ); in ImpDeleteNotesPages()
189 Reference< XPropertySet > xPropSet( xShape, UNO_QUERY_THROW ); in ImpConvertOLE() local
195 xPropSet->getPropertyValue( TKGet( TK_IsInternal ) ) >>= bIsInternal; in ImpConvertOLE()
201 if ( xPropSet->getPropertyValue( TKGet( TK_Graphic ) ) >>= xGraphic ) in ImpConvertOLE()
/trunk/main/framework/source/uiconfiguration/
H A Duiconfigurationmanagerimpl.cxx153 Reference< XPropertySet > xPropSet( pDataSettings->xSettings, UNO_QUERY ); in impl_fillSequenceWithElementTypeInfo() local
154 if ( xPropSet.is() ) in impl_fillSequenceWithElementTypeInfo()
156 xPropSet->getPropertyValue( m_aPropUIName ) >>= aUIName; in impl_fillSequenceWithElementTypeInfo()
192 Reference< XPropertySet > xPropSet( pDataSettings->xSettings, UNO_QUERY ); in impl_fillSequenceWithElementTypeInfo() local
193 if ( xPropSet.is() ) in impl_fillSequenceWithElementTypeInfo()
195 xPropSet->getPropertyValue( m_aPropUIName ) >>= aUIName; in impl_fillSequenceWithElementTypeInfo()
836 Reference< XPropertySet > xPropSet( m_xUserConfigStorage, UNO_QUERY ); in initialize() local
837 if ( xPropSet.is() ) in initialize()
840 …if ( xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "OpenMode" ))) >>= nO… in initialize()
1467 Reference< XPropertySet > xPropSet( m_xUserConfigStorage, UNO_QUERY ); in setStorage() local
[all …]
/trunk/main/linguistic/workben/
H A Dsspellimp.cxx85 Reference< XPropertySet > xPropSet( GetLinguProperties(), UNO_QUERY ); in GetPropHelper_Impl() local
87 pPropHelper = new PropertyHelper_Spell( (XSpellChecker *) this, xPropSet ); in GetPropHelper_Impl()
363 Reference< XPropertySet > xPropSet; in initialize() local
364 rArguments.getConstArray()[0] >>= xPropSet; in initialize()
371 pPropHelper = new PropertyHelper_Spell( (XSpellChecker *) this, xPropSet ); in initialize()
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx207 Reference< XPropertySet > xPropSet( m_xMenuBar, UNO_QUERY ); in impl_clearUpMenuBar() local
208 if ( xPropSet.is() ) in impl_clearUpMenuBar()
645 Reference< XPropertySet > xPropSet( rElementData.m_xUIElement, UNO_QUERY ); in implts_writeWindowStateData() local
646 if ( xPropSet.is() ) in implts_writeWindowStateData()
1512 Reference< XPropertySet > xPropSet( m_xMenuBar, UNO_QUERY ); in createElement() local
1513 if ( xPropSet.is() ) in createElement()
3018 if ( xPropSet.is() ) in elementInserted()
3068 Reference< XPropertySet > xPropSet( xElementSettings, UNO_QUERY ); in elementRemoved() local
3070 if ( xPropSet.is() ) in elementRemoved()
3150 Reference< XPropertySet > xPropSet( xElementSettings, UNO_QUERY ); in elementReplaced() local
[all …]
/trunk/test/testuno/source/fvt/uno/sd/shape/
H A DShapeTypes.java85 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testLineShape() local
87 xPropSet.setPropertyValue("Name", "test"); in testLineShape()
105 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testBasicShape() local
107 xPropSet.setPropertyValue("Name", "test"); in testBasicShape()
/trunk/main/package/qa/storages/
H A DRegressionTest_i27773.java71 …XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, xTempFileStr… in test() local
72 if ( xPropSet != null ) in test()
76 String sTempURL = AnyConverter.toString( xPropSet.getPropertyValue( "Uri" ) ); in test()
78 xPropSet.setPropertyValue( "RemoveFile", new Boolean( false ) ); in test()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XMultiPropertyStates.java133 XPropertySet xPropSet = (XPropertySet) in _setPropertiesToDefault() local
135 XPropertySetInfo xPropSetInfo = xPropSet.getPropertySetInfo(); in _setPropertiesToDefault()
204 XPropertySet xPropSet = (XPropertySet) in _setAllPropertiesToDefault() local
207 xPropSet.getPropertySetInfo(); in _setAllPropertiesToDefault()
/trunk/main/sd/source/ui/view/
H A Ddrviewsf.cxx153 uno::Reference< beans::XPropertySet > xPropSet( xControlModel, uno::UNO_QUERY_THROW ); in GetCtrlState() local
154 …uno::Reference< beans::XPropertySetInfo > xPropInfo( xPropSet->getPropertySetInfo(), uno::UNO_QUER… in GetCtrlState()
158 …if(xPropInfo->hasPropertyByName( sButtonType ) && (xPropSet->getPropertyValue( sButtonType ) >>= e… in GetCtrlState()
166 if( xPropSet->getPropertyValue(sLabel) >>= aString ) in GetCtrlState()
174 if( xPropSet->getPropertyValue(sTargetURL) >>= aString ) in GetCtrlState()
182 if( xPropSet->getPropertyValue(sTargetFrame) >>= aString ) in GetCtrlState()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java473 …XPropertySet xPropSet = ( XPropertySet ) UnoRuntime.queryInterface( XPropertySet.class, xDocInfoSu… in GetDocTitle() local
476 sTitle = ( String ) xPropSet.getPropertyValue( "Title" ); in GetDocTitle()
489 …XPropertySet xPropSet = ( XPropertySet ) UnoRuntime.queryInterface( XPropertySet.class, xDocInfoSu… in SetDocTitle() local
490 if ( xPropSet != null ) in SetDocTitle()
494 xPropSet.setPropertyValue( "Title", sTitle ); in SetDocTitle()
907 XPropertySet xPropSet = GetSubControlPropSet( xDialog, aControlName ); in SetControlPropInDialog() local
908 if ( xPropSet != null ) in SetControlPropInDialog()
909 xPropSet.setPropertyValue( aPropName, aPropValue ); in SetControlPropInDialog()

Completed in 174 milliseconds

12345678910>>...14