Home
last modified time | relevance | path

Searched refs:beans (Results 401 – 425 of 5784) sorted by relevance

1...<<11121314151617181920>>...232

/trunk/main/chart2/source/model/template/
H A DColumnChartType.cxx35 using ::com::sun::star::beans::Property;
55 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
56 | beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
62 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
63 | beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
102 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
119 uno::Reference< beans::XPropertySetInfo >* operator()() in operator ()()
121 static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo( in operator ()()
127 struct StaticColumnChartTypeInfo : public rtl::StaticAggregate< uno::Reference< beans::XPropertySet…
165 throw(beans::UnknownPropertyException) in GetDefaultValue()
[all …]
H A DBarChartTypeTemplate.cxx43 using ::com::sun::star::beans::Property;
66 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
67 | beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
72 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
73 | beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
107 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
124 uno::Reference< beans::XPropertySetInfo >* operator()() in operator ()()
126 static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo( in operator ()()
244 throw(beans::UnknownPropertyException) in GetDefaultValue()
301 Reference< beans::XPropertyState > xState( *aIt, uno::UNO_QUERY ); in resetStyles()
[all …]
H A DAreaChartTypeTemplate.cxx41 using ::com::sun::star::beans::Property;
65 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
66 | beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
99 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
116 uno::Reference< beans::XPropertySetInfo >* operator()() in operator ()()
118 static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo( in operator ()()
151 throw(beans::UnknownPropertyException) in GetDefaultValue()
166 uno::Reference< beans::XPropertySetInfo > SAL_CALL AreaChartTypeTemplate::getPropertySetInfo() in getPropertySetInfo()
181 catch( beans::UnknownPropertyException & ex ) in getDimension()
216 Reference< beans::XPropertyState > xState( *aIt, uno::UNO_QUERY ); in resetStyles()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DGeneralTableSample.java63 com.sun.star.beans.XPropertySet xPropSet = null; in doSampleFunction()
98 xPropSet = (com.sun.star.beans.XPropertySet) in doSampleFunction()
99 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xCell ); in doSampleFunction()
110 xPropSet = (com.sun.star.beans.XPropertySet) in doSampleFunction()
111 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xCellRange ); in doSampleFunction()
118 xPropSet = (com.sun.star.beans.XPropertySet) in doSampleFunction()
119 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xCellRange ); in doSampleFunction()
153 xPropSet = (com.sun.star.beans.XPropertySet) in doSampleFunction()
168 xPropSet = (com.sun.star.beans.XPropertySet) in doSampleFunction()
174 xPropSet = (com.sun.star.beans.XPropertySet) in doSampleFunction()
[all …]
/trunk/main/sw/source/ui/uno/
H A DSwXDocumentSettings.hxx66 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoExce…
68 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoExce…
70 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoExce…
73 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoExce…
75 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExce…
77 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoExce…
/trunk/main/xmloff/source/forms/
H A Dlayerimport.hxx91 …DECLARE_STL_USTRINGACCESS_MAP( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropert…
97 …typedef ::std::pair< ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >, ::…
118 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControl,
121 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControl,
131 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControlModel,
135 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControlModel,
140 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControlModel,
145 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControlModel,
150 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControlModel,
155 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControlModel,
[all …]
/trunk/main/xmloff/source/text/
H A DXMLRedlineExport.hxx37 namespace beans { class XPropertySet; } namespace
38 namespace beans { struct PropertyValue; } namespace
51 ::com::sun::star::beans::XPropertySet> > ChangesListType;
118 ::com::sun::star::beans::XPropertySet> & rPropSet,
144 ::com::sun::star::beans::XPropertySet> & rPropSet,
167 ::com::sun::star::beans::XPropertySet> & rPropSet);
173 ::com::sun::star::beans::XPropertySet> & rPropSet);
184 ::com::sun::star::beans::XPropertySet> & rPropSet);
189 ::com::sun::star::beans::XPropertySet> & rPropSet);
194 ::com::sun::star::beans::PropertyValue> & rValues);
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx1198 uno::Reference< beans::XPropertySet > xRet; in appendTextSectionAfter()
1236 uno::Reference< beans::XPropertySet > xPageStyle = in PushPageHeader()
1275 uno::Reference< beans::XPropertySet > xPageStyle = in PushPageFooter()
1380 beans::PropertyValues aRedlineProperties( 2 ); in CreateRedline()
2465 uno::Reference< beans::XPropertySet > xMaster; in FindOrCreateFieldMaster()
2481 xMaster = uno::Reference< beans::XPropertySet >( in FindOrCreateFieldMaster()
2726 uno::Reference< beans::XPropertySet > xMaster = in handleFieldAsk()
2758 uno::Reference< beans::XPropertySet > xMaster = in handleAutoNum()
3001 uno::Reference< beans::XPropertySet > xTOC( in handleToc()
3070 beans::PropertyValues aHyperlink(1); in handleToc()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarFunctionDescription.java76 public com.sun.star.beans.XPropertySetInfo getPropertySetInfo() in getPropertySetInfo()
81 … aPropertyName, Object aValue) throws com.sun.star.beans.UnknownPropertyException, com.sun.star.be… in setPropertyValue()
86 …public Object getPropertyValue(String aPropertyName) throws com.sun.star.beans.UnknownPropertyExce… in getPropertyValue()
91 …istener(String aPropertyName, com.sun.star.beans.XPropertyChangeListener xListener) throws com.sun… in addPropertyChangeListener()
96 …istener(String aPropertyName, com.sun.star.beans.XPropertyChangeListener xListener) throws com.sun… in removePropertyChangeListener()
101 …istener(String aPropertyName, com.sun.star.beans.XVetoableChangeListener xListener) throws com.sun… in addVetoableChangeListener()
106 …istener(String aPropertyName, com.sun.star.beans.XVetoableChangeListener xListener) throws com.sun… in removeVetoableChangeListener()
/trunk/main/sd/source/ui/inc/
H A Dslideshow.hxx136 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL get…
137 …ar::uno::Any& aValue ) throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
138 …ertyValue( const ::rtl::OUString& PropertyName ) throw (::com::sun::star::beans::UnknownPropertyEx…
139 …ar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw (::com::…
140 …ar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& aListener ) throw (::com::…
141 …ar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw (::com::…
142 …ar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw (::com::…
150 …rtWithArguments( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& …
/trunk/main/sw/inc/
H A Dunofootnote.hxx50 , ::com::sun::star::beans::XPropertySet
137 ::com::sun::star::beans::XPropertySetInfo > SAL_CALL
143 throw (::com::sun::star::beans::UnknownPropertyException,
144 ::com::sun::star::beans::PropertyVetoException,
150 throw (::com::sun::star::beans::UnknownPropertyException,
156 ::com::sun::star::beans::XPropertyChangeListener >& xListener)
157 throw (::com::sun::star::beans::UnknownPropertyException,
163 ::com::sun::star::beans::XPropertyChangeListener >& xListener)
164 throw (::com::sun::star::beans::UnknownPropertyException,
171 throw (::com::sun::star::beans::UnknownPropertyException,
[all …]
/trunk/main/editeng/inc/editeng/
H A Dunofield.hxx67 public ::com::sun::star::beans::XPropertySet,
115 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL get…
116 …tar::uno::Any& aValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
117 …pertyValue( const ::rtl::OUString& PropertyName ) throw(::com::sun::star::beans::UnknownPropertyEx…
118 …tar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw(::com::…
119 …tar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& aListener ) throw(::com::…
120 …tar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw(::com::…
121 …tar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw(::com::…
/trunk/main/sc/inc/
H A Dtarguno.hxx109 ::com::sun::star::beans::XPropertySet,
131 throw( ::com::sun::star::beans::UnknownPropertyException,
132 ::com::sun::star::beans::PropertyVetoException,
137 throw( ::com::sun::star::beans::UnknownPropertyException,
141 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener > & xList…
142 throw( ::com::sun::star::beans::UnknownPropertyException,
146 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener > & aList…
147 throw( ::com::sun::star::beans::UnknownPropertyException,
151 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener > & aList…
152 throw( ::com::sun::star::beans::UnknownPropertyException,
[all …]
/trunk/main/framework/inc/classes/
H A Dfiltercache.hxx220 …css::uno::Sequence< css::beans::PropertyValue > getTypeProperties ( const ::…
221 …css::uno::Sequence< css::beans::PropertyValue > getFilterProperties ( const ::…
222 …css::uno::Sequence< css::beans::PropertyValue > getDetectorProperties ( const ::…
304 const css::uno::Sequence< css::beans::PropertyValue >& lProperties ,
308 const css::uno::Sequence< css::beans::PropertyValue >& lProperties ,
316 const css::uno::Sequence< css::beans::PropertyValue >& lProperties ,
320 const css::uno::Sequence< css::beans::PropertyValue >& lProperties ,
328 … const css::uno::Sequence< css::beans::PropertyValue >& lProperties ,
332 … const css::uno::Sequence< css::beans::PropertyValue >& lProperties ,
413 const css::uno::Sequence< css::beans::PropertyValue >& lProperties );
[all …]
/trunk/main/forms/source/xforms/
H A Dsubmission.hxx51 namespace beans { class UnknownPropertyException; namespace
177 …static Submission* getSubmission( const com::sun::star::uno::Reference<com::sun::star::beans::XPro…
260 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL get…
261 …tar::uno::Any& aValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
262 …pertyValue( const ::rtl::OUString& PropertyName ) throw(::com::sun::star::beans::UnknownPropertyEx…
263 …tar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw(::com::…
264 …tar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& aListener ) throw(::com::…
265 …tar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw(::com::…
266 …tar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw(::com::…
/trunk/main/sw/qa/complex/writer/
H A DCheckCrossReferences.java52 com.sun.star.beans.XPropertySet xPortionProps = in getNextField()
53 (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in getNextField()
73 com.sun.star.beans.XPropertySet xPortionProps = in getNextField()
92 public com.sun.star.beans.XPropertySet getFieldProps( in getFieldProps()
94 com.sun.star.beans.XPropertySet xProps = in getFieldProps()
95 (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in getFieldProps()
96 com.sun.star.beans.XPropertySet.class, xField ); in getFieldProps()
104 com.sun.star.beans.XPropertySet xProps, in checkField()
150 com.sun.star.beans.XPropertySet xProps = null; in checkCrossReferences()
235 com.sun.star.beans.XPropertySet xFieldProps = in checkCrossReferences()
[all …]
/trunk/main/embeddedobj/source/general/
H A Dxcreator.cxx74 const uno::Sequence< beans::PropertyValue >& lObjArgs ) in createInstanceInitNew()
237 const uno::Sequence< beans::PropertyValue >& aMediaDescr, in createInstanceInitFromMediaDescriptor()
238 const uno::Sequence< beans::PropertyValue >& lObjArgs ) in createInstanceInitFromMediaDescriptor()
259 uno::Sequence< beans::PropertyValue > aTempMedDescr( aMediaDescr ); in createInstanceInitFromMediaDescriptor()
310 const uno::Sequence< beans::PropertyValue >& aArgs, in createInstanceUserInit()
311 const uno::Sequence< beans::PropertyValue >& aObjectArgs ) in createInstanceUserInit()
351 const uno::Sequence< beans::PropertyValue >& aMediaDescr, in createInstanceLink()
352 const uno::Sequence< beans::PropertyValue >& lObjArgs ) in createInstanceLink()
362 uno::Sequence< beans::PropertyValue > aTempMedDescr( aMediaDescr ); in createInstanceLink()
434 const uno::Sequence< beans::PropertyValue >& lArguments, in createInstanceLinkUserInit()
[all …]
/trunk/main/reportdesign/source/core/api/
H A DReportEngineJFree.cxx191 uno::Sequence< beans::PropertyValue > aEmpty; in getNewOutputName()
192 uno::Reference< beans::XPropertySet> xStorageProp(xTemp,uno::UNO_QUERY); in getNewOutputName()
199 uno::Sequence< beans::NamedValue > aConvertedProperties(8); in getNewOutputName()
317 uno::Sequence < beans::PropertyValue > aArgs( _bHidden ? 3 : 2 ); in createDocumentAlive()
364 uno::Reference< beans::XPropertySetInfo > SAL_CALL OReportEngineJFree::getPropertySetInfo( ) throw… in getPropertySetInfo()
369 …OUString& aPropertyName, const uno::Any& aValue ) throw (beans::UnknownPropertyException, beans::P… in setPropertyValue()
374 …gineJFree::getPropertyValue( const ::rtl::OUString& PropertyName ) throw (beans::UnknownPropertyEx… in getPropertyValue()
379 …OUString& aPropertyName, const uno::Reference< beans::XPropertyChangeListener >& xListener ) throw… in addPropertyChangeListener()
384 …OUString& aPropertyName, const uno::Reference< beans::XPropertyChangeListener >& aListener ) throw… in removePropertyChangeListener()
389 …:OUString& PropertyName, const uno::Reference< beans::XVetoableChangeListener >& aListener ) throw… in addVetoableChangeListener()
[all …]
/trunk/main/embeddedobj/source/inc/
H A Dcommonembobj.hxx61 namespace beans { namespace
108 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > m_aDocMediaDescriptor;
139 …::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > m_aNewDocMediaDescriptor;
240 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aObjectProps );
245 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aObjectProps,
246 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aMediaDescr,
247 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aObjectDescr );
380 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments,
381 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lObjArgs )
434 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments,
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.OEditModel.csv97 "OEditModel";"com::sun::star::beans::XMultiPropertySet";"getPropertySetInfo()"
98 "OEditModel";"com::sun::star::beans::XMultiPropertySet";"setPropertyValues()"
99 "OEditModel";"com::sun::star::beans::XMultiPropertySet";"getPropertyValues()"
117 "OEditModel";"com::sun::star::beans::XPropertyAccess#optional";"getPropertyValues()"
199 "OEditModel";"com::sun::star::beans::XPropertyContainer#optional";"addProperty()"
201 "OEditModel";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
202 "OEditModel";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
203 "OEditModel";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
204 "OEditModel";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
206 "OEditModel";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
[all …]
/trunk/main/framework/source/tabwin/
H A Dtabwindow.cxx79 DIRECT_INTERFACE( css::beans::XMultiPropertySet ), in DEFINE_XINTERFACE_11()
93 css::beans::XMultiPropertySet , in DEFINE_XINTERFACE_11()
94 css::beans::XFastPropertySet , in DEFINE_XINTERFACE_11()
95 css::beans::XPropertySet in DEFINE_XINTERFACE_11()
309 css::beans::PropertyValue aPropValue; in initialize()
726 css::uno::Sequence< css::beans::NamedValue > aNamedValueSeq; in getTabProps()
739 css::uno::Sequence< css::beans::NamedValue > aSeq( 2 ); in getTabProps()
927 static css::uno::Reference< css::beans::XPropertySetInfo >* pInfo = NULL; in getPropertySetInfo()
955 static const com::sun::star::beans::Property pProperties[] = in impl_getStaticPropertyDescriptor()
957 com::sun::star::beans::Property( TABWINDOW_PROPNAME_PARENTWINDOW, in impl_getStaticPropertyDescriptor()
[all …]
/trunk/main/xmloff/source/chart/
H A DSchXMLChartContext.cxx639 aArgs[0] = beans::PropertyValue( in lcl_ApplyDataFromRectangularRangeToDiagram()
642 beans::PropertyState_DIRECT_VALUE ); in lcl_ApplyDataFromRectangularRangeToDiagram()
643 aArgs[1] = beans::PropertyValue( in lcl_ApplyDataFromRectangularRangeToDiagram()
646 beans::PropertyState_DIRECT_VALUE ); in lcl_ApplyDataFromRectangularRangeToDiagram()
647 aArgs[2] = beans::PropertyValue( in lcl_ApplyDataFromRectangularRangeToDiagram()
650 beans::PropertyState_DIRECT_VALUE ); in lcl_ApplyDataFromRectangularRangeToDiagram()
660 beans::PropertyState_DIRECT_VALUE ); in lcl_ApplyDataFromRectangularRangeToDiagram()
696 beans::PropertyState_DIRECT_VALUE ); in lcl_ApplyDataFromRectangularRangeToDiagram()
700 beans::PropertyState_DIRECT_VALUE ); in lcl_ApplyDataFromRectangularRangeToDiagram()
724 catch( beans::UnknownPropertyException ) in EndElement()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunorefmk.cxx503 uno::Reference< beans::XPropertySetInfo > SAL_CALL
508 static uno::Reference< beans::XPropertySetInfo > xRef = in getPropertySetInfo()
518 throw (beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
529 throw (beans::UnknownPropertyException, lang::WrappedTargetException, in getPropertyValue()
536 throw beans::UnknownPropertyException(); in getPropertyValue()
546 throw (beans::UnknownPropertyException, lang::WrappedTargetException, in addPropertyChangeListener()
1472 uno::Reference< beans::XPropertySetInfo > SAL_CALL
1477 static uno::Reference< beans::XPropertySetInfo > xRef( in getPropertySetInfo()
1486 throw (beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
1515 throw beans::UnknownPropertyException(); in setPropertyValue()
[all …]
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx193 throw(beans::PropertyVetoException, uno::RuntimeException) in setSize()
468 throw(beans::PropertyVetoException, uno::RuntimeException) in setSize()
636 throw(beans::PropertyVetoException, uno::RuntimeException) in setSize()
834 …throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException, com::… in setPropertyValue()
839 uno::Reference< beans::XPropertySet > xControl( getControl(), uno::UNO_QUERY ); in setPropertyValue()
878 uno::Reference< beans::XPropertySet > xControl( getControl(), uno::UNO_QUERY ); in getPropertyValue()
922 beans::PropertyState SAL_CALL SvxShapeControl::getPropertyState( const ::rtl::OUString& PropertyNam… in getPropertyState()
939 return beans::PropertyState_DEFAULT_VALUE; in getPropertyState()
998 throw beans::UnknownPropertyException(); in getPropertyDefault()
2086 throw(beans::PropertyVetoException, uno::RuntimeException) in setSize()
[all …]
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx91 using namespace ::com::sun::star::beans;
144 Reference <beans::XPropertySet> xPropSet(xPage, UNO_QUERY); in ImpXMLEXPPageMasterInfo()
758 Reference< beans::XPropertyState > mxState;
759 Reference< beans::XPropertySet > mxSet;
871 Reference <beans::XPropertySet> xPropSet(xPage, UNO_QUERY); in ImpPrepAutoLayoutInfo()
1756 Reference< beans::XPropertySet > xPropSet; in ImpCreatePresPageStyleName()
1765 Reference< beans::XPropertySet > xPropSet2; in ImpCreatePresPageStyleName()
1880 uno::Sequence<beans::NamedValue> stats(1); in _ExportMeta()
2294 Reference< beans::XPropertySet > xInfoSet( getExportInfo() ); in _ExportStyles()
2313 Reference< beans::XPropertySet > xInfoSet( getExportInfo() ); in _ExportAutoStyles()
[all …]

Completed in 159 milliseconds

1...<<11121314151617181920>>...232